opensafely / tpp-sql-notebook

2 stars 0 forks source link

Think about / experiment with SQL performance #42

Open sebbacon opened 4 years ago

sebbacon commented 4 years ago

@evansd to supply a few example SQL statements for running in TPP infrastructure (in advance of us getting direct access ourselves).

Most of the queries are as you'd expect - against Read codes and dates - so the indexes needed are (I expect) the obvious ones.

There is at least one complex SQL query that does quite a lot with windowing / PARTITION BY etc which I expect would be CPU-bound so it might be worth trying that as one of the examples (although we might not use it).

Depending on the capabilities of the server we might try JOINing several very large tables in SQL, which again would probably not need new indexes, but would need loads of RAM. We could also do the merging in python.

evansd commented 4 years ago

@chris-tpp I'll paste a few examples below. Most of the queries so far are pretty trivial, they just have some monster IN clauses where we're matching against large codelists. It might well make sense to do these via temporary tables but for now we're just going with the simplest thing that works.

In general, I don't think we care too much about the difference between a 1 second query and a 5 minute one. Obviously faster is better, but it's only when queries start to take significant amounts of time to run that we need to worry.

This is a simple query with a big-ish code list.

patients_with_CVD_drugs.sql

```sql SELECT DISTINCT med.Patient_ID AS patient_id, 1 AS cvd_meds FROM MedicationDictionary AS dict INNER JOIN MedicationIssue AS med ON dict.MultilexDrug_ID = med.MultilexDrug_ID WHERE dict.DMD_ID IN ('4783111000001104','20477811000001103','3726311000001104','3726811000001108','5626411000001106','25044011000001100','163511000001105','10683211000001103','40711000001109','70711000001108','158711000001104','540411000001103','796511000001108','859011000001100','863311000001107','9791111000001100','17891911000001106','21032711000001105','21944011000001108','23876411000001105','29827111000001100','35195311000001102','37057811000001102','90511000001105','107911000001108','167611000001101','169111000001103','306911000001104','917611000001103','9791411000001105','10724111000001108','16048511000001100','17892111000001103','21944211000001103','23864411000001107','29805711000001100','30022911000001103','35195511000001108','342611000001101','433111000001106','481111000001100','506711000001104','553911000001100','567811000001105','828211000001101','9791611000001108','16048711000001105','17892311000001101','21944411000001104','23873611000001102','29826911000001100','30023111000001107','35195711000001103','11627711000001102','11628311000001100','11628911000001104','11629611000001101','11630411000001106','11630911000001103','19997911000001104','588311000001103','913711000001102','255611000001104','443011000001106','307011000001100','10425811000001108','246011000001104','654111000001105','79011000001103','4083511000001106','34795511000001105','34796211000001101','36608811000001102','4646811000001102','1711000001109','288611000001101','454811000001100','464311000001103','516711000001101','750511000001102','772511000001103','779811000001105','914811000001108','7487011000001109','9792811000001103','10383911000001102','11009711000001106','15986611000001101','17195711000001104','17796011000001102','20323211000001103','21782411000001107','22616411000001103','28947811000001100','29774011000001106','29998911000001102','35194911000001100','143511000001102','159711000001108','169811000001105','320511000001104','436711000001100','501911000001107','532811000001101','720911000001105','9793111000001104','10384111000001103','11010111000001102','15986811000001102','17196011000001105','17796911000001103','21782811000001109','22617011000001105','29774211000001101','29999111000001107','32661411000001109','34015811000001107','8287311000001100','12225511000001102','12226111000001100','8284811000001100','12228011000001102','12228311000001104','8286211000001106','8287011000001103','672111000001100','120911000001103','817911000001100','18149011000001101','898211000001109','485311000001101','28377711000001102','15865211000001103','8340411000001105','12462011000001107','12460111000001109','12468811000001104','12425711000001106','12426311000001102','8340011000001101','11992911000001105','11993211000001107','12460411000001104','12470211000001107','12446111000001102','12458511000001105','12467411000001100','8339011000001108','12458011000001102','12465711000001100','11991011000001103','11991511000001106','12429011000001106','12429311000001109','8338711000001101','8341711000001107','12445011000001107','12445311000001105','11988611000001101','11989511000001106','12426611000001107','12426911000001101','12456311000001103','12461011000001104','8341111000001106','11994611000001107','11994911000001101','12449211000001104','12450411000001108','11995811000001107','11996111000001106','11989911000001104','11990711000001109','11996711000001107','11997311000001106','12451711000001105','12461311000001101','12427811000001108','12428111000001100','11992111000001107','11992511000001103','12457511000001106','12465411000001106','11993711000001100','11994311000001102','8341411000001101','12427211000001107','12427511000001105','12429611000001104','12429911000001105','12430411000001109','12444711000001105','12460711000001105','12486711000001105','12428411000001105','12428711000001104','12459211000001102','12468111000001106','15864911000001108','8339411000001104','12457211000001108','12462711000001109','8339511000001100','8338411000001107','8340611000001108','35132711000001104','12445611000001100','7652811000001107','7655311000001109','23667611000001109','23983011000001107','23996811000001109','31989011000001101','8342111000001101','285911000001101','487811000001100','20528911000001104','20529211000001103','8518311000001109','8519311000001103','12509011000001107','12509311000001105','12501411000001104','12501711000001105','8517311000001108','8519611000001108','12500811000001105','12501111000001109','8520711000001103','8521011000001109','12511611000001103','12512611000001109','8516711000001109','8519211000001106','12508411000001106','12508711000001100','12509611000001100','12509911000001106','12510211000001106','12510911000001102','12507811000001109','12508111000001101','24583511000001107','4544011000001109','4546211000001109','55911000001104','56211000001102','146711000001100','214811000001107','397311000001100','450511000001107','598411000001109','692411000001104','711711000001108','8139411000001107','10380011000001106','10437611000001100','13579511000001104','14784911000001103','17932311000001102','18283111000001109','21924511000001102','29877611000001107','30213711000001108','35593111000001109','21575211000001108','14170611000001100','14598711000001105','16569411000001100','321811000001109','456611000001108','424311000001108','13824811000001102','14242211000001100','14693611000001102','15436111000001104','15600711000001107','16737911000001105','24331611000001104','34494911000001106','36594211000001103','36812711000001103','24502311000001105','12951011000001105','12951311000001108','12953211000001101','12953511000001103','12952411000001106','12952711000001100','12951611000001103','12952111000001101','12950411000001105','12950711000001104','24502011000001107','375611000001109','21574911000001103','21574611000001109','4549211000001100','348911000001105','4451311000001103','4451511000001109','11555811000001108','484611000001105','679111000001109','716011000001104','14781611000001107','25833011000001104','31353511000001106','43411000001106','226011000001101','274211000001100','402111000001109','443511000001103','539611000001107','689011000001100','731811000001106','9793511000001108','10385911000001101','14106511000001105','17810611000001109','21804811000001102','22622811000001107','29775711000001107','37046811000001102','102011000001107','196711000001105','376211000001101','476011000001104','543811000001108','629311000001107','912611000001101','10386311000001107','14106711000001100','17810911000001103','21805011000001107','22623011000001105','29776111000001100','30004711000001103','30796711000001106','846411000001100','521811000001107','120011000001102','633511000001100','725611000001107','5088111000001102','10684211000001100','20162111000001103','30786611000001101','34536911000001101','38311000001108','140111000001104','261011000001100','5088711000001101','10684811000001104','34537111000001101','34943511000001106','504311000001109','606211000001100','5089011000001108','10684511000001102','11026211000001100','13938611000001103','29744111000001106','17211000001105','121411000001102','202711000001106','229711000001109','503711000001106','539911000001101','631611000001100','662811000001104','8751011000001109','9800811000001104','10428711000001107','14789111000001100','15089311000001105','16052611000001100','17911411000001106','22018711000001104','23909911000001105','28986611000001105','30133711000001103','35994811000001108','37058211000001104','100611000001101','139011000001107','147711000001102','351511000001105','445111000001108','472211000001108','765411000001103','856211000001101','864611000001104','8751711000001106','9801311000001103','10429011000001100','14788811000001100','16052911000001106','17911611000001109','18461911000001109','19309711000001101','22018911000001102','23910211000001105','28986811000001109','29867711000001105','30133911000001101','36105711000001104','37058411000001100','119611000001105','305311000001105','356211000001104','752711000001106','822211000001103','17911811000001108','19309911000001104','22780211000001108','23910911000001101','24654511000001106','24658711000001109','28126611000001102','539111000001104','10214011000001105','10272211000001102','10305811000001105','10736611000001106','13621911000001101','18706911000001106','22018511000001109','23982011000001103','30803411000001105','10214511000001102','10272411000001103','10309111000001101','10736811000001105','13622111000001109','18716211000001100','23982211000001108','30803911000001102','10213511000001100','10272011000001107','10305611000001106','10828311000001102','13621711000001103','18706311000001105','22018311000001103','23981811000001100','30802911000001109','7383311000001106','12050311000001105','12050911000001106','12047611000001104','12047911000001105','12013411000001100','12015811000001104','13880711000001105','13881511000001107','12062511000001107','12062811000001105','12038711000001105','12039411000001107','12007611000001108','12007911000001102','12053611000001109','12053911000001103','12008811000001106','12009111000001106','12008211000001105','12008511000001108','12017811000001109','12018611000001109','12051711000001101','12052311000001109','12009411000001101','12009711000001107','12026911000001105','12029111000001104','12010011000001104','12010611000001106','12044911000001104','12045511000001107','12007011000001101','12007311000001103','12023411000001107','12025211000001107','12049111000001101','12049511000001105','12041911000001102','12042511000001101','12046511000001100','12047111000001107','12011011000001108','12011511000001100','12043111000001104','12044311000001100','12040211000001100','12041011000001101','12063111000001109','12063411000001104','8491711000001105','8492711000001103','12031211000001107','12032511000001102','20394211000001109','27992311000001106','701111000001105','9611000001104','701611000001102','79411000001107','829911000001102','2898811000001106','99311000001108','714311000001107','602811000001100','494811000001105','855611000001109','5592211000001107','5634311000001107','5889911000001108','11415211000001105','15231511000001100','30102211000001107','5592411000001106','5634511000001101','5895511000001103','11415011000001100','15231311000001106','3699711000001107','3700311000001109','3700811000001100','11658911000001100','11659211000001104','11663711000001103','11664211000001108','11666511000001100','11667111000001107','11660811000001104','11661311000001103','11662511000001101','11663111000001104','11661611000001108','11662011000001109','11657111000001104','11657411000001109','59111000001100','382611000001108','446011000001103','505611000001103','533611000001105','590911000001103','754911000001104','824411000001106','7457211000001106','9783911000001100','10377111000001101','20165011000001109','21759411000001109','22200911000001108','22588511000001108','29761811000001107','37031611000001109','491011000001102','21759211000001105','22603811000001107','24119011000001109','24519711000001101','25814111000001105','27000911000001104','28121711000001100','29762211000001104','34895811000001105','35031211000001108','8228511000001100','11665511000001107','11666011000001108','8229011000001103','8230711000001106','11658311000001101','11658611000001106','11657711000001103','11658011000001104','11667611000001104','11668311000001105','8225011000001100','8226011000001109','11659611000001102','11660211000001100','220711000001102','799711000001108','63111000001106','82311000001101','235211000001102','474611000001102','508011000001102','672411000001105','9803611000001107','11010911000001104','13583411000001106','17801111000001105','20326811000001106','21901811000001106','24390911000001107','34937811000001104','35598911000001102','37141111000001105','46011000001105','121211000001101','330511000001102','481711000001104','481811000001107','606411000001101','9803311000001102','22453211000001103','30117211000001107','30917011000001104','34937611000001103','35597311000001104','38611000001103','333811000001106','610611000001103','670811000001106','840311000001109','874911000001104','9802811000001103','11010711000001101','20327011000001102','21902011000001108','24390711000001105','30117411000001106','34941711000001102','35597011000001102','37141311000001107','13887511000001101','13889011000001100','13888011000001105','13889311000001102','13362011000001107','13362811000001101','13349911000001108','13350411000001108','13380411000001101','13380711000001107','13360811000001102','13361211000001109','13319511000001107','13320111000001102','13382011000001109','13382411000001100','13336011000001102','13336611000001109','13321711000001109','13322011000001104','13383311000001102','13383611000001107','8706111000001109','13323211000001103','13323511000001100','13381211000001106','13381711000001104','13350711000001102','13351011000001108','13322411000001108','13322911000001100','13356311000001103','13358411000001106','13321111000001108','13321411000001103','13317711000001105','13318411000001100','13352611000001107','13355311000001108','13351311000001106','13351611000001101','13316811000001104','13317111000001109','13379811000001104','13380111000001106','13320411000001107','13320711000001101','13348711000001102','13349211000001104','13339211000001103','13340511000001109','13382711000001106','13383011000001100','13347411000001109','13348011000001104','8707011000001106','8705811000001105','8707311000001109','8706711000001105','8706411000001104','13888711000001107','930511000001105','921811000001103','421611000001100','3411000001104','22105811000001107','22450311000001100','22682211000001101','3907911000001100','25559911000001104','27125211000001104','27871911000001103','28883711000001104','29288711000001101','29742211000001109','29951511000001109','30053011000001107','30276911000001108','32406011000001105','33597311000001105','34934811000001108','35649111000001109','35651011000001107','36501611000001100','36535611000001108','36911511000001107','37064011000001105','25560211000001107','27125911000001108','27872111000001106','28883911000001102','29289011000001108','29742411000001108','29951711000001104','30053211000001102','30277311000001105','33596811000001103','34935211000001108','35649411000001104','35651211000001102','36501811000001101','36535811000001107','36911911000001100','8477211000001104','8479811000001106','535711000001100','11311000001108','295411000001105','362011000001103','380811000001106','428711000001104','557611000001103','571911000001103','667111000001108','891211000001100','10396111000001106','14161111000001106','17864011000001108','19189711000001108','21939011000001108','29793111000001102','30043111000001105','213911000001104','242811000001109','292311000001109','387111000001103','773211000001107','841211000001107','901811000001108','10395811000001107','17863811000001100','19189511000001103','21937611000001106','23825911000001105','29792211000001102','26411000001104','173711000001108','457611000001105','583811000001102','10396411000001101','17885011000001105','19190011000001102','22006511000001106','29791811000001105','30015711000001102','30043611000001102','8401411000001101','8402211000001107','11806311000001101','11806611000001106','8400811000001107','8401111000001106','11805711000001105','11806011000001104','11805111000001109','11805411000001104','427411000001106','550711000001106','82611000001106','678511000001106','818511000001106','331311000001103','304011000001108','17611000001107','23111000001104','26611000001101','366811000001105','484511000001106','552711000001105','831011000001103','10397111000001109','11019711000001108','11425811000001102','17885211000001100','22007011000001100','23826611000001109','29793811000001109','35592911000001100','495611000001107','524011000001103','693111000001103','925611000001104','10396911000001109','22006811000001109','23651211000001108','23826111000001101','29793611000001105','30015911000001100','8782711000001107','636611000001107','453811000001103','601011000001103','465111000001101','712211000001108','314211000001100','15051211000001106','15247111000001103','15507811000001107','16664411000001109','19703711000001100','33911000001104','762511000001105','4669111000001107','132811000001106','191211000001106','721311000001104','8746211000001109','8808011000001109','12417511000001100','12419011000001104','18515111000001101','12419911000001100','12420211000001108','12408511000001103','12414811000001106','12420511000001106','12421611000001100','16071911000001102','16127911000001103','27749111000001100','28875111000001105','32872611000001100','3645811000001107','25411000001108','37866011000001101','3252011000001105','714911000001108','5057711000001109','5055011000001100','5058411000001104','17218711000001109','17218411000001103','17223211000001101','5056911000001108','5053711000001104','3932711000001105','3638211000001100','3290211000001109','3704811000001105','4540011000001102','19663311000001109','20009311000001102','21855411000001109','24530711000001102','34516211000001103','19663111000001107','20009511000001108','21855611000001107','24531611000001101','34609711000001109','4744411000001104','4775711000001105','11011000001105','307111000001104','361411000001102','414011000001100','463511000001106','563811000001104','696411000001103','754111000001102','865311000001108','9752611000001106','9784111000001101','10285211000001101','10377411000001106','13739711000001106','17773911000001100','18456511000001100','19730911000001104','21759611000001107','22588711000001103','29762511000001101','29991111000001108','35381011000001105','36598011000001104','21611000001108','122411000001107','128811000001106','137311000001100','408711000001108','417411000001104','478411000001109','522511000001101','580011000001103','3307911000001105','9784311000001104','10285711000001108','10377811000001108','13739911000001108','17774311000001104','18456811000001102','19731311000001105','21759811000001106','22588911000001101','29762911000001108','35135011000001106','35381211000001100','35980911000001107','36598411000001108','36692211000001102','14597111000001108','15148611000001108','24120511000001102','34748611000001108','8229811000001109','8233111000001103','8234511000001105','8235811000001109','8236111000001108','11671211000001103','11671711000001105','8236611000001100','8240911000001107','8241411000001108','11674111000001107','11674511000001103','8238911000001105','8239311000001103','11680311000001105','11680811000001101','11670011000001104','11670611000001106','11679011000001107','11679611000001100','11678111000001101','11678511000001105','8237811000001104','8238111000001107','8233411000001108','8234411000001106','11672111000001104','11672711000001103','11681711000001101','11682011000001106','11681111000001102','11681411000001107','11677011000001103','11677611000001105','4966911000001102','4967111000001102','33566711000001108','11675911000001109','11676511000001109','11673211000001104','11673711000001106','8243411000001107','8243711000001101','8242211000001102','8243111000001102','8236511000001104','8237011000001105','8806511000001102','8230911000001108','8237311000001108','294711000001103','269511000001109','288111000001109','897911000001101','225011000001105','9108411000001107','9108711000001101','9153111000001104','4625211000001107','4624911000001102','4704811000001108','3463911000001107','3464411000001101','3464711000001107','3464911000001109','23878311000001104','29830511000001107','30023611000001104','3734411000001100','3735211000001103','3735411000001104','3735711000001105','23879411000001103','29830711000001102','30023811000001100','31139311000001107','8448311000001109','8449611000001108','12048211000001102','12048511000001104','8446811000001101','8447311000001108','12048911000001106','12049711000001100','8447511000001102','8448011000001106','37335311000001101','3465211000001104','3734711000001106','21931411000001100','3982311000001102','21931611000001102','3982011000001100','3691511000001103','4867311000001109','3692111000001102','139311000001105','261711000001103','393911000001108','487011000001106','813111000001106','840011000001106','856511000001103','15054211000001108','17908311000001108','17969611000001106','21996711000001106','23978611000001100','30130611000001103','35161611000001106','36536611000001103','21511000001109','169711000001102','226511000001109','430811000001106','445811000001101','523411000001109','809511000001103','15087111000001102','17908111000001106','17969911000001100','21996511000001101','23978811000001101','30130411000001101','35161411000001108','36536011000001105','12578411000001104','12579011000001103','12580711000001101','12581011000001107','8478611000001103','8479511000001108','12593911000001106','12594411000001100','12579311000001100','12579611000001105','12580111000001102','12580411000001107','12588511000001109','12588811000001107','12585211000001104','12585711000001106','12584311000001108','12584611000001103','12581911000001106','12582211000001109','12575611000001107','12575911000001101','12587311000001104','12587911000001103','12577111000001108','12577811000001101','12591211000001101','12591811000001100','12596511000001107','12596811000001105','12597111000001100','12597411000001105','12595811000001102','12596111000001103','12590211000001107','12590711000001100','8476511000001103','12595011000001108','12595311000001106','12589111000001107','12589411000001102','12586411000001109','12586811000001106','12576311000001107','12576811000001103','12581311000001105','12581611000001100','12592711000001101','12593311000001105','8478111000001106','8477511000001101','8476911000001105','516411000001107','638511000001109','77511000001104','11158611000001107','4716811000001104','5627611000001106','9153311000001102','4716611000001103','5021411000001107','5024211000001105','5022711000001108','15446711000001104','12963811000001106','12963411000001109','19698911000001102','21395111000001109','29666611000001109','32621611000001101','32621311000001106','35550611000001103','3877911000001101','4378311000001101','4543311000001105','36538811000001103','23488211000001107','24134011000001101','30080111000001109','30985711000001105','23488711000001100','34468911000001102','13145211000001109','13145511000001107','13144511000001106','13144811000001109','273811000001102','69011000001108','27527811000001101','4628111000001106','3848511000001106','20473111000001102','28772411000001106','37928211000001108','17066411000001106','3638411000001101','16458411000001107','16641911000001108','16734011000001103','30993311000001109','31244611000001104','31257511000001109','74311000001101','98411000001109','32111000001108','143311000001108','552311000001106','576211000001104','587011000001102','622411000001106','653811000001101','884711000001106','903211000001106','9789211000001106','10398711000001106','17888911000001103','21408611000001102','21942111000001101','23857811000001106','29799911000001101','35592511000001107','37056211000001100','134211000001101','248711000001103','485811000001105','588911000001102','589111000001107','594311000001107','650411000001106','793911000001107','885911000001107','9789611000001108','10398911000001108','17889111000001108','20480411000001109','21942311000001104','23858011000001104','29799711000001103','35592711000001102','37056411000001101','11799511000001102','11799811000001104','825011000001103','288711000001105','629011000001109','101411000001108','439411000001104','298311000001107','164711000001103','339411000001106','354811000001105','607511000001100','735811000001109','742311000001105','749111000001104','4566011000001107','7457411000001105','17853311000001102','21831611000001108','23788611000001100','30012711000001106','111000001107','93711000001109','141911000001108','328311000001107','684111000001100','881311000001109','3702811000001104','7457611000001108','17853511000001108','18164711000001106','21831811000001107','23789711000001100','29784811000001106','29792111000001108','864811000001100','479211000001100','7332611000001100','7334111000001100','7338211000001100','7377511000001104','7398111000001104','7402411000001102','7469811000001109','7494311000001104','7974511000001101','9034211000001104','10290211000001109','10388311000001106','10438811000001102','11399311000001109','11402311000001105','13742611000001105','14115611000001101','15071911000001104','17826111000001105','18557311000001101','19711611000001108','21820811000001101','22324911000001100','23958611000001103','30008711000001106','7332811000001101','7334311000001103','7338411000001101','7377711000001109','7398311000001102','7402611000001104','7470111000001104','7494511000001105','7974711000001106','9034511000001101','10290511000001107','10388511000001100','10439511000001106','13742811000001109','14115811000001102','15072211000001101','17826311000001107','17962911000001105','18557511000001107','19711811000001107','21821011000001103','22325111000001104','23958911000001109','37051311000001100','12370111000001109','7333711000001101','7337811000001103','7377111000001108','7397711000001104','7398911000001101','7402011000001106','7469111000001102','7493711000001102','9033311000001105','10289511000001100','10387911000001106','10439811000001109','11399611000001104','11401411000001108','13742211000001108','14114811000001103','15072411000001102','17825711000001103','18556911000001103','19712011000001109','21820011000001107','22324411000001108','23958011000001105','30008311000001107','7332411000001103','7333911000001104','7338011000001105','7377311000001105','7397911000001102','7402211000001101','7469511000001106','7493911000001100','7974311000001107','9033711000001109','10289811000001102','10388111000001109','10440211000001100','11399911000001105','11401811000001105','13742411000001107','14115211000001103','15072711000001108','17825911000001101','18557111000001103','19712211000001104','21820211000001102','22324711000001102','23958311000001108','30008511000001101','13974111000001103','18512111000001108','8333611000001103','334711000001101','709911000001107','873111000001104','690511000001101','4542911000001104','721411000001106','13801211000001108','14033711000001109','14038411000001109','14169511000001101','14404711000001108','15237011000001103','15524311000001103','15638211000001109','17945911000001105','19836511000001105','20312411000001102','21819211000001101','22464711000001103','24483711000001109','30063611000001108','32425311000001105','36764911000001106','36836611000001102','38003411000001109','15638611000001106','16551311000001103','17168411000001102','18141211000001105','21266011000001105','21819011000001106','24573811000001100','27336211000001104','30063411000001105','30850311000001103','32424911000001107','36764711000001109','38003111000001104','23644311000001100','24193811000001101','24416911000001103','29929311000001100','30063811000001107','36723111000001104','38003611000001107','726011000001109','15413311000001102','28357711000001104','28358311000001102','28359411000001101','28360311000001109','878911000001106','4814811000001108','10347111000001100','4815111000001102','10347311000001103','4815811000001109','9703611000001105','10347511000001109','632811000001105','925711000001108','298111000001105','11560811000001105','11623011000001105','16183211000001105','17787011000001100','17962611000001104','21778411000001103','22600211000001101','22612011000001108','29771511000001100','31406511000001101','35904011000001100','58311000001109','225111000001106','263511000001107','335611000001106','401411000001109','674511000001104','718711000001103','790911000001104','852111000001108','884011000001109','8750211000001105','9791711000001104','10383111000001100','11177311000001101','13740311000001104','14802011000001109','15968211000001100','15986411000001104','17788311000001101','18279911000001104','18458611000001100','21778811000001101','22612611000001101','28945211000001109','29771711000001105','29997211000001107','35592111000001103','35311000001104','275811000001103','282111000001106','417811000001102','422011000001104','542611000001104','646611000001108','663211000001106','721711000001100','857511000001101','8973911000001102','10383311000001103','11399511000001103','13740511000001105','14802211000001104','15070011000001107','15967811000001103','15986011000001108','17788511000001107','18279711000001101','18458811000001101','21779011000001102','22612211000001103','28945411000001108','29997411000001106','35592311000001101','10811000001107','47711000001105','244111000001105','375411000001106','393011000001109','600811000001101','608911000001108','623811000001100','774211000001105','907211000001102','8749411000001101','9791011000001101','10382911000001109','11177011000001104','13740111000001101','14801811000001107','15070211000001102','15968011000001105','15986211000001103','17787911000001101','18280111000001102','18458411000001103','20137611000001100','21778611000001100','22612411000001104','29997011000001102','12037911000001106','12038311000001106','11986811000001103','11987111000001108','12038811000001102','12039311000001100','11986211000001104','11986511000001101','12039811000001109','12040311000001108','11984611000001106','11984911000001100','9111000001107','373311000001100','162411000001102','317111000001101','423911000001107','271911000001106','181611000001107','482511000001101','874711000001101','734011000001102','877011000001106','237011000001100','3799411000001109','93911000001106','249811000001104','392011000001100','433811000001104','557311000001108','573811000001107','653711000001109','706111000001101','853911000001104','904411000001108','7376711000001106','10285811000001100','10288911000001104','10385311000001102','10438411000001104','14114011000001109','15058811000001101','17807611000001106','18497711000001100','19708411000001100','19734211000001100','21281511000001108','21801411000001101','30003311000001104','35138211000001108','36727511000001103','13211000001101','43211000001107','78411000001104','502311000001102','561511000001101','589411000001102','632011000001104','634311000001108','841811000001108','888911000001101','7376911000001108','10285411000001102','10288511000001106','10385511000001108','10437911000001106','14114311000001107','15058011000001107','17808111000001102','18497911000001103','19734511000001102','21281711000001103','21803111000001107','22621611000001102','30003511000001105','35138711000001101','36728011000001107','8295011000001109','8295711000001106','10740811000001109','10743711000001105','13436211000001103','15058411000001103','17012411000001106','17328511000001103','17807211000001109','18506411000001104','18553111000001106','19708011000001109','20283611000001102','20577811000001109','21108211000001103','21281311000001102','21802011000001102','22496711000001105','30002511000001103','32396311000001101','35137811000001105','36727311000001109','10741011000001107','13919311000001107','15059211000001107','17012611000001109','18084911000001102','18506611000001101','18743711000001108','19708211000001104','20283811000001103','20357211000001108','21802311000001104','22495711000001102','30002911000001105','32396511000001107','33565611000001109','35138011000001103','10741211000001102','13919811000001103','15059711000001100','18506811000001102','19708611000001102','20284011000001106','21802711000001100','22203811000001105','22496111000001109','28237411000001104','32396711000001102','32807411000001109','33572411000001107','35138511000001106','10740611000001105','11252511000001108','13436011000001108','15057811000001100','17012211000001107','17806811000001108','18506211000001103','19707811000001102','20283411000001100','20358011000001102','21105111000001104','21800411000001105','22495911000001100','30001311000001100','32396111000001103','35137411000001108','12233411000001102','12233711000001108','12232811000001108','12233111000001107','14156711000001105','14157011000001106','15159011000001109','15159311000001107','12234411000001104','12234011000001108','8296111000001104','8297411000001106','8296611000001107','8294811000001104','349611000001108','329611000001106','483911000001101','106611000001104','712511000001106','628711000001102','823111000001103','19711000001106','404511000001105','890111000001100','501211000001103','405411000001107','859411000001109','544711000001103','9105811000001100','9739311000001105','10241311000001102','10241511000001108','20475611000001109','20475811000001108','21024711000001102','21231511000001100','21233911000001108','37530611000001101','2211000001109','50911000001108','192511000001101','211811000001105','281111000001101','311711000001109','22055311000001102','23951911000001100','29882111000001109','30217211000001105','36536911000001109','22311000001107','99411000001101','265911000001104','341511000001108','806211000001105','846811000001103','22055511000001108','23952111000001108','29882311000001106','36537111000001109','166411000001101','179211000001104','246511000001107','295111000001100','296411000001101','929111000001109','17929411000001101','22055711000001103','23952311000001105','29882511000001100','8563811000001106','8564111000001102','8557811000001106','8558111000001103','8556511000001106','8557111000001104','12590811000001108','12591511000001103','12592111000001102','12592411000001107','12589711000001108','12590111000001101','7978911000001101','12593011000001107','12593611000001100','14600911000001102','14601211000001100','42611000001104','639011000001106','77311000001105','674711000001109','4413911000001106','126811000001105','160511000001104','378011000001105','393511000001101','407511000001102','482411000001100','499011000001103','519211000001104','683311000001100','11406211000001101','15110511000001101','21286311000001105','21798411000001108','24383811000001108','35167811000001103','36610411000001100','37120911000001103','89911000001105','121711000001108','203711000001103','497611000001100','573311000001103','610811000001104','622511000001105','834111000001104','927811000001105','11406511000001103','15110311000001107','17941511000001101','21286511000001104','21799011000001109','24383511000001105','35168011000001105','36610711000001106','37121211000001101','16632111000001104','8632011000001106','8633111000001101','8636311000001108','8636611000001103','12955511000001104','12954011000001108','12956711000001101','8634111000001104','8634611000001107','8635811000001107','12954311000001106','12954611000001101','8634911000001101','8636011000001105','12955811000001101','12957011000001100','12957511000001108','12954911000001107','12958111000001103','12956111000001102','12956411000001107','12955211000001102','8633011000001102','8633711000001100','8635411000001105','31811000001105','193911000001101','3615711000001109','185111000001102','113511000001109','756911000001107','916111000001108','46411000001101','27982111000001108','12251411000001100','27881211000001102','27881511000001104','15173711000001106','15174011000001106','16104011000001102','16127311000001104','16127611000001109','16104311000001104','12250011000001100','32708511000001109','33711011000001102','3686511000001108','3687411000001106','20359911000001106','20365011000001102','20464711000001106','20360111000001109','20365211000001107','20464511000001101','20464311000001107','20638611000001102','12985411000001105','473011000001107','3379011000001106','592911000001104','568511000001106','3705711000001103','3706411000001100','3707011000001107','17878311000001107','21847911000001109','29985611000001103','30077011000001104','3706111000001105','3887411000001101','333111000001104','350811000001100','388811000001109','8393911000001102','574311000001101','8394111000001103','98911000001101','163111000001101','212711000001109','395011000001105','397911000001104','695911000001104','795211000001104','9153711000001103','9808311000001105','14782711000001105','17919311000001100','21870211000001103','23489111000001108','30080711000001105','36922511000001108','37135411000001101','23611000001107','92011000001103','188311000001109','316911000001101','502911000001101','587411000001106','859211000001105','9153911000001101','9808611000001100','14782911000001107','17919711000001101','21870611000001101','23489711000001109','30080911000001107','36922911000001101','37135611000001103','59811000001107','650311000001104','694511000001105','710011000001102','763811000001100','860111000001103','9154111000001102','14783111000001103','21870811000001102','23490311000001100','30081111000001103','36922711000001103','37135811000001104','34011000001101','146511000001105','582811000001105','696011000001107','785011000001105','812211000001106','9154311000001100','15178011000001102','21871011000001104','30081311000001101','13190311000001102','13191211000001104','13190611000001107','13191511000001101','13152711000001108','13153511000001105','13167311000001104','13167811000001108','8654111000001100','8654711000001104','13151911000001104','13152211000001101','8655711000001100','8656111000001107','13165911000001108','13166311000001102','13165011000001109','13165311000001107','13154111000001104','13154711000001103','13156111000001106','13156511000001102','13170711000001106','13172511000001100','13168111000001100','13168611000001108','21861711000001108','22352811000001103','22606611000001102','24412611000001108','28036211000001109','28915211000001100','30755911000001109','32759511000001108','33137411000001101','33558611000001109','34243511000001107','37780411000001108','21870411000001104','22353611000001107','22451311000001105','22606811000001103','23431511000001108','23960011000001104','24412311000001103','24572211000001107','28035811000001102','28137011000001105','32759311000001102','33137811000001104','33558811000001108','34243311000001101','21862811000001109','22354011000001103','22451711000001109','22607011000001107','23431711000001103','23960211000001109','24572411000001106','28036011000001104','28137211000001100','32759911000001101','33138211000001101','33559011000001107','34246411000001103','13169111000001107','13169411000001102','13169711000001108','13170211000001104','22353811000001106','22607211000001102','30826911000001103','31995811000001105','32759711000001103','33559211000001102','33568411000001101','34243711000001102','13190911000001101','13191811000001103','13155211000001106','13155611000001108','13166611000001107','13166911000001101','13173411000001108','13173711000001102','549611000001106','573711000001104','18695311000001109','18694811000001101','36106311000001108','36107111000001109','36106511000001102','36106711000001107','567911000001100','930211000001107','821011000001100','4371111000001106','226211000001106','154311000001108','510611000001108','724111000001103','15610411000001104','15610611000001101','18069311000001100','18069011000001103','240711000001100','295911000001102','28711000001109','823311000001101','15307311000001100','387611000001106','2899011000001105','2899211000001100','37150211000001108','37150411000001107','37150611000001105','386111000001101','694211000001107','936211000001109','3659211000001106','4230411000001104','9481411000001103','10415811000001104','11427411000001105','16067611000001105','17799811000001102','21901211000001105','26785611000001103','30098811000001100','30916011000001102','35185211000001109','170011000001101','570411000001102','654011000001109','680311000001106','909811000001109','3659411000001105','4230611000001101','10416211000001106','11427811000001107','13770911000001104','16068711000001100','17800411000001109','21289211000001106','21901411000001109','26786011000001101','30099011000001101','30916211000001107','35185411000001108','171311000001108','186211000001102','364111000001105','615911000001100','646911000001102','3658411000001102','4230811000001102','10416411000001105','11428011000001100','13770711000001101','16069211000001102','21289411000001105','21901611000001107','26787311000001100','30099211000001106','30916411000001106','35185611000001106','8704211000001108','8705211000001109','13315011000001101','13315911000001102','13315311000001103','8702311000001107','8702811000001103','8704911000001104','8703711000001103','8704611000001105','13315611000001108','13316211000001100','13316511000001102','8705511000001107','35571211000001108','900511000001103','104011000001101','447111000001104','463811000001109','446211000001108','694711000001100','3142711000001107','3142511000001102','23165911000001107','23681211000001100','36888711000001102','23482011000001100','37825811000001109','72811000001104','2977611000001106','3853411000001104','3886211000001102','4057911000001102','3444411000001107','23705711000001101','24397911000001108','24398411000001101','24399111000001104','24399711000001103','24400611000001105','7500611000001109','8521611000001102','8522511000001109','8522811000001107','12524811000001109','12525311000001101','12527711000001108','12528011000001107','12527011000001106','12527311000001109','8521311000001107','8522211000001106','12521511000001109','12521911000001102','193711000001103','202811000001103','364711000001106','491411000001106','838611000001102','17199711000001102','17919411000001107','19818811000001103','24148611000001102','29871211000001100','30206011000001101','30794011000001104','35942011000001100','147111000001103','147311000001101','157211000001107','256311000001104','358111000001109','916811000001101','17919811000001109','19819011000001104','22042911000001107','24149011000001104','29871411000001101','30206311000001103','35942811000001106','30172911000001106','12526011000001108','12526711000001105','12515811000001101','12516111000001102','12514311000001106','12514911000001107','12523811000001106','12524111000001102','12523211000001105','12523511000001108','12522411000001100','12522911000001108','35605311000001104','12516411000001107','12516711000001101','12513511000001103','12513811000001100','12520311000001108','12520911000001109','12519511000001101','12519811000001103','28278411000001103','8522011000001101','657011000001101','3925011000001100','10637411000001100','3667011000001104','3666411000001106','3666711000001100','4581211000001107','9239611000001106','12780011000001104','34783311000001104','34817111000001108','35244311000001108','35848211000001104','36394411000001101','34783611000001109','34817311000001105','35244111000001106','35848011000001109','36393411000001104','4765211000001107','4765711000001100','34889211000001106','34889411000001105','4889411000001108','4889711000001102','37112711000001107','37242911000001104','11383311000001107','34970911000001106','37248611000001107','37914811000001108','11392011000001104','13755511000001103','13756111000001101','33620211000001102','33868311000001109','36899911000001107','10154511000001109','21700211000001108','18759511000001104','34937411000001101','36931511000001102','18249011000001104','15866111000001103','15866411000001108','15866711000001102','215111000001101','368711000001103','4536811000001109','364911000001108','10448811000001101','7657311000001101','10449311000001104','32871811000001105','36957411000001108','15602311000001107','88511000001109','218911000001109','257411000001108','281011000001102','589511000001103','879311000001104','29919111000001106','35995011000001103','36567111000001102','81911000001106','87911000001103','136911000001102','233711000001108','587311000001104','756211000001103','874511000001106','17204211000001105','17940911000001101','20325311000001107','23599111000001103','24382011000001106','24389711000001102','26780511000001107','29919311000001108','30828611000001105','35841911000001104','35990511000001101','113311000001103','133811000001103','351711000001100','639111000001107','708511000001106','802911000001100','813211000001100','3962911000001103','17204411000001109','17941111000001105','20325511000001101','23599311000001101','24382211000001101','24389911000001100','26780911000001100','29919511000001102','30829011000001108','35842411000001102','35995211000001108','8630611000001100','8630311000001105','12909911000001104','12910211000001104','12910511000001101','12910811000001103','12909111000001102','12909611000001105','253711000001107','73611000001108','8096111000001109','8098911000001106','8171411000001109','8264711000001105','8390411000001102','8714411000001105','8936111000001107','9034911000001108','9040711000001101','9298811000001105','9411711000001107','10301611000001108','13759711000001105','15235711000001107','17944211000001102','21808011000001104','24404511000001102','30834511000001101','8096311000001106','8099411000001106','8172111000001109','8265311000001105','8392911000001109','8715211000001107','8938711000001107','9035311000001106','9041111000001108','9299211000001104','9412311000001104','10301211000001106','13760111000001105','15235911000001109','17944511000001104','21808411000001108','24405111000001105','30835111000001109','8099111000001101','8171811000001106','8265011000001107','8392411000001101','8714911000001102','8938511000001102','9034111000001105','9035111000001109','9040911000001104','9299011000001109','9412011000001102','10301411000001105','13759911000001107','15235511000001102','17944411000001103','21808211000001109','24404711000001107','30834811000001103','41111000001102','142811000001107','522011000001109','21406211000001100','21408211000001104','21407711000001105','3820711000001100','3820911000001103','3821111000001107','22212711000001108','22434311000001109','22672611000001107','4369611000001106','228711000001100','252111000001100','462611000001100','565111000001107','647711000001101','854611000001108','870611000001103','4250111000001105','4469911000001108','9792611000001102','10402811000001109','11554511000001109','15082811000001106','16049611000001105','17198011000001109','17894011000001105','18071811000001103','23591811000001109','23970411000001101','30122411000001102','35141811000001104','35981611000001106','225411000001101','430311000001102','464711000001104','481211000001106','554711000001100','559911000001102','664711000001102','674011000001107','840911000001105','4250311000001107','9792911000001108','10403011000001107','11554711000001104','14116711000001102','15083011000001109','16049911000001104','17198311000001107','17894211000001100','18072011000001101','19730311000001100','23592011000001106','23970611000001103','30122611000001104','35142011000001102','35994611000001109','210011000001108','221311000001106','525011000001104','578111000001109','588211000001106','653011000001107','709511000001100','761311000001108','857111000001105','4250511000001101','9793211000001105','10403311000001105','11554911000001102','14117111000001100','15083211000001104','16050211000001103','17198511000001101','17894411000001101','18072211000001106','19730511000001106','23592211000001101','23970811000001104','30123811000001108','35142211000001107','35994411000001106','13975011000001100','12071011000001100','12071311000001102','12064811000001104','12065111000001105','12066611000001107','12067011000001102','12065411000001100','12065711000001106','12067611000001109','12068111000001100','12064211000001100','12064511000001102','12066011000001100','12066311000001102','12069411000001102','12070011000001109','8458411000001104','23391211000001106','8457811000001101','24434511000001108','8459911000001104','35997611000001103','37180711000001106','37489611000001109','907711000001109','41811000001109','123911000001106','873411000001109','904511000001107','179311000001107','4857511000001108','4857711000001103','4858111000001103','11269911000001101','11098311000001104','11757711000001107','11752411000001104','18197411000001107','11812211000001105','13811611000001108','17338211000001104','18164911000001108','22380811000001105','18033611000001101','18126411000001101','18255411000001107','19706111000001106','3689111000001107','19535711000001107','20011311000001104','20360311000001106','22451111000001108','5355311000001101','5356011000001108','5356211000001103','8647811000001101','8648111000001109','13020811000001108','13021111000001107','13021411000001102','13021711000001108','3895211000001109','33685811000001100','4078811000001109','89711000001108','259311000001106','898711000001102','83811000001102','559411000001105','778311000001107','171211000001100','603711000001100','703511000001102','24661311000001108','342511000001100','739211000001106','849411000001107','20275711000001104','13051711000001109','13052311000001101','13050211000001108','13050811000001109','8648411000001104','8649011000001103','8648711000001105','8649311000001100','321311000001100','347411000001101','150911000001104','4073411000001101','27881811000001101','20280811000001105','934411000001100','570011000001106','74711000001102','3147311000001105','3148211000001103','3149011000001103','3149511000001106','3150011000001108','3697011000001101','3960511000001109','4576811000001106','9696911000001102','10293311000001107','10412611000001107','15229411000001101','15976011000001104','17813411000001103','18468911000001100','21786411000001108','37143011000001105','37822611000001101','3153511000001106','3155911000001103','3156311000001109','3156811000001100','3157711000001106','3697211000001106','3960911000001102','4577111000001101','9698111000001101','10292711000001103','10413011000001109','15229611000001103','15976211000001109','17814311000001107','20170111000001105','21786611000001106','37143411000001101','37822811000001102','3150511000001100','3151411000001108','3152011000001107','3152511000001104','3153011000001103','3697411000001105','3961411000001101','4577311000001104','9698511000001105','10294011000001106','10413211000001104','15229211000001100','15976411000001108','17814711000001106','37823011000001104','3147611000001100','3154311000001103','3150911000001107','3902911000001102','33630711000001107','33628611000001102','21912111000001107','21927111000001101','29983911000001108','21912411000001102','21927511000001105','29984111000001107','21912711000001108','21927711000001100','29983711000001106','21911811000001109','21927911000001103','23971811000001107','24603111000001106','24618711000001103','23972111000001105','24603311000001108','24618911000001101','23972411000001100','24603711000001107','24619311000001108','23972711000001106','24603511000001102','24619111000001106','4041111000001109','4040311000001101','21304711000001108','21676211000001105','23647711000001108','23997011000001100','29787511000001100','30029911000001108','30769211000001105','31356011000001106','3740211000001108','3669711000001105','3672411000001101','3671311000001104','8743811000001101','19311000001107','226411000001105','332211000001104','605411000001105','653311000001105','654711000001106','665411000001109','762711000001100','13741311000001109','15987811000001100','17819311000001108','21814111000001106','22627311000001101','23478811000001103','29778211000001107','260611000001102','303411000001102','345711000001101','424411000001101','501411000001104','614411000001107','670111000001104','762611000001109','13741611000001104','15988011000001107','17819611000001103','21815211000001104','22627511000001107','23479311000001101','29778411000001106','3911000001107','212311000001105','248011000001100','291911000001104','429211000001101','805111000001105','827011000001105','829011000001101','13741911000001105','15988211000001102','17820311000001109','21815711000001106','22627711000001102','23479611000001106','29778611000001109','8807311000001106','11484511000001105','8743511000001104','15530311000001109','8325911000001108','8328611000001108','8315311000001103','8316011000001105','8310711000001109','8311111000001102','12311611000001100','8312811000001100','8314111000001104','8311611000001105','8312211000001101','8317011000001108','8317611000001101','8322411000001108','8322811000001105','8315611000001108','8316711000001107','8317311000001106','8317911000001107','8321211000001102','8321811000001101','12305711000001109','8324011000001105','8324811000001104','8325411000001100','8326511000001108','8320111000001102','8320611000001105','8313311000001104','8313911000001103','8322111000001103','8323311000001106','8319811000001105','8320811000001109','8315811000001107','8316411000001101','12321411000001107','8324711000001107','8325311000001107','8313211000001107','8314011000001100','8329511000001103','8331311000001107','15864611000001102','12310711000001101','12307911000001101','12311311000001105','12309211000001104','8318611000001102','8319211000001109','12306011000001103','12282211000001100','12322411000001102','19813411000001106','12306511000001106','12283411000001105','12308611000001106','8325711000001106','8327811000001108','12309811000001103','12344411000001106','8314611000001107','8314911000001101','8311911000001104','8312311000001109','8323611000001101','8324211000001100','14790711000001107','35547011000001109','35578311000001107','35726411000001101','35734911000001104','36326411000001100','36467911000001107','37111211000001107','35489111000001102','35548711000001107','35726611000001103','35734711000001101','36327011000001107','36467711000001105','37111011000001102','660111000001107','517711000001103','814111000001108','455611000001103','386611000001109','134511000001103','7658811000001109','221411000001104','817411000001108','767911000001101','673711000001107','597511000001109','653111000001108','777711000001105','477111000001100','572511000001102','372511000001104','760211000001106','562011000001101','23681711000001107','23682011000001102','307811000001106','614011000001103','642211000001105','5470811000001107','13747211000001106','207311000001109','765211000001102','5470311000001103','7492911000001107','13747011000001101','263311000001101','17311000001102','546711000001107','4473011000001102','7846711000001109','9253411000001107','13750511000001108','17901011000001104','18743911000001105','23973711000001103','29849111000001109','30124611000001107','33586411000001104','146811000001108','4811000001104','102611000001100','289711000001101','395411000001101','456011000001101','488511000001104','773011000001102','792211000001109','795111000001105','5624811000001101','9793911000001101','10405411000001104','11553711000001101','13749511000001102','15970011000001102','17901211000001109','19190611000001109','21934111000001108','23881711000001101','29848711000001101','26111000001109','50211000001104','51511000001108','92211000001108','259111000001109','319411000001102','766411000001107','856011000001106','936511000001107','5625011000001106','9794111000001102','10405611000001101','11553911000001104','13749711000001107','15970611000001109','17901411000001108','19190811000001108','19727011000001100','21282011000001108','21934311000001105','23881911000001104','29848911000001104','30124811000001106','36739211000001105','104511000001109','115211000001105','127311000001103','225811000001104','401711000001103','414411000001109','450811000001105','676011000001102','688811000001104','5625211000001101','9794411000001107','10405811000001102','11554111000001100','13749911000001109','15969311000001102','17901611000001106','19191011000001106','19727511000001108','21934511000001104','23483911000001108','23881511000001106','29848511000001106','30125011000001101','36609411000001107','36739811000001106','233511000001103','346311000001105','367611000001108','381411000001100','526511000001100','665211000001105','695511000001106','728411000001104','923711000001107','5625411000001102','9794611000001105','10406011000001104','11554311000001103','13750211000001105','15969611000001107','17901811000001105','19191211000001101','19727711000001103','21934711000001109','23973911000001101','30125211000001106','36610011000001109','36740411000001103','8461511000001103','8462111000001102','8462411000001107','8463111000001108','12254311000001105','12254811000001101','12074611000001109','12074911000001103','12077711000001107','12078011000001106','8460311000001104','12253311000001108','12253711000001107','12077111000001106','12077411000001101','12250611000001107','12251011000001109','12251311000001107','12252011000001101','8462711000001101','8463611000001100','12075611000001105','12076511000001104','12256311000001104','12256611000001109','8458611000001101','12074011000001102','12074311000001104','8459711000001101','8460511000001105','12256911000001103','12257711000001102','12073411000001108','12073711000001102','12072511000001100','12073111000001103','12252411000001105','12252911000001102','12255411000001102','12255911000001105','8463911000001106','8464211000001104','8461811000001100','8459111000001102','749611000001107','730211000001104','316111000001104','302311000001104','448611000001106','578511000001100','761411000001101','508511000001105','9445411000001105','9448711000001106','9450311000001107','9457011000001105','9471311000001104','9474311000001101','9499611000001103','9554711000001108','10294511000001103','10435511000001108','13765611000001105','15089111000001108','20925711000001102','22018011000001101','23981411000001102','37078211000001101','9445611000001108','9448911000001108','9450511000001101','9457311000001108','9471511000001105','9474511000001107','9500311000001107','9554911000001105','10294711000001108','10435711000001103','13765811000001109','15209611000001107','20937311000001107','23981611000001104','37078911000001105','12006411000001108','12006711000001102','462511000001104','348111000001107','7334911000001102','7495911000001104','7513811000001103','7977511000001109','8171711000001103','9089111000001103','13754811000001101','13845711000001107','16061211000001103','17936811000001107','22071811000001105','24367111000001107','27475211000001104','29891911000001102','37259911000001107','7334711000001104','7495011000001103','7513611000001102','7977211000001106','8171311000001102','13754611000001100','13845511000001102','16061011000001108','17936611000001108','22071611000001106','24366811000001102','28168411000001108','29892111000001105','30221211000001106','3143111000001100','3144311000001101','3143511000001109','3144511000001107','7385911000001108','7385711000001106','8145711000001102','8145911000001100','60211000001105','96611000001106','337211000001101','460011000001108','461611000001106','709811000001102','874311000001100','877611000001104','3695211000001103','5253711000001106','9809811000001108','10290411000001108','10385711000001103','14122911000001109','15107611000001100','16060211000001109','17937011000001103','22072211000001102','24368011000001107','27377211000001100','30221411000001105','35391311000001107','18111000001103','34511000001109','35611000001109','72111000001106','528611000001100','561911000001108','574111000001103','683211000001108','854811000001107','3695411000001104','9810211000001103','10291711000001105','10386011000001109','13754011000001107','14123111000001100','15108011000001108','16060411000001108','17937211000001108','18463411000001102','22072411000001103','24368811000001101','27377411000001101','30221611000001108','35165211000001107','35391711000001106','145811000001100','247511000001109','499711000001101','532711000001109','640511000001107','656411000001108','832711000001108','872611000001102','912911000001107','3695611000001101','9810411000001104','10290011000001104','10386411000001100','13754211000001102','14123311000001103','15107411000001103','16060611000001106','17937411000001107','18463011000001106','22072611000001100','24367411000001102','27377611000001103','30221811000001107','35165411000001106','35392011000001101','155311000001107','360711000001100','460111000001109','487411000001102','576511000001101','580411000001107','607011000001108','637111000001101','668811000001102','3695811000001102','9810811000001102','10291011000001108','10386911000001108','13754411000001103','14123511000001109','15107811000001101','16060811000001105','17937611000001105','18463211000001101','22072811000001101','24368611000001100','27377811000001104','30222011000001109','35165611000001109','35392311000001103','8593711000001101','8594211000001106','8590911000001107','8591311000001101','8592211000001102','12735011000001103','12735911000001104','12733911000001100','12734311000001104','12736511000001104','12736911000001106','8592511000001104','8593111000001102','30223811000001106','30801411000001106','30987911000001102','20549611000001104','13976211000001104','13976511000001101','15879311000001102','15879611000001107','8591911000001100','8592811000001101','8593411000001107','593111000001108','823211000001109','825311000001100','891711000001107','321011000001103','778011000001109','315211000001104','56711000001109','7314011000001108','7314511000001100','7314811000001102','7315011000001107','10742711000001102','10828511000001108','11879711000001104','12060711000001101','12498511000001100','13651711000001102','13767611000001103','14126011000001109','15156311000001100','15639011000001109','16213611000001106','16631411000001104','17955511000001101','18426311000001107','21295411000001108','21845111000001102','22378611000001102','26782611000001107','30075311000001109','36838711000001105','37126511000001107','10743211000001103','10828711000001103','11879911000001102','12061211000001102','12498711000001105','13652011000001107','13767811000001104','14126311000001107','15156711000001101','15639211000001104','16213911000001100','16631211000001103','17955711000001106','18426911000001108','21296211000001103','21845411000001107','22378411000001100','26783111000001105','30075511000001103','30856611000001105','36839011000001103','12995911000001103','12996511000001103','8646211000001104','10829111000001106','11880111000001100','11925111000001106','12061411000001103','12498911000001107','13768011000001106','15157111000001104','15639611000001102','16631011000001108','17218111000001108','17955911000001108','18428311000001106','20104111000001105','20319211000001109','21296511000001100','21845711000001101','22378211000001104','26783411000001100','30075711000001108','30856811000001109','36839511000001106','14032211000001108','14032511000001106','16046711000001106','23395011000001104','8647111000001108','32875411000001106','48211000001104','902211000001100','3803711000001101','16083211000001102','16641511000001101','18311211000001107','562511000001109','22785911000001108','35179711000001107','260211000001104','7391911000001105','7396911000001100','7496811000001101','7506011000001104','7514011000001106','7561411000001103','8044211000001102','10410311000001101','15180311000001105','18169211000001100','21875211000001107','27615511000001108','30083611000001105','30861511000001109','7392211000001108','7397111000001100','7498511000001103','7506211000001109','7514211000001101','7561611000001100','8044511000001104','10410511000001107','15178411000001106','17912611000001103','18169411000001101','21875411000001106','27617011000001107','30084211000001106','30861711000001104','7392411000001107','7397311000001103','7498711000001108','7506411000001108','7514411000001102','7561811000001101','8044711000001109','10410711000001102','15179411000001103','17912811000001104','18169611000001103','21875711000001100','27618511000001100','30084511000001109','30861911000001102','7392611000001105','7397511000001109','7498911000001105','7514611000001104','7562011000001104','8093311000001102','10410911000001100','15179711000001109','17913011000001101','18169811000001104','21876011000001106','27695411000001108','30084811000001107','30862111000001105','582611000001106','231111000001106','829111000001100','86411000001109','9207711000001100','9208111000001100','9208411000001105','9208711000001104','5587511000001109','5623311000001108','5632211000001108','5873711000001102','5919811000001106','7338611000001103','7432811000001105','7816611000001107','8266111000001102','9806011000001108','10297411000001107','10412011000001100','15181211000001108','16064611000001104','17920711000001100','21877711000001106','28779611000001102','30086611000001104','30865311000001101','32496811000001101','34747211000001107','5588011000001100','5623511000001102','5628711000001101','5631211000001101','5632411000001107','5875911000001104','5921211000001103','7433011000001108','7817811000001108','8266411000001107','9805611000001106','10296711000001104','10412211000001105','15183111000001101','16064811000001100','17920911000001103','21877911000001108','28779811000001103','30086811000001100','30866311000001106','32497011000001105','34747411000001106','5588511000001108','5624411000001103','5629311000001106','5631411000001102','5632611000001105','5878511000001103','5923011000001109','7433211000001103','7818311000001103','8267111000001104','10296511000001109','10412411000001109','11407911000001108','15183911000001103','16065011000001105','17921111000001107','21878111000001106','28780011000001109','30087011000001109','30866711000001105','32497211000001100','34747611000001109','5589711000001107','5624611000001100','5629611000001101','5631611000001104','5632811000001109','5880511000001109','5925111000001106','7433511000001100','7818511000001109','8267511000001108','10297111000001102','10412711000001103','11408211000001100','15182211000001101','16065411000001101','17921311000001109','21878311000001108','28780211000001104','30087411000001100','30867211000001101','32497411000001101','34747811000001108','8694911000001107','8695811000001101','8693311000001109','8694011000001108','8694311000001106','8695511000001104','8693211000001101','8693711000001108','12992911000001106','12993511000001106','5590011000001101','5625611000001104','5630211000001107','5710811000001107','5881111000001106','5927411000001107','7338811000001104','7562211000001109','10441011000001101','11413411000001105','11533411000001106','13761711000001103','15181811000001109','17921611000001104','19834511000001104','21878711000001107','30087611000001102','36834211000001109','37137811000001109','5590811000001107','5625811000001100','5630511000001105','5712111000001101','5884511000001100','5928111000001101','7339011000001100','7562411000001108','10441411000001105','10720911000001101','11413811000001107','11533611000001109','13761911000001101','15183611000001109','17922011000001103','19834711000001109','21878911000001109','30087811000001103','30867511000001103','36834411000001108','5591311000001108','5626011000001102','5630811000001108','5715011000001107','5885211000001102','5932311000001104','7339211000001105','7562611000001106','10441611000001108','10721111000001105','11414011000001104','11533811000001108','13762111000001109','15184311000001102','17922411000001107','19834911000001106','20005511000001105','21879211000001105','30088011000001105','30867711000001108','35179911000001109','36834611000001106','5591911000001109','5626211000001107','5631011000001106','5716011000001103','5885911000001106','5937511000001108','7339411000001109','7562811000001105','10441211000001106','10721411000001100','11413611000001108','11534011000001100','13762311000001106','15182711000001108','17922811000001109','19835111000001107','20005711000001100','21879411000001109','30088211000001100','30867911000001105','35180111000001106','36835211000001105','19871011000001106','20007111000001105','20010511000001103','21878511000001102','30087211000001104','111611000001109','835411000001105','802311000001101','43711000001100','3042211000001107','5010511000001106','5010811000001109','5011111000001108','5011411000001103','13600911000001104','7948711000001102','7948911000001100','7949111000001105','4093211000001109','3887911000001109','13432211000001104','13433411000001109','13469911000001109','13693711000001108','14406911000001102','15197111000001105','17862011000001102','21892311000001102','30834411000001100','13432411000001100','13433611000001107','13470111000001109','13694311000001106','14407611000001105','15163811000001106','15197511000001101','17862311000001104','21892511000001108','27984311000001103','30104511000001100','30940611000001104','13432611000001102','13433811000001106','13470311000001106','13694511000001100','13707311000001109','14408411000001106','15197811000001103','17662011000001107','17862611000001109','21892711000001103','27984611000001108','30104711000001105','30940811000001100','13432811000001103','13470511000001100','13494811000001100','13694911000001107','13707511000001103','14409011000001107','15162111000001105','15198011000001105','17862911000001103','21892911000001101','30104911000001107','30941011000001102','14032811000001109','253511000001102','346811000001101','273111000001109','5651611000001103','227511000001106','432911000001102','140511000001108','3691211000001101','680811000001102','797911000001103','533511000001106','13445211000001108','13444911000001103','13444611000001109','13444311000001104','23310011000001106','23472411000001102','23478711000001106','23480911000001100','23954111000001100','26763511000001103','29672611000001103','29880711000001106','30215211000001102','33600511000001109','37422511000001107','23310211000001101','23472611000001104','23479111000001103','23481111000001109','23954311000001103','26764611000001101','29672811000001104','29880911000001108','30215611000001100','33600711000001104','37422711000001102','23310411000001102','23472811000001100','23479511000001107','23481311000001106','23954511000001109','26764811000001102','29673011000001101','29881011000001100','30215811000001101','33600911000001102','37422911000001100','792411000001108','682711000001109','10968611000001106','15773211000001105','15772911000001108','15772611000001102','18986411000001108','18986711000001102','18987011000001101','18987311000001103','18987611000001108','20350911000001100','20351211000001103','20351811000001102','31136411000001107','31138011000001104','31136811000001109','34087611000001104','34176111000001109','34188411000001109','34196511000001106','34586111000001107','34969911000001108','36765711000001108','36869611000001104','36890911000001101','37609411000001108','34087211000001101','34176311000001106','34188611000001107','34196711000001101','34586311000001109','34970211000001102','36765911000001105','36869911000001105','36891111000001105','37609611000001106','34087411000001102','34176511000001100','34188911000001101','34196911000001104','34586511000001103','35847611000001101','36766111000001101','36870211000001104','36891411000001100','37610111000001106','14645911000001104','14646911000001106','4624011000001101','4624311000001103','4624611000001108','20493511000001101','20508711000001105','20595811000001108','21666411000001103','21812711000001102','22626311000001104','22947511000001109','23646411000001104','24622611000001103','29777211000001108','34008111000001107','35139211000001103','36855611000001108','20476011000001106','20483511000001102','20495511000001102','20508911000001107','20530011000001102','20568411000001103','20912811000001108','21812911000001100','22626711000001100','22942111000001102','23646611000001101','24505711000001100','29777811000001109','32396911000001100','33582711000001106','34007511000001102','34678111000001109','35139711000001105','36855811000001107','37047311000001109','20476311000001109','20483811000001104','20495911000001109','20509211000001108','20530311000001104','20568211000001102','20913011000001106','21813511000001100','22627111000001103','22944511000001101','23646911000001107','24506011000001106','29778011000001102','32554411000001109','32746311000001107','33582911000001108','34007811000001104','34678611000001101','35140111000001100','36492311000001107','36856011000001105','37055311000001103','37554811000001108','37845711000001103','20476511000001103','20484011000001107','20496211000001106','20509411000001107','20530511000001105','20568711000001109','20913211000001101','21813311000001106','22626011000001102','22944911000001108','23647111000001107','24506211000001101','29777011000001103','32554811000001106','32746511000001101','33583111000001104','34006411000001103','34678811000001102','35140311000001103','36492511000001101','36856211000001100','37055511000001109','37555411000001107','20476711000001108','20484211000001102','20497111000001102','20509711000001101','20530711000001100','20568911000001106','20913411000001102','21813711000001105','22626511000001105','23647311000001109','24506411000001102','29777411000001107','32397211000001106','32555411000001105','32746711000001106','33583411000001109','34007311000001108','34679011000001103','35140511000001109','36500911000001104','36856411000001101','37049711000001100','37559311000001103','15817011000001102','15882111000001100','15851511000001105','15851811000001108','36876111000001108','97311000001103','857411000001100','36011000001106','908511000001100','8983911000001107','21014811000001103','21111211000001105','21122811000001107','21219011000001103','21228311000001102','21230511000001107','21284211000001107','21623611000001102','21992811000001104','22336711000001109','22945311000001106','23597211000001103','23665911000001108','23957411000001100','27587111000001102','29672011000001105','29880511000001101','30057611000001108','30254311000001104','32408911000001108','33597511000001104','36599211000001104','36847611000001104','37265611000001105','21015011000001108','21112911000001107','21123311000001108','21219211000001108','21228511000001108','21230711000001102','21285011000001103','21624111000001107','21993011000001101','22336911000001106','22945611000001101','23597411000001104','23665711000001106','23957611000001102','24177311000001105','27588011000001102','29672211000001100','33597711000001109','36599411000001100','36847811000001100','37266311000001105','21023811000001107','21100511000001103','21113111000001103','21123811000001104','21219411000001107','21285511000001106','21624311000001109','21993211000001106','22337111000001106','22946711000001102','23597711000001105','23666111000001104','23957811000001103','24177711000001109','27611811000001108','29672411000001101','32409211000001109','33597911000001106','36599611000001102','36848211000001102','37266511000001104','29880111000001105','29880311000001107','8546311000001102','12609511000001107','15883011000001105','18825311000001109','19278411000001102','19480011000001102','36772211000001100','434511000001104','859711000001103','323211000001107','21522211000001102','21522411000001103','21522611000001100','22720311000001108','22720611000001103','22720811000001104','16748511000001103','16748711000001108','16971611000001102','16998411000001102','17015511000001104','17024111000001102','17025911000001100','17660711000001105','18140111000001105','18170411000001104','18463811000001100','18476911000001109','20308011000001106','20571411000001104','21033711000001102','21789211000001100','22338011000001106','23666311000001102','24372211000001105','29899211000001107','30811511000001108','32416611000001101','32494211000001107','32617111000001105','32753911000001104','35165811000001108','35656711000001103','36046011000001107','36489811000001107','16732411000001100','16748911000001105','16749111000001100','16971811000001103','16998911000001105','17024311000001100','17026111000001109','17660911000001107','17912211000001100','18140311000001107','18170211000001103','18464011000001108','18477111000001109','20308411000001102','20571811000001102','21036211000001102','21789411000001101','22338211000001101','23666511000001108','24372411000001109','29904311000001105','30855311000001105','32413511000001108','32416811000001102','32494411000001106','32617311000001107','35166011000001106','35657011000001102','36046211000001102','36490111000001106','16732611000001102','16749311000001103','16749411000001105','16972011000001101','16999411000001105','17024511000001106','17026311000001106','17661111000001103','17912411000001101','18140511000001101','18169911000001109','18463611000001104','18477311000001106','20308611000001104','20572111000001104','21037511000001102','21789711000001107','22338411000001102','23666711000001103','24371811000001102','29898111000001108','30826511000001105','32413711000001103','32417011000001106','32616911000001105','35166611000001104','35657211000001107','36025911000001102','36490411000001101','14084811000001106','15443111000001105','15443411000001100','14191311000001105','14191611000001100','16998111000001107','17015311000001105','17025711000001102','18139911000001103','24372011000001100','29898911000001106','30811311000001102','32661211000001105','36045611000001105','14085511000001109','32873611000001105','36892211000001106','266511000001104','53611000001106','245811000001102','15138911000001101','15506811000001105','16749711000001104','16971411000001100','17014911000001107','17024711000001101','17025311000001101','17659911000001106','18139511000001105','18165111000001109','18552511000001109','20308811000001100','21788511000001108','24371611000001101','27475411000001100','29899511000001105','30810911000001108','35167011000001109','35688211000001101','35852211000001103','36081511000001101','36503811000001102','36884711000001105','16971211000001104','17015111000001108','17024911000001104','17025511000001107','17660111000001109','18139711000001100','18299211000001100','20102611000001105','20309411000001105','21788711000001103','24371411000001104','28070611000001106','29898611000001100','30826311000001104','35167411000001100','35484011000001104','35688811000001100','35856211000001102','36500711000001101','36885311000001105','18276311000001107','18277011000001107','18618811000001108','19485511000001100','20947111000001109','21992611000001103','24371211000001103','29898411000001103','30811111000001104','33594611000001106','35167211000001104','35688611000001104','255911000001105','9566911000001105','13094111000001102','23613511000001101','23643711000001103','23669311000001109','23680811000001107','24229511000001108','30890511000001100','33617011000001102','36502211000001109','36829311000001102','37822211000001103','23613711000001106','23643911000001101','23669511000001103','23681011000001105','24229711000001103','33616811000001106','36502411000001108','36829511000001108','37502111000001104','37822411000001104','23613311000001107','23643511000001108','23669111000001107','23680611000001108','24229311000001102','30890111000001109','33617211000001107','36502011000001104','36829111000001104','37821911000001101','32874711000001104','924911000001106','527411000001102','648711000001100','24555411000001100','24555611000001102','24555211000001104','24425911000001104','33974611000001109','34941911000001100','37819711000001105','24426111000001108','24508611000001103','33975011000001103','35751111000001101','37142711000001104','37820211000001104','24426311000001105','24508811000001104','33975511000001106','34942211000001102','36942111000001102','37820811000001103','3806311000001109','3806911000001105','13719711000001103','24411411000001100','24412511000001109','24413611000001103','24573211000001101','24573411000001102','24573611000001104','19631111000001104','19682511000001108','19687711000001101','19795611000001105','19803111000001103','19827511000001105','20021211000001101','21923411000001104','30107511000001108','32449211000001102','35187911000001105','36512111000001100','37271211000001102','19631311000001102','19682811000001106','19687911000001104','19795811000001109','19803311000001101','19827911000001103','20021411000001102','21923611000001101','30108011000001104','35188111000001108','36511911000001108','37271411000001103','19630911000001108','19683111000001105','19688111000001101','19796611000001100','19803511000001107','19827711000001100','20021711000001108','21923911000001107','30108211000001109','35188311000001105','36511711000001106','19631511000001108','19682111000001104','19687511000001106','19796811000001101','19803711000001102','19827311000001104','19864611000001108','20021911000001105','20918511000001107','21909411000001105','29675411000001109','30109611000001102','30943711000001104','35654111000001106','15652911000001102','15653211000001100','19632311000001106','19682311000001102','19797011000001105','19803911000001100','19827111000001101','20022111000001102','20919111000001105','20942611000001104','21910211000001102','29676011000001109','30109811000001103','30943911000001102','15653511000001102','15654111000001108','19861711000001102','20918911000001100','21910011000001107','29675811000001106','36002011000001102','19863511000001106','20918711000001102','21909811000001107','29675611000001107','35773911000001104','777611000001101','554511000001105','117011000001107','8263211000001101','13143311000001102','20001711000001102','21229311000001108','21232811000001106','23593311000001104','23913811000001104','29850011000001103','30053411000001103','30276111000001105','30766411000001102','33596611000001102','34103911000001107','21229511000001102','21233011000001109','23593511000001105','23914111000001108','29850211000001108','30053611000001100','30276311000001107','30766711000001108','33596411000001100','34104111000001106','21229711000001107','21233211000001104','23593711000001100','23914411000001103','23974511000001106','29850511000001106','30125411000001105','30276511000001101','30767011000001109','33595711000001103','34104311000001108','15695511000001109','15696411000001101','401211000001105','151411000001103','872011000001109','19631911000001101','19688511000001105','19724211000001103','19797411000001101','19804311000001104','20022511000001106','21908711000001108','23957011000001109','30109211000001104','30943311000001103','36805511000001100','19632111000001109','19688711000001100','19724411000001104','19797611000001103','19804511000001105','20022711000001101','21909011000001101','23957211000001104','30109411000001100','30943511000001109','36805311000001106','19631711000001103','19688311000001104','19723911000001105','19797211000001100','19804111000001101','20022311000001100','21908511000001103','23956811000001100','30108411000001108','30943111000001100','36805111000001109','7668611000001104','7668911000001105','8150111000001108','37905011000001100','37906011000001109','37906511000001101','10261511000001103','10261811000001100','17220911000001102','11960911000001108','11961711000001103','4809611000001105','4809811000001109','4810011000001109','15873111000001102','14689311000001106','4569811000001107','4570311000001100','4570511000001106','24011311000001101','109511000001108','99911000001109','175811000001101','744811000001107','786011000001101','888211000001105','893211000001101','9803911000001101','16054311000001103','17918411000001104','22030311000001108','23944511000001107','29870311000001103','385911000001105','696211000001102','894211000001103','903311000001103','16054511000001109','23922111000001109','9729211000001100','7653711000001107','8102211000001108','8102411000001107','23922311000001106','18349811000001102','18350011000001103','18717211000001103','23683911000001105','24095811000001107','24222611000001100','24500411000001104','24624811000001105','27995611000001105','28127411000001103','29854011000001105','18350211000001108','18742511000001105','18755911000001109','18350911000001104','19295111000001107','21860611000001109','22453711000001105','22672411000001109','32412411000001100','37069911000001105','37604911000001101','18351411000001103','616511000001100','515911000001106','4647911000001105','3927711000001109','18353011000001108','3928011000001108','3927211000001102','2843811000001108','4539411000001100','354211000001109','180111000001105','673311000001108','391611000001101','429011000001106','210111000001109','240111000001101','781311000001106','359311000001100','18350511000001106','537211000001104','699711000001104','3203111000001107','920111000001104','438811000001109','3203611000001104','18351111000001108','388011000001103','229211000001102','3204311000001106','4828411000001107','10681111000001108','32764511000001103','427111000001101','486711000001105','502011000001100','747911000001108','17415911000001104','17933511000001101','22062711000001101','29881411000001109','30057811000001107','30216011000001103','204611000001105','349011000001101','373511000001106','378311000001108','17416511000001104','17933711000001106','22062911000001104','29881611000001107','30058011000001100','30216211000001108','8553111000001107','8553711000001108','8550711000001104','8551011000001105','12631611000001100','12631911000001106','12632411000001108','12633011000001108','12630711000001101','12631311000001105','32764111000001107','32764311000001109','4543911000001106','448411000001108','3056511000001109','4544811000001103','347711000001107','4828711000001101','4829111000001109','3056711000001104','4829711000001105','4545611000001101','250511000001108','3286311000001104','4542311000001100','4541011000001106','4542111000001102','4540711000001100','4541911000001105','4548511000001108','3925711000001103','45211000001106','268511000001103','349211000001106','393811000001103','597411000001105','704611000001100','731511000001108','826411000001103','838211000001104','9808011000001107','10384311000001101','11553111000001102','15056011000001108','17933911000001108','22064111000001105','23949511000001106','36879911000001102','37091111000001105','471311000001109','552111000001109','556511000001104','566411000001106','604411000001109','739711000001104','746911000001105','754211000001108','885411000001104','9808511000001104','10384611000001106','11553311000001100','15056211000001103','17934111000001107','22064411000001100','23562411000001104','23949711000001101','35162811000001101','36043411000001108','36880511000001109','37091411000001100','93311000001105','101111000001103','197011000001106','377611000001102','426211000001105','586811000001106','613711000001103','818111000001102','9808911000001106','10385111000001104','11553511000001106','17934311000001109','22064911000001108','23562611000001101','23949911000001104','29881211000001105','35163011000001103','35851011000001100','36881011000001105','37092111000001100','9809111000001101','10975511000001109','184611000001109','894911000001107','8551811000001104','12634111000001106','8551511000001102','8552511000001105','8552911000001103','8553411000001102','12633611000001101','12634611000001103','8552111000001101','510111000001100','374711000001104','507911000001104','39511000001108','598211000001105','412811000001100','734111000001101','276011000001100','17629311000001109','664211000001109','615311000001101','743311000001100','540711000001109','133311000001107','147411000001108','853611000001105','9911000001105','767011000001100','471511000001103','717311000001103','564711000001109','303811000001100','613811000001106','26211000001103','603511000001105','457211000001108','571211000001107','876111000001109','713911000001106','589211000001101','3079411000001101','3079911000001109','512111000001101','671911000001108','559811000001107','7854811000001105','7855511000001108','18249511000001107','327711000001105','523711000001103','861111000001109','916411000001103','715011000001108','35163211000001108','308911000001100','159011000001106','53311000001101','217711000001106','676411000001106','606611000001103','4227911000001105','8443411000001108','4633311000001103','8414311000001108','5009811000001103','15380711000001101','16163411000001107','17633511000001102','17032811000001101','423111000001109','384611000001100','3460911000001104','3461511000001104','7304611000001104','7305311000001108','7305711000001107','7333311000001100','7376311000001107','7378711000001105','7391211000001101','7535711000001103','8038211000001107','9557111000001102','10287111000001103','10378211000001106','11008811000001105','11398511000001109','13764411000001106','14112311000001100','14768911000001108','15064611000001101','15981411000001105','17779111000001100','18458011000001107','19164711000001109','19705311000001103','19833111000001106','22080611000001107','29992111000001103','35134611000001100','36837111000001108','37565711000001108','37893211000001101','7304811000001100','7305011000001105','7308711000001100','7333511000001106','7376511000001101','7378911000001107','7391311000001109','7536011000001109','8038411000001106','9557311000001100','10286711000001100','10378511000001109','11009211000001104','11399011000001106','13764211000001107','14113111000001108','14769111000001103','15064211000001103','15981211000001106','17779511000001109','18457811000001100','19164911000001106','19704911000001101','19833311000001108','22080811000001106','29992411000001108','35134811000001101','36837811000001101','37565411000001102','37892911000001103','8247211000001104','13882511000001104','8247711000001106','20428411000001100','11686811000001104','11687411000001104','11685911000001102','11686211000001100','8246411000001102','29780711000001109','29781211000001108','29932511000001100','30216911000001104','30821811000001103','15655611000001104','15655911000001105','15655011000001106','15655311000001109','29780211000001102','29781411000001107','29932711000001105','30217411000001109','30822011000001101','32872011000001107','36169111000001102','36644511000001102','37180311000001107','172711000001100','408111000001107','8046211000001107','8046411000001106','15873311000001100','20431711000001104','15237611000001105','20434311000001100','215411000001106','391911000001107','502211000001105','526711000001105','544111000001104','673611000001103','749011000001100','896111000001102','10402111000001102','14107311000001101','15082411000001109','23833311000001105','30139111000001101','32405111000001100','35526611000001102','8443011000001104','8442611000001101','8443611000001106','12002311000001100','12001211000001101','12004111000001105','12003311000001105','12002711000001101','12001611000001104','8444511000001105','762011000001102','103611000001105','383911000001109','893111000001107','261611000001107','104111000001100','219611000001107','672311000001103','440711000001104','144811000001101','2885611000001102','2887011000001102','2887311000001104','2886711000001103','2886111000001104','2937811000001108','2938011000001101','2886311000001102','2886511000001108','417111000001109','682311000001105','5711000001106','243111000001108','254911000001106','733511000001107','130211000001109','119211000001108','599811000001104','550211000001104','857011000001109','298811000001103','336611000001101','75111000001104','467111000001105','866811000001107','105211000001107','813611000001103','345411000001107','32311000001105','33211000001108','886511000001107','407011000001105','648211000001107','353011000001101','723811000001107','937011000001101','527711000001108','540011000001107','764511000001100','580711000001101','884811000001103','158411000001105','721811000001108','200811000001104','655411000001104','865711000001107','591411000001102','157511000001105','758511000001104','924711000001109','823511000001107','640311000001101','116711000001106','713411000001103','108711000001107','34711000001104','469811000001106','256611000001109','8885711000001100','8886211000001101','8886511000001103','21965511000001105','21965711000001100','21965911000001103','21966111000001107','11404611000001108','11404811000001107','18026911000001104','18027211000001105','34431711000001100','490211000001101','48511000001101','562711000001104','3800511000001100','3800311000001106','3800711000001105','4785111000001103','4785511000001107','13127311000001107','4972811000001103','4973011000001100','5008511000001107','5008911000001100','13565311000001101','10284411000001103','10284611000001100','5638311000001102','5638811000001106','18250911000001108','18252511000001100','7387911000001103','7388311000001103','24221811000001105','7887011000001104','7887511000001107','11506711000001103','8090111000001106','8089811000001107','11493211000001105','18167311000001103','18681211000001100','9359611000001103','22133211000001103','22450011000001103','22582411000001107','30059011000001105','3689711000001108','18565411000001107','18642411000001100','22055911000001101','27864211000001102','27925211000001102','29882711000001105','30059811000001104','32414311000001100','34880711000001106','36943311000001105','37093811000001104','18565211000001108','18642611000001102','22056111000001105','27864411000001103','27925411000001103','29882911000001107','30060011000001106','32414511000001106','34880911000001108','36943511000001104','37094311000001105','32859511000001106','910911000001108','333011000001100','28882211000001100','15608411000001103','16606811000001100','16640211000001105','16666611000001103','16725911000001102','16732011000001109','17935311000001108','20290611000001105','20911211000001100','21857411000001103','22063511000001104','22337311000001108','24363711000001103','29884811000001108','30219211000001104','32414711000001101','36817911000001104','15608611000001100','16607211000001104','16640011000001100','16666411000001101','16726111000001106','16732211000001104','17935511000001102','20911411000001101','21857911000001106','22063711000001109','22337711000001107','24364011000001103','29885011000001103','30219411000001100','36818111000001101','20011000001105','10198711000001102','12820311000001107','4387211000001100','3879211000001104','373211000001108','403011000001104','513111000001107','854411000001105','3656311000001105','13760311000001107','17946111000001101','28211000001102','170911000001102','710711000001100','743711000001101','3656911000001106','13760511000001101','15237411000001107','17946311000001104','12277211000001107','12278911000001102','344811000001108','291111000001102','540311000001105','118811000001102','145411000001102','168411000001100','287311000001105','440211000001106','652011000001103','720511000001103','726811000001103','814611000001100','15057011000001106','18283711000001105','21819611000001104','37209611000001109','295511000001109','460311000001106','483111000001104','498311000001106','639811000001100','652811000001109','868811000001108','874811000001109','18283911000001107','21819811000001100','37210011000001108','32425911000001106','32426111000001102','15878411000001101','8639811000001105','12818811000001109','12819411000001104','8641711000001100','12281311000001104','12819711000001105','12284811000001105','12819111000001109','12820011000001109','12284511000001107','8641111000001101','8640411000001102','8642511000001102','27111000001107','782511000001108','5011000001109','569011000001108','2881311000001105','235511000001104','881811000001100','389611000001101','126411000001108','162811000001100','3381511000001105','811311000001107','865011000001105','568911000001104','67711000001102','712411000001107','905711000001103','25911000001100','677411000001108','2881811000001101','4878111000001101','74111000001103','833611000001109','9049711000001108','9049911000001105','9072711000001103','10189111000001106','10189311000001108','843411000001105','2882011000001104','630411000001107','413111000001101','385611000001104','188711000001108','904011000001104','619111000001101','7856211000001104','7855311000001102','7856611000001102','309611000001102','280811000001100','9485111000001105','693311000001101','13401911000001109','13402111000001101','627111000001104','17011000001100','10751211000001100','10751411000001101','17666011000001106','17666211000001101','34685211000001104','34685811000001103','12946011000001100','12946311000001102','12941811000001101','12942111000001103','12933411000001103','12933711000001109','81311000001105','90311000001104','232211000001107','413611000001109','422111000001103','454211000001101','669211000001108','797711000001100','21911311000001100','30111211000001102','36405511000001105','37272211000001109','7911000001103','100911000001107','223411000001100','279811000001100','534011000001101','569211000001103','783211000001104','803411000001104','21911511000001106','30111411000001103','36405711000001100','37272411000001108','127711000001104','409311000001103','469111000001104','485611000001106','590011000001102','642311000001102','887611000001108','896311000001100','15201611000001106','30111611000001100','30944511000001107','36405911000001103','25811000001105','156611000001107','390711000001102','526311000001106','596111000001103','690411000001100','820611000001102','15201811000001105','30111811000001101','7380911000001104','9208311000001103','9527111000001101','10415911000001109','21267011000001108','21838611000001100','21911011000001103','22833311000001103','24413411000001101','26460111000001109','28038411000001109','31518211000001106','32760311000001101','33139011000001101','33560811000001102','12944211000001100','12944511000001102','12941211000001102','12941511000001104','12944811000001104','12945111000001105','12943611000001101','12943911000001107','12943011000001108','12943311000001106','12945411000001100','12945711000001106','12942411000001108','12942711000001102','557111000001106','258911000001104','867011000001103','783511000001101','740811000001102','140411000001109','540111000001108','846611000001102','4399811000001108','219711000001103','391811000001102','65411000001102','525311000001101','7852611000001103','7855011000001100','10910611000001109','782111000001104','675611000001104','4129511000001107','3634111000001100','7418511000001104','7418711000001109','16438111000001103','16449211000001100','18175611000001109','18175911000001103','18176211000001101','3877011000001100','4070011000001100','4069211000001108','11161811000001108','11161511000001105','11160711000001108','18439811000001107','18541811000001100','18628011000001105','18642811000001103','18730711000001103','19178211000001103','19215111000001106','19298411000001107','19606211000001107','19715711000001102','20915911000001106','22387211000001108','28732111000001104','30064011000001104','32425511000001104','18440011000001108','18542011000001103','18628311000001108','18643011000001100','18732311000001103','19178411000001104','19215511000001102','19298711000001101','19606411000001106','19715911000001100','20916111000001102','22387411000001107','28732711000001103','30064211000001109','32425711000001109','13980711000001101','32846011000001107','820511000001101','842011000001105','35298411000001101','35304611000001102','35322711000001109','35335411000001109','35354411000001109','35429911000001106','35535911000001104','36504711000001107','37241011000001106','37426211000001105','35298711000001107','35304811000001103','35322911000001106','35335611000001107','35354611000001107','35429711000001109','35536111000001108','36504911000001109','37241211000001101','37426411000001109','35305711000001105','35354211000001105','35355211000001106','35427311000001100','37426011000001100','9830511000001109','9830211000001106','14998611000001105','14997911000001100','14998911000001104','3660311000001102','182911000001107','257211000001109','412611000001104','422511000001107','509311000001105','542311000001109','674911000001106','17945211000001101','21817111000001101','29927911000001106','30062211000001100','12252811000001107','191511000001109','588111000001100','906911000001108','4207911000001104','5054311000001101','12609811000001105','124511000001101','465911000001103','3925411000001109','13767411000001101','27730811000001104','32651211000001104','34355411000001102','374911000001102','8827511000001108','15068511000001107','693711000001102','3667511000001107','27873511000001109','10604611000001104','3835111000001106','4537311000001102','24640511000001100','23613111000001105','23640511000001102','23642511000001101','28981811000001104','29787711000001105','30014111000001102','30030111000001102','33589011000001102','35648811000001109','24538511000001105','24918111000001100','29787911000001107','33589311000001104','35648611000001105','37166511000001102','3393211000001107','9737911000001104','5085311000001109','10640611000001100','18345611000001104','34532011000001104','15219811000001109','4358111000001100','4771711000001108','4675211000001108','4675511000001106','4675711000001101','4676011000001107','10683411000001104','4676611000001100','4677011000001105','4677311000001108','19232911000001109','4774511000001101','4775211000001103','24583811000001105','19675511000001109','4782511000001101','19464011000001106','30824011000001107','4584711000001102','4641911000001102','7636111000001102','31550011000001106','16673511000001103','18521311000001106','31550711000001108','13853511000001104','15433611000001101','14019211000001106','34894811000001109','35850411000001100','35943011000001109','37452511000001108','34895011000001104','35850611000001102','35943211000001104','37452711000001103','7678211000001106','7678811000001107','29937511000001102','29937711000001107','35171711000001108','4963511000001101','4964211000001101','4964611000001104','15629811000001101','35583711000001106','14595211000001105','18498611000001108','24612411000001107','7883511000001102','18498411000001105','20118811000001108','20119011000001107','33585111000001103','34463911000001107','4971711000001104','4972411000001100','10095111000001104','4523911000001108','4524111000001107','5051111000001101','4973411000001109','10095311000001102','4509811000001108','4510011000001108','20120311000001106','20120011000001108','5003611000001104','32484811000001107','32485011000001102','32485211000001107','35215411000001107','32485411000001106','4332811000001106','9205511000001101','9205811000001103','9206111000001104','13565111000001103','7538111000001109','7533911000001102','7534511000001107','7535111000001104','7539311000001100','7653411000001101','3937811000001104','32754811000001107','33427611000001104','9383511000001106','3826311000001101','3825411000001104','4199811000001101','4199511000001104','4199111000001108','4198711000001100','4198211000001107','11507011000001102','34699911000001109','34700211000001101','34700511000001103','34700811000001100','34701011000001102','36784211000001100','36784411000001101','35083211000001102','35083411000001103','35083611000001100','35083811000001101','35084011000001109','35569511000001101','35569011000001109','35568611000001106','35567911000001101','35566911000001104','35559411000001106','35559211000001107','24506611000001104','37366211000001109','24506811000001100','37367211000001106','4627411000001100','4627711000001106','33592511000001102','33593311000001103','22647311000001104','22647611000001109','7313611000001104','7387811000001108','10358411000001107','18254911000001103','23870711000001102','7306511000001109','10357411000001108','13616111000001101','15928011000001101','7306811000001107','10357611000001106','13616311000001104','15928411000001105','7307111000001102','10357811000001105','13616511000001105','15928211000001106','10358011000001103','15150311000001103','7313411000001102','7387611000001109','10358211000001108','18254711000001100','23871311000001106','10358811000001109','15509411000001101','10359411000001104','15150711000001104','7313811000001100','7388211000001106','10358611000001105','18255111000001102','23867311000001109','10359011000001108','15509611000001103','33738311000001104','10359211000001103','15150511000001109','18676411000001103','4204911000001105','4000011000001107','4909511000001103','7299811000001108','4527711000001101','4910911000001101','4507911000001105','4528711000001100','4744311000001106','4501011000001101','4528211000001107','3968911000001100','3723611000001103','3840411000001109','3969411000001100','3970611000001100','3967611000001107','3838711000001100','3968311000001101','3968611000001106','3970311000001105','4864211000001108','10359611000001101','15150111000001100','4188111000001102','4908311000001103','4761711000001102','7306011000001101','7387411000001106','14769711000001102','15709211000001101','7306311000001103','7387211000001107','14769911000001100','15708811000001107','3854011000001105','4020411000001105','31222411000001106','31515811000001103','32688711000001105','31221711000001107','31516911000001101','32688911000001107','31222811000001108','31515511000001101','32688511000001100','4121711000001101','3919011000001105','3920011000001106','3918011000001100','3916311000001101','4120611000001100','4121311000001100','4120211000001102','28498711000001103','28499911000001109','28501011000001100','9053111000001107','29902111000001100','29902411000001105','29902711000001104','738511000001103','16014911000001106','10475411000001107','10478111000001107','23669711000001108','35654611000001103','35749911000001102','3780911000001106','3781211000001108','3781411000001107','3782011000001106','3782311000001109','3782511000001103','3783211000001107','3783611000001109','3783811000001108','24226511000001103','272711000001102','303111000001107','321511000001106','421411000001103','437711000001102','524811000001109','590411000001106','739511000001109','746411000001102','9798311000001105','10138911000001108','10418211000001107','16071211000001106','17876711000001107','19835411000001102','21919511000001107','22735311000001104','28988911000001100','30945211000001105','34760111000001106','36843011000001100','347911000001109','456711000001104','473111000001108','508311000001104','550411000001100','555911000001104','584211000001100','772211000001101','927211000001109','9798011000001107','10139111000001103','10418411000001106','16071411000001105','17876911000001109','19835611000001104','21919811000001105','22735611000001109','28989111000001105','30945411000001109','34760411000001101','36844011000001103','36911000001105','504911000001105','617811000001100','642911000001101','727111000001108','729811000001109','751611000001108','883011000001107','919811000001107','9797411000001102','10139311000001101','10418611000001109','16071611000001108','17877111000001109','19835811000001100','21920111000001102','22736411000001102','28989311000001107','30945711000001103','34760611000001103','36844311000001100','8730911000001102','8732411000001106','8731411000001101','8733211000001101','12959011000001109','8728611000001109','8729111000001108','8729811000001101','8730111000001100','12959411000001100','12957311000001102','395111000001106','622211000001107','3659711000001104','10305211000001109','10417011000001103','10733911000001106','15202611000001100','17876511000001102','20538311000001102','21919311000001101','22736711000001108','34759911000001108','37272811000001105','12958011000001104','12958511000001107','8728011000001102','8728311000001104','12960011000001105','12961311000001103','32742511000001102','18288311000001103','18723611000001101','20367411000001100','21919111000001103','22736911000001105','32742211000001100','32741911000001103','933311000001105','284011000001104','461911000001100','204811000001109','18509011000001102','854311000001103','10186011000001104','33479111000001102','34209311000001107','9032811000001109','9672011000001107','12773511000001105','13504711000001102','13505411000001109','19465811000001104','14237311000001106','19840811000001107','19841411000001101','27160311000001106','34793111000001102','19506911000001105','21677511000001105','4398711000001109','4399011000001102','12874311000001100','14772211000001107','4766611000001104','4766811000001100','11060911000001103','4399411000001106','31065711000001108','11980811000001100','11981411000001106','11692711000001109','11968411000001102','10063011000001103','10063211000001108','33511000001106','163411000001106','173911000001105','594611000001102','595211000001103','698811000001100','765111000001108','852711000001109','916711000001109','9789111000001100','12430611000001107','13662311000001102','15069611000001102','15985111000001103','17785711000001109','19429611000001108','21776611000001101','22610611000001102','29996011000001100','37148811000001109','17423311000001108','17629911000001105','17879711000001102','18082911000001106','21777311000001109','22611811000001106','29774911000001105','32394411000001100','34175711000001102','35841711000001101','36492711000001106','36611211000001105','37570511000001103','50611000001102','138011000001102','281711000001100','295211000001106','307211000001105','370411000001104','476711000001102','592811000001109','795611000001102','799411000001102','844511000001107','9790111000001106','10450211000001102','12534311000001103','15967511000001101','15985411000001108','16431611000001103','17786111000001102','21777711000001108','22611211000001105','29771211000001103','29996711000001103','37927211000001109','30791611000001109','11973211000001103','11977111000001101','11979511000001103','11980211000001101','8253111000001104','8253811000001106','11977711000001100','11978011000001101','11982011000001105','11982511000001102','11971811000001101','11972611000001106','11978311000001103','11978911000001102','8248411000001101','8249211000001105','16096411000001107','13980411000001107','800511000001106','414311000001102','636011000001100','38411000001101','927411000001108','473711000001109','281311000001104','445511000001104','17221711000001107','20536811000001105','32968711000001107','35581511000001100','15923011000001108','15926111000001104','15927711000001100','15933611000001103','15981011000001101','16247711000001100','17217211000001101','17561911000001105','17861911000001109','18045011000001105','18474811000001106','18548711000001103','18720411000001107','21643011000001107','21936211000001107','22700111000001103','23953911000001104','24108111000001101','27841311000001100','29667511000001107','30015311000001101','30138011000001107','32398611000001107','36870711000001106','8808611000001102','16060011000001104','16087211000001106','22334911000001103','22244311000001106','8400511000001109','18739811000001102','28407211000001108','30874811000001100','31135811000001101','32338411000001101','34676811000001103','36894011000001107','454611000001104','13663511000001101','15907411000001101','203211000001105','665111000001104','848311000001106','894811000001102','11020511000001104','17892911000001100','21931011000001109','23877911000001104','29830011000001104','151611000001100','477911000001102','650711000001100','752511000001101','787811000001109','11020711000001109','17893111000001109','17968711000001106','21931211000001104','23877611000001105','29829411000001101','8441811000001106','8442111000001109','12027211000001104','12028511000001102','12010311000001101','12011211000001103','104211000001106','339811000001108','3995111000001105','15082611000001107','22392411000001108','23969411000001103','29674811000001105','8445311000001100','8444111000001101','8445011000001103','8445511000001106','8445911000001104','8446211000001102','12014911000001105','12016511000001109','12023911000001104','12025511000001105','12018111000001101','12021211000001109','12011911000001107','12012711000001103','31940111000001104','32419011000001102','32502011000001103','8444611000001109','635611000001102','623011000001106','642111000001104','452911000001101','23610211000001109','269311000001103','596611000001106','24435511000001109','26779011000001104','34175911000001100','13982711000001102','4120811000001101','3292511000001108','23241511000001106','34609311000001105','4780711000001107','34702911000001109','35941811000001102','34702711000001107','4848811000001107','4849911000001105','36655911000001106','36760011000001100','36780911000001104','36824911000001102','36825511000001105','36882311000001104','36917111000001105','36927711000001101','37268211000001101','37777711000001105','36655711000001109','36760211000001105','36778111000001109','36781111000001108','36825111000001101','36826611000001104','36882611000001109','36916911000001105','36927911000001104','37268411000001102','37777911000001107','15241111000001105','15240211000001105','37118511000001100','37118811000001102','18290311000001104','32447511000001106','34672011000001105','4769911000001101','36856711000001107','36858011000001109','36859411000001108','4802411000001101','4811511000001108','4801311000001104','20836411000001109','20838511000001109','20838811000001107','4378911000001100','9444511000001108','4838211000001105','4839711000001107','4845211000001104','19175611000001107','34493811000001104','12684611000001108','37846311000001107','12274711000001107','35992911000001107','3670111000001107','4666311000001102','32941711000001107','7829811000001105','10852211000001109','10852611000001106','4788211000001102','4787411000001102','4787611000001104','4595411000001105','4596111000001106','4594911000001101','13388011000001107','18355011000001109','9504911000001103','9505511000001106','9503511000001107','4750011000001104','4749811000001103','4834711000001106','4835011000001108','4835211000001103','7574711000001100','15455111000001109','15454711000001106','15454911000001108','15455311000001106','32942011000001102','32942311000001104','32943211000001101','32942911000001103','22548111000001109','8876011000001102','8876511000001105','8870211000001105','8870711000001103','9048911000001102','9048611000001108','7657811000001105','7658011000001103','7658211000001108','7658611000001105','13911611000001103','13911911000001109','9503211000001109','9503811000001105','35939911000001105','24805311000001100','24587711000001107','4837311000001103','4837511000001109','4837711000001104','14931311000001104','4789511000001105','4789211000001107','24446411000001100','24452311000001105','32752911000001106','32753111000001102','32753311000001100','35381711000001107','35381911000001109','4847211000001107','17642811000001108','4846611000001107','4846211000001105','4846911000001101','12865911000001109','21701311000001105','9055511000001104','4833111000001108','4833611000001100','9511011000001103','9512311000001109','32751611000001106','32751411000001108','9049511000001103','22451411000001103','22786211000001105','23183711000001107','23268711000001101','34756011000001103','35750911000001105','36540011000001106','277411000001106','336411000001104','423611000001101','637311000001104','845611000001107','7260011000001107','9481811000001101','10822011000001103','11618911000001105','15198511000001102','15364011000001107','17206111000001106','17521511000001106','17863211000001101','18682511000001105','20567011000001106','23602611000001105','28698111000001101','30105111000001108','30941211000001107','35861911000001108','8712311000001105','13338211000001108','13338511000001106','13340311000001103','13337911000001100','13339611000001101','13339111000001109','13339911000001107','13340911000001102','13338811000001109','13568711000001109','8714111000001100','8715011000001102','8909011000001107','8712911000001106','34355111000001107','249011000001105','126011000001104','20582911000001105','28933111000001100','4769611000001107','30820211000001105','4781311000001103','10132411000001102','9504411000001106','9504711000001100','9507811000001104','4786011000001108','4787211000001101','4788711000001109','13886611000001104','13887711000001106','13888311000001108','18687511000001108','22344011000001101','22344711000001104','22347611000001102','22347911000001108','7669111000001100','16034411000001109','16165111000001101','16442211000001108','19713211000001105','23647911000001105','29788711000001106','29920711000001108','457811000001109','3698311000001102','34953211000001105','35019311000001106','35027411000001101','35028611000001104','35031911000001104','35034411000001109','35035911000001102','35039511000001107','35042011000001105','35183311000001102','35651811000001101','36237811000001105','36499911000001103','36730611000001101','37611411000001105','37798011000001101','34954211000001108','35019611000001101','35027811000001104','35028211000001101','35032111000001107','35034611000001107','35036111000001106','35039711000001102','35042411000001101','35184211000001108','35652011000001104','36238011000001103','36500111000001102','36732311000001105','37611611000001108','37798511000001109','34954611000001105','35018711000001101','35028011000001106','35028411000001102','35032311000001109','35035011000001101','35036311000001108','35039911000001100','35041611000001109','35184411000001107','35652211000001109','36238211000001108','36500311000001100','36734011000001101','37611811000001107','37798711000001104','34952711000001106','35018911000001104','35027211000001100','35027611000001103','35031711000001101','35034211000001105','35035711000001104','35039311000001101','35041411000001106','35182911000001108','35651611000001100','36237611000001106','36499711000001100','36725911000001100','37611211000001106','37797511000001105','16043011000001101','4171011000001104','4171311000001101','4172111000001108','9747511000001107','19812911000001105','23361211000001108','23913411000001101','24554911000001109','30877811000001109','37756811000001102','4334511000001103','21393711000001109','22024211000001105','23304211000001106','24096011000001105','24658511000001104','28800211000001100','34185311000001106','9309911000001100','9310311000001108','9310611000001103','12556311000001105','15871411000001108','23494411000001101','23495011000001109','23496011000001100','23950211000001103','30663811000001102','30664511000001102','30840811000001109','30841911000001106','32170911000001100','32169911000001103','20448211000001101','20482711000001104','20491711000001105','20492811000001106','20496111000001100','20507911000001106','20529411000001104','20569311000001104','20572511000001108','20576911000001102','20977811000001101','20982011000001104','21779211000001107','22047311000001108','22201511000001108','22612811000001102','22940511000001105','29771911000001107','32394611000001102','33556411000001105','34961511000001102','35136011000001102','36491211000001106','36954211000001102','37037211000001102','37568611000001105','20448411000001102','20482911000001102','20491911000001107','20494411000001102','20496611000001108','20508111000001109','20529611000001101','20569511000001105','20572711000001103','20577211000001108','20978111000001109','20982411000001108','21779411000001106','22047511000001102','22201711000001103','22613011000001104','22940911000001103','29772111000001104','32394811000001103','33556611000001108','34961811000001104','35136211000001107','36491411000001105','36954411000001103','37037611000001100','37569711000001105','20448611000001104','20483111000001106','20492311000001102','20494711000001108','20496911000001102','20508311000001106','20529811000001102','20570211000001109','20573211000001104','20577411000001107','20978811000001102','20982611000001106','21779611000001109','22047711000001107','22202111000001109','22613211000001109','22941211000001101','29772511000001108','32395011000001108','33556811000001107','35136411000001106','36491611000001108','36566711000001104','36954611000001100','37038711000001105','37569111000001109','20483311000001108','20492611000001107','20495411000001101','20497611000001105','20508511000001100','20513411000001108','20570911000001100','20573911000001108','20577611000001105','20979511000001106','20982911000001100','21779811000001108','22047911000001109','22202511000001100','22613511000001107','22941511000001103','29772911000001101','32395211000001103','33557011000001103','35136611000001109','35364311000001108','36491811000001107','36566911000001102','36954811000001101','37039111000001102','37568411000001107','14011411000001109','14078611000001109','14079011000001107','14157311000001109','14157611000001104','34676211000001104','20512911000001107','20970011000001106','21099211000001101','23645611000001106','29772311000001102','37106911000001105','20513211000001109','20970211000001101','21099411000001102','23645811000001105','29772711000001103','37107111000001105','14012011000001108','643911000001108','232011000001102','484211000001108','756111000001109','19719311000001104','19719611000001109','4535911000001106','4537511000001108','4566311000001105','4538111000001103','4568511000001103','51311000001102','137611000001105','486511000001100','527311000001109','9526011000001100','15055111000001103','17802711000001104','20943211000001107','21794911000001107','22621011000001109','30000811000001101','12232211000001107','130711000001102','349711000001104','888111000001104','68411000001107','880511000001105','7531411000001106','3258211000001103','3260311000001104','3265511000001100','3266211000001109','3266911000001100','11879511000001109','37012111000001104','37602311000001109','11801111000001107','11801411000001102','17888711000001100','3257311000001105','3263311000001105','3771911000001107','3772111000001104','35602911000001106','4083011000001103','4083711000001101','16428411000001106','35354011000001100','35366211000001105','35366411000001109','35372011000001108','35427111000001102','35431211000001100','35775211000001107','35858111000001107','36417111000001108','36492111000001105','37378311000001108','4495611000001102','14036511000001107','14037111000001100','14168511000001107','14584311000001100','16237911000001102','16631611000001101','17910811000001100','20289311000001105','22015311000001107','23980611000001109','29866311000001108','30132511000001101','36835711000001103','14036711000001102','14037311000001103','14168911000001100','14584511000001106','15088911000001103','16238111000001104','16631811000001102','17911011000001102','20289511000001104','22015511000001101','23980811000001108','30132711000001106','36836011000001109','23484111000001107','84811000001104','409611000001108','378111000001106','15364211000001102','16735311000001101','17282011000001107','17332011000001106','23864311000001100','36836411000001100','2952711000001101','2953111000001108','3696711000001102','4255511000001106','4579711000001108','9157011000001106','13469211000001100','13720811000001105','15004711000001109','17327411000001101','17905511000001105','21979811000001104','23977311000001109','29860911000001106','37067311000001104','13720411000001108','15004411000001103','15084411000001102','16184011000001103','17299611000001108','21979411000001101','23977711000001108','10138711000001106','10639311000001102','13721411000001104','15084211000001101','16165511000001105','16547611000001102','17905711000001100','21980011000001105','23977511000001103','32407011000001108','36621411000001100','37067611000001109','17327211000001100','17880311000001101','20411211000001102','20505911000001101','21979611000001103','23916211000001107','29860711000001109','30054611000001102','30128711000001106','36872511000001100','32473411000001101','2952311000001100','2957011000001101','2957911000001102','2950911000001103','9835611000001100','135911000001109','139911000001106','604511000001108','888411000001109','235811000001101','273311000001106','283511000001109','449011000001109','646111000001100','11428211000001105','13753011000001105','15090511000001106','22025211000001106','23920311000001107','23936011000001105','30134311000001100','383511000001102','389111000001109','4257411000001101','13646011000001109','16017411000001108','28361411000001106','16068311000001104','4993311000001109','4993911000001105','4994211000001103','4995011000001107','279311000001109','2838911000001109','7943211000001101','7958411000001106','7959511000001104','7976411000001108','7997711000001109','8027011000001101','8098211000001102','8101611000001104','8103411000001103','8112911000001101','9806311000001106','10298911000001103','10403811000001101','11410411000001102','13761111000001104','13768211000001101','15174911000001105','17915411000001109','18465211000001102','19731611000001100','21850611000001104','30113411000001104','35175811000001102','37129211000001100','7943411000001102','7958811000001108','7959711000001109','7976911000001100','7998011000001108','8027311000001103','8099311000001104','8101811000001100','8103611000001100','8113111000001105','9806911000001107','10298411000001106','10404011000001109','11410611000001104','13761311000001102','13768411000001102','15175111000001106','17915711000001103','18465411000001103','19731911000001106','21850811000001100','30113611000001101','35176011000001104','37129411000001101','7943611000001104','7959111000001108','7959911000001106','7977111000001100','7999211000001108','8027611000001108','8099711000001100','8102011000001103','8103911000001106','8113311000001107','9807511000001103','10298011000001102','10404211000001104','11410811000001100','13761511000001108','13768611000001104','15175311000001108','17916111000001105','18465611000001100','19732111000001103','21851011000001102','30113811000001102','35176211000001109','37129811000001104','15523511000001106','15523811000001109','14951411000001107','14951711000001101','13882811000001101','13885211000001107','28772011000001102','802411000001108','454111000001107','535011000001102','4380611000001102','4436811000001101','4463811000001100','4465011000001107','4466211000001108','4466911000001104','4467711000001103','4480311000001101','4574411000001101','4578011000001101','4579911000001105','9805011000001104','10295911000001109','10296911000001102','10413811000001103','10618511000001107','10733011000001107','11414211000001109','11551311000001101','13762911000001107','15188311000001107','16066711000001104','17928611000001107','18467811000001106','19197411000001105','19733211000001103','21899011000001107','28918311000001104','30097311000001108','32494611000001109','33654911000001100','4380911000001108','4437011000001105','4464011000001108','4465311000001105','4466511000001106','4467111000001104','4467911000001101','4480511000001107','4574611000001103','4578811000001107','4580111000001107','9804811000001109','10295711000001107','10297311000001100','10414011000001106','10618711000001102','10733511000001104','11414411000001108','11551511000001107','13763111000001103','15171911000001107','16066911000001102','17785511000001104','18468011000001104','19197611000001108','19733411000001104','21899311000001105','28988511000001107','30097511000001102','32494811000001108','33555611000001103','37140311000001102','4381111000001104','4437211000001100','4464211000001103','4465611000001100','4466711000001101','4467311000001102','4468111000001103','4480711000001102','4574811000001104','4579011000001106','4580311000001109','9804311000001100','10295411000001101','10297511000001106','10414211000001101','10618911000001100','10733711000001109','11414611000001106','11551711000001102','13763311000001101','15172411000001109','16067211000001108','17793911000001109','18468511000001107','19197811000001107','19733611000001101','21899611000001100','28918111000001101','30097711000001107','32495011000001103','32809411000001100','37140511000001108','8697411000001109','8697911000001101','13885511000001105','4464511000001100','4575011000001109','4579211000001101','5476111000001102','6326511000001104','7402811000001100','9804011000001103','10294811000001100','10414411000001102','10892211000001104','13763511000001107','14163111000001107','15172911000001101','17795611000001104','18468711000001102','19198011000001100','19733811000001102','21899811000001101','30097911000001109','32495311000001100','36114011000001103','37140711000001103','17305411000001100','17841911000001100','18718611000001102','18757511000001106','21898011000001102','37804611000001103','17305711000001106','17842111000001108','18758211000001107','21898211000001107','37805111000001105','13885811000001108','13886111000001107','16083811000001101','16084111000001105','108111000001106','776811000001104','859611000001107','113211000001106','7952311000001102','4896211000001101','4896511000001103','4896711000001108','15158611000001106','7630211000001106','7631911000001109','7632811000001108','13858111000001104','4352511000001107','4352711000001102','4352911000001100','4353211000001103','4353411000001104','4353711000001105','4354111000001106','4512811000001101','4512511000001104','4513511000001106','4207711000001101','4513211000001108','22798811000001106','22798011000001100','22798211000001105','22798411000001109','22798611000001107','19843011000001106','20478111000001106','317906003','35368011000001101','36098511000001105','317895005','317896006','317897002','11650311000001103','11650411000001105','11650511000001109','11650611000001108','11650011000001101','11650111000001100','35370311000001107','4114611000001103','36036111000001109','317919004','317920005','8306711000001109','12226311000001103','12226411000001105','8307011000001105','12285211000001105','12285311000001102','8306911000001106','8306811000001101','376905005','408039005','8358411000001106','12503011000001109','12504111000001107','12504211000001101','12425911000001108','12431011000001109','8359111000001108','12016611000001108','12016711000001104','12504311000001109','12504411000001102','12502211000001105','12503711000001106','12503811000001103','8358311000001104','12503511000001101','12503611000001102','12016011000001101','12016111000001100','12431911000001108','12432011000001101','8358611000001109','8359311000001105','12502011000001100','12502111000001104','12015311000001108','12015511000001102','12431111000001105','12431211000001104','12502811000001106','12502911000001101','8358911000001103','12017111000001102','12017211000001108','12502411000001109','12502511000001108','12017311000001100','12017411000001107','12015611000001103','12015711000001107','12017611000001105','12017711000001101','12502611000001107','12502711000001103','12431511000001101','12431611000001102','12016311000001103','12016411000001105','12503311000001107','12503411000001100','12016811000001107','12016911000001102','8359211000001102','12431311000001107','12431411000001100','12432111000001100','12432211000001106','12432311000001103','12501911000001107','12504511000001103','12504611000001104','12431711000001106','12431811000001103','12503911000001108','12504011000001106','395516007','8358811000001108','12503111000001105','12503211000001104','8359011000001107','8358511000001105','8358711000001100','35148011000001104','12502311000001102','317935006','8359911000001106','317940003','376209006','376508004','8529211000001103','8529311000001106','12538911000001109','12539011000001100','12506511000001109','12506611000001108','8529411000001104','8529511000001100','12506311000001103','12506411000001105','8529611000001101','8529711000001105','12539511000001108','12539611000001107','8529011000001108','8529111000001109','12538711000001107','12538811000001104','12539111000001104','12539211000001105','12539311000001102','12539411000001109','12538511000001102','12538611000001103','24594211000001108','317956008','21578911000001105','317954006','317965001','13005711000001100','13005811000001108','13006311000001109','13006411000001102','13006111000001107','13006211000001101','13005911000001103','13006011000001106','13005511000001105','13005611000001109','374173002','317967009','317970008','35912911000001108','318023007','318021009','318022002','30798811000001102','36061411000001102','36061511000001103','34193711000001108','13938811000001104','318010000','317971007','317972000','317973005','318007007','36564411000001102','318006003','36061611000001104','12088111000001103','12088211000001109','12087711000001103','12087811000001106','12036211000001104','12036311000001107','13893411000001108','13893511000001107','12088711000001102','12088811000001105','12086511000001106','12086611000001105','12035011000001100','12035111000001104','12088511000001107','12088611000001106','12035411000001109','12035511000001108','12035211000001105','12035311000001102','12036411000001100','12036511000001101','12088311000001101','12088411000001108','12035611000001107','12035711000001103','12036811000001103','12036911000001108','12035811000001106','12035911000001101','12087311000001102','12087411000001109','12034811000001105','12034911000001100','12036611000001102','12036711000001106','12087911000001101','12088011000001104','12086911000001104','12087011000001100','12087511000001108','12087611000001107','12036011000001109','12036111000001105','12087111000001104','12087211000001105','12086711000001101','12086811000001109','12088911000001100','12089011000001109','8519911000001102','8520011000001100','12037011000001107','12037211000001102','20419111000001107','318040003','318041004','318042006','11707011000001103','11707111000001102','11708011000001102','11708111000001101','11708411000001106','11708511000001105','11707411000001107','11707511000001106','11707811000001109','11707911000001104','11707611000001105','11707711000001101','11706411000001105','11706511000001109','318052005','35900111000001108','8274111000001104','11708211000001107','11708311000001104','8273611000001109','8273811000001108','11706811000001107','11706911000001102','11706611000001108','11706711000001104','11708611000001109','11708711000001100','8273911000001103','8274011000001100','11707211000001108','11707311000001100','318056008','318057004','318058009','13895011000001103','13894911000001103','13894711000001100','13894611000001109','13374311000001107','13374411000001100','13354311000001109','13354411000001102','13384911000001104','13385011000001104','13374111000001105','13374211000001104','13325411000001100','13325511000001101','13385311000001101','13385411000001108','13353511000001101','13353611000001102','13326011000001100','13326111000001104','13385711000001102','13385811000001105','8727011000001103','13326411000001109','13326511000001108','13385111000001103','13385211000001109','13354511000001103','13354611000001104','13326211000001105','13326311000001102','13373911000001106','13374011000001109','13325811000001103','13325911000001108','13325211000001104','13325311000001107','13354911000001105','13355011000001105','13354711000001108','13354811000001100','13325011000001109','13325111000001105','13384711000001101','13384811000001109','13325611000001102','13325711000001106','13354111000001107','13354211000001101','13353711000001106','13353811000001103','13385511000001107','13385611000001106','13353911000001108','13354011000001106','8726511000001109','8726411000001105','8726311000001103','8727311000001100','8727611000001105','13894811000001108','318082004','407011007','407012000','318096005','318136009','318135008','318137000','8426911000001109','8427011000001108','11814711000001108','11814811000001100','8426711000001107','8426811000001104','11814511000001103','11814611000001104','11814311000001109','11814411000001102','377566005','318121006','8792311000001109','318097001','318127005','318128000','410896007','8792111000001107','8816211000001103','12424211000001100','12424311000001108','18520511000001107','12424511000001102','12424611000001103','12423911000001107','12424011000001105','12424711000001107','12424811000001104','16072811000001103','16129611000001104','27810911000001102','28882011000001105','32880211000001105','318102003','318101005','318100006','318098006','5126411000001107','36041211000001105','5126811000001109','36041011000001100','36041111000001104','35910011000001105','35910111000001106','35913011000001100','36061311000001109','4557711000001102','35894711000001106','35894611000001102','318186003','318187007','35900911000001106','8274311000001102','8274511000001108','8274611000001107','8275311000001103','8275411000001105','11709011000001107','11709111000001108','8276111000001106','8275511000001109','8275711000001104','11709611000001100','11709711000001109','8275011000001101','8275111000001100','11710611000001108','11710711000001104','11708811000001108','11708911000001103','11710411000001105','11710511000001109','11710211000001106','11710311000001103','8276811000001104','8276911000001109','8274711000001103','8274911000001101','11709211000001102','11709311000001105','11711011000001105','11711111000001106','11710811000001107','11710911000001102','11710011000001101','11710111000001100','35901011000001103','11709811000001101','11709911000001106','11709411000001103','11709511000001104','8277011000001108','8277111000001109','8276311000001108','8276611000001103','8275811000001107','8276011000001105','8816011000001108','8274411000001109','8276211000001100','4638211000001103','35911811000001107','4638111000001109','318259005','318260000','31141611000001104','8454411000001108','8454511000001107','12080811000001107','12080911000001102','8454811000001105','8454911000001100','12081011000001105','12081111000001106','8454611000001106','8454711000001102','36070211000001103','36070311000001106','36070111000001109','36070411000001104','36067511000001109','318277000','318276009','12619011000001102','12619111000001101','12619611000001109','12619711000001100','8514811000001108','8514911000001103','12622011000001102','12622111000001101','12619211000001107','12619311000001104','12619411000001106','12619511000001105','12621011000001105','12621111000001106','12620411000001105','12620511000001109','12620211000001106','12620311000001103','12620011000001101','12620111000001100','12618411000001103','12618511000001104','12620811000001107','12620911000001102','12618811000001101','12618911000001106','12621611000001103','12621711000001107','12622611000001109','12622711000001100','12622811000001108','12622911000001103','12622411000001106','12622511000001105','12621411000001101','12621511000001102','8514311000001104','12622211000001107','12622311000001104','12621211000001100','12621311000001108','12620611000001108','12620711000001104','12618611000001100','12618711000001109','12619811000001108','12619911000001103','12621811000001104','12621911000001109','11169611000001105','8514511000001105','8514611000001109','8514411000001106','36039011000001102','5042411000001104','5042511000001100','5042611000001101','318299008','36035711000001102','36035811000001105','13008411000001101','13008311000001108','19699111000001107','21394911000001108','29670111000001107','32637611000001107','32637511000001108','35575211000001106','36595811000001101','318334004','318335003','13149711000001100','13150011000001107','13149511000001105','13149611000001109','34194111000001109','375342002','35933811000001102','318317007','443311001','318552000','318555003','16460311000001107','318556002','318575007','377211005','11815211000001100','11815311000001108','318619000','318622003','29826611000001106','318631003','318632005','12422611000001106','318633000','318635007','14012311000001106','18518811000001104','8356811000001107','318597009','318560004','318640004','432118006','432159000','28365711000001103','28365411000001109','28365311000001102','28365611000001107','318586009','318412000','318413005','318414004','35903211000001107','318420003','318421004','35903411000001106','318434003','12078711000001108','12078811000001100','12015011000001105','12015211000001100','12079011000001101','12079111000001100','12014611000001104','12014811000001100','12079211000001106','12079311000001103','12014311000001109','12014411000001102','318587000','318443007','318590006','318591005','8305011000001103','8305111000001102','318605000','318606004','318607008','318604001','12287311000001105','12287411000001103','12287111000001108','12287211000001102','14159011000001102','14159111000001101','15160211000001100','15160311000001108','12287511000001104','12287611000001100','8304911000001103','8304811000001108','8305211000001108','8305311000001100','36037611000001104','318458004','318445000','318446004','318447008','8582311000001109','8582411000001102','8581911000001104','8582011000001106','8582111000001107','8582211000001101','12643611000001102','12643711000001106','12643811000001103','12643911000001108','12643411000001100','12643511000001101','7978711000001103','12644011000001106','12644111000001107','14606411000001107','14606511000001106','3631211000001109','318475005','318474009','36035411000001108','16632411000001109','8668011000001102','8668111000001101','8669211000001102','8669311000001105','13007011000001109','13006511000001103','13007411000001100','8668711000001100','8668811000001108','8669111000001108','13006611000001104','13006711000001108','8668511000001105','8668611000001109','13007111000001105','13007511000001101','13007611000001102','13006811000001100','13007711000001106','13007211000001104','13007311000001107','13006911000001105','8668211000001107','8668411000001106','8668911000001103','318480001','318481002','12300711000001104','27890211000001107','27890311000001104','15227111000001100','15227211000001106','16109911000001102','16130911000001101','16131011000001109','16110011000001107','12300811000001107','32750111000001109','33734011000001106','318483004','318484005','318485006','36023011000001102','13003211000001108','318512002','318513007','318584007','35932411000001108','318407001','318406005','35932611000001106','318352004','318353009','318354003','318355002','13199511000001100','13199611000001101','13199711000001105','13199811000001102','13160811000001109','13160911000001104','13172411000001104','13173211000001109','8672711000001106','8672811000001103','13160611000001105','13160711000001101','8672911000001108','8673011000001100','13171511000001108','13172911000001107','13171111000001104','13171411000001109','13161011000001107','13161111000001108','13161411000001103','13161511000001104','13171211000001105','13172311000001106','13172011000001108','13172111000001109','35932811000001105','35932311000001101','35932711000001102','13171711000001103','13171911000001101','13171311000001102','13171611000001107','15356211000001102','13199911000001107','13200011000001100','13161211000001102','13161311000001105','13173011000001104','13173111000001103','13173911000001100','13174011000001102','318525005','318526006','318528007','318527002','35930811000001109','8727111000001102','8727211000001108','13323711000001105','13324011000001105','13323811000001102','8726611000001108','8726711000001104','8726811000001107','8727411000001107','8727511000001106','13323911000001107','13324111000001106','13324211000001100','8726911000001102','35576011000001105','35903311000001104','318534000','318546001','36035311000001101','318549008','318550008','36091611000001101','23707811000001104','24408711000001104','24408411000001105','24408311000001103','24408611000001108','24408511000001109','36097811000001109','8528511000001106','8528711000001101','8528811000001109','12537711000001106','12537811000001103','12538311000001108','12538411000001101','12538111000001106','12538211000001100','8580911000001106','8581011000001103','12536911000001105','12537011000001109','318649003','318650003','34193811000001100','12537911000001108','12538011000001105','12536111000001107','12536211000001101','12535911000001103','12536011000001106','12537511000001101','12537611000001102','12537311000001107','12537411000001100','12537111000001105','12537211000001104','414426001','12536311000001109','12536411000001102','12535711000001100','12535811000001108','12536711000001108','12536811000001100','12536511000001103','12536611000001104','28366011000001109','8528611000001105','318655008','318656009','318657000','375899001','407815004','407816003','36046411000001103','4897711000001106','420370000','34986511000001109','37249111000001106','37925511000001103','11394311000001108','429662009','428480001','419015002','21705011000001109','18759411000001103','36089511000001100','36089211000001103','318667005','318668000','10448511000001104','7660211000001104','10449111000001101','374665007','36978811000001107','318671008','318672001','318673006','8667411000001107','8667311000001100','12912111000001109','12912211000001103','12912311000001106','12912411000001104','12911911000001101','12912011000001108','318707000','318708005','408604009','318724006','36053311000001103','318781001','318782008','318783003','14013011000001104','12084711000001105','12084811000001102','12083511000001103','12083611000001104','12084111000001109','12084211000001103','12083711000001108','12083811000001100','134456001','135921004','12084311000001106','12084411000001104','12083311000001109','12083411000001102','12083911000001105','12084011000001108','12084511000001100','12084611000001101','8483311000001108','23466611000001105','8483511000001102','24509711000001103','8483411000001101','421069003','318740009','318745004','36015311000001107','8671411000001105','8671511000001109','13040411000001109','13040511000001108','13040611000001107','13040711000001103','36015411000001100','4078311000001100','318767003','318768008','318769000','318770004','13078011000001104','13078111000001103','13077811000001106','13077911000001101','8671611000001108','8671711000001104','8671811000001107','8671911000001102','35915811000001105','318779003','318776005','318777001','21939911000001107','21940111000001100','21939811000001102','21940011000001101','23985011000001108','23984911000001108','23985111000001109','23985211000001103','318934008','318935009','318915008','318916009','318917000','318923005','8791911000001104','318820009','318821008','318824000','8816111000001109','11490011000001105','8791811000001109','15533211000001106','8351611000001101','8351811000001102','8348211000001109','8348311000001101','8346711000001101','8346811000001109','12313311000001106','8347111000001104','8347211000001105','8346311000001100','8346411000001107','8348511000001107','8348611000001106','8351911000001107','8352011000001100','8348011000001104','8348111000001103','8348711000001102','8348811000001105','8351211000001103','8351511000001100','12312511000001107','8350511000001107','8350611000001106','8353811000001103','8353911000001108','8351011000001108','8351111000001109','8347311000001102','8347411000001109','8350811000001105','8350911000001100','8349711000001106','8349911000001108','8347811000001106','8347911000001101','12387211000001109','8354411000001102','8354511000001103','8346511000001106','8346611000001105','8353511000001101','8353611000001102','7659911000001107','12313111000001109','12312711000001102','12313211000001103','12312911000001100','8350011000001104','8350111000001103','12312411000001108','12291411000001107','12387311000001101','19820711000001101','12312611000001106','12291511000001106','12312811000001105','8350211000001109','8350311000001101','12313011000001108','12387111000001103','8347511000001108','8347611000001107','8346911000001104','8347011000001100','8353311000001107','8353411000001100','14796411000001104','23707311000001108','23707511000001102','318807006','318806002','318849001','318850001','318851002','318853004','318855006','8486211000001107','8489611000001101','8486511000001105','8486611000001109','12293411000001106','12293511000001105','12085711000001109','12085811000001101','12086311000001100','12086411000001107','8485711000001108','12293211000001107','12293311000001104','12086111000001102','12086211000001108','12292611000001104','12292711000001108','12292811000001100','12292911000001105','8486711000001100','8486811000001108','12085911000001106','12086011000001103','12293811000001108','12293911000001103','8485511000001103','12085511000001104','12085611000001100','8486011000001102','8486111000001101','12294011000001100','12294111000001104','12085311000001105','12085411000001103','12085111000001108','12085211000001102','12293011000001102','12293111000001101','12293611000001109','12293711000001100','8486911000001103','8487011000001104','8485811000001100','8485611000001104','318909008','318910003','12034611000001106','12034711000001102','318880006','318884002','318857003','318858008','318859000','318860005','8622511000001100','8622611000001101','8621911000001101','8622011000001108','8622111000001109','8622211000001103','12761111000001106','12761211000001100','12760911000001102','12761011000001105','12761311000001108','12761411000001101','8622811000001102','8622911000001107','30251811000001106','20556011000001103','14014711000001100','14014811000001108','15880311000001102','15880411000001109','8622311000001106','8622411000001104','318896009','318897000','13011211000001107','13011311000001104','8671211000001106','374667004','14057311000001102','14057411000001109','16075011000001104','23471511000001106','8671311000001103','32880611000001107','3437611000001100','318892006','318885001','318886000','318887009','318894007','318900007','318901006','318902004','318906001','8720811000001105','8720911000001100','8720611000001106','8720711000001102','8720211000001109','8720311000001101','8720411000001108','8720511000001107','3464011000001105','13013311000001103','13013411000001105','408040007','408050008','408051007','408052000','19877111000001100','13610111000001104','318176004','318177008','318924004','318925003','318926002','410958005','14058511000001107','36149211000001102','318944005','318943004','318942009','13454211000001109','13454411000001108','13454111000001103','13454311000001101','134461004','134460003','10970311000001105','429502004','429503009','429678006','18987811000001107','18988111000001104','18987911000001102','18988211000001105','18988011000001100','20418711000001104','449109006','449333009','31142111000001102','31142211000001108','31142011000001103','408055003','385542009','385543004','14680611000001107','14680711000001103','318977009','318978004','318979007','318980005','376998003','15825311000001103','15913211000001107','15853011000001101','15853111000001100','36903211000001105','318968002','318969005','318970006','8580811000001101','12639511000001103','15914211000001105','18852211000001107','19281511000001102','19481911000001105','36774811000001105','318955005','318956006','407784004','14159411000001106','15451111000001107','15451211000001101','14204011000001105','14204111000001106','15148111000001100','15507411000001105','14159511000001105','32877911000001108','36904211000001108','318959004','395497004','13112711000001103','318986004','318987008','134463001','32880311000001102','407855002','407856001','13731911000001109','318961008','318962001','318963006','416515008','15775511000001107','15775611000001106','376487009','15775311000001101','15775411000001108','375035005','375034009','20007411000001100','318994006','318995007','318996008','15774011000001103','15774111000001102','395521005','409298002','377488008','409184002','10270711000001105','409185001','425960005','425669009','36143911000001108','14696611000001108','4601711000001108','319384002','319407007','319385001','319386000','4557911000001100','36052211000001100','36052011000001105','36052311000001108','36052511000001102','36052711000001107','36051611000001109','36052611000001103','36052411000001101','36052111000001106','319408002','36051811000001108','36051911000001103','18357911000001103','18358011000001101','36051711000001100','4556311000001104','36050411000001102','36050111000001107','319364001','319365000','319366004','319367008','36050511000001103','373966004','319373009','8562811000001103','8562911000001108','8579711000001109','8579811000001101','12642711000001103','12642811000001106','12642911000001101','12643011000001109','36050311000001109','12642511000001108','12642611000001107','36050211000001101','28928211000001100','28929311000001102','36050611000001104','319133007','319134001','319135000','319136004','319117009','319124005','319132002','8579911000001106','12643211000001104','8563011000001100','8563111000001104','319100002','319099005','8580111000001108','8580211000001102','12643111000001105','319112003','319113008','12643311000001107','8580011000001107','35903111000001101','35903011000001102','319283006','319284000','8278311000001107','13892511000001100','8278111000001105','20478011000001105','11712111000001101','11712211000001107','11711911000001109','11712011000001102','8278211000001104','29826311000001101','15773411000001109','15773511000001108','15773611000001107','15773711000001103','29826211000001109','36237311000001101','15243911000001109','20456111000001105','319205001','319180004','319181000','319185009','8457011000001107','418945005','319182007','319183002','319184008','319186005','319187001','8456711000001106','8456811000001103','319198000','12027311000001107','12027011000001109','12027911000001108','12027811000001103','12027611000001102','12027111000001105','8456911000001108','319287007','319288002','319291002','18029311000001107','18029411000001100','34447411000001102','319280009','319300008','319301007','32877511000001101','319316005','10225911000001102','36031711000001104','323273000','12865111000001106','319217004','319218009','319216008','319215007','12302611000001109','12302711000001100','319222004','319223009','319274001','319273007','319272002','319275000','319276004','319277008','9096811000001100','8670011000001105','319233001','12862311000001102','12862511000001108','319247002','319248007','8670211000001100','12303011000001106','12862611000001107','12303311000001109','12862411000001109','12862711000001103','12303111000001107','8670411000001101','8670111000001106','8670311000001108','13015911000001101','13016011000001109','13014511000001107','13014611000001106','12940911000001104','12941011000001107','36149611000001100','318204006','318205007','318206008','318248001','318213008','36565011000001105','36149411000001103','318250009','35367911000001103','4139411000001106','13015311000001102','13015411000001109','13014311000001101','13014411000001108','13015511000001108','13015611000001107','13015111000001104','13015211000001105','13014911000001100','13015011000001100','13015711000001103','13015811000001106','13014711000001102','13014811000001105','36031811000001107','36031911000001102','36032011000001109','11160311000001109','11160211000001101','11160111000001107','319305003','319306002','14015511000001106','32878611000001103','9831411000001101','9831511000001102','35308111000001104','15000811000001106','15000911000001101','15001011000001109','319417002','319477006','12300911000001102','319429006','319430001','319431002','12639411000001102','319440003','27810411000001105','32655811000001100','34378511000001109','319451003','3678211000001103','10604411000001102','36090311000001101','36090411000001108','24640411000001104','375252000','375254004','36070611000001101','5118811000001101','36070711000001105','15214811000001105','36070811000001102','319519002','36070911000001107','36071011000001104','19677911000001107','36071111000001103','36042111000001109','36033711000001103','36032511000001101','16671111000001106','13859511000001102','375785009','375426008','36072211000001102','14606011000001103','36072111000001108','20122411000001103','20122811000001101','4977611000001104','35894911000001108','4977711000001108','319499003','35934311000001108','36060511000001105','36060611000001109','36060711000001100','36060411000001106','13566311000001106','7537811000001101','35909811000001105','35909911000001100','410972001','7538811000001102','7653211000001100','36134911000001109','36093411000001100','319667003','36565711000001107','319671000','319672007','36564011000001106','36563911000001108','319680000','11509311000001109','36063911000001106','36063811000001101','22648411000001105','22648311000001103','33598111000001109','33598211000001103','36054311000001101','36055311000001102','36054911000001100','36054411000001108','36054211000001109','36055211000001105','36055111000001104','36055011000001100','36054511000001107','36054811000001105','36054711000001102','18684211000001103','37084511000001100','36566011000001101','36092911000001101','36093111000001105','36093311000001107','37084311000001106','36563811000001103','36564211000001101','37084411000001104','36093011000001109','4865111000001103','36054011000001104','36054111000001103','36053911000001102','36054611000001106','4031311000001105','35919511000001105','35918911000001106','35919011000001102','35918811000001101','35919311000001104','35919411000001106','35919211000001107','35919111000001101','28566311000001109','28566111000001107','28566511000001103','9055711000001109','29903211000001100','29903311000001108','29903411000001101','319740004','10475011000001103','374449003','319745009','319746005','319747001','24351511000001102','319733000','319734006','375374009','319735007','8798711000001106','8798811000001103','8798311000001107','8798411000001100','13016911000001108','8798511000001101','8798611000001102','8798111000001105','8798211000001104','13017011000001107','13016611000001102','319736008','13016711000001106','13016811000001103','8797911000001107','8798011000001109','13017111000001108','13017211000001102','32751111000001103','18290011000001102','32751211000001109','32751311000001101','13532911000001104','13532811000001109','19469811000001101','14254711000001104','19842111000001101','19842211000001107','27810711000001104','34819111000001102','703907006','703908001','35933111000001109','35933011000001108','31141811000001100','12013811000001103','12013911000001108','11712811000001108','12012111000001104','10064711000001104','319773006','319775004','319781007','30798211000001103','12012511000001108','12012611000001107','12013511000001101','12013711000001106','8280711000001102','8280811000001105','12012911000001101','12013011000001109','12014011000001106','12014111000001107','12012211000001105','12012311000001102','12013211000001104','12013311000001107','8280211000001109','8280311000001101','16100911000001108','14012211000001103','319799004','8816311000001106','16072911000001108','429540001','16089411000001101','22342711000001109','22402511000001104','8426611000001103','18747911000001101','28415011000001107','30919611000001101','31140711000001100','32392111000001102','34682711000001102','36903411000001109','36069811000001104','319758005','319759002','8456511000001101','8456611000001102','12029811000001106','12029911000001101','12028311000001108','12028411000001101','36070011000001108','8455811000001106','319766001','8456411000001100','8456111000001105','8456211000001104','8455911000001101','8456011000001109','12029011000001100','12029211000001105','12029611000001107','12029711000001103','12029311000001102','12029511000001108','12028711000001107','12028811000001104','31948811000001109','8456311000001107','319801001','36069911000001109','35891811000001100','36064311000001107','36064411000001100','443088009','443469008','704465002','32472211000001106','34713411000001108','35934211000001100','319821000','319823002','319819005','35915511000001107','35915611000001106','35899011000001105','35899111000001106','35899411000001101','19180011000001103','34502411000001102','12680711000001105','37867011000001103','4671611000001107','12297311000001106','319855002','319870001','427120009','10852411000001108','8889011000001100','24510011000001106','9506711000001109','36056311000001107','36056111000001105','36056211000001104','4600711000001100','4600811000001108','4601311000001109','13402611000001109','9056211000001108','7661311000001102','24509911000001101','9506811000001101','13912311000001104','32961011000001104','22556011000001106','32960911000001107','32961111000001103','32961211000001109','8889111000001104','9507011000001105','9507311000001108','4841411000001103','7594511000001104','4841611000001100','4841311000001105','36107411000001104','9506911000001106','36032411000001100','36032311000001107','36032211000001104','36056011000001109','36055911000001101','12867311000001100','21704911000001109','9052311000001104','319863001','319861004','8723711000001106','13357711000001101','13357811000001109','13358311000001104','13357611000001105','13358111000001101','13358011000001102','13358211000001107','13358511000001105','13357911000001104','13573611000001102','8723011000001109','8722811000001106','8967911000001100','8723311000001107','34379011000001106','36066411000001108','36066311000001101','4792311000001108','407850007','9505811000001109','9505711000001101','9519511000001107','36064211000001104','36064011000001109','36064111000001105','13895311000001100','13895111000001102','13895211000001108','18723811000001102','22555711000001100','22555411000001106','22555511000001105','22555611000001109','320018007','319984007','408036003','408037007','408024009','409108001','16075311000001101','4339911000001106','414177002','414178007','414179004','376119006','15914911000001101','23604611000001102','23604411000001100','23604511000001101','23985311000001106','30738011000001103','30738111000001102','30919311000001106','30919211000001103','32234211000001101','32234311000001109','320029006','320030001','320031002','134489001','14018211000001101','14158811000001101','14158911000001106','14158611000001100','14158711000001109','34682311000001101','19722411000001106','19722511000001105','20528511000001106','20528611000001105','14018311000001109','320035006','320036007','320037003','320041004','134491009','319940007','319941006','12286611000001102','319948000','3336411000001107','11816211000001106','11816311000001103','3776211000001106','4090511000001101','374076007','408060004','320022002','320023007','36566411000001105','319988005','319990006','319992003','319994002','9843611000001100','32474111000001108','319966005','319964008','319971003','16036711000001107','36031511000001109','36031611000001108','36031411000001105','5001511000001102','16074911000001104','36071811000001105','319978009','320012008','320013003','320014009','15534411000001108','15534511000001107','14957711000001105','14957811000001102','13894011000001102','13894111000001101','28773011000001106','319996000','319997009','320000009','8722011000001100','8722111000001104','13894211000001107','320006003','17369311000001105','17429811000001102','13894311000001104','13894411000001106','16090911000001102','16091011000001105','36065911000001107','36066011000001104','4515311000001104','4515411000001106','4210511000001109','4515511000001105','4515211000001107') ORDER BY patient_id ```

This is the nastiest query we've tried so far. There are different approaches we can try to this though, and we may end up offloading some of the work to Python so it's not a problem if this query turns out to be impossibly expensive. (Note, the meds codelist here is invented.)

patients_with_meds_in_3_consecutive_quarters.sql

```sql WITH issues AS ( SELECT DISTINCT MedicationIssue.Patient_ID, StartDate, DATEDIFF(MONTH, '1900-01-01', StartDate) AS months FROM MedicationIssue INNER JOIN MedicationDictionary ON MedicationIssue.MultilexDrug_ID = MedicationDictionary.MultilexDrug_ID WHERE DMD_ID != 'MULTIPLE_DMD_MAPPING' -- Meds codelist goes here AND DMD_ID IN ('4515411000001106','4210511000001109','4515511000001105','4515211000001107') ), -- adds a column indicating how many months each row is from the previous row with_delta AS ( SELECT *, LEAD(months) OVER (PARTITION BY Patient_ID ORDER BY months) - months AS delta FROM issues ), -- Whenever the delta is greater than a quarter, add a flag with_quarter_flag AS ( SELECT *, CASE WHEN delta <= 3 -- this is three months *inclusive* THEN 0 ELSE 1 END AS outside_quarter FROM with_delta ), -- Use the flag to create a unique group id (`continuous_group`) for each non-adjacent group with_continuous_group AS ( SELECT *, SUM(outside_quarter) OVER ( PARTITION BY Patient_ID ORDER BY months ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW ) AS continuous_group FROM with_quarter_flag ) -- Make the final table of patients, medicines, and dates SELECT SUM(delta) AS continous_months, MIN(StartDate) AS start_date, Patient_ID FROM with_continuous_group WHERE delta <= 3 -- exclude groups with one row which is greater than one quarter GROUP BY continuous_group, Patient_ID HAVING SUM(delta) >= 6 -- only include groups covering at least three quarters. It's `quarters - 1` because we count the *gaps*, not the *events* ```