Browse Source

feat: 完成路由查询接口并发测试

weijianghai 2 years ago
parent
commit
56397c152a

+ 0 - 11
pom.xml

@@ -61,17 +61,6 @@
             <artifactId>gson</artifactId>
             <version>2.9.0</version>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.junit.vintage</groupId>
-            <artifactId>junit-vintage-engine</artifactId>
-            <version>5.8.2</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>

+ 22 - 0
src/main/java/com/nokia/domainb/DomainBApplication.java

@@ -1,12 +1,34 @@
 package com.nokia.domainb;
 
+import lombok.extern.slf4j.Slf4j;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
+import org.springframework.context.annotation.Bean;
+import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
+import org.springframework.web.client.RestTemplate;
 
+@Slf4j
 @SpringBootApplication
 public class DomainBApplication {
 
     public static void main(String[] args) {
         SpringApplication.run(DomainBApplication.class, args);
     }
+
+    @Bean
+    public RestTemplate restTemplate() {
+        return new RestTemplate();
+    }
+
+    @Bean
+    public ThreadPoolTaskScheduler threadPoolTaskScheduler() {
+        ThreadPoolTaskScheduler scheduler = new ThreadPoolTaskScheduler();
+        scheduler.setPoolSize(10);
+        scheduler.setWaitForTasksToCompleteOnShutdown(true);
+//        scheduler.setThreadNamePrefix("");
+//        scheduler.setAwaitTerminationSeconds(60);
+//        scheduler.setErrorHandler(e -> log.error(">>> {}", e.getMessage(), e));
+        scheduler.initialize();
+        return scheduler;
+    }
 }

+ 7 - 0
src/main/java/com/nokia/domainb/capability/dto/SaAndVolteDTO.java

@@ -2,11 +2,18 @@ package com.nokia.domainb.capability.dto;
 
 import lombok.Data;
 import lombok.EqualsAndHashCode;
+import lombok.NoArgsConstructor;
 import lombok.ToString;
 
 @Data
 @EqualsAndHashCode(callSuper = true)
 @ToString(callSuper = true)
+@NoArgsConstructor
 public class SaAndVolteDTO extends CommonDTO {
     private String phoneNumber;
+
+    public SaAndVolteDTO(String fromSystem, String phoneNumber) {
+        super(fromSystem);
+        this.phoneNumber = phoneNumber;
+    }
 }

+ 6 - 0
src/main/java/com/nokia/domainb/capability/dto/SaDTO.java

@@ -5,6 +5,12 @@ import lombok.*;
 @Data
 @EqualsAndHashCode(callSuper = true)
 @ToString(callSuper = true)
+@NoArgsConstructor
 public class SaDTO extends CommonDTO {
     private String phoneNumber;
+
+    public SaDTO(String fromSystem, String phoneNumber) {
+        super(fromSystem);
+        this.phoneNumber = phoneNumber;
+    }
 }

+ 1 - 0
src/main/java/com/nokia/domainb/capability/exception/ControllerExceptionHandler.java

@@ -14,6 +14,7 @@ import org.springframework.web.bind.annotation.RestControllerAdvice;
 @RestControllerAdvice
 public class ControllerExceptionHandler
 {
+    @SuppressWarnings("rawtypes")
     @ExceptionHandler({Exception.class})
     public ResponseEntity exceptionHandler(Exception e)
     {

+ 4 - 1
src/main/java/com/nokia/domainb/util/Utils.java

@@ -14,7 +14,10 @@ public class Utils {
     public static Set<String> readPhones() {
         Set<String> result = new HashSet<>();
 //        String location = "classpath:data/10.txt";
-        String location = "classpath:data/1000.txt";
+//        String location = "classpath:data/100.txt";
+//        String location = "classpath:data/1000.txt";
+        String location = "classpath:data/10000.txt";
+//        String location = "classpath:data/10000+.txt";
 //        String location = "classpath:data/测试号码2.txt";
 //        String location = "classpath:data/测试号码1万多.txt";
         FileInputStream fis;

+ 100 - 0
src/main/resources/data/100.txt

@@ -0,0 +1,100 @@
+18503369666,18,0335
+18632450346,18,0314
+15633553235,18,0311
+18632157917,18,0311
+16603112238,18,0311
+15557153750,36,0571
+13206786656,97,0469
+18331524020,18,0315
+13131680581,18,0316
+18603271888,18,0311
+13131221221,18,0312
+13111683050,18,0312
+18622305641,13,0022
+15511310932,18,0311
+15690237898,18,0312
+16633301636,18,0030
+13091131129,18,0310
+15510416665,11,0010
+15530375352,18,0313
+13931598728,18,0315
+16632722819,18,0317
+13273661508,18,0319
+13040049000,18,0315
+13223275860,18,0319
+15532531065,18,0315
+13031410034,18,0314
+15503388534,18,0315
+13081859611,18,0335
+18503231698,18,0311
+13171998053,18,0317
+13190795236,10,0478
+15603275117,18,0312
+15531220675,18,0312
+13284360056,18,0312
+13273636560,18,0316
+15632266832,18,0312
+18633054444,18,0311
+15533071403,18,0310
+18630003374,18,0310
+16603192388,18,0319
+17713146572,18,0315
+17614317358,90,0431
+18631162617,18,0311
+13292406126,18,0315
+15512941676,18,0314
+15633670896,18,0311
+18632475627,18,0314
+15503238898,18,0318
+15613482606,18,0315
+18630240806,18,0312
+13283235851,18,0317
+13180031341,18,0310
+18611334493,11,0010
+18630605703,18,0316
+17531390978,18,0335
+18531566123,18,0315
+15530639577,18,0316
+13091221187,18,0312
+15612749206,18,0317
+15612474341,18,0314
+15613885837,18,0315
+13011568765,18,0311
+18531019416,18,0310
+13141188868,11,0010
+13180307530,18,0317
+18533267257,18,0311
+13292043885,18,0310
+13223109228,18,0310
+15530008680,18,0310
+13031500072,18,0315
+18630243080,18,0312
+18630002021,18,0310
+13131136089,18,0311
+18632120668,18,0311
+13166545565,18,0315
+13082175560,18,0317
+15632632723,18,0316
+13283427871,18,0310
+15614451335,18,0312
+17558818518,34,0516
+18631584994,18,0315
+18623847650,76,0372
+13111731269,18,0317
+18533611782,18,0316
+15630780157,18,0317
+13292084388,18,0310
+13082366257,18,0312
+18630294607,18,0312
+15603175790,18,0317
+19912374869,18,0315
+15613835508,18,0315
+15633109812,18,0310
+15530123667,18,0311
+18617879579,18,0315
+17732135772,18,0311
+13246577577,18,0311
+18610332003,11,0010
+15731766644,18,0317
+15030080148,18,0310
+13111494949,18,0315

+ 10000 - 0
src/main/resources/data/10000.txt

@@ -0,0 +1,10000 @@
+18503369666,18,0335
+18632450346,18,0314
+15633553235,18,0311
+18632157917,18,0311
+16603112238,18,0311
+15557153750,36,0571
+13206786656,97,0469
+18331524020,18,0315
+13131680581,18,0316
+18603271888,18,0311
+13131221221,18,0312
+13111683050,18,0312
+18622305641,13,0022
+15511310932,18,0311
+15690237898,18,0312
+16633301636,18,0030
+13091131129,18,0310
+15510416665,11,0010
+15530375352,18,0313
+13931598728,18,0315
+16632722819,18,0317
+13273661508,18,0319
+13040049000,18,0315
+13223275860,18,0319
+15532531065,18,0315
+13031410034,18,0314
+15503388534,18,0315
+13081859611,18,0335
+18503231698,18,0311
+13171998053,18,0317
+13190795236,10,0478
+15603275117,18,0312
+15531220675,18,0312
+13284360056,18,0312
+13273636560,18,0316
+15632266832,18,0312
+18633054444,18,0311
+15533071403,18,0310
+18630003374,18,0310
+16603192388,18,0319
+17713146572,18,0315
+17614317358,90,0431
+18631162617,18,0311
+13292406126,18,0315
+15512941676,18,0314
+15633670896,18,0311
+18632475627,18,0314
+15503238898,18,0318
+15613482606,18,0315
+18630240806,18,0312
+13283235851,18,0317
+13180031341,18,0310
+18611334493,11,0010
+18630605703,18,0316
+17531390978,18,0335
+18531566123,18,0315
+15530639577,18,0316
+13091221187,18,0312
+15612749206,18,0317
+15612474341,18,0314
+15613885837,18,0315
+13011568765,18,0311
+18531019416,18,0310
+13141188868,11,0010
+13180307530,18,0317
+18533267257,18,0311
+13292043885,18,0310
+13223109228,18,0310
+15530008680,18,0310
+13031500072,18,0315
+18630243080,18,0312
+18630002021,18,0310
+13131136089,18,0311
+18632120668,18,0311
+13166545565,18,0315
+13082175560,18,0317
+15632632723,18,0316
+13283427871,18,0310
+15614451335,18,0312
+17558818518,34,0516
+18631584994,18,0315
+18623847650,76,0372
+13111731269,18,0317
+18533611782,18,0316
+15630780157,18,0317
+13292084388,18,0310
+13082366257,18,0312
+18630294607,18,0312
+15603175790,18,0317
+19912374869,18,0315
+15613835508,18,0315
+15633109812,18,0310
+15530123667,18,0311
+18617879579,18,0315
+17732135772,18,0311
+13246577577,18,0311
+18610332003,11,0010
+15731766644,18,0317
+15030080148,18,0310
+13111494949,18,0315
+15631108897,18,0311
+15531798837,18,0317
+18617651537,18,0319
+15531880088,18,0318
+16682051555,18,0310
+15600580093,11,0010
+17603355999,18,0335
+17633013880,18,0315
+18513855267,11,0010
+16632776660,18,0317
+18630405208,18,0316
+15531550373,18,0315
+13273601889,18,0316
+18631532086,18,0315
+13643126070,18,0312
+17600718766,11,0010
+13069302121,76,0378
+13133516266,18,0335
+13031449956,18,0311
+17631150559,18,0311
+13131067807,18,0310
+17526582274,13,0022
+17631551145,18,0030
+13273662873,18,0319
+13230163130,18,0311
+18637255554,76,0372
+17631150555,18,0311
+15503319106,18,0315
+15633955101,18,0315
+13131542888,18,0315
+15511944044,18,0315
+13180243828,18,0312
+15530219823,18,0312
+15614880826,18,0318
+18633987816,18,0315
+15530299939,18,0312
+15612571508,18,0315
+18561532393,17,0532
+18601022739,11,0010
+15630293096,18,0312
+15632101219,18,0311
+17692130802,18,0311
+13230581947,18,0315
+13102913830,18,0312
+18632589633,18,0315
+18631136301,18,0311
+18630192680,18,0311
+15612108961,18,0311
+13043125605,18,0312
+13127368139,18,0317
+13230327929,18,0335
+18511823136,11,0010
+13520579329,11,0010
+15633013698,18,0311
+18333875152,18,0315
+15532165130,18,0311
+18631770890,18,0317
+16632498176,18,0314
+13091444319,97,0451
+13223159555,18,0315
+18611720832,11,0010
+13229350665,18,0315
+18503379028,18,0335
+18632071198,18,0319
+18633367653,18,0315
+13070509777,18,0312
+15530525558,18,0315
+16630203689,18,0312
+18633379653,18,0315
+13223238820,18,0312
+16632328061,18,0310
+13133541276,18,0335
+18633450150,18,0311
+15932505320,18,0315
+18634067589,18,0317
+13013233859,18,0311
+17692758111,18,0317
+15532082298,18,0310
+13293271375,18,0314
+18531248491,18,0312
+18632445838,18,0314
+13288718889,18,0311
+18633962589,18,0315
+18632698807,18,0316
+17631030717,18,0310
+15511908380,18,0315
+15632831928,18,0315
+18631053466,18,0310
+13283290606,18,0317
+13082330258,18,0312
+18632732388,18,0317
+15630119789,18,0311
+16631775554,18,0317
+15503340509,18,0315
+13833035109,18,0312
+15230297707,18,0312
+13031418834,18,0314
+15532985897,18,0319
+13293079653,18,0310
+13165545796,18,0311
+15633068819,18,0311
+18632584826,18,0315
+18633337796,18,0315
+18531752011,18,0315
+13092801999,81,0834
+17659733836,18,0317
+15631337853,18,0313
+15533770904,18,0317
+15831143523,18,0311
+16630916111,18,0319
+15532742220,18,0317
+15612911150,18,0319
+13288322770,18,0316
+13131251026,18,0312
+13082378215,18,0312
+15533305828,18,0310
+18631463878,18,0314
+15613630229,18,0316
+18617760730,18,0312
+13230581980,18,0315
+17507083317,75,0791
+16630708835,18,0317
+15511454776,18,0311
+15512217186,18,0312
+15503184597,18,0318
+15511609853,18,0311
+15530231518,18,0312
+15613702393,18,0317
+16630334214,18,0314
+13284476666,18,0311
+17692370586,18,0312
+13290618927,18,0311
+15613120477,18,0311
+18501038982,11,0010
+17633086827,18,0319
+15503026360,18,0310
+13102582327,18,0319
+15130695101,18,0311
+15614967262,18,0315
+15531088630,18,0310
+13292810372,18,0311
+13223441203,18,0311
+15633025627,18,0311
+18518511792,11,0010
+18633762085,18,0316
+18631289988,18,0312
+13111373797,18,0310
+17503298721,18,0316
+13400310031,18,0311
+17600159541,11,0010
+18533605935,18,0316
+15533647496,18,0311
+18631220221,18,0312
+13171608633,18,0314
+16633203165,18,0030
+18631686942,18,0316
+13068754444,18,0311
+18632605345,18,0316
+15556188617,30,0552
+13180411825,18,0315
+15336177878,84,0917
+13483372487,18,0335
+13012058838,18,0312
+15613359196,18,0311
+15512015760,18,0315
+15512268765,18,0312
+13253100411,18,0313
+15511408024,18,0311
+13111572986,18,0311
+13102911229,18,0030
+13021838619,18,0316
+18631895535,18,0318
+15512226952,18,0312
+13011910660,18,0312
+13103161198,18,0316
+16630509692,18,0335
+15630842951,18,0312
+13292808080,18,0311
+15076592663,18,0315
+15690381339,18,0319
+16630336818,18,0314
+15612852202,18,0315
+13833407205,18,0314
+13012020250,18,0317
+13131392653,18,0313
+16631156690,18,0311
+17633359013,18,0335
+15531927270,18,0319
+13223117780,18,0310
+15530495239,18,0317
+15612145957,18,0311
+13230951395,18,0319
+13001860036,18,0310
+18633182791,18,0315
+18631418333,18,0314
+15632222409,18,0030
+18731447929,18,0314
+13276012328,38,0591
+17633210371,18,0311
+13292350815,18,0335
+13273219060,18,0312
+15533210956,18,0312
+17610189261,11,0010
+17631701362,18,0317
+15631234506,18,0312
+18617734444,18,0317
+13013221899,18,0317
+15632223729,18,0312
+15532571902,18,0315
+13933923772,18,0316
+18632798230,18,0317
+13131126648,18,0311
+17692608414,18,0316
+17631541723,18,0312
+18632251157,18,0312
+15632409861,18,0314
+18633449138,18,0315
+15532276995,18,0312
+13111373750,18,0310
+13292681957,18,0316
+18603251352,18,0315
+15532269806,18,0312
+15613361405,18,0311
+15512856411,18,0319
+13131872611,18,0318
+15731000068,18,0310
+15633181126,18,0318
+17692767917,18,0317
+18630135262,18,0311
+18631246891,18,0312
+18632606633,18,0316
+15503345371,18,0315
+13020820627,18,0312
+15603219095,18,0030
+13292011365,18,0310
+15632425065,18,0314
+13191660989,18,0312
+13273443197,18,0311
+15531124888,18,0311
+17600780788,11,0010
+15532966747,18,0319
+13031898147,18,0317
+18630630680,18,0316
+18631233573,18,0312
+16630930392,18,0319
+15530266129,18,0312
+15530988342,18,0319
+17659992658,18,0319
+17610201371,11,0010
+15690520850,18,0315
+18603213068,18,0311
+15511671717,18,0311
+17631962801,18,0319
+15633042163,18,0311
+15503140008,18,0314
+13013212080,18,0316
+13131427916,18,0314
+13111309177,18,0310
+16630864455,18,0317
+13131911055,18,0319
+13103258527,18,0315
+17633084141,18,0319
+15511268889,18,0312
+17631545319,18,0312
+15630622048,18,0316
+15632208136,18,0312
+15511519895,18,0315
+17631534662,18,0030
+15511761888,18,0317
+18532224322,18,0312
+13293306621,18,0313
+13016149569,74,0737
+13103066605,18,0316
+18533538550,18,0335
+15613323112,18,0311
+18631736101,18,0317
+18531056488,18,0310
+15512741212,18,0310
+17603251284,18,0311
+15631708598,18,0317
+15614925304,18,0310
+13110011892,13,0022
+13111677277,18,0312
+13293259663,18,0314
+16631090320,18,0310
+13021855111,18,0319
+15694936791,18,0313
+13785494209,18,0317
+15512213675,18,0312
+15033034666,18,0310
+18518095064,11,0010
+13292265678,18,0318
+18633703651,18,0317
+17631659256,18,0312
+17610377719,11,0010
+15530695739,18,0316
+15612052072,18,0310
+15632829591,18,0315
+16607025403,75,0792
+17631282430,18,0312
+13231429817,18,0314
+13229892770,18,0319
+13290508521,18,0310
+13131001993,18,0310
+18833355969,18,0315
+15614561706,18,0315
+18631461106,18,0314
+15632109959,18,0311
+13273163828,18,0311
+17533634404,18,0316
+18633756118,18,0316
+15632981606,18,0319
+15632776630,18,0317
+15511632131,18,0311
+18531800196,18,0318
+13111572908,18,0311
+13293167101,18,0335
+15512593625,18,0315
+15612718184,18,0317
+15533636755,18,0311
+13171613143,18,0314
+16630059596,18,0310
+18531447530,18,0314
+17603335593,18,0315
+13127375333,18,0317
+18518235859,11,0010
+17547059161,10,0476
+17633170715,18,0317
+13273400014,18,0311
+18595414034,76,0371
+17631776965,18,0317
+13831642376,18,0316
+18500566766,11,0010
+13032035849,18,0312
+15631822350,18,0318
+17692538922,18,0315
+13131438600,18,0314
+16630736035,18,0317
+18633930044,18,0311
+17692207912,18,0312
+18333688025,18,0316
+13294093828,18,0313
+18532567222,18,0315
+13011445088,18,0315
+18632947146,18,0319
+13102826102,18,0311
+13784217759,18,0310
+13230230530,18,0312
+15530806309,18,0315
+18630791118,18,0316
+15613194802,18,0311
+18630568278,18,0335
+18630391882,18,0335
+13512818083,13,0022
+15175634535,18,0315
+18631587219,18,0315
+15031709052,18,0317
+15503230166,18,0318
+15031083858,18,0310
+17631558663,18,0312
+16630807005,18,0317
+15613084234,18,0310
+13231482006,18,0314
+15530724647,18,0317
+13103027007,18,0312
+15544888288,18,0310
+13013287605,18,0315
+13111559957,18,0311
+15631698697,18,0316
+15630258668,18,0030
+18630137870,18,0311
+15690027960,18,0310
+16630558755,18,0335
+18503121222,18,0312
+13231939561,18,0319
+13172190691,18,0316
+15533802166,18,0318
+13249337333,18,0311
+15631767070,18,0317
+13293060106,18,0310
+18631576530,18,0315
+13103079980,18,0317
+15533838110,18,0318
+13082188912,18,0317
+13230061169,18,0310
+15690517268,18,0315
+15530069577,18,0310
+18634020816,18,0315
+13107274796,74,0737
+17614012577,91,0024
+13283398867,18,0314
+13930583099,18,0315
+13131090190,18,0310
+15531792778,18,0317
+15612775579,18,0317
+18532015780,18,0335
+15803311515,18,0311
+13132499330,18,0319
+13273179381,18,0311
+18503170251,18,0317
+15603398818,18,0335
+13231459628,18,0314
+18503315750,18,0335
+13131046000,18,0310
+15511116600,18,0311
+13035885856,18,0311
+18533245869,18,0311
+17631008003,18,0310
+17692660968,18,0316
+13091209580,18,0312
+18617855677,18,0315
+18633630213,18,0312
+15511320324,18,0311
+18631083322,18,0310
+13910546321,11,0010
+18631835869,18,0318
+13191681182,18,0312
+18631601958,18,0316
+17631290900,18,0312
+13103210535,18,0311
+18531761888,18,0315
+18633864135,18,0311
+17645856791,97,0459
+15603421807,19,0352
+15631779033,18,0317
+18630150801,18,0311
+13001801573,18,0311
+15533155516,18,0315
+13223278183,18,0319
+15633913303,18,0315
+18632528631,18,0315
+17692122396,18,0311
+18630240777,18,0312
+13231941830,18,0319
+18630519312,18,0315
+17531995611,18,0319
+15632645996,18,0316
+18631451715,18,0314
+18034357180,18,0315
+18632295659,18,0312
+17692619063,18,0316
+15512803999,18,0319
+13223112865,18,0310
+13284368834,18,0312
+13111661768,18,0312
+15679258312,75,0792
+18532212362,18,0312
+15632897698,18,0318
+15511007388,18,0310
+18631251409,18,0312
+15666406568,17,0531
+17631786389,18,0317
+15503077985,18,0310
+15533315128,18,0310
+13020807690,18,0312
+17631440995,18,0314
+16630342709,18,0314
+17531188170,18,0311
+15690587975,18,0313
+15532713796,18,0317
+13191987131,18,0316
+15630792023,18,0317
+18617531652,18,0315
+13223110218,18,0310
+13082335080,18,0312
+13081091581,18,0311
+18640105268,91,0024
+16603253833,18,0312
+18533791234,18,0316
+15530025143,18,0310
+17631972272,18,0319
+13231292594,18,0030
+15531226735,18,0312
+17631149537,18,0311
+17631277991,18,0312
+13191921365,18,0317
+15613323104,18,0311
+15512231501,18,0312
+13124728759,11,0010
+13131086907,18,0310
+13111588436,18,0311
+15530337160,18,0313
+17631452978,18,0314
+18630692991,18,0316
+13013239972,18,0311
+18634051970,18,0317
+13191792886,18,0313
+13230519992,18,0315
+15544703839,18,0310
+16663108150,18,0310
+15613888188,18,0315
+17633113314,18,0311
+15613511655,18,0315
+18531249840,18,0312
+13273508333,18,0315
+13273202171,18,0312
+15633586981,18,0311
+13040033580,18,0315
+18732585370,18,0315
+13102762276,18,0318
+13290455365,18,0315
+18630038100,18,0310
+18531423519,18,0314
+13180319531,18,0317
+13273522610,18,0315
+13131234590,18,0312
+15533538306,18,0335
+13175053708,36,0571
+18693115066,87,0931
+18632895296,18,0318
+15533425708,18,0316
+18515365670,11,0010
+18532200346,18,0312
+17631635263,18,0312
+16630981969,18,0319
+15630625980,18,0316
+15613522301,18,0315
+17531729663,18,0317
+13091362717,18,0335
+13032047889,18,0312
+13133517612,18,0335
+17532588988,18,0310
+17600377856,11,0010
+18617639919,18,0319
+13103366564,18,0316
+18610134296,11,0010
+18631100250,18,0311
+15503387337,18,0315
+15531837362,18,0318
+15503247032,18,0318
+16631234521,18,0312
+17631551219,18,0312
+18630128179,18,0311
+15516999919,76,0371
+13131552399,18,0315
+18630100605,18,0311
+13231566059,18,0315
+15630667657,18,0316
+18631972116,18,0319
+15632265638,18,0312
+13081079772,18,0311
+13230392000,18,0335
+13180110598,18,0314
+15512777068,18,0310
+18634138333,18,0310
+13082060320,18,0316
+18531376626,18,0313
+18531211020,18,0312
+18603155657,18,0315
+13131727632,18,0317
+13191700618,18,0310
+18633661455,18,0310
+15530160770,18,0311
+13102509568,18,0335
+13091233263,18,0312
+13028657977,18,0311
+15703376903,18,0335
+15530086085,18,0310
+15631030650,18,0310
+13131018958,18,0310
+15533288895,18,0312
+16631475750,18,0314
+15632265621,18,0312
+13103354576,18,0335
+18532398068,18,0312
+13223159659,18,0315
+13070557555,18,0312
+15613529915,18,0315
+13191613071,18,0319
+15544781221,18,0310
+15511514885,18,0315
+15612875013,18,0315
+16632418168,18,0314
+18531908273,18,0319
+13028656679,18,0311
+15511098129,18,0310
+13131681785,18,0316
+18533077933,18,0311
+17692293911,18,0312
+13193719795,76,0396
+15533815656,18,0318
+13293013732,18,0310
+17603316204,18,0315
+15530855155,18,0315
+15632001739,18,0310
+18631426928,18,0314
+13230139578,18,0311
+15630996258,18,0319
+18630669026,18,0316
+13011594997,18,0311
+18631911197,18,0319
+17631577813,18,0312
+15632239306,18,0312
+15531269802,18,0312
+15598887368,10,0478
+18531466668,18,0314
+15612841662,18,0318
+15512711208,18,0310
+13040013141,18,0315
+15630576316,18,0315
+18632408950,18,0314
+18631596879,18,0315
+13111202277,19,0350
+13180081507,18,0311
+17661313550,17,0537
+18630787732,18,0315
+15603392665,18,0335
+18032531575,18,0315
+15633670753,18,0311
+13273335259,18,0318
+13030057736,97,0451
+15512229031,18,0312
+18633093979,18,0311
+13231615751,18,0316
+15631091611,18,0310
+13231237872,18,0312
+15631606707,18,0316
+13231921253,18,0319
+18603130320,18,0313
+15614125265,18,0311
+13103227311,18,0312
+15603215377,18,0312
+13102096467,13,0022
+16683243505,81,0826
+16631156511,18,0311
+13091031676,18,0311
+13171817133,18,0315
+13082324332,18,0312
+13223273118,18,0319
+17691767977,18,0317
+15533931777,18,0311
+15632573752,18,0315
+15694900621,18,0314
+13131066602,18,0310
+15690272108,18,0317
+13131448090,18,0314
+17692173888,18,0311
+13081049915,18,0311
+15632443000,18,0314
+17631755002,18,0317
+15533299581,18,0312
+18631000852,18,0310
+13230631118,18,0312
+18633912167,18,0311
+16631750317,18,0317
+15630033094,18,0310
+18533206171,18,0311
+15544757572,18,0310
+15630578995,18,0315
+18733343058,18,0315
+13273576491,18,0315
+18617739155,18,0317
+13292558573,18,0315
+13111762299,18,0317
+13171958988,18,0319
+17531352787,18,0310
+13171537929,18,0310
+15632707227,18,0317
+18631199831,18,0311
+18631101558,18,0311
+15630889715,18,0312
+13102695111,18,0315
+13082124025,18,0310
+13273572901,18,0315
+13231712903,18,0317
+15632722836,18,0317
+13047705888,18,0310
+18631088066,18,0310
+13303370090,18,0317
+15633957880,18,0315
+15633602675,18,0315
+15613883321,18,0315
+18603179699,18,0317
+15611896789,11,0010
+18531844550,18,0316
+13290615177,18,0311
+15631027061,18,0310
+13133517467,18,0335
+18603298188,18,0311
+13284350790,18,0312
+18630545629,18,0315
+15033328500,18,0315
+13180535111,18,0310
+15531797630,18,0317
+15632103762,18,0311
+15511033696,18,0310
+17633373285,18,0313
+15530663322,18,0316
+13011987048,18,0317
+15532293353,18,0030
+15614490829,18,0312
+13073151660,18,0311
+15613418117,18,0315
+13131475698,18,0314
+18603397736,18,0335
+18633295565,18,0312
+15533426871,18,0316
+15613151546,18,0311
+15632037774,18,0310
+15631024815,18,0310
+18633253777,18,0312
+18633378200,18,0315
+15603173058,18,0317
+18134246504,18,0315
+15531785678,18,0317
+18631444776,18,0314
+13014375071,18,0311
+18511056789,11,0010
+13171711573,18,0318
+18632023573,18,0310
+15694931722,18,0313
+13171848224,18,0315
+15632986375,18,0319
+18633745666,18,0317
+13165546995,18,0311
+13091102537,18,0310
+18632872576,18,0318
+15531617912,18,0316
+17734141117,18,0317
+18630628535,18,0316
+15632113176,18,0311
+17603138888,18,0313
+13283151777,18,0310
+13290546869,18,0312
+18630444786,18,0316
+15630883507,18,0312
+18600898237,11,0010
+13184929553,18,0335
+13293180136,18,0335
+13040040719,18,0315
+15532032129,18,0310
+18632756210,18,0317
+15512888868,18,0317
+18631066671,18,0310
+18633368899,18,0315
+15512001269,18,0315
+13012130627,18,0319
+13292009228,18,0310
+15512153555,18,0311
+13231415035,18,0314
+13230791687,18,0317
+17631612752,18,0312
+17631829888,18,0318
+15511388820,18,0311
+15511500271,18,0315
+18832864605,18,0318
+18532160410,18,0311
+13084597496,18,0314
+17631595694,18,0030
+13082368776,18,0312
+13231442629,18,0314
+18532657187,18,0315
+18631649899,18,0316
+17631781382,18,0317
+16632095062,18,0310
+15690511269,18,0315
+13230789358,18,0317
+13165545689,18,0311
+18611549001,11,0010
+13131437327,18,0314
+18631883699,18,0318
+15631968621,18,0319
+18631959191,18,0319
+15630088184,18,0310
+18631246908,18,0312
+16633811468,18,0318
+15694888483,18,0311
+16630852290,18,0317
+15631788667,18,0317
+15532602044,18,0316
+13191796260,18,0313
+15633820929,18,0311
+13131612361,18,0316
+15512513550,18,0315
+13229323149,18,0315
+15633951698,18,0315
+15631192361,18,0311
+15632182555,18,0311
+18503164239,18,0316
+16603199998,18,0319
+18568837753,76,0372
+15543467253,90,0436
+15614387885,18,0311
+13171579790,18,0311
+13292563088,18,0315
+13103269109,18,0316
+15531208883,18,0312
+15613629178,18,0316
+13012034992,18,0317
+15612751614,18,0317
+15511932155,18,0315
+13021418880,18,0315
+13012058960,18,0312
+13131464960,18,0314
+13131079993,18,0310
+13230383978,18,0335
+15632590250,18,0315
+18531007579,18,0310
+17631991467,18,0319
+18532628606,18,0313
+17503199016,18,0319
+18603142396,18,0314
+18600786850,11,0010
+17631515551,18,0312
+13011467926,18,0335
+17612213160,13,0022
+18875772444,18,0317
+18631986790,18,0319
+18632745520,18,0317
+15503362003,18,0315
+13001806581,18,0311
+15910757528,11,0010
+15613046160,18,0310
+16631438797,18,0314
+15511031092,18,0310
+18531088999,18,0310
+15544510615,18,0311
+15633835115,18,0311
+13290520296,18,0312
+13131066679,18,0310
+15583933703,81,9830
+13084598799,18,0314
+16630511881,18,0335
+15530228044,18,0312
+18632150545,18,0311
+18603101865,18,0310
+15532336990,18,0313
+13103316246,18,0311
+15612300812,18,0313
+15613911000,18,0319
+16603119885,18,0311
+13513333264,18,0315
+15613469758,18,0315
+13082143029,18,0310
+13091072126,18,0315
+13230367069,18,0335
+13102526003,18,0335
+13191993022,18,0317
+18630298222,18,0312
+13070598058,18,0312
+13022826600,84,0029
+13933268774,18,0312
+18617748963,18,0317
+13171789341,18,0310
+18713881918,18,0315
+15530938028,18,0319
+17633109974,18,0310
+13091059160,18,0315
+18634053005,18,0317
+13180043224,18,0311
+13121519078,11,0010
+18503281898,18,0311
+18564419332,17,0635
+13292789971,18,0317
+18230049766,18,0314
+13231201831,18,0030
+15690044680,18,0310
+13180201813,18,0312
+13230069997,18,0310
+17603290804,18,0311
+13231255776,18,0312
+13111456755,18,0315
+18931629092,18,0310
+13141101309,11,0010
+13103259753,18,0315
+18630359550,18,0335
+17631526226,18,0312
+18603390323,18,0335
+17701245298,11,0010
+15630990052,18,0319
+18033785752,18,0311
+17531115032,18,0311
+18617805463,18,0312
+18630311628,18,0335
+17633186162,18,0318
+15508739732,86,0873
+15511610666,18,0311
+18610315424,11,0010
+13091379678,18,0335
+18630792301,18,0316
+15633812424,18,0311
+13103247767,18,0314
+18531409198,18,0314
+15512033728,18,0315
+13273538203,18,0315
+13230882997,18,0315
+18203398688,18,0317
+17531873122,18,0318
+13284415778,18,0311
+17631433750,18,0314
+18610570988,11,0010
+15633229635,18,0312
+13102481488,18,0316
+17559505204,18,0310
+18631599123,18,0315
+17631142146,18,0311
+18730782488,18,0317
+13242633126,18,0315
+18531902055,18,0319
+17631556115,18,0312
+13131278911,18,0312
+18632595555,18,0315
+17612281355,13,0022
+17631193763,18,0311
+18531610870,18,0316
+17625464565,34,0516
+15530520520,18,0315
+13292906657,18,0312
+18631042742,18,0310
+18531863630,18,0318
+15603216725,18,0030
+13131418293,18,0314
+15632269212,18,0312
+15630559961,18,0315
+18232602654,18,0314
+13040021682,18,0315
+17603235918,18,0311
+15933062087,18,0316
+13171523287,18,0315
+18632533275,18,0315
+13120138828,11,0010
+15612467124,18,0314
+13102666632,18,0315
+13210542658,17,0531
+13293323091,18,0313
+15530065959,18,0310
+17531130698,18,0311
+13084577004,18,0313
+13091062802,18,0315
+17631130141,18,0311
+13230674109,18,0316
+13253203837,18,0318
+15612150313,18,0311
+18631406425,18,0314
+16631229960,18,0312
+18632228757,18,0312
+15632692266,18,0316
+13111496010,18,0315
+15511635953,18,0311
+18531165610,18,0311
+15613095032,18,0310
+18831728078,18,0317
+17633248888,18,0311
+13223462888,18,0311
+15630823953,18,0312
+18503302398,18,0335
+18631955668,18,0319
+18632596862,18,0315
+15631313832,18,0313
+15690229312,18,0312
+13231722297,18,0317
+16606209388,34,0512
+15614565195,18,0315
+15511863978,18,0311
+18531645536,18,0316
+15630258555,18,0312
+13132488508,18,0319
+18633439722,18,0315
+15531404291,18,0314
+17320964289,18,0314
+13102655958,18,0315
+15511899889,18,0311
+15533819118,18,0318
+17633337529,18,0312
+13273403891,18,0311
+17551033332,34,0025
+13184923383,18,0335
+17692641713,18,0316
+15632818995,18,0315
+13191734091,18,0310
+15531237377,18,0312
+15633271132,18,0312
+15613829515,18,0315
+17610035977,11,0010
+17692249886,18,0312
+13931632127,18,0316
+15532588953,18,0315
+15530852970,18,0315
+13131606589,18,0316
+18631901866,18,0319
+18665773677,51,0759
+18533033420,18,0315
+13001807822,18,0311
+18633245207,18,0312
+18631661517,18,0316
+18603197564,18,0319
+13102080899,13,0022
+13273275238,18,0312
+13106523303,18,0311
+18633605385,18,0316
+13284381972,18,0312
+15505689459,30,0558
+15512033785,18,0315
+18617717730,18,0317
+15632072175,18,0310
+18630720787,18,0317
+18532689909,18,0312
+18633108977,18,0315
+13111473344,18,0315
+13223291008,18,0319
+18603377333,18,0335
+15630826176,18,0312
+13180205348,18,0312
+16631761096,18,0317
+13231095850,18,0310
+15630406411,18,0311
+18518710825,11,0010
+18533131802,18,0311
+13290576789,18,0310
+16632753900,18,0317
+18630654781,18,0316
+15613817526,18,0315
+13131022119,18,0310
+13241928618,11,0010
+13932894787,18,0318
+13103361760,18,0316
+13102937695,18,0312
+15533684690,18,0311
+15632319966,18,0311
+13091235974,18,0312
+18631178005,18,0311
+15633531966,18,0311
+18573722926,74,0737
+13171805065,18,0311
+15613169759,18,0311
+15633016018,18,0311
+13032630717,18,0311
+18632412229,18,0314
+17547059238,10,0476
+15530508805,18,0315
+18634108538,18,0310
+15532244479,18,0312
+13001205599,11,0010
+18633800803,18,0311
+13081023336,18,0311
+13231345624,18,0313
+15632107292,18,0311
+13292781151,18,0317
+15532153227,18,0311
+13191916933,18,0313
+15530160814,18,0311
+17633156354,18,0315
+13231856602,18,0318
+15512916897,18,0314
+17503281941,18,0316
+13133518800,18,0335
+18603385819,18,0335
+18532118876,18,0311
+13041111183,11,0010
+13271069087,76,0370
+13082062905,18,0316
+13021869817,18,0310
+18633093894,18,0311
+15613650662,18,0316
+13293276250,18,0314
+13081086907,18,0311
+13231669678,18,0316
+13176563326,17,0533
+18631101520,18,0311
+13230320370,18,0335
+18630264856,18,0312
+18533238616,18,0311
+15630482970,18,0311
+17631367774,18,0310
+13273149617,18,0311
+18633696151,18,0319
+13184923359,18,0335
+15632823531,18,0315
+13091028093,18,0311
+18631144690,18,0311
+15614440586,18,0312
+15532395321,18,0313
+18632768234,18,0317
+13283216708,18,0317
+15533493719,18,0315
+13231783266,18,0317
+15537119308,76,0371
+13292558464,18,0315
+15632992271,18,0319
+15630168618,18,0311
+15512554114,18,0315
+18532255575,18,0313
+15633955258,18,0315
+17692259226,18,0312
+15634881808,17,0531
+18603347523,18,0314
+17633156333,18,0315
+17692663096,18,0316
+15633579915,18,0311
+13249349432,18,0311
+15631253723,18,0312
+13091246637,18,0312
+15100552855,18,0315
+18003145123,18,0314
+13131528683,18,0315
+13223122311,18,0310
+13283294214,18,0317
+15614314944,18,0311
+18533013000,18,0315
+15655755535,30,0557
+13111480498,18,0315
+18603359565,18,0335
+15512845678,18,0319
+17600525394,11,0010
+13131401430,18,0314
+15612588207,18,0315
+13001866111,18,0310
+18598915386,74,0730
+13091350892,18,0314
+13230632396,18,0312
+16632499632,18,0314
+18634176665,18,0315
+18631454090,18,0314
+13106695947,18,0316
+15531688229,18,0316
+15613155155,18,0311
+18631169978,18,0311
+13172177794,18,0316
+15531678890,18,0316
+17692123539,18,0311
+15532665554,18,0316
+13102918560,18,0312
+18633203401,18,0312
+15633059117,18,0311
+18503259086,18,0311
+18503219867,18,0311
+17631310006,18,0310
+13011446207,18,0315
+13269533999,11,0010
+18631780398,18,0317
+18532395795,18,0312
+13171729733,18,0335
+17633067703,18,0316
+13283216737,18,0317
+17631590876,18,0312
+18630425558,18,0316
+15530123810,18,0311
+13102985303,18,0312
+17692375497,18,0312
+15503319171,18,0315
+15533129126,18,0312
+13273637970,18,0316
+16631233122,18,0312
+13073173013,18,0311
+13073162368,18,0311
+13072222491,13,0022
+13191737999,18,0310
+15544745563,18,0310
+15630511913,18,0315
+13081150237,18,0315
+15503371725,18,0315
+16603377222,18,0335
+15533791125,18,0317
+17692531326,18,0315
+18531109508,18,0311
+15530212475,18,0312
+15614908726,18,0310
+15632444282,18,0314
+17692715172,18,0319
+13091011213,18,0311
+13231447557,18,0314
+15512020425,18,0315
+18630707736,18,0317
+15503399263,18,0315
+17631311361,18,0310
+13021808888,18,0311
+13292702355,18,0317
+18631823955,18,0318
+15512109392,18,0311
+15613325618,18,0311
+15610955981,18,0318
+18632668986,18,0316
+15632187357,18,0311
+13292866961,18,0311
+17633171992,18,0317
+13293245112,18,0314
+13293175681,18,0335
+18631847919,18,0318
+18622226230,13,0022
+15612041279,18,0310
+15512375164,18,0314
+13131596759,18,0315
+13292656863,18,0316
+13082307728,18,0312
+13111449678,18,0315
+18616019777,31,0021
+15532270779,18,0312
+15833253530,18,0315
+13102720559,18,0317
+13230020722,18,0310
+15175831058,18,0318
+15512236294,18,0312
+15512927565,18,0314
+13283129052,18,0310
+15630858276,18,0312
+18632793134,18,0317
+18632829655,18,0318
+18531037071,18,0310
+15612209486,18,0312
+13012003938,18,0316
+13111606652,18,0312
+13191602066,18,0319
+18531315588,18,0313
+17631815545,18,0318
+15612451475,18,0314
+15612066822,18,0310
+15175910130,18,0319
+15531927052,18,0319
+13032075305,18,0312
+15532393080,18,0313
+15603335518,18,0335
+17633226149,18,0311
+13020880124,18,0315
+15632217666,18,0312
+13073116958,18,0311
+13126120033,18,0311
+18694203885,18,0312
+15631738228,18,0317
+18569812392,76,0376
+15030062513,18,0310
+17632006662,18,0317
+13111583456,18,0311
+18567683843,76,0372
+18630645138,18,0316
+16603179181,18,0317
+13230227090,18,0312
+15613988930,18,0319
+13264437555,11,0010
+13933310919,18,0315
+15532957127,18,0319
+15614012255,18,0310
+13172172517,18,0316
+16603379619,18,0335
+17630125958,76,0378
+18639322365,76,0393
+13230597252,18,0315
+15931754712,18,0317
+13230885119,18,0315
+15530006288,18,0310
+13131003110,18,0310
+13180133585,18,0335
+15532025082,18,0310
+15614263065,18,0319
+15610891997,18,0318
+15632421368,18,0314
+13283439678,18,0310
+15632206990,18,0312
+17692472749,18,0317
+13131917391,18,0319
+13293238179,18,0314
+13230149028,18,0311
+13171795111,18,0310
+17692506605,18,0315
+13111660167,18,0312
+13230063963,18,0310
+13081000990,18,0311
+13032041998,18,0312
+13230236833,18,0312
+15532707656,18,0317
+18631288870,18,0030
+17503279318,18,0316
+15631168787,18,0311
+18503104431,18,0310
+15633805678,18,0311
+18730522372,18,0315
+15512126017,18,0311
+15531736762,18,0317
+13223226669,18,0312
+17503179981,18,0317
+15127422539,18,0315
+17692429908,18,0312
+15511692098,18,0311
+15533275211,18,0312
+13803324980,18,0315
+18633890591,18,0311
+15633921559,18,0315
+15632345998,18,0311
+18532058658,18,0335
+13082188628,18,0317
+15631716888,18,0317
+13082189956,18,0317
+13102635111,18,0315
+15633963397,18,0315
+15227427918,18,0310
+13292855887,18,0311
+13283375937,18,0314
+13191666925,18,0312
+18631860600,18,0318
+15533087199,18,0310
+18631513157,18,0315
+15612889798,18,0315
+13082370994,18,0312
+13292637996,18,0316
+18630772179,18,0315
+18603179799,18,0317
+18603328656,18,0312
+17692543607,18,0315
+18031599886,18,0315
+15373372002,18,0317
+13261893029,11,0010
+15630253668,18,0312
+15631192432,18,0311
+13091270309,18,0319
+15603378681,18,0335
+13165581607,18,0311
+15633209018,18,0312
+15612515187,18,0315
+15532835999,18,0317
+16619869477,11,0010
+18632034383,18,0310
+17631401262,18,0314
+13171681135,18,0312
+13180325158,18,0317
+13131143460,18,0311
+15931590309,18,0315
+15533159343,18,0315
+16633311222,18,0030
+13284444445,18,0311
+18556849870,34,0512
+13102612429,18,0315
+18509223680,84,0029
+15694804666,18,0335
+15612500928,18,0315
+18632385897,18,0313
+13012247175,13,0022
+15512989816,18,0318
+18631180228,18,0311
+13146027832,11,0010
+13223189192,18,0315
+15630321010,18,0310
+18617707015,18,0317
+13102812986,18,0311
+15630125322,18,0311
+13011977599,18,0335
+15612693745,18,0314
+18630331975,18,0335
+15630115999,18,0311
+15511767789,18,0317
+17530094581,18,0316
+13166556076,18,0313
+15188859811,18,0310
+16619839619,11,0010
+15632779000,18,0317
+13103252617,18,0315
+15511388983,18,0311
+15532250535,18,0312
+13191629997,18,0319
+13231238827,18,0312
+15081648439,18,0315
+15612166257,18,0311
+13084599912,18,0314
+15631443351,18,0310
+13171639614,18,0313
+17659911011,18,0319
+13395346616,17,0534
+13383167996,18,0316
+15512434349,18,0311
+17631290654,18,0312
+13230736791,18,0317
+15610985512,18,0318
+15614002879,18,0310
+15530208957,18,0312
+13132496927,18,0319
+13184911736,18,0315
+13172135583,18,0316
+13223353640,18,0335
+15631817589,18,0318
+17504706996,10,0470
+15530221967,18,0312
+18513580111,11,0010
+13081852399,18,0335
+18630654936,18,0316
+15632367377,18,0311
+18633355440,18,0315
+15532587257,18,0315
+18631220426,18,0312
+15531895767,18,0318
+18633475210,18,0311
+13124751221,11,0010
+18630616659,18,0316
+18630444670,18,0316
+18630210776,18,0312
+15027519033,18,0315
+13126193013,18,0311
+17600903062,11,0010
+13001443998,18,0317
+13069274665,90,0435
+13131299209,18,0312
+13080412369,18,0311
+13403278890,18,0317
+18634183666,18,0312
+15632393650,18,0311
+13293042112,18,0310
+15633140401,18,0314
+13091380822,18,0335
+18612653128,11,0010
+18631219444,18,0312
+15532868008,18,0317
+13111793328,18,0317
+13722566182,18,0335
+18531172511,18,0311
+16603175663,18,0317
+18531668359,18,0316
+15531123298,18,0311
+18531160553,18,0311
+18531496330,18,0314
+18532021318,18,0335
+18531250560,18,0312
+17631431060,18,0314
+16630725181,18,0317
+15100906989,18,0319
+15511282999,18,0312
+16682070916,18,0310
+15690297306,18,0317
+15532122259,18,0311
+13131818808,18,0318
+13230266636,18,0312
+13133512922,18,0335
+18634182355,18,0312
+18633127722,18,0315
+17521386333,31,0021
+15544889731,18,0310
+17610510869,11,0010
+18631683260,18,0316
+15633000102,18,0311
+15612004511,18,0310
+13102685487,18,0315
+13230211567,18,0312
+13082369998,18,0312
+17692290119,18,0312
+13230695788,18,0316
+18630004842,18,0310
+18633616109,18,0316
+13102829783,18,0311
+18533037178,18,0315
+13131776576,18,0317
+15630000678,18,0310
+18633803313,18,0311
+13068752029,18,0311
+18632410923,18,0314
+15694906687,18,0314
+13180501623,18,0310
+13288796166,18,0310
+13102900340,18,0312
+18631885980,18,0318
+18633338860,18,0315
+15614415800,18,0312
+18532010608,18,0335
+15613319742,18,0311
+18631455501,18,0314
+15631163953,18,0311
+15632091555,18,0310
+18630671475,18,0316
+15614260829,18,0319
+15503313198,18,0315
+15511547218,18,0315
+17603346405,18,0315
+18633227151,18,0312
+15531614321,18,0316
+18532356333,18,0318
+18531681362,18,0316
+17621165105,31,0021
+15630180185,18,0311
+13032661712,18,0311
+13172185858,18,0316
+13230252018,18,0312
+13288327813,18,0316
+18532089757,18,0310
+15512255697,18,0312
+15632805859,18,0315
+15632240027,18,0312
+15633861779,18,0311
+18532284104,18,0313
+18533660531,18,0316
+17603323213,18,0315
+18632619818,18,0316
+17692908133,18,0319
+15544947233,18,0312
+18622223890,13,0022
+15511723330,18,0317
+15511511291,18,0315
+15630858258,18,0030
+18633195861,18,0315
+13673268825,18,0316
+13180127778,18,0335
+13111596702,18,0311
+18531416210,18,0314
+15530614477,18,0316
+13231581516,18,0315
+13231014841,18,0310
+13180567456,18,0319
+15532090967,18,0310
+15612015212,18,0310
+13722976101,18,0312
+13043197495,18,0319
+15511777166,18,0317
+13127399025,18,0317
+15610992681,18,0318
+15512946748,18,0314
+18531754883,18,0315
+17692621619,18,0316
+15612058372,18,0310
+13131389235,18,0313
+15511663593,18,0311
+15632354096,18,0311
+15633279717,18,0312
+15531386090,18,0313
+13131493149,18,0314
+15531274226,18,0030
+17631751823,18,0317
+18522383616,13,0022
+13070557658,18,0312
+15603268166,18,0312
+13253109005,18,0313
+13131577330,18,0315
+13132440523,18,0318
+15633949068,18,0315
+15633618502,18,0315
+15632463216,18,0314
+15612983020,18,0319
+18031957675,18,0335
+13180370555,18,0316
+17532567398,18,0310
+18686829986,97,0451
+17600575978,11,0010
+13180061421,18,0311
+13231460469,18,0314
+15532927381,18,0319
+13230031584,18,0310
+18631636887,18,0316
+15511965565,18,0315
+15732213488,18,0312
+15512731629,18,0310
+15512916920,18,0314
+13082333932,18,0312
+13102987892,18,0312
+15544559521,18,0311
+15030017150,18,0310
+13012063560,18,0312
+15530037331,18,0310
+18713721232,18,0317
+15564048689,17,0537
+13077880058,51,0755
+18631496138,18,0314
+13102719269,18,0317
+15657525382,36,0575
+18633113184,18,0315
+18612828573,11,0010
+13582427794,18,0314
+15641533298,91,0415
+15531101991,18,0311
+17692290171,18,0312
+18632192478,18,0311
+15614571323,18,0315
+13273290989,18,0312
+13294037924,18,0313
+13276761872,36,0576
+18611793612,11,0010
+13903170128,18,0317
+18632906829,18,0319
+15503291323,18,0318
+13231735675,18,0317
+13165501573,18,0310
+18531683908,18,0316
+16682093684,18,0310
+13171688615,18,0312
+16601042878,11,0010
+13171791555,18,0310
+15630852198,18,0312
+18630088176,18,0310
+13051627278,11,0010
+13171575854,18,0311
+13131012882,18,0310
+17631272872,18,0312
+18633265345,18,0312
+18633401002,18,0315
+18518817695,11,0010
+15614418137,18,0312
+17632000535,18,0317
+15533682112,18,0311
+15533090759,18,0310
+17631155143,18,0311
+15632392267,18,0311
+18630366676,18,0335
+15613878508,18,0315
+15532459349,18,0311
+13180126359,18,0335
+15633402506,18,0315
+17692553089,18,0315
+15533207182,18,0030
+13133509358,18,0335
+15613366069,18,0311
+18692212706,74,0731
+17616289568,17,0535
+13131226389,18,0312
+18633841667,18,0311
+13102604070,18,0315
+13293299096,18,0314
+15176560972,18,0315
+13068776100,18,0311
+18603311871,18,0311
+15613803237,18,0315
+18531129656,18,0311
+15511812027,18,0311
+13131407251,18,0314
+15633033999,18,0311
+17531109511,18,0311
+15532117687,18,0311
+15613867866,18,0315
+13230915958,18,0335
+15530682660,18,0316
+13131985505,18,0319
+13290522627,18,0312
+18522175080,13,0022
+13230397171,18,0335
+15631697111,18,0316
+17531358652,18,0310
+16630165134,18,0311
+18633034128,18,0311
+15512683300,18,0318
+13293105095,18,0319
+13230478770,18,0311
+18631315210,18,0313
+18632445643,18,0314
+13463158162,18,0315
+15530171172,18,0311
+18656576883,30,0553
+16603209559,18,0312
+17633059365,18,0315
+13230926601,18,0335
+17692578301,18,0315
+15531189113,18,0311
+18632546229,18,0315
+15103373929,18,0317
+16631950857,18,0319
+13171868568,18,0310
+13102604011,18,0315
+18633567817,18,0335
+13082029156,18,0319
+18600672677,11,0010
+13020852888,18,0311
+13032007125,18,0312
+17631156417,18,0311
+15612702852,18,0317
+15589972130,17,0531
+18603122003,18,0312
+15630245136,18,0312
+13031529095,18,0315
+13932904659,18,0319
+18632281297,18,0312
+13295268968,34,0523
+18531625189,18,0316
+15532911850,18,0319
+16633032693,18,0310
+13091164666,18,0317
+15230567946,18,0315
+13253215961,18,0318
+15613198171,18,0311
+18633351989,18,0315
+17503285118,18,0316
+18632673373,18,0316
+13223444903,18,0311
+13102514308,18,0335
+13231533879,18,0315
+18531103008,18,0311
+18632620885,18,0316
+18633428963,18,0315
+18634144119,18,0310
+13180024448,18,0313
+13103154133,18,0315
+17631503769,18,0312
+15531779541,18,0317
+15614927753,18,0310
+15632439403,18,0314
+15633737059,18,0312
+16633057962,18,0310
+18633883479,18,0311
+13081890619,18,0314
+15630658246,18,0316
+18533966985,18,0310
+17631092882,18,0310
+13231000163,18,0310
+18003386022,18,0318
+17610557553,11,0010
+15501212777,11,0010
+18633483777,18,0311
+15503188367,18,0318
+15531778227,18,0317
+15533117451,18,0311
+15531652589,18,0316
+15690388572,18,0319
+15685114947,85,0851
+17631519200,18,0312
+13081163877,18,0315
+13283456158,18,0335
+18503356632,18,0335
+18632270588,18,0312
+18531165300,18,0311
+15633668850,18,0311
+13230574541,18,0315
+16630160288,18,0311
+15511631083,18,0311
+15531573327,18,0315
+18730782198,18,0317
+13131962827,18,0319
+15533353201,18,0315
+18531441191,18,0314
+13292329121,18,0335
+15633388859,18,0315
+18634189883,18,0312
+15630406510,18,0311
+15533978792,18,0311
+18533751819,18,0316
+13001892733,18,0311
+15533735113,18,0317
+13184910391,18,0315
+13021843320,18,0315
+16631476687,18,0314
+18632131496,18,0311
+15631937325,18,0319
+18531490127,18,0314
+13011528002,18,0315
+18631586100,18,0315
+18631156587,18,0311
+13011518690,18,0315
+16603131287,18,0313
+13290503492,18,0310
+15613406360,18,0315
+16603156565,18,0315
+15630060252,18,0310
+17632013818,18,0317
+15511542480,18,0315
+18603257753,18,0315
+15603149766,18,0314
+15633631592,18,0315
+15511161888,18,0311
+13003134477,31,0021
+15613805873,18,0315
+18633441901,18,0315
+13171767921,18,0318
+18630635716,18,0316
+13180235207,18,0312
+18630295678,18,0312
+17692357702,18,0312
+18631288917,18,0312
+15614312622,18,0311
+18580409088,83,0023
+13012014577,18,0315
+15533841997,18,0318
+15630085586,18,0310
+18631203999,18,0030
+13011505392,18,0315
+15532839456,18,0317
+15632755079,18,0317
+13111540220,18,0311
+18631666661,18,0316
+13103178122,18,0317
+13292655856,18,0316
+13081882119,18,0335
+15532641216,18,0316
+15665652500,30,0553
+13180447559,18,0311
+15511692018,18,0311
+18611119818,11,0010
+15631694971,18,0316
+18712876090,18,0315
+13293215400,18,0314
+18631513162,18,0315
+15612111099,18,0311
+18503297225,18,0311
+17631533507,18,0312
+15075515123,18,0315
+18503298552,18,0311
+18603116215,18,0311
+15633375529,18,0315
+17631618984,18,0312
+15531068006,18,0310
+13111475616,18,0315
+18630647765,18,0316
+15613170662,18,0311
+16631913836,18,0319
+13292163573,18,0319
+13081088173,18,0311
+18627621453,74,0738
+15511110275,18,0311
+17633112209,18,0311
+15612150600,18,0311
+17633211925,18,0311
+15511263779,18,0312
+18531154617,18,0311
+13230856545,18,0315
+15100500287,18,0315
+13273252656,18,0312
+13072232191,13,0022
+13292993518,18,0312
+13032603097,18,0311
+15612770927,18,0317
+13013268230,18,0335
+13230285868,18,0312
+17692398261,18,0311
+18633853650,18,0311
+13231389765,18,0335
+18633331314,18,0315
+13103149615,18,0314
+15631215593,18,0312
+18630561028,18,0335
+15511086128,18,0310
+13028661256,18,0311
+15690387208,18,0319
+17633282275,18,0317
+18632909069,18,0319
+15612577440,18,0315
+15632203112,18,0312
+18631133888,18,0311
+18503261288,18,0311
+13223250228,18,0319
+18630054801,18,0310
+15612462224,18,0314
+13292583598,18,0315
+15544865809,18,0310
+17692939310,18,0319
+18630610461,18,0316
+15512941998,18,0314
+17508572939,85,0857
+15633971869,18,0315
+18631479688,18,0314
+15533908058,18,0311
+13021821987,18,0335
+18533581109,18,0335
+13111708622,18,0317
+13031865800,18,0335
+13253158057,18,0313
+13127413861,18,0312
+15530226759,18,0312
+13011560173,18,0311
+18632029856,18,0310
+13903326377,18,0312
+15612786468,18,0317
+13229865303,18,0319
+17633114881,18,0311
+13180190976,18,0315
+18617855468,18,0315
+15530717711,18,0317
+15531215875,18,0312
+18632909088,18,0319
+16631446838,18,0314
+15531070360,18,0310
+15511206310,18,0312
+13032655949,18,0311
+13284328130,18,0312
+16630341628,18,0314
+15612548920,18,0315
+13131143523,18,0311
+13230146748,18,0311
+18632739637,18,0317
+18630414777,18,0316
+13171633365,18,0313
+15532166620,18,0311
+15531735366,18,0317
+13073121511,18,0311
+13082176730,18,0317
+15614006398,18,0310
+13171585227,18,0311
+18510408321,11,0010
+15612750565,18,0317
+13230289222,18,0312
+15531888715,18,0318
+15533916339,18,0311
+15931681592,18,0311
+13249501557,18,0319
+13273445933,18,0311
+13141241234,11,0010
+13603375743,18,0315
+13283391032,18,0314
+18617878165,18,0315
+18633157695,18,0315
+18681763358,81,0817
+13032650969,18,0311
+15613356617,18,0311
+13230379261,18,0335
+18634103489,18,0310
+13084345777,81,0825
+13230849369,18,0315
+15632151608,18,0311
+18630293208,18,0312
+15633932333,18,0315
+17631438400,18,0314
+13031585103,18,0315
+15511921295,18,0315
+15333357032,18,0335
+17531363235,18,0335
+13133566603,18,0335
+15633866507,18,0311
+13832034102,18,0310
+18632858090,18,0318
+13230907592,18,0335
+13001812652,18,0315
+13930512728,18,0315
+15612260858,18,0312
+18610953604,11,0010
+18631200083,18,0312
+15531367044,18,0313
+13293112299,18,0319
+13102788864,18,0318
+18831303243,18,0313
+15633216099,18,0312
+13292800863,18,0311
+15511894853,18,0311
+13228304142,81,0826
+18631718119,18,0317
+17692217598,18,0312
+15603263243,18,0312
+18631516962,18,0315
+15633576252,18,0311
+15632833176,18,0315
+18632106667,18,0311
+15544565555,18,0311
+18633523328,18,0335
+15530789566,18,0317
+13139617999,89,0991
+16632719309,18,0317
+15612799868,18,0317
+13292929086,18,0312
+15612888558,18,0315
+13273431302,18,0311
+13230669318,18,0316
+13002902079,84,0029
+13191690509,18,0318
+15533677680,18,0311
+18611876566,11,0010
+18533153336,18,0311
+15512000101,18,0315
+13082165883,18,0317
+13001477232,18,0318
+18617764388,18,0312
+13191927768,18,0317
+15512976692,18,0318
+13231388609,18,0335
+18603202715,18,0310
+13111340166,18,0310
+15128094692,18,0310
+17631828729,18,0318
+13031917559,18,0319
+13253146151,18,0313
+13070503911,18,0312
+18533339508,18,0311
+18533112819,18,0311
+15633280636,18,0312
+13102918395,18,0312
+13184718609,18,0310
+13111673336,18,0312
+15532983562,18,0319
+13131795532,18,0317
+18531122344,18,0311
+13184718600,18,0310
+18617673056,18,0319
+16632799402,18,0317
+15531066915,18,0310
+15612787811,18,0317
+15511578259,18,0315
+17631575465,18,0312
+15530802888,18,0315
+15544888514,18,0310
+15676012932,59,0770
+17633088019,18,0319
+13082114478,18,0310
+13930970322,18,0319
+16633380783,18,0030
+13231172632,18,0311
+18330669443,18,0316
+15512448888,18,0311
+15633957669,18,0315
+13043737247,76,0373
+15512102111,18,0311
+13290502234,18,0310
+15512395858,18,0314
+18631582469,18,0315
+13091315029,18,0313
+16630987882,18,0319
+15630400455,18,0311
+17631661912,18,0310
+13231299970,18,0312
+13091256126,18,0312
+13082312125,18,0312
+18714258166,18,0319
+13189795276,18,0311
+18633888100,18,0311
+13171709072,18,0317
+13131693515,18,0316
+19932999952,18,0315
+17696009674,19,0351
+15531429810,18,0314
+17569129875,17,0633
+15530540800,18,0315
+15614440703,18,0312
+13273601758,18,0316
+16631325882,18,0313
+18632397723,18,0313
+15530857989,18,0315
+15511650107,18,0311
+13012123699,18,0319
+13011990458,18,0317
+13931119045,18,0311
+17692519836,18,0315
+15531813181,18,0318
+17603390608,18,0335
+15531429816,18,0314
+17660352025,17,0546
+15613023218,18,0310
+13231021883,18,0310
+15932677772,18,0311
+15613852177,18,0315
+13131475454,18,0314
+18632612236,18,0316
+13001082931,11,0010
+13261273321,11,0010
+15613369931,18,0311
+18632589506,18,0315
+13293069998,18,0310
+15544669910,18,0315
+15690261230,18,0317
+15100762757,18,0317
+15632950575,18,0319
+18617915602,18,0318
+13131682846,18,0316
+15532751660,18,0317
+13091099899,18,0311
+15532571861,18,0315
+18631100006,18,0311
+15652331188,11,0010
+16630679771,18,0316
+18630210893,18,0312
+18531262447,18,0312
+18531108077,18,0311
+16631210712,18,0312
+15530627850,18,0316
+15512280562,18,0312
+13402487602,18,0311
+15633650535,18,0318
+15652375686,11,0010
+15531415269,18,0314
+13102901599,18,0312
+15612270262,18,0312
+15630733884,18,0317
+15550899592,17,0538
+13191808588,18,0335
+13603348191,18,0314
+18633662943,18,0310
+15514342500,76,0394
+13103241821,18,0314
+18601153337,11,0010
+15512395890,18,0314
+13138191543,18,0311
+13091367981,18,0335
+18532652500,18,0315
+13091051895,18,0315
+18630445870,18,0316
+17603102676,18,0310
+15633806810,18,0311
+15031094717,18,0310
+13931759992,18,0317
+17633161017,18,0316
+13273282606,18,0312
+15531238477,18,0312
+18617509262,18,0315
+17559541108,18,0310
+16622310111,13,0022
+13230880198,18,0315
+13284318818,18,0030
+18633859697,18,0311
+15532871556,18,0317
+18632289895,18,0312
+17692651333,18,0316
+13070500012,18,0312
+18649059590,13,0022
+17503251985,18,0312
+16630389493,18,0316
+18653460665,17,0534
+18532087003,18,0310
+13253123459,18,0313
+16630877333,18,0317
+13292486547,18,0315
+15533379981,18,0311
+15645669520,97,0451
+17633221180,18,0311
+13231404131,18,0314
+16619917742,11,0010
+17692267886,18,0312
+17692939171,18,0319
+17531987205,18,0319
+13253179968,18,0314
+13131849888,18,0318
+13292962545,18,0312
+15512988692,18,0318
+18533020459,18,0315
+18633830816,18,0311
+18633356695,18,0315
+13014345454,18,0311
+13013207480,18,0310
+13020803888,18,0312
+13223455535,18,0311
+13028693888,18,0311
+17692435818,18,0313
+13091268181,18,0312
+13230093878,18,0310
+15630317971,18,0310
+13131837898,18,0318
+13283149235,18,0310
+15631488999,18,0310
+15633818840,18,0311
+18533940446,18,0310
+15530399089,18,0313
+15532590999,18,0315
+15613375730,18,0311
+18633168388,18,0315
+15613090038,18,0310
+13091201070,18,0312
+15613526202,18,0315
+13111486368,18,0315
+18611677537,11,0010
+15632477719,18,0314
+17603238051,18,0311
+13231557778,18,0315
+15531502828,18,0315
+15510605076,11,0010
+15531669390,18,0316
+15533535818,18,0335
+13292877396,18,0311
+13172675611,18,0319
+15630770869,18,0317
+13231500015,18,0315
+15612863210,18,0315
+18531435287,18,0314
+13290546661,18,0312
+15512381297,18,0314
+13081899168,18,0314
+13292889375,18,0311
+15632336333,18,0311
+13102601831,18,0315
+15633790898,18,0312
+13230893468,18,0315
+16633328176,18,0030
+15632112077,18,0311
+15532522883,18,0315
+18630408885,18,0316
+13166532186,18,0316
+15630209448,18,0312
+13131961597,18,0319
+15694986623,18,0310
+18632508161,18,0315
+18663132414,17,0631
+15503002014,18,0310
+18503311906,18,0335
+15613305007,18,0311
+15532587355,18,0315
+18605319661,17,0531
+18630567222,18,0335
+16639233396,76,0392
+17631514483,18,0312
+18533207645,18,0311
+13028667583,18,0311
+18531032309,18,0310
+16631066739,18,0310
+15532372931,18,0313
+13031533961,18,0315
+15931483756,18,0315
+13202061476,51,0020
+18617573822,18,0310
+13292907660,18,0312
+15632149322,18,0311
+17503275967,18,0316
+15632929123,18,0319
+13231637380,18,0316
+15613611200,18,0316
+13031455990,18,0310
+18632557029,18,0315
+13081197132,18,0315
+18631968776,18,0319
+13191995906,18,0317
+18532556678,18,0315
+18617589312,18,0310
+18633968718,18,0315
+13292933937,18,0312
+18532141032,18,0311
+18630252690,18,0312
+13102919608,18,0312
+13013276866,18,0318
+13180188500,18,0315
+17503171323,18,0317
+18577006434,59,0770
+18733451039,18,0335
+13231079174,18,0310
+13286548121,18,0310
+18650372102,38,0591
+13127328653,18,0317
+18503123531,18,0312
+18533941852,18,0310
+18533513111,18,0335
+15632351875,18,0311
+13230080627,18,0310
+13171613067,18,0314
+13261990128,11,0010
+15530231361,18,0312
+13011994068,18,0317
+13273106716,18,0311
+18533756543,18,0316
+13011520806,18,0315
+18694274051,18,0335
+15631848682,18,0318
+17531394422,18,0335
+13292732390,18,0317
+15632224999,18,0312
+18516822303,11,0010
+15532833198,18,0317
+17631720626,18,0317
+17532330750,18,0310
+18533172528,18,0311
+15630888260,18,0312
+18617567987,18,0310
+13131559566,18,0315
+15632655030,18,0316
+15614561852,18,0315
+18633005503,18,0311
+15580758985,74,0745
+18631268588,18,0030
+15610916138,18,0318
+15694935108,18,0313
+15630606911,18,0316
+13171975716,18,0335
+18633187523,18,0315
+13184741008,18,0311
+15503189760,18,0318
+18531026511,18,0310
+13103145997,18,0314
+15630327316,18,0310
+15512033988,18,0315
+13032671089,18,0311
+17692361005,18,0312
+17532038291,18,0312
+13032045555,18,0312
+15030284304,18,0312
+15633170333,18,0317
+18531670703,18,0316
+13245112520,10,0471
+17603325707,18,0315
+15831498147,18,0314
+15589182997,17,0534
+13223269762,18,0319
+13231036004,18,0310
+15690285185,18,0317
+13012191892,18,0315
+18631459155,18,0314
+18531461530,18,0314
+15511607262,18,0311
+13011421144,18,0317
+18630172000,18,0311
+18031867872,18,0311
+13230222175,18,0312
+13223357129,18,0335
+18531043032,18,0310
+15504037186,91,0024
+16619898127,11,0010
+17633246509,18,0311
+13292538286,18,0315
+17633169861,18,0316
+13021866111,18,0310
+13293049479,18,0310
+13111794442,18,0317
+18632710701,18,0317
+13180138289,18,0335
+15531568680,18,0315
+13043142528,18,0315
+13102727818,18,0317
+17611587736,11,0010
+18632179585,18,0311
+13269111777,11,0010
+18632752587,18,0317
+13082067567,18,0316
+17600447699,11,0010
+18634379821,19,0351
+13290475958,18,0317
+15531604863,18,0316
+18531243319,18,0312
+18503176036,18,0317
+18633598892,18,0335
+18603206214,18,0310
+15612571182,18,0315
+17631348468,18,0310
+15630522886,18,0315
+13273234937,18,0312
+18632456415,18,0314
+15531051124,18,0310
+18534474343,19,0357
+15512914434,18,0314
+13028611049,18,0311
+18531031034,18,0310
+15532522957,18,0315
+15373891106,18,0311
+15633559664,18,0311
+18632252666,18,0312
+13230628958,18,0312
+13292078363,18,0310
+17631372084,18,0310
+15632120411,18,0311
+18631534833,18,0315
+19832321331,18,0312
+15532450860,18,0311
+15632387843,18,0311
+17603221105,18,0311
+15690416996,18,0311
+16631175800,18,0311
+13102817756,18,0311
+15633925255,18,0315
+18631788989,18,0317
+15227241926,18,0335
+18631121738,18,0311
+17631636880,18,0312
+15603271739,18,0312
+13231621890,18,0316
+18633277482,18,0312
+15612535570,18,0315
+15132964892,18,0319
+15511584111,18,0315
+17633209553,18,0311
+13287118993,17,0531
+15533959556,18,0311
+17692581853,18,0315
+18689800866,50,0898
+13032678528,18,0311
+15511940377,18,0315
+13283459913,18,0335
+15632222350,18,0312
+13111668871,18,0312
+15503172111,18,0317
+13127316625,18,0317
+13171575947,18,0311
+13043143825,18,0315
+15232309897,18,0335
+15612606345,18,0316
+17559555649,18,0310
+15630246333,18,0312
+15530448563,18,0317
+15530722351,18,0317
+13290508440,18,0310
+15631488909,18,0310
+15512237783,18,0312
+17692388979,18,0312
+15632102602,18,0311
+13040057813,18,0315
+15690088833,18,0314
+15530969311,18,0319
+15632402229,18,0314
+18633981777,18,0315
+13223389586,18,0335
+15633298802,18,0312
+18630265926,18,0030
+17631769959,18,0317
+13273395198,18,0335
+18531729819,18,0317
+16633373528,18,0030
+15532466393,18,0311
+13180225977,18,0312
+13031851337,18,0318
+15603117233,18,0311
+18514705678,11,0010
+18633108793,18,0315
+17632081855,18,0317
+18632530861,18,0315
+18230355331,18,0335
+16631422945,18,0314
+15532775711,18,0317
+13031411521,18,0314
+13231278133,18,0312
+13292738528,18,0317
+18632566822,18,0315
+13293197235,18,0335
+16603365055,18,0335
+13131487493,18,0314
+18331853831,18,0310
+13102722959,18,0317
+17633311103,18,0312
+15530730868,18,0317
+17692217605,18,0312
+13273353325,18,0335
+15632755183,18,0317
+13014310789,18,0315
+13315889088,18,0314
+16632062815,18,0310
+13933446233,18,0315
+18531269978,18,0312
+17631756625,18,0317
+18633913621,18,0311
+17692657403,18,0316
+13102888030,18,0311
+18632396311,18,0313
+18522632532,13,0022
+17503169056,18,0316
+15530935998,18,0319
+13082327983,18,0312
+17752926379,18,0310
+13031912715,18,0319
+16603284878,18,0030
+15603288501,18,0312
+18031177845,18,0311
+13230561339,18,0315
+15631237002,18,0312
+13102811583,18,0311
+13230722090,18,0317
+13138197661,18,0311
+13171687252,18,0312
+18603257867,18,0315
+17633391217,18,0310
+17632812779,18,0318
+18617612130,18,0319
+13731705553,18,0317
+13011928516,18,0312
+17631782908,18,0317
+13184991618,18,0315
+13403151596,18,0315
+13292291666,18,0318
+18602234777,13,0022
+13231453185,18,0314
+15632428844,18,0314
+13012007540,18,0316
+15631642132,18,0316
+15613016040,18,0310
+13180092474,18,0311
+13290528873,18,0312
+18617727321,18,0317
+16631828889,18,0318
+13283271337,18,0317
+15632170730,18,0311
+17633041323,18,0315
+18631725395,18,0317
+17633138718,18,0313
+13131670902,18,0316
+18601184440,11,0010
+17633211804,18,0311
+13292540522,18,0315
+13131669911,18,0316
+18633914970,18,0311
+17631556308,18,0312
+15632368708,18,0311
+18617529699,18,0315
+18333052122,18,0317
+18532548208,18,0315
+15613589751,18,0315
+13292667727,18,0316
+17602258885,13,0022
+13081187763,18,0315
+13231387225,18,0335
+18633073615,18,0311
+17692619194,18,0316
+15532665312,18,0316
+17535283528,19,0352
+15511926028,18,0315
+15531409358,18,0314
+17631888392,18,0318
+18503233959,18,0311
+15512346849,18,0313
+13230771021,18,0317
+13231063628,18,0310
+13229866720,18,0319
+15532412551,18,0311
+15530013297,18,0310
+14541340485,18,0314
+15531960502,18,0319
+17692544884,18,0315
+15532593211,18,0315
+18633543700,18,0335
+13001812573,18,0315
+15632598886,18,0315
+15511008578,18,0310
+17531076977,18,0310
+13910675781,11,0010
+15512461759,18,0311
+13223279186,18,0319
+13028661388,18,0311
+13127352308,18,0317
+18632202354,18,0312
+18631493880,18,0314
+13131596507,18,0315
+13171729528,18,0335
+13131444338,18,0314
+17633114763,18,0311
+18630166222,18,0311
+15531447608,18,0314
+15512787977,18,0317
+13011985931,18,0317
+18531919053,18,0319
+13095616789,36,0573
+15532792200,18,0317
+17631226056,18,0313
+13011598638,18,0311
+13103324538,18,0312
+15530213575,18,0312
+15511568955,18,0315
+18633259669,18,0312
+15532751705,18,0317
+13831392922,18,0313
+13031424812,18,0314
+15630058088,18,0310
+15532839363,18,0317
+15533355918,18,0315
+18603299668,18,0311
+18630253911,18,0312
+13012088915,18,0316
+15510232958,11,0010
+13292361130,18,0335
+15630230832,18,0312
+13231217703,18,0312
+18630189448,18,0311
+18633456780,18,0311
+18632602716,18,0316
+15690279298,18,0317
+13247433111,18,0319
+18630623110,18,0316
+13032079900,18,0312
+15633030603,18,0311
+18631248159,18,0030
+15530663678,18,0316
+18603968670,76,0396
+18603272730,18,0311
+15631129392,18,0311
+15632755212,18,0317
+15530765699,18,0317
+18617536107,18,0315
+18632464518,18,0314
+18630431995,18,0316
+13231512786,18,0315
+13073199902,18,0311
+13931212190,18,0312
+18516850306,11,0010
+17692127666,18,0311
+18330697830,18,0316
+18533749332,18,0316
+13323298228,18,0315
+15630297051,18,0312
+13131099858,18,0310
+13230256653,18,0312
+15081553379,18,0315
+16631236830,18,0312
+16603390676,18,0335
+17633398263,18,0310
+13148632860,18,0311
+18531005248,18,0310
+13126190131,18,0311
+13091223356,18,0312
+16631427555,18,0314
+13031891188,18,0317
+13703332637,18,0317
+13207696002,13,0022
+17688040397,51,0769
+18713933132,18,0319
+18634013333,18,0315
+18233765809,18,0317
+18697022693,97,0455
+18632177988,18,0311
+13131277257,18,0312
+15544796864,18,0310
+15373633355,18,0311
+13131051886,18,0310
+15633131322,18,0313
+18633178288,18,0315
+13031151999,11,0010
+15512118633,18,0311
+13111602080,18,0312
+13131063870,18,0310
+13191946161,18,0317
+13283127583,18,0310
+13333225118,18,0312
+13513179299,18,0317
+13082327900,18,0312
+17631670960,18,0310
+13191824555,18,0335
+17602460466,91,0024
+15630619666,18,0316
+15661286605,10,0471
+15512751821,18,0310
+16630691969,18,0316
+15544853973,18,0310
+15612896283,18,0315
+17666291386,51,0755
+13133566988,18,0335
+13020810027,18,0312
+15630135390,18,0311
+18627569792,74,0731
+13250005186,18,0319
+13191931903,18,0317
+13131441793,18,0314
+18691597091,84,0915
+16631438219,18,0314
+13293172017,18,0335
+18631028060,18,0310
+15630529656,18,0315
+15512666658,18,0318
+18532279804,18,0313
+15531623411,18,0316
+13084596665,18,0314
+15632959230,18,0319
+15544656506,18,0315
+18231766656,18,0317
+15633258666,18,0312
+18630127168,18,0311
+18630293752,18,0312
+15512185493,18,0311
+13273512777,18,0315
+18632073365,18,0319
+15677188723,59,0771
+15613108395,18,0311
+17603169629,18,0316
+18625433888,76,0392
+13463268000,18,0312
+18630692575,18,0316
+13231997860,18,0319
+13011923520,18,0312
+13031519970,18,0315
+13127320588,18,0317
+15610832596,18,0318
+13131600000,18,0316
+13292040313,18,0310
+15531466099,18,0314
+15532936444,18,0319
+15610933221,18,0318
+15512137791,18,0311
+15511980133,18,0319
+18503118835,18,0311
+13012012225,18,0315
+15533515269,18,0335
+17603144319,18,0314
+13103147268,18,0314
+13230888825,18,0315
+18531119298,18,0311
+15933108557,18,0310
+18531807299,18,0318
+15630367455,18,0310
+18631126500,18,0311
+18533545333,18,0335
+15533136034,18,0313
+13290512125,18,0311
+15531575200,18,0315
+13012144037,18,0311
+17532528882,18,0310
+13180169768,18,0315
+15630895037,18,0312
+15512220322,18,0312
+15631282606,18,0312
+18633615861,18,0316
+13230267377,18,0312
+17635225578,19,0352
+15511087157,18,0310
+13131726000,18,0317
+13223363686,18,0335
+15632315922,18,0311
+13293162665,18,0335
+17631435233,18,0314
+18630185919,18,0311
+13164434567,83,0023
+13043157666,18,0315
+13230557841,18,0315
+15630207559,18,0312
+15511721321,18,0317
+15633105016,18,0310
+18632163318,18,0311
+13230015659,18,0310
+13011478306,18,0335
+13231659672,18,0316
+13030056771,97,0451
+18533641185,18,0316
+15603149051,18,0314
+15531510733,18,0315
+15532743926,18,0317
+15612395409,18,0313
+13131703398,18,0317
+13081039365,18,0311
+15544598971,18,0311
+17603455712,19,0355
+16632717871,18,0317
+17659719998,18,0317
+13290616717,18,0311
+13831190190,18,0311
+15097897353,18,0314
+18503167877,18,0316
+13103213218,18,0311
+18632493005,18,0314
+15614326561,18,0311
+15613014882,18,0310
+15630021327,18,0310
+18531169585,18,0311
+15612979156,18,0319
+18533191113,18,0311
+13292811209,18,0311
+15533591866,18,0315
+13473114641,18,0311
+13191640956,18,0312
+15613387653,18,0311
+18332616084,18,0315
+13785929992,18,0335
+18533100318,18,0311
+18632512735,18,0315
+17665493758,51,0755
+18632722553,18,0317
+16626274465,51,0756
+18646787996,97,0467
+15533636380,18,0311
+15630558111,18,0315
+15612677463,18,0314
+15632379109,18,0311
+16630221986,18,0312
+15631768706,18,0317
+18519520188,11,0010
+18633022444,18,0311
+15632033886,18,0310
+17531353502,18,0310
+15532797772,18,0317
+17603325666,18,0315
+17638174681,76,0371
+13102669974,18,0315
+13081039338,18,0311
+15530389577,18,0313
+13032055980,18,0312
+13231037732,18,0310
+13103186899,18,0318
+18656860174,30,0558
+18630393117,18,0335
+18632292940,18,0312
+18632001629,18,0310
+18633090507,18,0311
+13001888822,18,0311
+18633376186,18,0315
+18632139610,18,0311
+15632355191,18,0311
+13103395365,18,0319
+13032665066,18,0311
+18532271058,18,0313
+15530574079,18,0315
+15631604489,18,0316
+15533112005,18,0311
+16630347950,18,0314
+15632195509,18,0311
+18333901559,18,0319
+15613151234,18,0311
+13292323682,18,0335
+13081009506,18,0311
+18632215088,18,0312
+13102618361,18,0315
+15533227355,18,0312
+18631126552,18,0311
+18630044321,18,0310
+13131231860,18,0312
+16603186999,18,0318
+18630057637,18,0310
+13091399630,18,0316
+13215432559,18,0316
+15633947900,18,0315
+18515450372,11,0010
+17692370122,18,0312
+15690046722,18,0310
+18633191290,18,0315
+15614325278,18,0311
+13223376929,18,0335
+15631220329,18,0312
+15613026899,18,0310
+15511215965,18,0312
+15632315996,18,0311
+13284303888,18,0312
+18632042156,18,0310
+18632338831,18,0313
+15532879358,18,0317
+18632476512,18,0314
+17733610222,18,0316
+13133511888,18,0335
+16603185678,18,0318
+15613235320,18,0312
+15633163714,18,0316
+17603242882,18,0311
+19933442677,18,0317
+18610117175,11,0010
+15503222033,18,0318
+15633812165,18,0311
+15532259181,18,0312
+13111465110,18,0315
+18633752250,18,0316
+15532484565,18,0311
+18632709578,18,0317
+13832870389,18,0315
+13230303555,18,0335
+13273606238,18,0316
+13273122805,18,0311
+13722385948,18,0310
+17603326956,18,0315
+18631700522,18,0317
+15531918782,18,0319
+18732109948,18,0311
+13102727503,18,0317
+18533661616,18,0316
+16622321142,13,0022
+18531181203,18,0311
+15097510727,18,0315
+17633388804,18,0318
+16603369156,18,0335
+18603216630,18,0311
+15613639066,18,0316
+18631753013,18,0317
+13231779519,18,0317
+18633651519,18,0310
+13292579759,18,0315
+18630286586,18,0312
+13292898848,18,0311
+15532395827,18,0313
+13081155618,18,0315
+15631639031,18,0316
+16633406377,18,0314
+13102505648,18,0335
+18610384563,11,0010
+13031414084,18,0314
+18633346203,18,0315
+13191643170,18,0312
+15532357555,18,0313
+15533758078,18,0317
+13069303923,76,0378
+15513629583,19,0351
+13472930222,18,0315
+15632223313,18,0312
+13292493000,18,0315
+15531007571,18,0310
+18503385361,18,0335
+13180009091,18,0318
+17603302986,18,0315
+15533857709,18,0315
+18533252556,18,0311
+13292493018,18,0315
+17692556337,18,0315
+18618343505,11,0010
+18603228587,18,0312
+16632083468,18,0310
+13230818057,18,0315
+18630371804,18,0335
+15630612256,18,0316
+15511118866,18,0311
+18632562988,18,0315
+15631198727,18,0311
+13253152163,18,0313
+13102668708,18,0315
+15530359771,18,0315
+15690096982,18,0314
+18633030813,18,0311
+18610257458,11,0010
+17531070279,18,0310
+13131560208,18,0315
+18533341240,18,0311
+18582256544,81,0817
+18531916335,18,0319
+15632189689,18,0311
+13832135963,18,0311
+15612666765,18,0314
+15603120105,18,0312
+18531495641,18,0314
+13070528595,18,0312
+15530078909,18,0310
+17633025379,18,0315
+15512695103,18,0318
+15612733326,18,0317
+13014377076,18,0311
+18634018105,18,0315
+18633618137,18,0316
+15532710263,18,0317
+17530047981,18,0317
+18631736580,18,0317
+18032019047,18,0311
+13231677578,18,0316
+18531419088,18,0314
+13131709442,18,0317
+16631116953,18,0311
+13223140484,18,0310
+15603246222,18,0312
+18631960719,18,0319
+15613355189,18,0311
+18630068333,18,0310
+13102618468,18,0315
+18550530551,34,0512
+13191669766,18,0312
+15633367756,18,0315
+18532003359,18,0335
+13012277175,13,0022
+15533182718,18,0318
+18603316080,18,0311
+17631510243,18,0030
+15533818119,18,0318
+17692267128,18,0312
+13290621259,18,0312
+16682220520,18,0312
+13230820399,18,0315
+15614172892,18,0311
+13091318167,18,0313
+13111604706,18,0312
+13473821888,18,0318
+13191693575,18,0318
+18632259599,18,0312
+13930951882,18,0319
+15613338666,18,0311
+15633941873,18,0315
+15544598935,18,0311
+15632842991,18,0315
+13290458015,18,0315
+15613073133,18,0310
+15533323145,18,0310
+15533350777,18,0315
+18531203029,18,0312
+18617886315,18,0315
+13091070117,18,0315
+15176525501,18,0315
+18632319602,18,0313
+18633116017,18,0315
+18633360681,18,0315
+15633238267,18,0312
+13011900908,18,0312
+15633728377,18,0312
+17610109569,11,0010
+15613265250,18,0312
+13073181860,18,0311
+13785571293,18,0315
+15632877608,18,0318
+13080499283,18,0312
+15630751169,18,0317
+13131097197,18,0310
+18830888335,18,0310
+13292518798,18,0315
+15633831270,18,0311
+16603141255,18,0314
+13111304752,18,0310
+18603228555,18,0312
+16631013717,18,0310
+13001887555,18,0311
+15632237979,18,0312
+15512154205,18,0311
+17631363010,18,0310
+18631813197,18,0318
+17631365678,18,0310
+16631796061,18,0317
+18630502025,18,0315
+13131577068,18,0315
+17611456369,11,0010
+15175624730,18,0315
+13231567885,18,0315
+17677197760,59,0771
+18610117210,11,0010
+17633048010,18,0315
+18232916715,18,0318
+13171616636,18,0314
+13081806600,18,0318
+18630696025,18,0316
+15503175987,18,0317
+17632102287,18,0314
+15631347743,18,0313
+13166941775,90,0432
+13007513242,76,0371
+15533143118,18,0314
+13131428823,18,0314
+16630404161,18,0316
+13292988793,18,0312
+15503349300,18,0315
+15630008347,18,0310
+13231228466,18,0312
+13102938665,18,0312
+18532247482,18,0312
+18631328789,18,0313
+18634076863,18,0317
+18633577870,18,0335
+15530040341,18,0310
+13032606734,18,0311
+13103369121,18,0316
+13063491111,30,0551
+18632284504,18,0312
+15530328646,18,0313
+15632171502,18,0311
+15503022477,18,0310
+18501003979,11,0010
+13047763303,18,0310
+18631521815,18,0315
+13111689682,18,0312
+13513211171,18,0311
+13084558468,18,0316
+15512902592,18,0314
+18631886193,18,0318
+18533641277,18,0316
+15512493894,18,0314
+18631957113,18,0319
+15630368844,18,0310
+15530618212,18,0316
+13047182819,71,0724
+15533018825,18,0310
+18632880633,18,0318
+18617616870,18,0319
+13283212690,18,0317
+17631809011,18,0318
+18003122128,18,0312
+13131435939,18,0314
+15076219722,18,0315
+13231469453,18,0314
+17631608962,18,0312
+18603353095,18,0335
+18000343382,18,0335
+16632072736,18,0310
+18617549364,18,0315
+15632133244,18,0311
+17692706591,18,0319
+13088436068,10,0476
+15512082183,18,0335
+18532107861,18,0311
+18631049885,18,0310
+15632017002,18,0310
+17612320861,83,0023
+15503039252,18,0310
+13191771546,18,0315
+13180182706,18,0315
+13102182646,13,0022
+18633806688,18,0311
+15633384220,18,0315
+18632567806,18,0315
+15610911888,18,0318
+15690377666,18,0319
+15533264393,18,0312
+13131517444,18,0315
+13031832717,18,0318
+13082111825,18,0310
+18603247710,18,0314
+18631500099,18,0315
+17531112505,18,0311
+15612683222,18,0314
+15032201056,18,0312
+15530717997,18,0317
+15531383218,18,0313
+18731532677,18,0315
+17631093091,18,0310
+17603209373,18,0311
+15632236678,18,0312
+18631508813,18,0315
+18501128512,11,0010
+13230537379,18,0315
+13111576888,18,0311
+15630445468,18,0311
+16603206221,18,0312
+13223190766,18,0315
+18503252999,18,0311
+18330370116,18,0335
+18633166337,18,0315
+13131119000,18,0311
+13133516720,18,0335
+18503252990,18,0311
+18531387808,18,0313
+17633175192,18,0317
+13171936211,18,0316
+13111518159,18,0311
+16630767593,18,0317
+13191832928,18,0335
+13111388373,18,0310
+13102693678,18,0315
+13273512813,18,0315
+16632832835,18,0318
+13283190880,18,0310
+15531727995,18,0317
+13785723254,18,0317
+15544966686,18,0312
+13292644567,18,0316
+13293013398,18,0310
+13785091384,18,0315
+13040065593,18,0315
+13284333710,18,0312
+18633757046,18,0316
+15699997270,11,0010
+13047776666,18,0310
+15512091910,18,0335
+15533850278,18,0315
+15613228220,18,0312
+15833441775,18,0310
+15603277331,18,0312
+17531412378,18,0314
+13292698368,18,0316
+15531911215,18,0319
+18604809083,10,0470
+18630713073,18,0317
+13230090903,18,0310
+15633574527,18,0311
+16630653695,18,0316
+18531318428,18,0313
+15632674065,18,0316
+13021806578,18,0311
+13111489193,18,0315
+13784887684,18,0318
+16632721124,18,0317
+13111550293,18,0311
+15632620253,18,0316
+18633745078,18,0317
+18632175275,18,0311
+15633632216,18,0315
+15544549936,18,0311
+13286642223,18,0319
+13171506236,18,0315
+13283222068,18,0317
+13230112776,18,0311
+15544751084,18,0310
+15732562020,18,0315
+18532336035,18,0316
+15531469998,18,0314
+13191733265,18,0310
+15512807070,18,0319
+18531525252,18,0315
+18931896721,18,0311
+15630179895,18,0311
+13031411865,18,0314
+18634040848,18,0315
+18603210419,18,0311
+18631564999,18,0315
+18519713591,11,0010
+18630238890,18,0030
+15632108253,18,0311
+13230938889,18,0335
+17608151555,81,0816
+13102637578,18,0315
+15631227777,18,0312
+15532388707,18,0313
+18632517559,18,0315
+15612129369,18,0311
+15631773118,18,0317
+18633202581,18,0312
+15632869353,18,0318
+18630088872,18,0310
+15633555533,18,0311
+15630566718,18,0315
+15530663796,18,0316
+15633671630,18,0311
+17633332311,18,0312
+13315551114,18,0315
+18633663640,18,0310
+18630523867,18,0315
+13641204993,11,0010
+18617537550,18,0315
+13031811171,18,0316
+15631773111,18,0317
+16630767781,18,0317
+18631515888,18,0315
+18513518917,11,0010
+13031976535,18,0313
+13131290111,18,0312
+18631299888,18,0312
+13111465287,18,0315
+13288327976,18,0316
+15032748827,18,0311
+13231397332,18,0335
+18631997888,18,0319
+15630758555,18,0317
+15614006930,18,0310
+15632718392,18,0317
+18631580059,18,0315
+18531081927,18,0310
+15612155679,18,0311
+15630618222,18,0316
+18633581004,18,0335
+18630369391,18,0335
+15511202558,18,0312
+16631122717,18,0311
+13273363777,18,0335
+18531960615,18,0319
+13113893961,18,0311
+15530661116,18,0316
+16632040393,18,0310
+18610316299,11,0010
+18538522798,76,0371
+13230748444,18,0317
+15511250206,18,0312
+18639380129,76,0393
+18515697446,11,0010
+18632703318,18,0317
+13231019764,18,0310
+18631181226,18,0311
+15503283139,18,0318
+18632579981,18,0315
+15511776552,18,0317
+15630668511,18,0316
+16631821601,18,0318
+13303178565,18,0317
+15630517792,18,0315
+16630801109,18,0317
+13102830486,18,0311
+18630535861,18,0315
+13082036215,18,0319
+15631252908,18,0312
+18630467869,18,0335
+18632733179,18,0317
+13292282563,18,0318
+18533690070,18,0316
+15633097898,18,0311
+13273576072,18,0315
+17532049508,18,0312
+13091066715,18,0315
+15614938167,18,0315
+13102918196,18,0312
+15630286222,18,0312
+13231773486,18,0317
+15612508530,18,0315
+13283222201,18,0317
+15632960103,18,0319
+15588501559,17,0538
+13028687360,18,0311
+18603106215,18,0310
+15176575956,18,0315
+15612257886,18,0312
+18532205667,18,0312
+17531901329,18,0311
+13231910125,18,0319
+18134350416,18,0315
+15652933120,11,0010
+15614561279,18,0315
+15632182165,18,0311
+15613260230,18,0312
+13011990235,18,0317
+18633687651,18,0318
+17531077558,18,0310
+13171806000,18,0311
+18603182851,18,0318
+13283149076,18,0310
+13283277392,18,0317
+13229358230,18,0315
+13075376445,17,0531
+13001871896,18,0312
+15630493281,18,0311
+13102516298,18,0335
+18631676207,18,0316
+13103366999,18,0316
+13292980173,18,0312
+13373455057,18,0315
+15530365481,18,0313
+15565484444,76,0377
+18630467888,18,0335
+15632780350,18,0317
+18630511859,18,0315
+15373133781,18,0313
+18648181894,10,0476
+13230333211,18,0335
+15613821234,18,0315
+15531757795,18,0317
+13273285913,18,0030
+15633245226,18,0030
+15603103768,18,0310
+15612180637,18,0311
+17603271209,18,0311
+15690122011,18,0317
+13292692077,18,0316
+13231669111,18,0316
+15530879529,18,0315
+13021818739,18,0315
+13180517712,18,0310
+13230556623,18,0315
+18617701837,18,0317
+15544811144,18,0310
+18617767600,18,0312
+13069078682,90,0435
+15512496103,18,0314
+15603175209,18,0317
+16632472938,18,0314
+13253273371,18,0318
+15632960121,18,0319
+18633965918,18,0315
+17603157524,18,0315
+15130878722,18,0318
+16603310616,18,0335
+17736094383,18,0311
+13171723131,18,0335
+13011268562,11,0010
+15511021236,18,0310
+13283108521,18,0310
+18633100585,18,0315
+13230810953,18,0315
+18631677516,18,0316
+13031575970,18,0315
+16622808375,13,0022
+15101185968,11,0010
+13231005177,18,0310
+13102980158,18,0312
+13273121671,18,0311
+13111615231,18,0312
+13293001305,18,0310
+15532593877,18,0315
+13230056290,18,0310
+13011574041,18,0311
+13292440555,18,0315
+16630229126,18,0312
+15532287999,18,0312
+16630205155,18,0312
+15633750930,18,0312
+13131715260,18,0317
+15511059855,18,0310
+15632803582,18,0315
+15612885677,18,0315
+13180367788,18,0316
+13472368401,18,0316
+15631099132,18,0310
+18531742109,18,0315
+13032060577,18,0312
+16631132105,18,0311
+15690162979,18,0316
+15603190866,18,0319
+18630139222,18,0311
+15531443506,18,0314
+17631282740,18,0312
+13073120932,18,0311
+16600068685,11,0010
+15175165565,18,0311
+15603177888,18,0317
+15531689189,18,0316
+15532260049,18,0312
+15632566190,18,0315
+13191961867,18,0316
+13292709402,18,0317
+15531775880,18,0317
+18603307875,18,0310
+17631270762,18,0312
+15533324666,18,0310
+13131468038,18,0314
+15531906875,18,0319
+15633393999,18,0315
+13230609609,18,0312
+15531472056,18,0314
+16631228227,18,0312
+18617581651,18,0310
+13273662589,18,0319
+18617849416,18,0335
+15630131767,18,0311
+18631013781,18,0310
+15533892229,18,0315
+15531871666,18,0318
+18633596908,18,0335
+18603329201,18,0312
+15690135361,18,0316
+13165525597,18,0314
+18600028788,11,0010
+13230826425,18,0315
+13230581621,18,0315
+13284338660,18,0312
+18631888905,18,0318
+15630215930,18,0312
+18633251588,18,0312
+13131601238,18,0316
+15533765200,18,0317
+16632030999,18,0310
+13131169309,18,0311
+17691278015,84,0917
+18538135782,76,0371
+15716895364,18,0317
+15630361448,18,0310
+16631814401,18,0318
+15690330922,18,0311
+15931554791,18,0315
+17650501231,76,0370
+13292583095,18,0315
+15631270725,18,0312
+15531572922,18,0315
+15632127355,18,0311
+15533336654,18,0310
+17631267146,18,0030
+15612582588,18,0315
+18603258586,18,0315
+15613091115,18,0310
+13102516221,18,0335
+15633466865,18,0315
+13283409528,18,0310
+18633791928,18,0316
+18630033797,18,0310
+15630488777,18,0311
+15532031225,18,0310
+17692568107,18,0315
+15613514465,18,0315
+13032680586,18,0311
+15632301458,18,0311
+13231235619,18,0312
+13273499111,18,0319
+15532765204,18,0317
+15612310606,18,0313
+13131398291,18,0313
+15630218136,18,0312
+15532160876,18,0311
+15511082201,18,0310
+18631068862,18,0310
+18633198803,18,0315
+13001408452,18,0312
+17633012275,18,0315
+18533089501,18,0311
+13623319178,18,0311
+13230700444,18,0317
+18603284881,18,0311
+13133508125,18,0335
+16631414321,18,0314
+15690396705,18,0319
+16632456075,18,0314
+17633337110,18,0312
+13102715672,18,0317
+13292937397,18,0312
+18532279908,18,0313
+18532543666,18,0315
+18631383762,18,0313
+15531533338,18,0315
+15032988714,18,0315
+15631654808,18,0316
+13730334470,18,0335
+15690020276,18,0310
+18533181632,18,0311
+18533575258,18,0335
+13103257598,18,0315
+13080483666,18,0315
+15612155637,18,0311
+17736513281,18,0315
+15612130379,18,0311
+13111466566,18,0315
+18617791308,18,0312
+15518088000,76,0394
+18601206863,11,0010
+16630043515,18,0310
+15533867226,18,0315
+15131600925,18,0315
+15533753200,18,0317
+18631079541,18,0310
+15632114015,18,0311
+15512057231,18,0335
+13111394117,18,0310
+18600177123,11,0010
+15533167018,18,0316
+13091317022,18,0313
+13294099400,18,0313
+18630242222,18,0312
+18630775395,18,0315
+15631967733,18,0319
+15831830588,18,0310
+17531382111,18,0335
+15532497749,18,0311
+18632675605,18,0316
+18633135256,18,0315
+18513193038,11,0010
+15530299644,18,0312
+15631729073,18,0317
+13031598677,18,0317
+15531435087,18,0314
+15511245626,18,0312
+18603149422,18,0314
+15530347682,18,0313
+15631640149,18,0316
+15103251008,18,0315
+13582026442,18,0311
+15512075115,18,0335
+15532232887,18,0312
+15531468760,18,0314
+18600604430,11,0010
+15932280207,18,0312
+15631931730,18,0319
+17631738133,18,0317
+18630502126,18,0315
+13032076071,18,0312
+15531030000,18,0310
+15511973060,18,0319
+16631815803,18,0318
+13131469412,18,0314
+15511337739,18,0311
+15613507211,18,0315
+18532117151,18,0311
+18631137095,18,0311
+18533238232,18,0311
+15533283639,18,0312
+18633335664,18,0315
+15511918201,18,0315
+15690530771,18,0315
+15531085062,18,0310
+15532559176,18,0315
+18630425995,18,0316
+13284428603,18,0311
+13111467900,18,0315
+17632115416,18,0314
+15512367925,18,0314
+13165512336,18,0310
+17603302868,18,0315
+18633321037,18,0315
+18684683992,74,0731
+13930494530,18,0311
+18630745555,18,0317
+18631443832,18,0314
+13323159952,18,0315
+15631815501,18,0318
+15731052400,18,0310
+13111585053,18,0311
+13011903007,18,0312
+13231152881,18,0311
+13231050533,18,0310
+15530486555,18,0317
+18633346308,18,0315
+13103245558,18,0314
+15533272976,18,0312
+13127373000,18,0317
+17631881997,18,0318
+13131128917,18,0311
+17631753758,18,0317
+18633669886,18,0310
+13012062570,18,0312
+15511069251,18,0310
+13111520522,18,0311
+13112832160,51,0769
+15613314546,18,0311
+18633167702,18,0315
+15531751591,18,0317
+15612492555,18,0314
+13082133328,18,0310
+18634048096,18,0315
+15532001475,18,0310
+17531384853,18,0335
+15503326765,18,0315
+17600837862,11,0010
+13463228895,18,0312
+18632930806,18,0319
+17692595801,18,0315
+18533581031,18,0335
+15632049395,18,0310
+13266907033,18,0311
+13283181225,18,0310
+18617696818,18,0319
+13803324181,18,0315
+18630503421,18,0315
+13013238317,18,0311
+15614868658,18,0318
+17692472178,18,0317
+13278800597,74,0730
+18632092557,18,0319
+15612100467,18,0311
+18632517609,18,0315
+13230328678,18,0335
+15632531555,18,0315
+15532568936,18,0315
+14521412182,18,0314
+15512380922,18,0314
+13266910661,18,0311
+18531098827,18,0310
+13102847385,18,0311
+15631135352,18,0311
+15003288833,18,0318
+17659915091,18,0319
+15603183743,18,0318
+13091088180,18,0315
+16630036369,18,0310
+15631985558,18,0319
+18532082059,18,0310
+18631862225,18,0318
+18631303608,18,0313
+18630371723,18,0335
+13102402202,18,0317
+17631573951,18,0312
+18532410513,18,0318
+15630469510,18,0311
+18632229665,18,0312
+13223152591,18,0315
+15632001381,18,0310
+18631137046,18,0311
+13273643333,18,0316
+15531444766,18,0314
+15512225106,18,0312
+18903137611,18,0313
+13031500337,18,0315
+13126116111,18,0311
+15532516008,18,0315
+18533962003,18,0310
+18632102425,18,0311
+13230857571,18,0315
+13273295289,18,0312
+18631255477,18,0312
+18634062345,18,0317
+15633901088,18,0315
+13833622857,18,0316
+15532710101,18,0317
+15614024753,18,0310
+18632969057,18,0319
+18630207896,18,0312
+13293208595,18,0314
+13292722321,18,0317
+15532055256,18,0310
+15533296983,18,0030
+15530215902,18,0030
+18633832810,18,0311
+15533960793,18,0311
+15533336568,18,0310
+13231793878,18,0317
+18531507560,18,0315
+15632912531,18,0319
+13031130000,11,0010
+13111719808,18,0317
+15631262238,18,0312
+15613828640,18,0315
+15613551360,18,0315
+17633151087,18,0315
+13031944146,18,0313
+18633009292,18,0311
+18531223505,18,0312
+13081196051,18,0315
+16631827742,18,0318
+18632285789,18,0312
+15632414000,18,0314
+13103372890,18,0317
+18500255581,11,0010
+13131120148,18,0311
+17603341933,18,0315
+18603379527,18,0335
+15631083648,18,0310
+15531571630,18,0315
+18513301322,11,0010
+15630063265,18,0310
+15631794988,18,0317
+13213675758,76,0379
+13082308652,18,0312
+15531081523,18,0310
+17761589861,18,0317
+15631551501,18,0315
+15532176336,18,0311
+18633855518,18,0311
+18633829228,18,0311
+17692146695,18,0311
+17631667372,18,0310
+18656962179,30,0551
+18683821585,81,0838
+13739628662,18,0310
+18632157518,18,0311
+15630729946,18,0317
+13131210050,18,0312
+15533216882,18,0312
+18532373150,18,0318
+15633663280,18,0311
+13031563949,18,0315
+13231719917,18,0317
+16632476559,18,0314
+15517307461,76,0373
+15630344999,18,0310
+15227629859,18,0319
+15512009680,18,0315
+18610988440,11,0010
+17692086500,18,0318
+18633015121,18,0311
+15632121111,18,0311
+15631690472,18,0316
+18632831584,18,0318
+16603110202,18,0311
+15530551206,18,0315
+15831758703,18,0317
+13315112588,18,0311
+15612880776,18,0315
+17503278771,18,0316
+13191886611,18,0311
+16632410716,18,0314
+15612052371,18,0310
+18631611618,18,0316
+13020855678,18,0311
+18603222526,18,0312
+18531211551,18,0312
+15694542739,97,0454
+13068770993,18,0311
+17633021970,18,0315
+17631523607,18,0312
+18333919822,18,0319
+18630389885,18,0335
+13223398280,18,0335
+13091277356,18,0319
+13231187587,18,0311
+15610837512,18,0318
+15532079220,18,0310
+15531877885,18,0318
+15510181518,11,0010
+18631187303,18,0311
+15530669918,18,0316
+15531413664,18,0314
+15530631333,18,0316
+15612835398,18,0318
+17628053631,81,0028
+13273539112,18,0315
+15612244638,18,0312
+18632620560,18,0316
+18533718079,18,0316
+15630703345,18,0317
+13131108477,18,0311
+13230886068,18,0315
+18849085999,18,0318
+17633068614,18,0316
+15530551229,18,0315
+13131590176,18,0315
+13031551985,18,0315
+18632187382,18,0311
+18533072652,18,0311
+15631562272,18,0315
+15613587325,18,0315
+13230719918,18,0317
+13230935055,18,0335
+18630008407,18,0310
+13102836629,18,0311
+17633057967,18,0315
+15614400909,18,0312
+17528111234,81,0826
+15631774524,18,0317
+18631587507,18,0315
+18634123723,18,0310
+13131687584,18,0316
+13230575799,18,0315
+18631351256,18,0313
+17633048193,18,0315
+17633358865,18,0335
+13831772002,18,0317
+18632705990,18,0317
+15631089812,18,0310
+18631249686,18,0312
+15632108105,18,0311
+15630669879,18,0316
+15531613909,18,0316
+13131517509,18,0315
+17623513960,83,0023
+13131487280,18,0314
+13131698238,18,0316
+18533233384,18,0311
+13784280455,18,0312
+18632469555,18,0314
+15694970967,18,0317
+13102975515,18,0312
+18630291188,18,0312
+13292130360,18,0319
+18603291958,18,0311
+13113880618,18,0311
+18698012107,13,0022
+15533258639,18,0312
+15630504399,18,0315
+17692169308,18,0311
+18633757173,18,0316
+13147488808,18,0311
+18617706689,18,0317
+15530541852,18,0315
+13103047800,18,0314
+15631238538,18,0312
+18533233368,18,0311
+16619865860,11,0010
+13230519639,18,0315
+13191705917,18,0310
+13273625525,18,0316
+15652151555,11,0010
+18633438810,18,0315
+15533861037,18,0315
+15613587356,18,0315
+13253230165,18,0318
+18633455383,18,0311
+17611088080,11,0010
+15631492312,18,0310
+13070530981,18,0312
+13028610802,18,0311
+18617760139,18,0312
+13231906955,18,0319
+13230322518,18,0335
+13220729460,17,0543
+13233912358,76,0379
+15603212738,18,0312
+15614417777,18,0312
+15531438916,18,0314
+15532905918,18,0319
+15632320551,18,0311
+13230275701,18,0312
+15613369658,18,0311
+13223218866,18,0312
+13483903065,18,0315
+18632222175,18,0312
+15690225327,18,0312
+13171819269,18,0315
+13180328130,18,0317
+15511010620,18,0310
+13111390543,18,0310
+18633295962,18,0312
+13230008610,18,0310
+15632332521,18,0311
+15690267176,18,0317
+18639392156,76,0393
+13091021006,18,0311
+13231198255,18,0311
+13231061222,18,0310
+16603111141,18,0311
+16631018708,18,0310
+18631883767,18,0318
+15614009098,18,0310
+13292130170,18,0319
+15632793735,18,0317
+13180385258,18,0316
+13831140080,18,0311
+13091053303,18,0315
+13223157103,18,0315
+13047795666,18,0310
+15614266589,18,0319
+13230509967,18,0315
+13031800142,18,0316
+16630766108,18,0317
+15530022766,18,0310
+13223235155,18,0312
+13230954207,18,0319
+13040052400,18,0315
+18032030866,18,0311
+15512003518,18,0315
+15544698197,18,0315
+13014340015,18,0311
+13231653718,18,0316
+18603386996,18,0335
+15612970996,18,0319
+18632186231,18,0311
+15511091862,18,0310
+18631609703,18,0316
+17692996259,18,0319
+13040040432,18,0315
+13223157114,18,0315
+16633312990,18,0030
+15533187838,18,0318
+13091154016,18,0317
+13230418603,18,0311
+15633898666,18,0311
+15632640577,18,0316
+18617856234,18,0315
+15532249988,18,0030
+15731799380,18,0317
+13292117182,18,0319
+18533625769,18,0316
+13126109216,18,0311
+15532146668,18,0311
+13292892405,18,0311
+18632530322,18,0315
+18633828189,18,0311
+13131532890,18,0315
+15075507107,18,0315
+17623336747,83,0023
+13081824728,18,0313
+15633886677,18,0311
+15630144933,18,0311
+15613729282,18,0317
+18630142580,18,0311
+15690111200,18,0311
+13315997369,18,0311
+18675192773,51,0757
+18630212110,18,0312
+16631252278,18,0312
+15633311108,18,0315
+13231728158,18,0317
+16630906926,18,0319
+15612522721,18,0315
+13231273697,18,0312
+13091155372,18,0317
+13013222592,18,0317
+15530166144,18,0311
+17633333967,18,0312
+13091154040,18,0317
+18603204848,18,0310
+15511789555,18,0317
+15531833090,18,0318
+15690094195,18,0314
+18633239544,18,0312
+13223376751,18,0335
+15630950113,18,0319
+13231132055,18,0311
+13288873296,18,0316
+15631925888,18,0319
+13273581969,18,0315
+15663490607,97,0451
+18632530387,18,0315
+15503167353,18,0316
+15612232210,18,0312
+13231183637,18,0311
+17692465185,18,0335
+13180320700,18,0317
+13013234570,18,0311
+13001295166,11,0010
+13230303709,18,0335
+18533333025,18,0311
+15511409998,18,0311
+15661006225,10,0471
+17659906923,18,0319
+18632766803,18,0317
+13171623621,18,0314
+13131209367,18,0312
+17631221672,18,0313
+15632333552,18,0311
+13070859732,17,0532
+15632299970,18,0312
+13111450710,18,0315
+13091236888,18,0312
+15633705827,18,0312
+18330328789,18,0315
+13180207090,18,0312
+18631116939,18,0311
+13785625057,18,0316
+15532008985,18,0310
+13223308645,18,0335
+13273359196,18,0335
+13184771372,18,0311
+13139517171,88,0951
+17631771825,18,0317
+13293225258,18,0314
+13171658358,18,0313
+18531008963,18,0310
+15531395403,18,0313
+18630673603,18,0316
+15633708091,18,0312
+15612563230,18,0315
+17631553545,18,0312
+13111424423,18,0335
+15630703782,18,0317
+15630057158,18,0310
+18633156699,18,0315
+13231421218,18,0314
+15630377022,18,0310
+15633403351,18,0315
+13283126066,18,0310
+15533988535,18,0311
+13703295323,18,0311
+13102602652,18,0315
+13171978238,18,0335
+18633199805,18,0315
+18632655093,18,0316
+17602649991,13,0022
+15533089335,18,0310
+18503179611,18,0317
+15531531000,18,0315
+15562533911,17,0531
+15512316720,18,0313
+18630799690,18,0316
+15533012834,18,0310
+18633475698,18,0311
+15613326489,18,0311
+18631785256,18,0317
+15612571777,18,0315
+13292666035,18,0316
+15511932230,18,0315
+13172128860,18,0316
+15613896787,18,0315
+13043120535,18,0312
+13231414040,18,0314
+13292851911,18,0311
+16633822244,18,0318
+18630371520,18,0335
+18632319923,18,0313
+18631737608,18,0317
+13463708508,18,0317
+15613550258,18,0315
+17692357356,18,0312
+15631333282,18,0313
+13084566663,18,0319
+18631427088,18,0314
+18630773076,18,0315
+18631853960,18,0318
+13273305366,18,0318
+13068756890,18,0311
+18632000562,18,0310
+18623413926,83,0023
+18633835330,18,0311
+13230986666,18,0319
+15636818079,97,0451
+15533493191,18,0315
+13283145181,18,0310
+15530547981,18,0315
+17664096689,17,0532
+15531247095,18,0312
+16631303907,18,0313
+15612109241,18,0311
+18631125057,18,0311
+16632495729,18,0314
+13231313372,18,0313
+15690035886,18,0310
+15690275556,18,0317
+13068756888,18,0311
+13111349028,18,0310
+17631672060,18,0310
+15532017095,18,0310
+13031928700,18,0319
+18531031389,18,0310
+15533326967,18,0310
+15533039096,18,0310
+15530545337,18,0315
+15531776865,18,0317
+17692255319,18,0030
+13230285368,18,0312
+15612666599,18,0314
+18601050556,11,0010
+18606458665,17,0536
+13231127513,18,0311
+13091242715,18,0312
+15511515222,18,0315
+13073169890,18,0311
+17633199306,18,0319
+15533682518,18,0311
+17631069164,18,0310
+15532597075,18,0315
+13293275508,18,0314
+15613711128,18,0317
+18631140666,18,0311
+15630832937,18,0312
+17503258005,18,0312
+18533222941,18,0311
+13292527086,18,0315
+13091061787,18,0315
+15633277571,18,0312
+13292481183,18,0315
+15694812686,18,0317
+17639106556,76,0391
+13288715169,18,0311
+17631739700,18,0317
+13230531060,18,0315
+15544957057,18,0312
+13171627161,18,0314
+15532855120,18,0317
+17633337486,18,0312
+18632500573,18,0315
+15176700567,18,0315
+18632138528,18,0311
+15512571553,18,0315
+13111485383,18,0315
+15613322923,18,0311
+13058140881,51,0755
+18632591307,18,0315
+18630431796,18,0316
+15533150505,18,0315
+18631428379,18,0314
+13103397799,18,0319
+18633763167,18,0316
+13273589030,18,0315
+15632285388,18,0312
+18632765557,18,0317
+15694908881,18,0314
+13673267982,18,0316
+15030929148,18,0319
+13463964700,18,0311
+15511072762,18,0310
+13171813059,18,0315
+15511529806,18,0315
+18633238289,18,0312
+15631629555,18,0316
+15613411227,18,0315
+15531256839,18,0312
+15603131111,18,0313
+13047733360,18,0310
+17659719726,18,0317
+15632244861,18,0312
+13012013714,18,0315
+15610960617,18,0318
+15603257060,18,0312
+18633985006,18,0315
+18533925178,18,0313
+15533151826,18,0315
+15632056775,18,0310
+13267846082,18,0311
+15531268805,18,0312
+15630757518,18,0317
+18617578164,18,0310
+15500865200,88,0953
+18531494112,18,0314
+13111515780,18,0311
+18617500373,18,0315
+16632903587,18,0319
+18631298682,18,0312
+13084528354,18,0317
+15297606511,18,0318
+18609901992,89,0990
+13031016258,11,0010
+18633650435,18,0310
+15613212481,18,0312
+13284312110,18,0312
+17631426918,18,0314
+16633339183,18,0030
+15690088333,18,0314
+15630517806,18,0315
+15533523505,18,0335
+15632315751,18,0311
+15633952239,18,0315
+13582179531,18,0311
+18633589681,18,0335
+18631502871,18,0315
+18686963792,97,0452
+15503259528,18,0318
+16603243019,18,0312
+15511421683,18,0311
+15633776238,18,0312
+17631167602,18,0311
+17585103387,85,0851
+15532599698,18,0315
+18603144666,18,0314
+13171738908,18,0316
+18633059914,18,0311
+15532869792,18,0317
+16632095133,18,0310
+13031097795,11,0010
+18519338078,11,0010
+15512238742,18,0312
+15512992238,18,0318
+15603283421,18,0312
+15544801606,18,0310
+15511617189,18,0311
+15532827893,18,0317
+15530997066,18,0319
+15531938988,18,0319
+18515104360,11,0010
+15632683648,18,0316
+13273621624,18,0316
+15630406120,18,0311
+17603326708,18,0315
+13171729272,18,0335
+17692110530,18,0311
+15614285667,18,0319
+13292668739,18,0316
+15632620065,18,0316
+15633282185,18,0312
+18632409573,18,0314
+17631763456,18,0317
+13032021000,18,0312
+15632061364,18,0310
+15613485590,18,0315
+15501191768,11,0010
+15631208856,18,0030
+13833916765,18,0319
+18232777854,18,0317
+18531429927,18,0314
+13084509211,18,0317
+13116188688,13,0022
+13292721390,18,0317
+13290562296,18,0311
+13032061955,18,0312
+13106699812,18,0316
+13230666825,18,0316
+17633261706,18,0311
+18610664919,11,0010
+15614132172,18,0311
+13582918367,18,0315
+13284378018,18,0312
+13226600584,51,0020
+15630101865,18,0311
+15612783825,18,0317
+15512444999,18,0311
+18633083595,18,0311
+15533831307,18,0318
+13292811081,18,0311
+13171615118,18,0314
+18631395777,18,0313
+17611415651,11,0010
+15512482930,18,0314
+15933261568,18,0316
+13148283771,76,0394
+16603156955,18,0315
+13012011098,18,0315
+18631735011,18,0317
+13106535456,18,0311
+15613967683,18,0319
+13131766668,18,0317
+18603150508,18,0315
+18631889840,18,0318
+13131614495,18,0316
+13091060502,18,0315
+13102401227,18,0317
+18632451097,18,0314
+13081183061,18,0315
+15031880066,18,0315
+13231518638,18,0315
+17692937944,18,0319
+13011905539,18,0312
+15632505155,18,0315
+15630829382,18,0312
+13933325512,18,0315
+15630738391,18,0317
+15511729922,18,0317
+15632365900,18,0311
+13001402226,18,0312
+17609937404,89,0993
+18633618367,18,0316
+15531121167,18,0311
+13131609915,18,0316
+17692582860,18,0315
+15194802133,18,0318
+18232971727,18,0318
+18533088270,18,0311
+18630706165,18,0317
+18632215333,18,0030
+15633077020,18,0311
+18531690651,18,0316
+15690448008,18,0312
+13189795825,18,0311
+16630061204,18,0310
+15633050808,18,0311
+13180108992,18,0314
+18131113229,18,0311
+17659990261,18,0319
+13111791053,18,0317
+15531444878,18,0314
+18630332000,18,0335
+17692569837,18,0315
+18632078378,18,0319
+15632394440,18,0311
+15532157297,18,0311
+18631418955,18,0314
+18632829184,18,0318
+16631125202,18,0311
+15512389625,18,0314
+13293255086,18,0314
+13032048922,18,0312
+18632902015,18,0319
+13001845938,18,0315
+15630512961,18,0315
+15630691298,18,0316
+18603211926,18,0311
+13131536316,18,0315
+13131526961,18,0315
+15511613635,18,0311
+13146663328,11,0010
+13229355657,18,0315
+18633187878,18,0315
+15532785629,18,0317
+13082044332,18,0316
+15631794888,18,0317
+13191730847,18,0310
+13111357452,18,0310
+18533527222,18,0335
+13223205288,18,0312
+13102818727,18,0311
+15512799670,18,0317
+13020836391,18,0310
+18630345304,18,0335
+15532001548,18,0310
+17543401930,90,0434
+18531070990,18,0310
+18630461555,18,0335
+13111787808,18,0317
+13084566677,18,0319
+13292678128,18,0316
+13131893371,18,0318
+13102663688,18,0315
+15533407202,18,0316
+13081841234,18,0335
+18333896651,18,0315
+15530040570,18,0310
+15690088296,18,0314
+15632466798,18,0314
+18603227467,18,0312
+13070522603,18,0312
+13082045635,18,0316
+15533208006,18,0312
+13102885521,18,0311
+16602367718,83,0023
+18531561148,18,0315
+18631556730,18,0315
+13294069983,18,0313
+13191773997,18,0315
+18532385255,18,0312
+18631922203,18,0319
+17600688988,11,0010
+15511026007,18,0310
+17631082176,18,0310
+15613128555,18,0311
+13126688021,11,0010
+17603267896,18,0311
+13273151613,18,0311
+18630207546,18,0312
+18531066007,18,0310
+13231231860,18,0030
+16630557663,18,0335
+15631082430,18,0310
+13102788250,18,0318
+13231415461,18,0314
+18630679700,18,0316
+13223448888,18,0311
+15632035000,18,0310
+18610735901,11,0010
+13230993890,18,0319
+18633096807,18,0311
+15530072981,18,0310
+18632773922,18,0317
+13143010182,18,0311
+15630823209,18,0312
+13102663661,18,0315
+15930548677,18,0315
+18531050563,18,0310
+15612918444,18,0319
+17691764829,18,0317
+15690094159,18,0314
+18633341150,18,0315
+13081898949,18,0314
+18633325915,18,0315
+13293339362,18,0313
+15532050589,18,0310
+18630006136,18,0310
+13131336283,18,0313
+13223356303,18,0335
+18533536999,18,0335
+15530803099,18,0315
+17631980080,18,0319
+17603146823,18,0314
+13133527660,18,0335
+13292818520,18,0311
+15612588539,18,0315
+15512123351,18,0311
+13131188826,18,0311
+13231772222,18,0317
+13223497829,18,0311
+13230334868,18,0335
+15510101160,11,0010
+15612190276,18,0311
+18526184134,13,0022
+13103050092,18,0315
+13230308598,18,0335
+15931487857,18,0315
+15603295383,18,0312
+13833518770,18,0335
+15227864171,18,0311
+17631734999,18,0317
+16631936973,18,0319
+15633908197,18,0315
+18655995582,30,0559
+15511070190,18,0310
+13136886660,97,0453
+15176647875,18,0315
+18532373257,18,0318
+13031800093,18,0316
+18670906105,74,0732
+17531064698,18,0310
+13082390905,18,0312
+18633769295,18,0316
+15613231682,18,0312
+13131423722,18,0314
+13293027782,18,0310
+15530877303,18,0315
+13230088862,18,0310
+18633728782,18,0317
+15694867730,18,0311
+18603299111,18,0311
+13068779686,18,0311
+13171586106,18,0311
+13229118570,18,0311
+13028622955,18,0311
+15631750404,18,0317
+13091066679,18,0315
+15530967287,18,0319
+13180273929,18,0335
+15511915677,18,0315
+16631138574,18,0311
+13292600307,18,0316
+15530715590,18,0317
+17502255552,13,0022
+18603120707,18,0312
+17531364069,18,0335
+13231659998,18,0316
+13091079989,18,0315
+13102554555,18,0319
+13283422348,18,0310
+15533319773,18,0310
+13021897761,18,0311
+13166583122,18,0315
+15580091069,74,0731
+13231074888,18,0310
+16630313142,18,0313
+13153054000,17,0632
+15503378020,18,0315
+18631133419,18,0311
+13932730435,18,0317
+15612685629,18,0314
+17803333407,18,0335
+15511794199,18,0317
+15614543686,18,0315
+15633930900,18,0315
+13191887879,18,0311
+15511938377,18,0315
+13103220526,18,0312
+13180072591,18,0311
+17713255000,18,0312
+16632733377,18,0317
+18617520767,18,0315
+18633341101,18,0315
+18633828286,18,0311
+15530969887,18,0319
+18617473953,18,0312
+15350585222,18,0311
+15632376687,18,0311
+18515562004,11,0010
+13082327694,18,0312
+17692319042,18,0313
+18632122989,18,0311
+13283399505,18,0314
+15512051222,18,0335
+18533703777,18,0316
+15613730206,18,0317
+15511366365,18,0311
+13032619863,18,0311
+15511825758,18,0311
+15630481320,18,0311
+17631590523,18,0312
+16633371206,18,0030
+15831757722,18,0317
+15503179278,18,0317
+13283321747,18,0313
+18633155410,18,0315
+13111719750,18,0317
+15630066829,18,0310
+18630609025,18,0316
+15630227783,18,0312
+13231897033,18,0318
+17531300897,18,0310
+13102511676,18,0335
+15511468290,18,0311
+18634026337,18,0315
+17631359620,18,0310
+15612076699,18,0310
+18652359685,34,0517
+13191788173,18,0315
+18632204640,18,0312
+18632796613,18,0317
+18503178397,18,0317
+18632572110,18,0315
+15612173733,18,0311
+18559328186,38,0592
+17631124464,18,0311
+15614326824,18,0311
+15510041234,11,0010
+13131421119,18,0314
+13261000662,11,0010
+17531913394,18,0311
+18631632000,18,0316
+13133595750,18,0335
+18333034619,18,0317
+17633030105,18,0315
+13253128660,18,0313
+13932786719,18,0317
+13021815000,18,0315
+18632671857,18,0316
+13230841882,18,0315
+13014340121,18,0311
+15530809000,18,0315
+18503209877,18,0311
+15544851666,18,0310
+13131427345,18,0314
+13191688631,18,0312
+13191969188,18,0316
+13653383530,18,0311
+13292536978,18,0315
+18630382159,18,0335
+13292983871,18,0312
+16603392961,18,0335
+15630528673,18,0315
+15503182676,18,0318
+13333339022,18,0335
+15511304120,18,0311
+15694829635,18,0317
+13131133711,18,0311
+13032626868,18,0311
+13091335072,18,0314
+15511776333,18,0317
+17530350770,76,0396
+13073166081,18,0311
+15510555768,11,0010
+18500364366,11,0010
+18531592325,18,0315
+17601619952,11,0010
+18631309989,18,0313
+13663377132,18,0315
+15612865432,18,0315
+15511191113,18,0311
+13111730008,18,0317
+15533658927,18,0311
+13131415345,18,0314
+15560860313,10,0476
+15511952822,18,0315
+15533863939,18,0315
+16632331738,18,0310
+13246578123,18,0311
+13012089010,18,0316
+16630690500,18,0316
+17631666345,18,0310
+15103256045,18,0315
+15531141444,18,0311
+15633098973,18,0311
+15630656772,18,0316
+15097559959,18,0315
+13230383798,18,0335
+13223351394,18,0335
+18617941502,18,0318
+13102751105,18,0318
+16603174860,18,0317
+13147409889,18,0311
+15633951051,18,0315
+15512857057,18,0319
+13191740097,18,0315
+13283141766,18,0310
+13091387990,18,0335
+15532719994,18,0317
+13191739049,18,0310
+15530099139,18,0310
+15630756111,18,0317
+16630630895,18,0316
+18531922141,18,0319
+15630185335,18,0311
+13231767851,18,0317
+13180182898,18,0315
+13253279707,18,0318
+13223387318,18,0335
+15512783993,18,0317
+13180215202,18,0312
+18531759176,18,0315
+18632722282,18,0317
+15631190339,18,0311
+18532217892,18,0312
+13011851265,11,0010
+15512795967,18,0317
+18733173234,18,0311
+15612384686,18,0313
+15530047975,18,0310
+18631490284,18,0314
+15530315130,18,0313
+13080410927,18,0311
+13171990019,18,0317
+18533168884,18,0311
+18611104251,11,0010
+13292462145,18,0315
+15544885000,18,0310
+15631634186,18,0316
+15512541854,18,0315
+15632156025,18,0311
+15603162119,18,0316
+13283471222,18,0335
+15690232280,18,0312
+18531248579,18,0312
+13102753708,18,0318
+16630032686,18,0310
+15611064077,11,0010
+17600487355,11,0010
+13082304962,18,0312
+13131603626,18,0316
+13105961965,38,0593
+18617778523,18,0312
+13131451000,18,0314
+13298871666,90,0437
+18632085693,18,0319
+17632052876,18,0317
+18533101711,18,0311
+18531908000,18,0319
+17503290291,18,0316
+15530708515,18,0317
+17532538589,18,0310
+18510154119,11,0010
+15690022611,18,0310
+18632528181,18,0315
+17692549257,18,0315
+16603287573,18,0030
+15631154658,18,0311
+13111479684,18,0315
+18631318055,18,0313
+18631690700,18,0316
+13082316939,18,0312
+18531707963,18,0317
+13171661890,18,0313
+13292042888,18,0310
+18632224986,18,0312
+15632115502,18,0311
+15612931249,18,0319
+15511270456,18,0312
+13020899929,18,0314
+13171751815,18,0319
+13290400866,18,0310
+15632103525,18,0311
+18603221493,18,0312
+13111365881,18,0310
+15544687335,18,0315
+18633881970,18,0311
+15612456614,18,0314
+18730951936,18,0319
+15632159992,18,0311
+13231591282,18,0315
+15632971021,18,0319
+13111390824,18,0310
+18632055840,18,0310
+15630389115,18,0310
+18532192276,18,0311
+13293297037,18,0314
+15633399910,18,0315
+15030738712,18,0317
+18503397617,18,0335
+13131482117,18,0314
+18533193882,18,0311
+18631102279,18,0311
+16630676261,18,0316
+15632379002,18,0311
+15028438040,18,0312
+15503324398,18,0315
+15532195776,18,0311
+15130245898,18,0030
+16630135756,18,0311
+13131836127,18,0318
+18631768805,18,0317
+15631996087,18,0319
+15630530922,18,0315
+13293087389,18,0310
+13191652836,18,0312
+13111444994,18,0315
+15533727177,18,0317
+13292812428,18,0311
+13223352629,18,0335
+15613913882,18,0319
+18533661321,18,0316
+13171802222,18,0311
+18633576278,18,0335
+13288329077,18,0316
+15532066112,18,0310
+16631783040,18,0317
+18631204070,18,0312
+18632228492,18,0030
+15632152555,18,0311
+15544818211,18,0310
+14541297684,18,0319
+15530874987,18,0315
+13131460795,18,0314
+13111441019,18,0315
+18633877093,18,0311
+18630786261,18,0315
+13931466310,18,0315
+18632137355,18,0311
+13832793922,18,0317
+13091356820,18,0314
+15632267644,18,0312
+13290557790,18,0315
+15632410304,18,0314
+15631816557,18,0318
+18639346835,76,0393
+15603203122,18,0312
+15560041830,76,0370
+15531184527,18,0311
+13020866120,18,0311
+15633035318,18,0311
+15533681314,18,0311
+15511058303,18,0310
+18630603002,18,0316
+13020880429,18,0315
+17633153859,18,0315
+13032051033,18,0312
+18631266327,18,0312
+13230901851,18,0335
+17631572777,18,0312
+18630282918,18,0030
+13284814899,10,0474
+15075105760,18,0311
+17633376980,18,0313
+13103056087,18,0315
+15081173322,18,0311
+15613251968,18,0312
+15614447771,18,0312
+13223466618,18,0311
+15503061736,18,0314
+18603227666,18,0312
+18532591503,18,0315
+15633266792,18,0312
+13091318551,18,0313
+13293088690,18,0310
+15612016866,18,0310
+17633363676,18,0335
+18603142178,18,0314
+13231301461,18,0313
+13070575132,18,0312
+13833989774,18,0317
+13091126700,18,0310
+17635473158,19,0358
+18531627555,18,0316
+16633237277,18,0030
+15531598059,18,0315
+13226359633,18,0311
+15630529939,18,0315
+16682238795,18,0312
+15511828018,18,0311
+17633223368,18,0311
+15533777422,18,0317
+18531086553,18,0310
+13091332852,18,0314
+16631530277,18,0315
+15613111880,18,0311
+13020836355,18,0310
+18833860009,18,0335
+15533579888,18,0315
+13191695808,18,0318
+15633601161,18,0315
+15612692715,18,0314
+18631531269,18,0315
+18531728003,18,0317
+16630821365,18,0317
+13253133211,18,0313
+13933208080,18,0312
+13930597971,18,0315
+15633037957,18,0311
+18632626444,18,0316
+18633222839,18,0312
+15533995595,18,0311
+15632057999,18,0310
+15633223605,18,0312
+13102606260,18,0315
+18531128968,18,0311
+17603158680,18,0315
+15533030583,18,0310
+15540939411,10,0471
+15631628339,18,0316
+13273107551,18,0311
+18612575612,11,0010
+15133432545,18,0316
+17603253202,18,0311
+18532067862,18,0310
+18601092293,11,0010
+15132163503,18,0311
+18330490266,18,0315
+18531670327,18,0316
+13191602550,18,0319
+15512032161,18,0315
+13171627276,18,0314
+15530123133,18,0311
+13230838209,18,0315
+15632200528,18,0312
+18603156780,18,0315
+19568103810,18,0315
+17692539853,18,0315
+17631728932,18,0317
+15511584524,18,0315
+18633148301,18,0315
+13102903720,18,0312
+15833849265,18,0318
+17503218888,18,0311
+13171696585,18,0312
+15613809729,18,0315
+16630807079,18,0317
+15531099452,18,0310
+15532544666,18,0315
+15612800933,18,0318
+18633877083,18,0311
+17633035106,18,0315
+15612056089,18,0310
+16630217315,18,0312
+15690063192,18,0335
+13230115368,18,0311
+18622385863,13,0022
+13001876970,18,0312
+18730116263,18,0311
+15544843210,18,0310
+15512396765,18,0314
+15531532222,18,0315
+15630799249,18,0317
+13230526617,18,0315
+15633300383,18,0315
+18533179588,18,0311
+18533691121,18,0316
+18503156820,18,0315
+15690099119,18,0314
+15630906175,18,0319
+13273133805,18,0311
+13171671283,18,0312
+13293248072,18,0314
+13290344281,17,0530
+17600409844,11,0010
+15531359863,18,0313
+15511120752,18,0311
+15532683658,18,0316
+17633362317,18,0335
+13292265878,18,0318
+15511017811,18,0310
+17631542936,18,0312
+13127383801,18,0317
+13012113036,18,0310
+15530263475,18,0312
+18630019296,18,0310
+13131499076,18,0314
+13273329288,18,0318
+13106522232,18,0311
+18631135911,18,0311
+13001849375,18,0315
+13131295253,18,0312
+13126105678,18,0311
+15630166259,18,0311
+18633590506,18,0335
+15731052638,18,0310
+16631115723,18,0311
+13131496809,18,0314
+15511105209,18,0311
+18632420018,18,0314
+15630155593,18,0311
+13143042723,18,0311
+18531741090,18,0315
+18132975483,18,0310
+13171935292,18,0316
+15612455388,18,0314
+17633338643,18,0312
+15531769801,18,0317
+15530818888,18,0315
+13103040545,18,0314
+15632403140,18,0314
+13001428775,18,0335
+18603277876,18,0311
+13091047435,18,0315
+15633969270,18,0315
+17603165879,18,0316
+18630269903,18,0312
+18503256166,18,0311
+18633872273,18,0311
+18611162999,11,0010
+17692659667,18,0316
+15176887222,18,0311
+15532011030,18,0310
+18513288037,11,0010
+15539363053,76,0393
+15531338166,18,0313
+13172190999,18,0316
+13082147660,18,0310
+17531701125,18,0317
+13102645939,18,0315
+13131381601,18,0313
+18515803133,11,0010
+15533015040,18,0310
+15503148055,18,0314
+18633907355,18,0311
+18533940975,18,0310
+15531070601,18,0310
+13279112930,84,0911
+15614350396,18,0311
+18632193420,18,0311
+13290405678,18,0310
+18632113330,18,0311
+13223417632,18,0311
+15612361900,18,0313
+13091367487,18,0335
+16632796885,18,0317
+13149478373,18,0311
+18632434666,18,0314
+18531115555,18,0311
+15690538038,18,0315
+13231801366,18,0318
+17503285687,18,0316
+13832683690,18,0316
+13020820736,18,0312
+18714157872,18,0315
+17692661999,18,0316
+15531237557,18,0312
+13273596346,18,0315
+18632126643,18,0311
+13283159960,18,0310
+15511859233,18,0311
+13031543696,18,0315
+15531695159,18,0316
+13230857355,18,0315
+13161609971,11,0010
+15532318141,18,0313
+18631616711,18,0316
+17633241297,18,0311
+18632203262,18,0312
+13932500210,18,0315
+13102990989,18,0312
+17692327628,18,0313
+15511962138,18,0315
+17692178887,18,0311
+18713724666,18,0317
+15533523327,18,0335
+15532701858,18,0317
+17633120116,18,0312
+16631780825,18,0317
+13215417321,18,0316
+18633898844,18,0311
+18330400796,18,0315
+13102606303,18,0315
+13126183131,18,0311
+15530860383,18,0315
+18632342126,18,0313
+13001813499,18,0315
+15544946555,18,0312
+15690577660,18,0313
+16630007635,18,0310
+15631183153,18,0311
+15512268485,18,0312
+13191656329,18,0312
+13012531555,17,0532
+16630111868,18,0311
+15511656696,18,0311
+13273238058,18,0312
+13011997538,18,0317
+13103104250,18,0310
+13932120022,18,0311
+13134358788,90,0435
+18633358008,18,0315
+15603222345,18,0312
+18530527735,76,0372
+13273542509,18,0315
+18630391990,18,0335
+13293330811,18,0313
+13129668777,51,0754
+15530051102,18,0310
+13131996730,18,0319
+17631701077,18,0317
+18631177735,18,0311
+13233112693,19,0357
+18532233194,18,0312
+18632435969,18,0314
+16633938817,18,0319
+13230936519,18,0335
+15532127580,18,0311
+18630171188,18,0311
+13230006287,18,0310
+15511136363,18,0311
+16603239827,18,0312
+18533963588,18,0310
+13292898709,18,0311
+15532965317,18,0319
+18630413727,18,0316
+15631726632,18,0317
+18830880992,18,0310
+13131969122,18,0319
+18032631505,18,0316
+13081180729,18,0315
+18672871781,71,0728
+13091270071,18,0319
+13832152593,18,0311
+17681102193,30,0551
+13180579814,18,0313
+18631351427,18,0313
+15630801904,18,0312
+15632711136,18,0317
+18714235870,18,0319
+13229353137,18,0315
+18637902589,76,0379
+17692569742,18,0315
+15530931126,18,0319
+18531506467,18,0315
+18630008686,18,0310
+18632297996,18,0312
+18630502373,18,0315
+18631699089,18,0316
+13273296796,18,0312
+13286581110,18,0312
+15633490775,18,0315
+15632557903,18,0315
+15531539765,18,0315
+15633272657,18,0312
+15632585139,18,0315
+13283237858,18,0317
+18633843773,18,0311
+13012035126,18,0317
+16631452365,18,0314
+15200001035,18,0311
+13001812129,18,0315
+15511680382,18,0311
+13131607223,18,0316
+15633404852,18,0315
+13832206834,18,0312
+15633090196,18,0311
+15531071997,18,0310
+15632119039,18,0311
+15630848619,18,0312
+13091350605,18,0314
+15631025115,18,0310
+18830710999,18,0317
+18630038416,18,0310
+13043175816,18,0317
+13292630076,18,0316
+13731563549,18,0315
+18601912733,11,0010
+15632005147,18,0310
+18531224611,18,0312
+15613695334,18,0316
+15612973181,18,0319
+15512109187,18,0311
+15614566257,18,0315
+15613787881,18,0317
+18630587311,18,0318
+15511964774,18,0315
+13172687255,18,0319
+17631510533,18,0312
+18633842468,18,0311
+15613774567,18,0317
+18631610555,18,0316
+17603339886,18,0315
+13171786557,18,0310
+15511913133,18,0315
+13230762597,18,0317
+18630179949,18,0311
+13373265578,18,0316
+15632750759,18,0317
+17633019887,18,0315
+18603191130,18,0319
+13290500090,18,0310
+13293327274,18,0313
+15511949145,18,0315
+15533863888,18,0315
+13089412198,90,0431
+15613856050,18,0315
+17631720230,18,0317
+15632211275,18,0312
+13230712287,18,0317
+15530252700,18,0312
+16631061518,18,0310
+13164099777,13,0022
+15512750222,18,0310
+13253194207,18,0314
+15176005013,18,0310
+16633372631,18,0030
+15530329653,18,0313
+15531911100,18,0319
+18769296111,17,0632
+15512507149,18,0315
+18533618575,18,0316
+15613368111,18,0311
+17603177888,18,0317
+15511576111,18,0315
+13223133211,18,0310
+17535154482,19,0351
+13102638777,18,0315
+15544780986,18,0310
+13292343733,18,0335
+13011935212,18,0316
+18633027319,18,0311
+17631988963,18,0319
+17532020518,18,0312
+15613375294,18,0311
+15532687109,18,0316
+15612135339,18,0311
+13013259888,18,0312
+15533090254,18,0310
+13111691686,18,0312
+15510054445,11,0010
+18617520888,18,0315
+18532535366,18,0315
+17530027135,18,0310
+16630652242,18,0316
+18630551352,18,0315
+16633397926,18,0030
+16632010388,18,0310
+13230062345,18,0310
+13102536808,18,0335
+15613604567,18,0316
+13032060701,18,0312
+15632109689,18,0311
+13785861135,18,0318
+17633060079,18,0316
+17532108191,18,0311
+18617818167,18,0335
+15690197482,18,0318
+18603148360,18,0314
+13292017830,18,0310
+17692605845,18,0316
+18613870788,11,0010
+18632620350,18,0316
+18633800619,18,0311
+15530702341,18,0317
+13131807582,18,0318
+15630265905,18,0312
+18603111070,18,0311
+15503252202,18,0318
+15512190219,18,0311
+17600272745,11,0010
+13031447908,18,0311
+13111708989,18,0317
+13103335646,18,0313
+18531249960,18,0312
+18630680881,18,0316
+18631821533,18,0318
+13253170292,18,0314
+18632187599,18,0311
+15531479673,18,0314
+13113031987,18,0311
+18531435628,18,0314
+18632059364,18,0310
+13231484703,18,0314
+15373525671,18,0315
+15630053637,18,0310
+15532774807,18,0317
+15612089898,18,0310
+15531913776,18,0319
+15531537111,18,0315
+15531466353,18,0314
+18631290062,18,0312
+18531165892,18,0311
+15632049591,18,0310
+15633561593,18,0311
+18633016662,18,0311
+13230037391,18,0310
+15564691222,17,0632
+18630466290,18,0335
+17659937900,18,0319
+18531476139,18,0314
+18633967017,18,0315
+13273553210,18,0315
+17603163238,18,0316
+15533260722,18,0312
+13930565594,18,0315
+18630192954,18,0311
+15632833520,18,0315
+18531562510,18,0315
+13230004526,18,0310
+13081147675,18,0315
+15531617185,18,0316
+18617833372,18,0335
+13191987963,18,0316
+15613275888,18,0312
+15511092961,18,0310
+16632020202,18,0310
+18631523159,18,0315
+18631610939,18,0316
+13070565081,18,0312
+15511937760,18,0315
+17659710309,18,0317
+13172126840,18,0316
+17633236186,18,0311
+18131795432,18,0317
+13290523231,18,0312
+15690418363,18,0311
+15530975966,18,0319
+16630764151,18,0317
+13131569938,18,0315
+18531132698,18,0311
+15632917885,18,0319
+18663160118,17,0631
+13180089565,18,0311
+13231468524,18,0314
+18631297589,18,0312
+16631127275,18,0311
+13011499688,18,0310
+16632339582,18,0310
+15690228939,18,0312
+17533169515,18,0316
+16630752188,18,0317
+16602277192,13,0022
+13230271836,18,0030
+18630770171,18,0315
+18532025999,18,0335
+17659963303,18,0319
+13283430621,18,0310
+15633673909,18,0311
+18633970103,18,0315
+18532163646,18,0311
+15690355918,18,0311
+16630056598,18,0310
+18633063382,18,0311
+15501125673,11,0010
+15630457055,18,0311
+13223407391,18,0311
+15613767756,18,0317
+13171901923,18,0312
+15511546595,18,0315
+13292291158,18,0318
+13171599250,18,0311
+13230941163,18,0335
+17600982960,11,0010
+13102671891,18,0315
+15533379223,18,0311
+15632387115,18,0311
+13021234555,11,0010
+15631037180,18,0310
+15630535087,18,0315
+13131796331,18,0317
+17631422378,18,0314
+17692301941,18,0313
+18581861366,81,0028
+15633865995,18,0311
+15511092927,18,0310
+18531660225,18,0316
+13180191233,18,0315
+15690294447,18,0317
+13184703456,18,0310
+13102592519,18,0319
+17600920690,11,0010
+15630861234,18,0312
+15530659158,18,0316
+15632233951,18,0312
+13103262676,18,0316
+15603129819,18,0312
+13121298727,11,0010
+13292135666,18,0319
+17603218719,18,0311
+18631739161,18,0317
+15501035686,11,0010
+18531031962,18,0310
+13231523885,18,0315
+17531809312,18,0318
+18603175192,18,0317
+13231659202,18,0316
+13131873066,18,0318
+16633358562,18,0030
+18630122713,18,0311
+17532018719,18,0312
+13111532907,18,0311
+13223152919,18,0315
+15533986122,18,0311
+13290577073,18,0310
+18830024538,18,0310
+13013252181,18,0312
+18633580226,18,0335
+13292785679,18,0317
+15620695911,13,0022
+15631340699,18,0313
+17631791677,18,0317
+13207651563,13,0022
+13785473293,18,0316
+15530214161,18,0312
+13106538333,18,0311
+13223347198,18,0335
+17632009962,18,0317
+18232826205,18,0317
+15532079535,18,0310
+15533516115,18,0335
+15530617335,18,0316
+17631656204,18,0312
+15633635683,18,0315
+15511811727,18,0311
+15803218842,18,0311
+17533307754,18,0310
+18533145655,18,0311
+18632352719,18,0313
+18568683043,76,0378
+16632032202,18,0310
+15512919777,18,0314
+18633340525,18,0315
+13131130751,18,0311
+13082195188,18,0317
+15612339764,18,0313
+15630690972,18,0316
+15633197567,18,0319
+15533860109,18,0315
+13293212185,18,0314
+13131455990,18,0314
+13111766789,18,0317
+18603348007,18,0314
+18632806319,18,0318
+15613110223,18,0311
+18631082888,18,0310
+17692596768,18,0315
+15533976788,18,0311
+18531865572,18,0318
+18033686658,18,0316
+13081098158,18,0311
+17631658879,18,0030
+18531228861,18,0312
+13001823831,18,0335
+15544734133,18,0310
+15530950667,18,0319
+15503343683,18,0315
+15630383929,18,0310
+13103320211,18,0312
+19932411224,18,0311
+15612087512,18,0310
+17631609831,18,0312
+13032051982,18,0312
+18630427438,18,0316
+13102983786,18,0312
+13011316225,13,0022
+13021803120,18,0311
+18633495076,18,0311
+13223398753,18,0335
+13011552397,18,0311
+15630104635,18,0311
+15633311791,18,0315
+13131009955,18,0310
+15633935507,18,0315
+13230503596,18,0315
+15530131298,18,0311
+15531997146,18,0319
+16682207000,18,0312
+15633466306,18,0315
+13223176935,18,0315
+18632454786,18,0314
+18631766743,18,0317
+18617671111,18,0319
+15531613666,18,0316
+18531052062,18,0310
+13191709942,18,0310
+18532028168,18,0335
+18632485850,18,0314
+18603134698,18,0313
+13231232027,18,0312
+18600132555,11,0010
+18632771185,18,0317
+15613409181,18,0315
+15532682897,18,0316
+17703208682,18,0310
+15512398800,18,0314
+13230781542,18,0317
+15530731032,18,0317
+15512476888,18,0311
+15633828986,18,0311
+15632075271,18,0310
+18538365778,76,0379
+15631741234,18,0317
+15511260977,18,0312
+18630705921,18,0317
+18532692527,18,0312
+13230010351,18,0310
+13273637013,18,0316
+18632593773,18,0315
+13103013222,18,0311
+18633315553,18,0315
+18633122295,18,0315
+18631862672,18,0318
+13231667703,18,0316
+15175488626,18,0318
+17645208444,97,0452
+17631350179,18,0310
+13292724709,18,0317
+18531322015,18,0313
+18633122288,18,0315
+15530588260,18,0315
+13171685743,18,0312
+15690523977,18,0315
+18532266911,18,0313
+15511358008,18,0311
+18617520172,18,0315
+15630932106,18,0319
+13146016109,11,0010
+17332981381,18,0311
+18630030141,18,0310
+13273554190,18,0315
+13292183329,18,0319
+15613536193,18,0315
+18633033575,18,0311
+15531536915,18,0315
+18532365067,18,0318
+16631530159,18,0315
+13111301274,18,0310
+17503270367,18,0316
+18630651633,18,0316
+13102699402,18,0315
+15612609762,18,0316
+18533612281,18,0316
+13315540989,18,0315
+13106515691,18,0311
+18634149968,18,0310
+16630108288,18,0311
+15531536909,18,0315
+18632709123,18,0317
+13180059727,18,0311
+15533002822,18,0310
+15503144423,18,0314
+15633077789,18,0311
+13031539193,18,0315
+18533181338,18,0311
+13292668000,18,0316
+18931691979,18,0312
+18631863980,18,0318
+15511047520,18,0310
+13253050551,76,0372
+13292031028,18,0310
+18603319548,18,0311
+15512233252,18,0312
+13293218347,18,0314
+16632009842,18,0310
+18633299853,18,0312
+18531689072,18,0316
+13832214930,18,0312
+13011475681,18,0335
+15631990629,18,0319
+13463777710,18,0317
+13082335995,18,0312
+18612375675,11,0010
+17612471478,91,0024
+13293088555,18,0310
+13111609963,18,0312
+13180521470,18,0310
+13012150338,18,0311
+15532709610,18,0317
+15690299306,18,0317
+13290453644,18,0315
+18531452977,18,0314
+18803081823,18,0318
+15613013112,18,0310
+13230246821,18,0030
+13230882201,18,0315
+15631044332,18,0310
+15632197706,18,0311
+18732516826,18,0315
+17532013889,18,0312
+15675054194,74,0730
+15633558978,18,0311
+15630200553,18,0312
+15630055157,18,0310
+15533670792,18,0311
+15633916382,18,0315
+15694909968,18,0314
+16631133108,18,0311
+17631364851,18,0310
+18617896986,18,0315
+13231786267,18,0317
+18631568896,18,0315
+18570645902,74,0731
+13032626712,18,0311
+15132514891,18,0315
+13125998885,97,0459
+13103079041,18,0317
+13231092973,18,0310
+13111535110,18,0311
+18531522544,18,0315
+16630382700,18,0316
+13273393233,18,0335
+15690136372,18,0316
+13191950695,18,0316
+17631040952,18,0310
+13932005617,18,0310
+18623154828,83,0023
+13230405156,18,0311
+15532921823,18,0319
+17631886555,18,0318
+18630292817,18,0312
+15102602666,18,0310
+18531745706,18,0315
+19933269600,18,0317
+13011588395,18,0311
+15533711700,18,0317
+13082050031,18,0316
+15533296338,18,0312
+17692569101,18,0315
+15511073829,18,0310
+13091013071,18,0311
+13131839910,18,0318
+17631604999,18,0312
+15531775357,18,0317
+15532528320,18,0315
+15511815333,18,0311
+13091070567,18,0315
+15531078417,18,0310
+18617575270,18,0310
+13091346630,18,0335
+13131892227,18,0318
+18632650000,18,0316
+13111380041,18,0310
+15531030361,18,0310
+18632409333,18,0314
+13180185353,18,0315
+15633022665,18,0311
+18632969399,18,0319
+15633112586,18,0311
+13231324640,18,0313
+18550035352,34,0512
+16632001129,18,0310
+15503311123,18,0315
+18630066173,18,0310
+15690136390,18,0316
+15532125017,18,0311
+15613808712,18,0315
+18633039629,18,0311
+17631591243,18,0312
+15511955526,18,0315
+13031565393,18,0315
+16633353626,18,0030
+15231847995,18,0310
+15630200479,18,0312
+13253107129,18,0313
+15530187793,18,0311
+18532005555,18,0335
+13082311913,18,0312
+13028684560,18,0311
+13082076581,18,0316
+13283263888,18,0317
+18630505500,18,0315
+15633200073,18,0030
+15632573091,18,0315
+15612286789,18,0312
+15610986131,18,0318
+13020829898,18,0312
+13932606612,18,0316
+18633737863,18,0317
+18531402656,18,0314
+13070560281,18,0312
+18631442851,18,0314
+15512246587,18,0312
+13223272802,18,0319
+13373233467,18,0317
+17610183879,11,0010
+13131689826,18,0316
+18631657558,18,0316
+17659933456,18,0319
+13131045523,18,0310
+18600482623,11,0010
+15512102616,18,0311
+16631069769,18,0310
+15571968005,71,0719
+18531703976,18,0317
+13463168148,18,0316
+15603328990,18,0335
+13292563777,18,0315
+15603134444,18,0313
+18632161970,18,0311
+15603250723,18,0312
+13020840209,18,0311
+15511551125,18,0315
+18631289156,18,0312
+18533332796,18,0311
+18533102586,18,0311
+15614527861,18,0315
+15512182775,18,0311
+15530866825,18,0315
+13081037262,18,0311
+13131969259,18,0319
+13014336101,18,0311
+15511589702,18,0315
+13131099369,18,0310
+13103266111,18,0316
+15511857177,18,0311
+16631562660,18,0315
+17731541917,18,0315
+13292019290,18,0310
+18600913521,11,0010
+13146636325,11,0010
+15516471234,76,0373
+18631488301,18,0314
+18633711219,18,0317
+18617851286,18,0315
+13903191279,18,0319
+16630773870,18,0317
+13273448844,18,0311
+13165524888,18,0314
+13230138986,18,0311
+17633316708,18,0030
+13091001105,18,0311
+13292519632,18,0315
+16633007009,18,0310
+15613038355,18,0310
+18631528083,18,0315
+17631236592,18,0312
+13082172512,18,0317
+13171721979,18,0335
+13230181789,18,0311
+13102523022,18,0335
+13111441694,18,0315
+13223157711,18,0315
+15531822217,18,0318
+13102802981,18,0311
+18632676671,18,0316
+16630216096,18,0312
+15612599856,18,0315
+13111566257,18,0311
+13273598616,18,0315
+15613575687,18,0315
+17631649000,18,0312
+15613164166,18,0311
+18632358842,18,0313
+15531675888,18,0316
+18632464131,18,0314
+15076630691,18,0316
+18533735976,18,0316
+15631608348,18,0316
+17633140068,18,0314
+18633671616,18,0317
+15033788488,18,0312
+18522571416,13,0022
+15633111237,18,0311
+15532668568,18,0316
+13292532631,18,0315
+13131844448,18,0318
+18633472418,18,0311
+15531752520,18,0317
+15511264479,18,0312
+15532444057,18,0311
+15533120013,18,0312
+13273231560,18,0312
+15530553555,18,0315
+13180574017,18,0313
+13102637179,18,0315
+13230718346,18,0317
+15544613003,18,0315
+17600561989,11,0010
+17633399092,18,0310
+13103103264,18,0310
+15632123422,18,0311
+13171876386,18,0312
+17503228818,18,0311
+18631018336,18,0310
+13081003849,18,0311
+15633192651,18,0319
+18722120810,13,0022
+15511009119,18,0310
+15530181624,18,0311
+13032036342,18,0312
+18632972963,18,0319
+18531965006,18,0319
+15613870836,18,0315
+15614428113,18,0312
+15512277712,18,0312
+15511494777,18,0311
+18631674077,18,0316
+15532223652,18,0312
+15531078490,18,0310
+16630836377,18,0317
+13292885121,18,0311
+18630175202,18,0311
+15690380856,18,0319
+15631746121,18,0317
+18603228188,18,0030
+17692193555,18,0311
+13363104040,18,0310
+13040053107,18,0315
+13903303029,18,0310
+17631325202,18,0310
+13082058765,18,0316
+18617934000,18,0318
+13032011050,18,0312
+15631093380,18,0310
+15631133023,18,0311
+16606167605,34,0512
+18832866376,18,0318
+15232162512,18,0311
+18532163598,18,0311
+18633377906,18,0315
+13273121131,18,0311
+18503352023,18,0335
+17531100161,18,0311
+15511962689,18,0315
+13172155433,18,0316
+15612136999,18,0311
+18532235845,18,0312
+15531456266,18,0314
+15630256903,18,0312
+15613131930,18,0311
+15633635711,18,0315
+18531317583,18,0313
+13191770695,18,0315
+16631958528,18,0319
+13031969975,18,0313
+15533140456,18,0314
+18632459659,18,0314
+18631446375,18,0314
+15613089972,18,0310
+18630516277,18,0315
+15533716622,18,0317
+15544960920,18,0312
+18631187058,18,0311
+13171948662,18,0316
+18631271000,18,0312
+15533051865,18,0310
+13231071192,18,0310
+15600708270,11,0010
+15630797779,18,0317
+18531739999,18,0315
+17692502096,18,0315
+15530061633,18,0310
+15188887646,18,0310
+17503289761,18,0316
+17692718112,18,0319
+13722966171,18,0312
+18632319227,18,0313
+15530966199,18,0319
+18630176562,18,0311
+15532896265,18,0317
+16630026601,18,0310
+15632364418,18,0311
+15613852816,18,0315
+13230309222,18,0335
+13073167919,18,0311
+13191860585,18,0311
+18633946412,18,0311
+18531361675,18,0313
+16631251907,18,0312
+13131339546,18,0313
+15531629117,18,0316
+18633226849,18,0312
+13223227210,18,0312
+18603312111,18,0311
+13275238777,34,0519
+13903128001,18,0312
+16630153784,18,0311
+15511424068,18,0311
+15032865307,18,0311
+15632081187,18,0310
+18633365965,18,0315
+15330236935,11,0010
+18603243770,18,0314
+15652069212,11,0010
+13283362069,18,0314
+15612754682,18,0317
+18630250997,18,0312
+15542278687,91,0024
+13257557776,18,0311
+13223452717,18,0311
+17633245929,18,0311
+15613495116,18,0315
+13127372227,18,0317
+13166541102,18,0315
+18532176867,18,0311
+13091299891,18,0319
+15512016296,18,0315
+18531925836,18,0319
+18633675167,18,0317
+18601125123,11,0010
+15511788999,18,0317
+15630830174,18,0312
+13231451709,18,0314
+18631189630,18,0311
+18633806277,18,0311
+18617576555,18,0310
+17632007382,18,0317
+15613286575,18,0312
+15694901200,18,0314
+18630020815,18,0310
+13180066900,18,0311
+15512553555,18,0315
+18603241108,18,0314
+18600462170,11,0010
+18630320658,18,0335
+13180537008,18,0310
+18932895884,18,0314
+18631671820,18,0316
+13013258213,18,0312
+13031902838,18,0319
+17603126196,18,0312
+17631754765,18,0317
+18617733906,18,0317
+17531986707,18,0319
+16630650178,18,0316
+17532018777,18,0312
+15632821672,18,0315
+13035880163,18,0311
+15533051821,18,0310
+17631417795,18,0314
+15533573526,18,0315
+13014373116,18,0311
+13722625616,18,0316
+13273333685,18,0318
+16630110608,18,0311
+16630336033,18,0314
+15632167891,18,0311
+18630262983,18,0312
+15630507792,18,0315
+18531004415,18,0310
+18531271745,18,0312
+15533224781,18,0312
+15630260107,18,0312
+15511523968,18,0315
+15530203420,18,0312
+18603156086,18,0315
+17631172742,18,0311
+15511066746,18,0310
+15630881709,18,0312
+15544578011,18,0311
+15530793208,18,0317
+15533686350,18,0311
+15690553738,18,0315
+13273147765,18,0311
+13012085528,18,0316
+13131435512,18,0314
+13091020279,18,0311
+18631956272,18,0319
+13111303812,18,0310
+18633640529,18,0312
+18600732199,11,0010
+15613501592,18,0315
+13231533132,18,0315
+15605162862,34,0025
+13011408761,18,0312
+15610800601,18,0318
+18633337053,18,0315
+13290511378,18,0311
+18632722055,18,0317
+15612176111,18,0311
+15075028859,18,0310
+18503173116,18,0317
+18630766808,18,0317
+15630859007,18,0312
+15911057329,11,0010
+15690397688,18,0319
+13131037235,18,0310
+16632856321,18,0318
+17692413429,18,0311
+17633389687,18,0318
+13126923222,11,0010
+13103071860,18,0317
+16633217027,18,0030
+13785252833,18,0312
+15533102101,18,0310
+18603209121,18,0310
+18531864151,18,0318
+18617501135,18,0315
+15531555989,18,0315
+15633329802,18,0315
+17692289876,18,0312
+15632867179,18,0318
+15633964146,18,0315
+15544507898,18,0311
+18632039998,18,0310
+13171563397,18,0311
+15630952683,18,0319
+13131049239,18,0310
+13111699303,18,0312
+13133534801,18,0335
+13073173886,18,0311
+16631088718,18,0310
+18631184745,18,0311
+18630107250,18,0311
+18632659954,18,0316
+15503367707,18,0315
+13231444401,18,0314
+13260016258,11,0010
+13290559339,18,0315
+15031879993,18,0315
+18633285310,18,0312
+13180329888,18,0317
+15632461505,18,0314
+13283359994,18,0314
+13131242067,18,0030
+13231304333,18,0313
+15531758678,18,0317
+15630585257,18,0315
+18633616879,18,0316
+15503343763,18,0315
+13131989790,18,0319
+13009501161,10,0471
+17596017520,76,0393
+13293286584,18,0314
+18630086667,18,0310
+15533517301,18,0335
+18633973967,18,0315
+18616178312,31,0021
+18631006171,18,0310
+13223168588,18,0315
+18633960662,18,0315
+15544568816,18,0311
+13082357260,18,0312
+15531009087,18,0310
+17603397027,18,0335
+13102921323,18,0312
+13180042780,18,0311
+18630291699,18,0312
+13722889277,18,0311
+13230700056,18,0317
+18633899499,18,0311
+13180599191,18,0335
+15532788321,18,0317
+18532566713,18,0315
+15632111362,18,0311
+15630116508,18,0311
+13165577216,18,0312
+17633118830,18,0311
+13273455941,18,0319
+17803241260,18,0314
+15633702896,18,0312
+13283206592,18,0317
+13191673579,18,0312
+15512873753,18,0319
+18631272355,18,0312
+15511216788,18,0312
+18532680637,18,0312
+13091313089,18,0313
+15511732555,18,0317
+13171508588,18,0315
+16630825554,18,0317
+15511617310,18,0311
+18532566723,18,0315
+17631598755,18,0312
+15630370737,18,0310
+15633775888,18,0312
+13383660138,18,0316
+18633064567,18,0311
+13001494861,18,0311
+18632837371,18,0318
+13131718732,18,0317
+15613323980,18,0311
+15698341575,19,0351
+13832106913,18,0311
+15531932781,18,0319
+15544567500,18,0311
+17531331860,18,0310
+15630975300,18,0319
+15531212972,18,0312
+13230459008,18,0311
+13180090485,18,0311
+18603171730,18,0317
+15633016839,18,0311
+13040055855,18,0315
+15544567531,18,0311
+15633909365,18,0315
+13081196501,18,0315
+18631939559,18,0319
+15603320159,18,0335
+13081836202,18,0313
+13191859546,18,0311
+13273223272,18,0312
+18633501370,18,0335
+15690295683,18,0317
+15511923263,18,0315
+18603340888,18,0314
+13184716686,18,0310
+13131908357,18,0319
+15612521972,18,0315
+18531637968,18,0316
+13292953808,18,0312
+13147422620,18,0311
+15630080255,18,0310
+15530170996,18,0311
+13111457218,18,0315
+15532018655,18,0310
+13131885189,18,0318
+13082195076,18,0317
+13180040111,18,0311
+13102669656,18,0315
+13363876636,18,0311
+15532133695,18,0311
+15530167345,18,0311
+15100805747,18,0317
+13223245255,18,0312
+18603109733,18,0310
+13290453594,18,0315
+15531235614,18,0312
+15132705612,18,0317
+15613579353,18,0315
+13231901654,18,0319
+18631687309,18,0316
+13165506883,18,0310
+18632128636,18,0311
+13231885955,18,0318
+13081178699,18,0315
+13268666667,51,0769
+13191888011,18,0311
+15833963153,18,0311
+18630423866,18,0316
+15612849589,18,0318
+15613753088,18,0317
+13223375983,18,0335
+15512487653,18,0314
+18694271292,18,0335
+18632285275,18,0312
+18630379137,18,0335
+18631975227,18,0319
+15512036717,18,0315
+13293485555,18,0317
+13295088305,76,0378
+17632103033,18,0314
+13739833460,18,0315
+15632371749,18,0311
+18632478867,18,0314
+15830044828,18,0310
+16603177719,18,0317
+13231318933,18,0313
+15632171054,18,0311
+18503118358,18,0311
+15512672157,18,0318
+13171731175,18,0316
+13231871303,18,0318
+18631114028,18,0311
+15632369443,18,0311
+13230263226,18,0312
+13166531906,18,0316
+13166517619,18,0335
+13284302229,18,0312
+15652527599,11,0010
+13831436822,18,0314
+15612722273,18,0317
+18531450251,18,0314
+13131729444,18,0317
+15633828872,18,0311
+17503167434,18,0316
+15633915170,18,0315
+15690207028,18,0312
+18631989897,18,0319
+18632892153,18,0318
+18631313408,18,0313
+18500580027,11,0010
+18533029444,18,0315
+17631364703,18,0310
+15632442588,18,0314
+13180560903,18,0319
+13266909169,18,0311
+13231671076,18,0316
+17633052726,18,0315
+15633684513,18,0311
+15612580397,18,0315
+13230739908,18,0317
+13103027727,18,0030
+15692266773,13,0022
+17610255972,11,0010
+13223360010,18,0335
+13231329608,18,0313
+13102819620,18,0311
+15633605755,18,0315
+16632052765,18,0310
+17559582128,18,0310
+13100668713,71,0027
+15176688829,18,0315
+15631688619,18,0316
+13171686968,18,0030
+13231347494,18,0313
+15690289821,18,0317
+13191919998,18,0313
+18303140800,18,0314
+18612388865,11,0010
+18531707382,18,0317
+13231407409,18,0314
+13111580698,18,0311
+13111574818,18,0311
+15230550206,18,0315
+16631088739,18,0310
+15530835579,18,0315
+18631778880,18,0317
+13230817971,18,0315
+13038027414,19,0357
+13198365737,81,0425
+15614480620,18,0312
+15614394101,18,0311
+18631196719,18,0311
+16630770081,18,0317
+15511656984,18,0311
+13231998679,18,0319
+15690515602,18,0315
+15630014728,18,0310
+15632839973,18,0315
+15511287065,18,0312
+13180287577,18,0319
+18632513779,18,0315
+15533776315,18,0317
+15633966769,18,0315
+13290403276,18,0310
+18630278650,18,0312
+13012181368,18,0335
+13313051565,18,0315
+15503109991,18,0310
+15544505275,18,0311
+15652071396,11,0010
+17532106209,18,0311
+15532325400,18,0313
+15511234542,18,0030
+13283368034,18,0314
+15531215165,18,0312
+18631500360,18,0315
+15533057832,18,0310
+15633099252,18,0311
+18632129933,18,0311
+15503036572,18,0310
+16631207732,18,0312
+17532108850,18,0311
+16630018116,18,0310
+13230715927,18,0317
+18531507030,18,0315
+17633068267,18,0316
+18634051297,18,0317
+18631255871,18,0312
+18630101070,18,0311
+18632767866,18,0317
+13131701911,18,0317
+18531721636,18,0317
+15512036778,18,0315
+13031553311,18,0315
+13149435888,18,0311
+17692901610,18,0319
+13231929118,18,0319
+17559569198,18,0310
+13223149491,18,0310
+13231173305,18,0311
+13102606042,18,0315
+18032036909,18,0311
+13082377681,18,0312
+13031949330,18,0313
+17631280583,18,0312
+15633118822,18,0311
+15614977389,18,0315
+15632813367,18,0315
+13111676663,18,0312
+15503185123,18,0318
+13191738393,18,0310
+13290580766,18,0318
+13292526902,18,0315
+17633214623,18,0311
+18632581865,18,0315
+17631293883,18,0312
+13047779221,18,0310
+13081802880,18,0318
+15511005720,18,0310
+13303329056,18,0312
+15632416268,18,0314
+15554623851,17,0546
+13180162629,18,0315
+15532113211,18,0311
+18631708126,18,0317
+15652053527,11,0010
+13102999160,18,0312
+15354158028,18,0315
+13106515778,18,0311
+18510908034,11,0010
+13290482050,18,0310
+18568856058,76,0372
+15631129954,18,0311
+18632390873,18,0313
+15531808007,18,0318
+15531650445,18,0316
+17631160825,18,0311
+17333442899,18,0311
+15633122026,18,0312
+18611707125,11,0010
+15544780705,18,0310
+15690290772,18,0317
+13273663378,18,0319
+13111772456,18,0317
+15511018918,18,0310
+15614250442,18,0319
+18531199850,18,0311
+13191928081,18,0317
+15512131253,18,0311
+15531498181,18,0314
+13731597934,18,0319
+18630306286,18,0335
+17631121220,18,0311
+17633100717,18,0310
+15630251973,18,0030
+15532539101,18,0315
+13131768995,18,0317
+17631728333,18,0317
+13111541021,18,0311
+13180449681,18,0311
+15532819913,18,0317
+18630066260,18,0310
+15530107797,18,0311
+18531173230,18,0311
+16630958638,18,0319
+13131448988,18,0314
+18532222698,18,0312
+13121255500,11,0010
+13013295367,18,0319
+16632233996,18,0312
+13131550515,18,0315
+18600294140,11,0010
+13082062059,18,0316
+13231566870,18,0315
+13261337673,11,0010
+13292737856,18,0317
+13032091244,18,0314
+16691588361,76,0372
+15533152386,18,0315
+13111339749,18,0310
+13126133937,18,0311
+15613226828,18,0312
+13273586789,18,0315
+13121169086,11,0010
+18617899316,18,0315
+18603242536,18,0314
+13176710210,17,0536
+18632422448,18,0314
+18633356055,18,0315
+15533897496,18,0315
+13103025199,18,0312
+13231653227,18,0316
+15633779320,18,0312
+15613328741,18,0311
+18633737968,18,0317
+16630507794,18,0335
+13191642393,18,0312
+18532295663,18,0313
+15511085793,18,0310
+18603234091,18,0313
+15532710560,18,0317
+13031830675,18,0318
+18531120729,18,0311
+18630433100,18,0316
+18630006299,18,0310
+15530439863,18,0317
+17610055578,11,0010
+15690587215,18,0313
+17503290836,18,0316
+13293028786,18,0310
+15690503577,18,0315
+15612070615,18,0310
+13013282012,18,0315
+18631152225,18,0311
+13290458392,18,0315
+15613439136,18,0315
+15560577069,10,0475
+15612398104,18,0313
+13292543406,18,0315
+15533580580,18,0315
+15100788664,18,0317
+13102875851,18,0311
+13230568193,18,0315
+13363258765,18,0315
+17648277204,10,0476
+18531082015,18,0310
+15532759845,18,0317
+15694868991,18,0311
+18617685715,18,0319
+15613454755,18,0315
+17559591963,18,0310
+13290542582,18,0312
+15630392183,18,0310
+13091332151,18,0314
+13184710588,18,0310
+18633202961,18,0312
+18632578188,18,0315
+15548397815,10,0476
+16603379007,18,0335
+18630687682,18,0316
+15631723359,18,0317
+18511570628,11,0010
+13171539633,18,0310
+17692925670,18,0319
+18630295119,18,0312
+18603345776,18,0314
+15530665198,18,0316
+13231655869,18,0316
+15613178691,18,0311
+15614990288,18,0315
+18631491866,18,0314
+15579391257,75,0793
+15511148116,18,0311
+15533189687,18,0318
+13081826797,18,0313
+18322481160,13,0022
+15633766020,18,0312
+13292902260,18,0312
+15632465105,18,0314
+15544670355,18,0315
+18632021867,18,0310
+16631932067,18,0319
+13011570001,18,0311
+13143017969,18,0311
+13223366278,18,0335
+15511322280,18,0311
+18603260396,18,0311
+18532228853,18,0312
+13663320866,18,0030
+17603169176,18,0316
+15530552118,18,0315
+18631705930,18,0317
+15533326772,18,0310
+18526313127,13,0022
+15512545205,18,0315
+13273382527,18,0335
+13230526333,18,0315
+15530929054,18,0319
+15511276320,18,0312
+17330194913,18,0319
+18522487592,13,0022
+13148632289,18,0311
+13230203631,18,0312
+15633652103,18,0318
+15694940713,18,0314
+15690587203,18,0313
+13081869918,18,0335
+15631663258,18,0316
+17603110500,18,0311
+17669313101,17,0530
+15613088785,18,0310
+15504885837,10,0478
+16603147976,18,0314
+15512450000,18,0311
+15613269919,18,0312
+18522613677,13,0022
+15531726109,18,0317
+13273159888,18,0311
+15631158436,18,0311
+13131108002,18,0311
+15632125969,18,0311
+15324000055,18,0310
+15544790101,18,0310
+15633460329,18,0315
+18633537222,18,0335
+17659710387,18,0317
+18601955212,11,0010
+17692591858,18,0315
+13292773536,18,0317
+17703150933,18,0315
+15630798965,18,0317
+15503182952,18,0318
+13070558016,18,0312
+15614232611,18,0312
+18533011269,18,0315
+16603356357,18,0335
+15630051677,18,0310
+13218913002,34,0527
+13293027415,18,0310
+16603171613,18,0317
+13231426601,18,0314
+18632223002,18,0312
+13171922138,18,0312
+15533410550,18,0316
+17367551115,18,0315
+18617679887,18,0319
+15632648929,18,0316
+18617712096,18,0317
+13184745230,18,0311
+18532060238,18,0310
+15610933787,18,0318
+15512591995,18,0315
+13032068869,18,0312
+18631866234,18,0318
+13111415418,18,0335
+13171774338,18,0310
+18533605084,18,0316
+15612393327,18,0313
+18633909366,18,0311
+15633165130,18,0316
+13031407296,18,0314
+17692719572,18,0319
+15833008658,18,0310
+13292634668,18,0316
+18533630001,18,0316
+15733444159,18,0310
+16677012212,59,0771
+18531221353,18,0312
+15530978048,18,0319
+15612105770,18,0311
+15578985073,59,0771
+15631517257,18,0315
+15932583760,18,0315
+15690304154,18,0311
+13031585717,18,0315
+13284393047,18,0312
+18631772750,18,0317
+13084570467,18,0313
+13052259125,31,0021
+18503178078,18,0317
+15532186130,18,0311
+18533023218,18,0315
+18632135755,18,0311
+13191719291,18,0310
+18532560529,18,0315
+13143631815,18,0311
+18630553315,18,0315
+13283278155,18,0317
+18631039988,18,0310
+15512228638,18,0030
+16603172973,18,0317
+18603280858,18,0311
+18630285766,18,0312
+15512985433,18,0318
+13103256601,18,0315
+15632224336,18,0312
+18631121128,18,0311
+16631785923,18,0317
+13031561778,18,0315
+13103306082,18,0310
+17631626467,18,0312
+15031781370,18,0317
+18633910371,18,0311
+13011413351,18,0312
+18513156535,11,0010
+15630572000,18,0315
+13283121109,18,0310
+18617763660,18,0030
+17603279553,18,0311
+17603163001,18,0316
+15530130116,18,0311
+15631734060,18,0317
+15531199444,18,0311
+18633262619,18,0312
+15512367550,18,0314
+18633309751,18,0315
+13231993776,18,0319
+13230513085,18,0315
+18603212739,18,0311
+13785738889,18,0317
+18633985924,18,0315
+18631688579,18,0316
+18531199893,18,0311
+13012098978,18,0318
+13070546069,18,0312
+15633328473,18,0315
+15530469669,18,0317
+13011925667,18,0312
+13041277555,11,0010
+18633537278,18,0335
+15511635136,18,0311
+17633192898,18,0319
+15603182027,18,0318
+18630206997,18,0312
+13131409394,18,0314
+15613856277,18,0315
+13081027743,18,0311
+13171997717,18,0317
+15503313876,18,0315
+15633875134,18,0311
+18630190995,18,0311
+15530359296,18,0315
+16631255369,18,0312
+15630262630,18,0312
+15633576851,18,0311
+18603325328,18,0312
+17631778613,18,0317
+18630669859,18,0316
+16603146666,18,0314
+13028669072,18,0311
+18733526050,18,0335
+15690257360,18,0312
+16630820735,18,0317
+13832549395,18,0315
+13230738690,18,0317
+13643276570,18,0317
+13051061199,11,0010
+15612684878,18,0314
+13040010101,18,0315
+18503181688,18,0318
+15532832986,18,0317
+13131002595,18,0310
+13284322727,18,0312
+15632957000,18,0319
+13165595038,18,0312
+18633961954,18,0315
+15613018026,18,0310
+15830766783,18,0310
+13290460603,18,0316
+15633864460,18,0311
+15512905312,18,0314
+15633095676,18,0311
+15531980311,18,0319
+13021445678,18,0317
+17691761029,18,0317
+13283237686,18,0317
+17631284134,18,0312
+15531418085,18,0314
+13011566822,18,0311
+13081820606,18,0313
+13102495213,18,0316
+15612829210,18,0318
+16631087723,18,0310
+18631445340,18,0314
+18630111859,18,0311
+13132149843,13,0022
+13290512348,18,0311
+17631243416,18,0312
+13111448839,18,0315
+13001418163,18,0315
+13070500796,18,0312
+13229358319,18,0315
+13223433436,18,0311
+15511685796,18,0311
+15233654444,18,0311
+13131228096,18,0312
+13072211212,13,0022
+18531433612,18,0314
+13111753263,18,0317
+15530217873,18,0312
+13131647775,18,0316
+13124443379,76,0393
+15511852071,18,0311
+15133755877,18,0317
+18632338625,18,0313
+15630840977,18,0312
+13165589532,18,0311
+15633283818,18,0312
+18503288344,18,0311
+15544886642,18,0310
+13021830987,18,0316
+13131459281,18,0314
+15633519559,18,0318
+15532703281,18,0317
+18631995580,18,0319
+13102530068,18,0335
+13011968687,18,0335
+15544508869,18,0311
+18910537564,11,0010
+17531707556,18,0317
+18603149099,18,0314
+13073125897,18,0311
+13293436885,18,0317
+17659965725,18,0319
+18633664636,18,0310
+13102695678,18,0315
+13283118876,18,0310
+16630385172,18,0316
+16631416218,18,0314
+13180330518,18,0317
+15610856751,18,0318
+15831645858,18,0316
+15603102115,18,0310
+17332820782,18,0315
+16633072753,18,0310
+17533615876,18,0316
+18607965519,75,0796
+17633308536,18,0312
+17692262000,18,0312
+18631279925,18,0312
+18631650360,18,0316
+13180485073,18,0311
+15512657959,18,0318
+13283180821,18,0310
+13111307666,18,0310
+13073149898,18,0311
+15512553305,18,0315
+13031503334,18,0315
+13273544541,18,0315
+15532715290,18,0317
+15612569816,18,0315
+15512618370,18,0316
+15630708198,18,0317
+13171636549,18,0313
+18573008901,74,0730
+18603146807,18,0314
+15532131111,18,0311
+13180101993,18,0314
+15102583142,18,0315
+18532570272,18,0315
+15632263581,18,0312
+15531906137,18,0319
+15614586464,18,0315
+18633376312,18,0315
+15631237891,18,0312
+13832513238,18,0315
+15133869868,18,0314
+15630232777,18,0312
+17633068331,18,0316
+18513328383,11,0010
+15630345898,18,0310
+15633875550,18,0311
+17631517460,18,0312
+13131519403,18,0315
+13257634141,18,0312
+13111448878,18,0315
+17633032333,18,0315
+15612146629,18,0311
+15511660451,18,0311
+17503258432,18,0312
+13127342122,18,0317
+13075255181,51,0752
+18633704359,18,0317
+13011419737,18,0312
+13730203397,18,0312
+16630101022,18,0311
+18533086990,18,0311
+18631561621,18,0315
+13131786767,18,0317
+18631982233,18,0319
+18617676211,18,0319
+15631936955,18,0319
+17692538253,18,0315
+15511053144,18,0310
+15531360306,18,0313
+18633893606,18,0311
+17603333970,18,0315
+17532369999,18,0319
+18630789855,18,0315
+13292536400,18,0315
+15532385496,18,0313
+16633960392,18,0319
+15631696724,18,0316
+18633264972,18,0312
+16632829000,18,0318
+18630196801,18,0311
+13230853525,18,0315
+13184905052,18,0312
+18633455660,18,0311
+13230992987,18,0319
+19131403741,18,0314
+13171959500,18,0319
+17531896821,18,0318
+15530823885,18,0315
+18655565555,30,0555
+15511571726,18,0315
+18531073576,18,0310
+13103170282,18,0317
+13273111992,18,0311
+16603184511,18,0318
+13013280896,18,0315
+15533322986,18,0310
+15630040718,18,0310
+18603108528,18,0310
+13292651455,18,0316
+17730500085,18,0315
+13258379859,81,0028
+15613058648,18,0310
+13011969999,18,0335
+18533222502,18,0311
+15503145559,18,0314
+16603230103,18,0312
+13283310597,18,0313
+15630082568,18,0310
+13231432345,18,0314
+16682071360,18,0310
+13230239919,18,0312
+15530650995,18,0316
+18632750803,18,0317
+15544759262,18,0310
+16603116431,18,0311
+15532102669,18,0311
+17633127221,18,0312
+18631613363,18,0316
+15632103256,18,0311
+18631651635,18,0316
+15511461289,18,0311
+15532800455,18,0317
+15544551644,18,0311
+15503037738,18,0310
+18611801702,11,0010
+15511577923,18,0315
+17532560802,18,0310
+18519696663,11,0010
+15511577922,18,0315
+17532093773,18,0312
+13082323723,18,0312
+16630511335,18,0335
+13126186708,18,0311
+13206926887,97,0455
+18630068505,18,0310
+15631141686,18,0311
+13833530096,18,0335
+15932514050,18,0315
+15532723711,18,0317
+15632741222,18,0317
+17547519647,10,0475
+15531963533,18,0319
+15544941999,18,0030
+15613572028,18,0315
+18518008433,11,0010
+13231504528,18,0315
+13070577226,18,0030
+18630789893,18,0315
+15532380604,18,0313
+15631713793,18,0317
+13223140732,18,0310
+13131206696,18,0312
+17633255557,18,0311
+17611417886,11,0010
+17744488346,11,0010
+18503131215,18,0313
+18531393930,18,0313
+13131730310,18,0317
+15511106156,18,0311
+18631590137,18,0315
+15233407188,18,0314
+15690558830,18,0315
+18510100836,11,0010
+18617652258,18,0319
+18531717052,18,0317
+18694280908,18,0313
+13082388266,18,0312
+15511157709,18,0311
+13133567208,18,0335
+15555665373,30,0556
+13103013439,18,0311
+15533302555,18,0310
+18531192111,18,0311
+15533441526,18,0316
+13012192355,18,0315
+15531572816,18,0315
+15633033001,18,0311
+15633683545,18,0311
+17631268784,18,0312
+15512129112,18,0311
+15630300147,18,0310
+18531000654,18,0310
+15690092888,18,0314
+13040030664,18,0315
+15612580273,18,0315
+13070592821,18,0312
+18519941355,11,0010
+18630371985,18,0335
+13283110089,18,0310
+18633628951,18,0312
+13131018211,18,0310
+13230727804,18,0317
+13785421844,18,0311
+18611012122,11,0010
+13021887048,18,0311
+13180203919,18,0312
+13011432707,18,0315
+13293173985,18,0335
+15531988879,18,0319
+13223140750,18,0310
+15630062098,18,0310
+15613830000,18,0315
+15632851777,18,0318
+15531733667,18,0317
+15511843991,18,0311
+13932050877,18,0310
+13131732996,18,0317
+15614388616,18,0311
+13230075089,18,0310
+18632255780,18,0312
+18931448878,18,0315
+18633299613,18,0312
+15633801296,18,0311
+18611109660,11,0010
+15613212022,18,0312
+13102690844,18,0315
+15612251817,18,0312
+13102489797,18,0316
+13131395905,18,0313
+13253217777,18,0318
+13031964857,18,0313
+13125775575,90,0437
+13230072809,18,0310
+13180034633,18,0310
+18630194200,18,0311
+13127393703,18,0317
+18633330901,18,0315
+15533711913,18,0317
+18533681419,18,0316
+15632031000,18,0310
+16633002060,18,0310
+15522756325,13,0022
+16630380300,18,0316
+18633273062,18,0312
+15690362823,18,0311
+13103163126,18,0316
+15613935513,18,0319
+15532337749,18,0313
+17604672868,97,0467
+17631589089,18,0312
+17633278210,18,0317
+13111566061,18,0311
+17692758790,18,0317
+15630243444,18,0312
+15612477278,18,0314
+13031400036,18,0314
+15612122647,18,0311
+15633801280,18,0311
+15603388875,18,0335
+15533231609,18,0312
+15632103222,18,0311
+15630214903,18,0312
+13131159882,18,0311
+15632317932,18,0311
+17603260075,18,0311
+13180090764,18,0311
+13031813840,18,0316
+18631253331,18,0312
+18532507001,18,0315
+15632128536,18,0311
+15512745332,18,0310
+13111464029,18,0315
+18533612010,18,0316
+18630535553,18,0315
+15555593234,30,0555
+15612266052,18,0312
+13131518180,18,0315
+15633855093,18,0311
+18633345131,18,0315
+13127368777,18,0317
+13172136021,18,0316
+15511732288,18,0317
+13483562543,18,0315
+16630716272,18,0317
+18503275093,18,0311
+18532101100,18,0311
+13031591921,18,0317
+13133531226,18,0335
+15530997551,18,0319
+18633190181,18,0315
+17608380719,81,0838
+18633288990,18,0312
+15503328225,18,0315
+15632432861,18,0314
+15531280900,18,0312
+13131815731,18,0318
+13283455717,18,0335
+13292429889,18,0315
+18633570605,18,0335
+18503247888,18,0311
+13230830828,18,0315
+15512232138,18,0030
+15612830217,18,0318
+15665402617,30,0551
+18531846688,18,0316
+13131474888,18,0314
+18531658113,18,0316
+15631688200,18,0316
+18617586167,18,0310
+13020082179,11,0010
+16632710285,18,0317
+15383759099,18,0315
+13166519868,18,0335
+18531713508,18,0317
+15503177999,18,0317
+13131400666,18,0314
+16631401979,18,0314
+15603147966,18,0314
+13111556632,18,0311
+15613369121,18,0311
+18533710412,18,0316
+13180117422,18,0314
+17692329728,18,0313
+13140550399,76,0393
+18630608999,18,0316
+13102550586,18,0319
+13031418202,18,0314
+15632369037,18,0311
+13103061132,18,0316
+17600630311,11,0010
+13131450921,18,0314
+18533961227,18,0310
+15612299883,18,0312
+18631477865,18,0314
+18634027275,18,0315
+15511291899,18,0312
+15630110335,18,0311
+15633500031,18,0318
+13091095635,18,0311
+13223452510,18,0311
+13293364739,18,0313
+17632095721,18,0317
+13131527852,18,0315
+18630472629,18,0335
+15631855090,18,0318
+15603222022,18,0312
+15610977881,18,0318
+15630752217,18,0317
+13273356558,18,0335
+16633053556,18,0310
+15613607283,18,0316
+13191830568,18,0335
+13292929893,18,0312
+15633611906,18,0315
+18617498887,18,0312
+15632808890,18,0315
+18600588085,11,0010
+13171811686,18,0315
+13293003372,18,0310
+15603210067,18,0312
+13081189608,18,0315
+15613681216,18,0316
+18579728710,75,0797
+17631613206,18,0312
+17531391264,18,0335
+15533970888,18,0311
+16630734044,18,0317
+15531993370,18,0319
+13180450339,18,0311
+16632785867,18,0317
+18713804609,18,0315
+19133716665,18,0317
+18532587038,18,0315
+17503230888,18,0312
+17532546555,18,0310
+15531707318,18,0317
+18632956296,18,0319
+13230516612,18,0315
+13180071674,18,0311
+16619763427,11,0010
+18632206864,18,0312
+15633367999,18,0315
+15603160948,18,0316
+13082353509,18,0030
+13133526751,18,0335
+15512268189,18,0312
+13223151362,18,0315
+13127336377,18,0317
+15690435116,18,0312
+15633639463,18,0315
+13231379587,18,0335
+18678350526,17,0534
+17692648675,18,0316
+13230861909,18,0315
+18533100164,18,0311
+15630589186,18,0315
+15690210600,18,0312
+15613820601,18,0315
+13032016095,18,0312
+18833598504,18,0335
+13269270111,11,0010
+13131968164,18,0319
+15511073689,18,0310
+13231046339,18,0310
+13172157826,18,0316
+17543001808,90,0431
+18632267800,18,0312
+17600583553,11,0010
+13082113828,18,0310
+15530828752,18,0315
+15613354915,18,0311
+15100760800,18,0317
+16630760323,18,0317
+13111582960,18,0311
+18632477217,18,0314
+18631026546,18,0310
+18603127722,18,0312
+18633039826,18,0311
+15630598914,18,0315
+13293454623,18,0317
+15613065750,18,0310
+15632239927,18,0312
+13103292361,18,0319
+15612599618,18,0315
+13171708785,18,0317
+13001802252,18,0311
+18632228219,18,0312
+13286545165,18,0310
+15565215655,76,0373
+13001421837,18,0335
+13103371697,18,0317
+18631694743,18,0316
+13223453850,18,0311
+15614991497,18,0315
+13032601293,18,0311
+15632493926,18,0314
+15690050963,18,0335
+15532222545,18,0312
+15612297285,18,0312
+15647634999,10,0476
+17633217289,18,0311
+15632087555,18,0310
+13032001840,18,0312
+13126159140,18,0311
+13082190181,18,0317
+13831447748,18,0314
+15033913030,18,0315
+13106560813,18,0311
+15531020744,18,0310
+17606218007,17,0635
+17692739629,18,0317
+17633009930,18,0315
+15613848119,18,0315
+13292131956,18,0319
+15631996555,18,0319
+17631135518,18,0311
+13230261029,18,0312
+13020890301,18,0314
+13231540173,18,0315
+15530634110,18,0316
+15630213557,18,0312
+17515069932,17,0534
+17603152260,18,0315
+13483729679,18,0318
+13223186061,18,0315
+17631272013,18,0312
+15603183659,18,0318
+17633263961,18,0311
+18531595787,18,0315
+17631429529,18,0314
+17631341920,18,0310
+18633112700,18,0315
+13111473883,18,0315
+13103357339,18,0335
+16633383696,18,0030
+13180208713,18,0312
+18531751868,18,0315
+15631676293,18,0316
+13292293515,18,0318
+15538527866,76,0379
+15614065526,18,0310
+15511140976,18,0311
+15632537179,18,0315
+18032791023,18,0311
+18630160857,18,0311
+15613038156,18,0310
+18631319615,18,0313
+18603171886,18,0317
+16603249535,18,0312
+13113899333,18,0311
+16682201009,18,0312
+18531221227,18,0312
+13026880095,51,0020
+15690815288,76,0394
+18532202345,18,0312
+18831758805,18,0317
+15694891196,18,0311
+13215401234,18,0316
+15512276617,18,0312
+15732508341,18,0315
+18587783869,59,0771
+15612056617,18,0310
+17644477044,76,0379
+17531077507,18,0310
+18633462837,18,0311
+13293395888,18,0313
+17692750067,18,0317
+13230514025,18,0315
+17640441732,91,0413
+17332525777,18,0314
+18513085872,11,0010
+15632019419,18,0310
+15517698111,76,0393
+15533575903,18,0315
+15630982132,18,0319
+13292563940,18,0315
+17600455102,11,0010
+15503311300,18,0315
+15532108742,18,0311
+17603165566,18,0316
+13393105192,18,0310
+15532385401,18,0313
+15690085666,18,0314
+15031030757,18,0310
+13103286512,18,0318
+13253195888,18,0314
+18617486829,18,0312
+18600710790,11,0010
+15511961134,18,0315
+15631659756,18,0316
+17349859421,18,0315
+17631722538,18,0317
+18657975587,36,0579
+15633762838,18,0312
+13253110947,18,0313
+13068794838,18,0311
+18632920291,18,0319
+15655955555,30,0559
+18630006588,18,0310
+13031818670,18,0316
+18510019111,11,0010
+18531360109,18,0313
+16633212315,18,0030
+13141206174,11,0010
+17692624645,18,0316
+18630711900,18,0317
+18603101169,18,0310
+15530665250,18,0316
+15690144666,18,0316
+17633320123,18,0312
+13111368521,18,0310
+18632262995,18,0312
+15533551999,18,0315
+18631606191,18,0316
+13012126901,18,0319
+15512781085,18,0317
+15633096656,18,0311
+18632520506,18,0315
+18633153218,18,0315
+13223272660,18,0319
+18550884828,34,0512
+18633449800,18,0315
+15633610671,18,0315
+17603293725,18,0311
+18631110308,18,0311
+13190913532,10,0476
+15603170372,18,0317
+13673343720,76,0372
+15633085983,18,0311
+18533133928,18,0311
+15531538103,18,0315
+15632730627,18,0317
+13028678930,18,0311
+18631572383,18,0315
+13081885201,18,0335
+18631110301,18,0311
+15612711723,18,0317
+18660367122,17,0631
+13081051715,18,0311
+18633970310,18,0315
+18630517795,18,0315
+13171636608,18,0313
+13253211550,18,0318
+17679218652,75,0791
+13180594222,18,0335
+13031557106,18,0315
+13180595559,18,0335
+18231832010,18,0318
+13231495928,18,0314
+13091267658,18,0312
+18633731918,18,0317
+18632552989,18,0315
+13292410483,18,0315
+13230011918,18,0310
+13247411509,18,0319
+13102668058,18,0315
+17603254193,18,0311
+13273144006,18,0311
+15511861814,18,0311
+18610440453,11,0010
+13230810328,18,0315
+13171665179,18,0313
+13230792058,18,0317
+17692950543,18,0319
+15633633333,18,0315
+17659990657,18,0319
+17633099418,18,0319
+13020896484,18,0314
+13147478916,18,0311
+18531010086,18,0310
+18602241148,13,0022
+15512226371,18,0312
+15614332269,18,0311
+18531628288,18,0316
+15533955233,18,0311
+18630539107,18,0315
+15633144789,18,0314
+15612585081,18,0315
+13111473877,18,0315
+16682057111,18,0310
+15612569851,18,0315
+13184770553,18,0311
+17692028127,18,0310
+18633758124,18,0316
+13292888866,18,0311
+15539954555,76,0377
+15632833882,18,0315
+13249607999,51,0020
+13131190712,18,0311
+18634003225,18,0315
+15613765300,18,0317
+13043102356,18,0310
+16633383849,18,0030
+16692692893,76,0372
+18232262278,18,0314
+15532639988,18,0316
+16630739080,18,0317
+15630686178,18,0316
+13231024908,18,0310
+13503253362,18,0315
+15630838781,18,0030
+13131405557,18,0314
+13111344518,18,0310
+17631748973,18,0317
+13028611996,18,0311
+13582768725,18,0317
+18631687559,18,0316
+13230360658,18,0335
+13180281155,18,0319
+18533084498,18,0311
+16630739070,18,0317
+13091141068,18,0317
+13031539209,18,0315
+18603118015,18,0311
+17503223870,18,0311
+13292089989,18,0310
+15632083850,18,0310
+15690466322,18,0316
+16632716252,18,0317
+13127317098,18,0317
+18532275349,18,0313
+15531062521,18,0310
+15631985800,18,0319
+13230116223,18,0311
+13131430521,18,0314
+13230601969,18,0312
+18631020234,18,0310
+15303243888,18,0315
+13011980205,18,0317
+13903373767,18,0315
+18531950602,18,0319
+18631158216,18,0311
+17631055046,18,0310
+15531906250,18,0319
+18631416919,18,0314
+18633376207,18,0315
+18633160406,18,0315
+17515139510,17,0534
+18630087762,18,0310
+15690180109,18,0318
+13149427133,18,0311
+18634197308,18,0312
+13231089405,18,0310
+13191758608,18,0315
+18531658267,18,0316
+15511079616,18,0310
+15531667551,18,0316
+18633250412,18,0312
+15531300798,18,0313
+18610459880,11,0010
+13133588876,18,0335
+13171965485,18,0335
+15690556361,18,0315
+18526420172,13,0022
+13031530898,18,0315
+16630099398,18,0310
+18617872891,18,0315
+18531067810,18,0310
+18633614444,18,0316
+15632117718,18,0311
+16603296037,18,0312
+15631236619,18,0312
+18532275375,18,0313
+15603608111,97,0451
+18617548007,18,0315
+15533156187,18,0315
+15530522193,18,0315
+18631008569,18,0310
+13111549691,18,0311
+18510674965,11,0010
+16631427008,18,0314
+18631790376,18,0317
+15632172509,18,0311
+17543056805,90,0431
+15532885297,18,0317
+16631036058,18,0310
+13231901888,18,0319
+18533085782,18,0311
+18617540997,18,0315
+17736593666,18,0315
+15132201921,18,0312
+15511067692,18,0310
+18533210433,18,0311
+18611541358,11,0010
+15612582759,18,0315
+18531463338,18,0314
+15533459502,18,0315
+17503210527,18,0311
+17693548829,87,0935
+15633005971,18,0311
+15531024440,18,0310
+18632969625,18,0319
+15512493288,18,0314
+15632983456,18,0319
+15613148710,18,0311
+17692234934,18,0312
+15512030829,18,0315
+18513022418,11,0010
+17503223826,18,0311
+15530680903,18,0316
+15511700091,18,0317
+15131766777,18,0317
+15532230840,18,0312
+18632212555,18,0312
+15511631828,18,0311
+18603209396,18,0310
+13131856875,18,0318
+18603307622,18,0310
+18533591555,18,0335
+15614176241,18,0311
+13001482639,18,0317
+17631579800,18,0312
+13131296088,18,0312
+15512377171,18,0314
+18631446738,18,0314
+13012058342,18,0312
+13031937178,18,0313
+15633573181,18,0311
+13118708862,86,0870
+15175533005,18,0315
+15614979723,18,0315
+13073184309,18,0311
+18531476651,18,0314
+15030508216,18,0315
+15690508687,18,0315
+17603112892,18,0311
+13273696996,18,0319
+13031582010,18,0315
+13073111313,18,0311
+15544666899,18,0315
+18630017028,18,0310
+13251022093,36,0571
+15632347850,18,0311
+13229892299,18,0319
+17788216780,18,0311
+15512795525,18,0317
+18603182622,18,0318
+15633008198,18,0311
+15633905583,18,0315
+18633088749,18,0311
+13273525531,18,0315
+18631766620,18,0317
+13131462989,18,0314
+13230405007,18,0311
+15632951037,18,0319
+13286547797,18,0310
+15632116459,18,0311
+13231714902,18,0317
+15532278806,18,0312
+15633630923,18,0315
+18632682112,18,0316
+13231451350,18,0314
+18631824263,18,0318
+13103128684,18,0312
+15631277132,18,0312
+13230303222,18,0335
+17692571554,18,0315
+15690052075,18,0335
+15512119890,18,0311
+15603220915,18,0312
+15630559333,18,0315
+15531097203,18,0310
+13111761606,18,0317
+18332385116,18,0311
+18629993363,90,0432
+18631307721,18,0313
+18532647153,18,0313
+13292957185,18,0312
+13273512202,18,0315
+15668270876,17,0530
+13131976670,18,0319
+18633161788,18,0315
+13230520013,18,0315
+13111518509,18,0311
+18630241160,18,0312
+18630266444,18,0312
+16630088693,18,0310
+18503107434,18,0310
+13131497609,18,0314
+13116238060,86,0871
+15633400835,18,0315
+15531406333,18,0314
+15631797382,18,0317
+16630597333,18,0335
+13292416660,18,0315
+18503162280,18,0316
+15832887685,18,0314
+15632753335,18,0317
+18600237033,11,0010
+15532891120,18,0317
+15532919811,18,0319
+15530872779,18,0315
+18633160488,18,0315
+13012089412,18,0316
+13292369109,18,0335
+13102646749,18,0315
+17531011561,18,0310
+17671874134,71,0712
+16603365963,18,0335
+17532502130,18,0310
+15612551584,18,0315
+15531860312,18,0318
+13230885894,18,0315
+18531095028,18,0310
+18501999089,11,0010
+13103025300,18,0312
+17633266108,18,0311
+16631134536,18,0311
+13230822292,18,0315
+15512105281,18,0311
+15633119969,18,0311
+15613015645,18,0310
+16630416782,18,0316
+13070535501,18,0312
+18617712345,18,0317
+15613342883,18,0311
+18633069620,18,0311
+13292542388,18,0315
+13127300207,18,0317
+17602662652,13,0022
+18630398092,18,0335
+18567872888,76,0372
+13011419695,18,0312
+18633136797,18,0315
+18531079860,18,0310
+15632105751,18,0311
+15503184019,18,0318
+13229892220,18,0319
+18631613291,18,0316
+18630115455,18,0311
+15532838988,18,0317
+18532128936,18,0311
+13131939690,18,0319
+15630650109,18,0316
+13230206091,18,0312
+15632497302,18,0314
+15530785138,18,0317
+15632741385,18,0317
+19931326565,18,0316
+13126112399,18,0311
+16630501843,18,0335
+13290652718,18,0315
+18523858111,83,0023
+13292693112,18,0316
+13293369413,18,0313
+18632962150,18,0319
+13082391729,18,0312
+13082391727,18,0312
+13223266673,18,0319
+18518257825,11,0010
+15612251951,18,0312
+15632371553,18,0311
+13231589381,18,0315
+15531607848,18,0316
+13011599149,18,0311
+18632653608,18,0316
+18531972025,18,0319
+18631129706,18,0311
+18631565022,18,0315
+13273690838,18,0319
+17503368999,18,0335
+18692889266,74,0738
+15633276553,18,0312
+18631639896,18,0316
+13102746111,18,0317
+18632030050,18,0310
+18532222811,18,0312
+16631232920,18,0312
+15511653217,18,0311
+13932023395,18,0310
+13113888809,18,0311
+16631105936,18,0311
+18533694621,18,0316
+13001864519,18,0310
+15633556681,18,0311
+18632543398,18,0315
+15633222739,18,0312
+18531028298,18,0310
+18630031396,18,0310
+18633558860,18,0335
+18633926194,18,0311
+13286642922,18,0319
+13171805792,18,0311
+13582887003,18,0315
+13292567650,18,0315
+15630268622,18,0312
+13180191391,18,0315
+18603272638,18,0311
+15503177884,18,0317
+15533678177,18,0311
+17603287888,18,0311
+13231797282,18,0317
+18632566003,18,0315
+18931485913,18,0315
+18803239007,18,0313
+13273210123,18,0312
+18630662678,18,0316
+18631838890,18,0318
+18532576337,18,0315
+15613491888,18,0315
+16632857886,18,0318
+15631939050,18,0319
+15613821850,18,0315
+13294076551,18,0313
+18631500580,18,0315
+15512990179,18,0318
+18653035932,17,0530
+17633176111,18,0317
+13231865708,18,0318
+18633333252,18,0315
+15631918990,18,0319
+17603117778,18,0311
+13180069260,18,0311
+18532232280,18,0312
+16619968482,11,0010
+13230660153,18,0316
+17692231080,18,0030
+13230983328,18,0319
+17503167295,18,0316
+15633263301,18,0312
+13832140184,18,0311
+18631336229,18,0313
+13106698858,18,0316
+13288939866,18,0312
+18632796088,18,0317
+13091059881,18,0315
+15531927969,18,0319
+13231234600,18,0312
+15032740677,18,0311
+13171876098,18,0312
+13231291986,18,0312
+15613505286,18,0315
+15544877029,18,0310
+13081176202,18,0315
+18633773845,18,0316
+15633756895,18,0312
+13012145972,18,0311
+15632329936,18,0311
+18617877767,18,0315
+15532531868,18,0315
+17531005759,18,0310
+13231766077,18,0317
+16602638396,13,0022
+18632538730,18,0315
+17632068005,18,0317
+13230709966,18,0317
+13131993269,18,0319
+13028603427,18,0311
+15512923316,18,0314
+18631592713,18,0315
+13230596830,18,0315
+15613090805,18,0310
+18631488408,18,0314
+13283314091,18,0313
+15533582950,18,0315
+13011907603,18,0312
+13111759251,18,0317
+15532759611,18,0317
+15631374196,18,0313
+15612799050,18,0317
+17633123605,18,0312
+13091159158,18,0317
+13131803616,18,0318
+13292095787,18,0310
+13051170077,11,0010
+15514225755,76,0376
+18611342322,11,0010
+18633333221,18,0315
+17633394325,18,0310
+15633906960,18,0315
+15612759808,18,0317
+13111519777,18,0311
+13253247698,18,0318
+13001876528,18,0312
+13102801319,18,0311
+18531223701,18,0312
+13230109035,18,0311
+18632082959,18,0319
+13260011233,11,0010
+13292288898,18,0318
+13161930555,11,0010
+15532560380,18,0315
+17603415683,19,0351
+15531925312,18,0319
+13102585316,18,0319
+15530931567,18,0319
+15533171715,18,0317
+15694940518,18,0314
+13292518652,18,0315
+17691766096,18,0317
+18686154814,10,0472
+13136707333,97,0457
+18631652806,18,0316
+15512702148,18,0310
+18633384766,18,0315
+18632146660,18,0311
+13273422338,18,0311
+15630821987,18,0312
+15512130130,18,0311
+15633903009,18,0315
+18547536080,10,0475
+17503319999,18,0315
+18531012777,18,0310
+15512077585,18,0335
+15532222409,18,0312
+18631655075,18,0316
+15512215540,18,0312
+15531809140,18,0318
+13091260295,18,0312
+13191955888,18,0316
+15614882313,18,0318
+15630807673,18,0312
+13180244212,18,0312
+18503216518,18,0311
+16673473186,74,0734
+15832893472,18,0314
+13043152798,18,0315
+15633930630,18,0315
+15511346498,18,0311
+18531023417,18,0310
+18505440560,17,0534
+18631252198,18,0312
+18632479999,18,0314
+13273255899,18,0312
+15632117692,18,0311
+18630796939,18,0316
+18500181853,11,0010
+18633565999,18,0335
+17681053991,30,0558
+15633237052,18,0312
+15531976921,18,0319
+13012157912,18,0311
+13011973106,18,0335
+15633916301,18,0315
+15075252656,18,0312
+18532663986,18,0315
+15530209460,18,0312
+15633166265,18,0316
+18630157357,18,0311
+13231410902,18,0314
+13292352279,18,0335
+18632497811,18,0314
+13091071555,18,0315
+13111786833,18,0317
+18531223735,18,0312
+15612002775,18,0310
+13180339090,18,0317
+18633323866,18,0315
+17692187346,18,0311
+15533273627,18,0312
+18630596626,18,0318
+18232751510,18,0317
+15613385951,18,0311
+18633185789,18,0315
+15633238353,18,0312
+18533140978,18,0311
+18603296561,18,0311
+13011528755,18,0315
+13102825371,18,0311
+18631001111,18,0310
+13230263578,18,0312
+13230749177,18,0317
+16682201150,18,0312
+13166568970,18,0317
+18633032287,18,0311
+18631513921,18,0315
+13131779412,18,0317
+15533685306,18,0311
+16630338734,18,0314
+15530981826,18,0319
+18632121393,18,0311
+13292598773,18,0315
+13191795645,18,0313
+15613990510,18,0319
+13784671052,18,0315
+15633958160,18,0315
+13231004406,18,0310
+15133926149,18,0315
+15631930630,18,0319
+15369066311,18,0310
+17692405113,18,0311
+16630325436,18,0313
+15632419938,18,0314
+16631237785,18,0312
+13231826164,18,0318
+18617640188,18,0319
+13180245555,18,0312
+13230788753,18,0317
+13231737513,18,0317
+18614040537,11,0010
+17645029915,97,0451
+13283164039,18,0310
+15603279687,18,0312
+15532585639,18,0315
+13103021870,18,0312
+16603123768,18,0312
+13473919360,18,0315
+17620073085,51,0020
+13081110428,18,0311
+13106523969,18,0311
+18633503690,18,0335
+13257631870,18,0312
+13171776773,18,0310
+13230221718,18,0312
+18630666124,18,0316
+15632479528,18,0314
+18503140951,18,0314
+16630921166,18,0319
+13028690726,18,0311
+13082161555,18,0317
+13111500302,18,0311
+15632831373,18,0315
+15613038285,18,0310
+13253209309,18,0318
+18531803389,18,0318
+18630322923,18,0335
+15613469125,18,0315
+13111562581,18,0311
+18631444085,18,0314
+13102405996,18,0317
+13111573235,18,0311
+18603291756,18,0311
+17692263502,18,0312
+15512997636,18,0318
+15232799960,18,0315
+13253175551,18,0314
+13102985987,18,0312
+18645556446,97,0455
+18633633609,18,0312
+18694212658,18,0312
+15530332806,18,0313
+15631621208,18,0316
+15132135963,18,0311
+17631220713,18,0313
+18503179158,18,0317
+15694543822,97,0454
+15631521999,18,0315
+15631520668,18,0315
+13165596558,18,0312
+13013261788,18,0335
+15511877447,18,0311
+13081141513,18,0315
+13739876862,18,0315
+13031530800,18,0315
+15531006541,18,0310
+18631415548,18,0314
+15694909699,18,0314
+17631747703,18,0317
+13171696195,18,0312
+18603367363,18,0335
+18633200107,18,0312
+15690329257,18,0311
+18632051836,18,0310
+15650862236,30,0558
+18634030980,18,0315
+13081169052,18,0315
+18526001340,13,0022
+13266915288,18,0311
+13180180633,18,0315
+17695968100,13,0022
+18633527659,18,0335
+13180128011,18,0335
+18633935888,18,0311
+15603278321,18,0312
+13931180551,18,0311
+13290610888,18,0311
+15511323738,18,0311
+16603121110,18,0312
+13231610399,18,0316
+18632007766,18,0310
+16682016756,18,0310
+15690215332,18,0312
+13012000908,18,0316
+16632453662,18,0314
+13126130267,18,0311
+15633706666,18,0312
+13001802312,18,0311
+15531210019,18,0312
+15612669069,18,0314
+17692451890,18,0315
+13582183320,18,0311
+15612102000,18,0311
+13103316940,18,0311
+18603252122,18,0315
+15533932468,18,0311
+13013218938,18,0316
+15613134050,18,0311
+13223416731,18,0311
+13131166968,18,0311
+13111798884,18,0317
+13171877316,18,0312
+15532131225,18,0311
+15632338053,18,0311
+17631565261,18,0312
+13231260898,18,0312
+13102653931,18,0315
+13191760946,18,0315
+13230577732,18,0315
+17631881777,18,0318
+15671016152,71,0717
+13273327906,18,0318
+18531121898,18,0311
+15632648710,18,0316
+15530624827,18,0316
+17692169539,18,0311
+15511920737,18,0315
+13012030708,18,0317
+15632610109,18,0316
+13011442077,18,0315
+13166560166,18,0317
+13011438822,18,0315
+18633167962,18,0315
+18532233583,18,0312
+13082359578,18,0312
+13293060655,18,0310
+18631203226,18,0312
+18531612859,18,0316
+13103145129,18,0314
+15631519620,18,0315
+15630191664,18,0311
+18632759129,18,0317
+15613730566,18,0317
+18503301682,18,0335
+18617519411,18,0315
+13111398281,18,0310
+15613189158,18,0311
+15632927400,18,0319
+15533634618,18,0311
+13091047878,18,0315
+18612731890,11,0010
+13284057173,97,0455
+18617587556,18,0310
+15530840389,18,0315
+16633814240,18,0318
+13283208917,18,0317
+15684035172,17,0535
+18630277097,18,0312
+15614000979,18,0310
+15512112322,18,0311
+15631723194,18,0317
+15660058966,76,0377
+18548605530,10,0476
+17603100967,18,0310
+15632310506,18,0311
+13831518448,18,0315
+15533610635,18,0311
+18511040221,11,0010
+15633041601,18,0311
+18503100030,18,0310
+18633040757,18,0311
+18533335066,18,0311
+15533091129,18,0310
+17692508315,18,0315
+16630095721,18,0310
+13270986757,34,0512
+18633526360,18,0335
+13014343627,18,0311
+17631274584,18,0312
+13293211127,18,0314
+15544593519,18,0311
+13081887960,18,0335
+13081039938,18,0311
+15613626315,18,0316
+18631656315,18,0316
+15544988788,18,0312
+13131123811,18,0311
+15632249413,18,0312
+15694934684,18,0313
+18531246445,18,0312
+15632310513,18,0311
+13111586598,18,0311
+13032022000,18,0312
+13803338538,18,0311
+13780474171,18,0335
+13172189181,18,0316
+15631375747,18,0313
+15833222915,18,0312
+13292582519,18,0315
+18630197076,18,0311
+15631119115,18,0311
+16631128111,18,0311
+17632091925,18,0317
+18691994940,84,0912
+13283206031,18,0317
+15612426271,18,0316
+13171588104,18,0311
+18603189321,18,0318
+17631469493,18,0314
+15100770006,18,0317
+13292443545,18,0315
+13292405268,18,0315
+15512995061,18,0318
+13131207390,18,0312
+15503364101,18,0315
+13081858769,18,0335
+15633978211,18,0315
+18533037383,18,0315
+15630461526,18,0311
+13283220350,18,0317
+13103283183,18,0318
+13014308502,18,0312
+15631158703,18,0311
+15631465789,18,0310
+15633816578,18,0311
+18631110189,18,0311
+18533099611,18,0311
+13126960535,11,0010
+18632444911,18,0314
+15100669633,18,0316
+15614955669,18,0315
+13091110677,18,0310
+15533446120,18,0316
+13231213359,18,0312
+15530523352,18,0315
+18635751448,19,0357
+13091018326,18,0311
+13082060670,18,0316
+15633677033,18,0311
+15632367994,18,0311
+18630681019,18,0316
+15613813777,18,0315
+13166593699,18,0319
+18633156022,18,0315
+13703262220,18,0316
+15532571535,18,0315
+15532227517,18,0312
+18533250826,18,0311
+18519249948,11,0010
+15690006677,18,0310
+13292707722,18,0317
+13184788814,18,0317
+13260805286,34,0025
+15613124433,18,0311
+15512367225,18,0314
+18531510112,18,0315
+15613686210,18,0316
+18630095018,18,0310
+15603388295,18,0335
+17531356608,18,0310
+18533151035,18,0311
+18631266853,18,0312
+13230380586,18,0335
+13784022162,18,0311
+13730342112,18,0314
+18812071270,18,0317
+17632801812,18,0318
+15612072065,18,0310
+18630437278,18,0316
+13011968467,18,0335
+13028667667,18,0311
+15503144022,18,0314
+18632920455,18,0319
+13082172057,18,0317
+18631535589,18,0315
+13230885781,18,0315
+18633147968,18,0315
+19931521456,18,0315
+15631652968,18,0316
+18531925301,18,0319
+15532764870,18,0317
+15613340184,18,0311
+18633426091,18,0315
+17631110926,18,0311
+15614487777,18,0312
+15512896111,18,0317
+15603251596,18,0312
+18633159955,18,0315
+13284485161,18,0311
+13292532296,18,0315
+18532868077,18,0312
+13171815073,18,0315
+13131736279,18,0317
+15530308954,18,0313
+13091395206,18,0316
+16603320751,18,0335
+17631729298,18,0317
+13930109341,18,0311
+15632700959,18,0317
+13230988278,18,0319
+13290530801,18,0315
+13223111150,18,0310
+16632307571,18,0310
+15631613379,18,0316
+18533021811,18,0315
+15613735730,18,0317
+15830105827,18,0311
+18632267118,18,0312
+17501060386,11,0010
+13223329777,18,0335
+15531910888,18,0319
+18632052433,18,0310
+15532970375,18,0319
+17531068713,18,0310
+15230994210,18,0315
+15503108388,18,0310
+15612553213,18,0315
+13283372686,18,0314
+15613735739,18,0317
+18632460108,18,0314
+13082111092,18,0310
+15511544340,18,0315
+15630587585,18,0315
+15532216881,18,0312
+13230005401,18,0310
+16631702112,18,0317
+18630343716,18,0335
+15533033592,18,0310
+18511324555,11,0010
+17636481185,19,0350
+15530905669,18,0319
+18632725622,18,0317
+18501947913,11,0010
+13231051146,18,0310
+13288329800,18,0316
+13070567275,18,0312
+18630162386,18,0311
+18630682301,18,0316
+15530018446,18,0310
+18633398359,18,0315
+15612952026,18,0319
+18630641802,18,0316
+15503312954,18,0315
+13082072690,18,0316
+17732823334,18,0311
+13273533693,18,0315
+16630456250,18,0316
+18630006833,18,0310
+15511570618,18,0315
+15532708705,18,0317
+15612235501,18,0312
+13032098238,18,0314
+15512367269,18,0314
+15613662221,18,0316
+13013281980,18,0315
+13249500999,18,0319
+15512312111,18,0313
+13231988921,18,0319
+13102936927,18,0312
+18630386866,18,0335
+15690428197,18,0313
+18531740410,18,0315
+13230576116,18,0315
+18532565970,18,0315
+16630973154,18,0319
+13229320350,18,0315
+15614163868,18,0311
+13131775855,18,0317
+13171816390,18,0315
+15555979602,30,0558
+13292720711,18,0317
+13031438808,18,0335
+13292595825,18,0315
+13180579263,18,0313
+15511539882,18,0315
+15531187938,18,0311
+13131064340,18,0310
+18630323212,18,0335
+13230323189,18,0335
+15632106523,18,0311
+15531252681,18,0030
+15613981215,18,0319
+18532226444,18,0312
+13052035253,31,0021
+18532225112,18,0312
+13013296196,18,0319
+18133589201,18,0313
+13103104909,18,0310
+17602812000,81,0028
+15646730888,17,0537
+18503145605,18,0314
+15533345490,18,0310
+13102621109,18,0315
+13253114612,18,0313
+13383245780,18,0315
+13073126113,18,0311
+15511107227,18,0311
+15530025634,18,0310
+15690270072,18,0317
+13231021342,18,0310
+17554017299,17,0530
+15532238217,18,0312
+13091119098,18,0310
+18633085120,18,0311
+17531140626,18,0311
+13071123333,11,0010
+13111503145,18,0311
+17631849142,18,0318
+13082030898,18,0319
+15613734444,18,0317
+13031821251,18,0318
+17633303015,18,0312
+15032070836,18,0311
+13021472888,18,0318
+16682032892,18,0310
+18630120508,18,0311
+15530802318,18,0315
+18632405388,18,0314
+18632443666,18,0314
+15613831590,18,0315
+15531565022,18,0315
+18511431013,11,0010
+15531794050,18,0317
+13230024551,18,0310
+15530589111,18,0315
+18632671319,18,0316
+15631236715,18,0312
+18532731329,18,0317
+15531938326,18,0319
+15533455922,18,0315
+13106550442,18,0311
+17692721298,18,0317
+13180303571,18,0317
+18632305985,18,0313
+13082136323,18,0310
+13032603671,18,0311
+15633918551,18,0315
+18634048806,18,0315
+18630287019,18,0312
+13230223791,18,0312
+13082390339,18,0312
+15533173863,18,0317
+13012078885,18,0312
+15512561551,18,0315
+16682259590,18,0312
+15531288666,18,0312
+13292599388,18,0315
+18533586688,18,0335
+17603393811,18,0335
+18631933939,18,0319
+18531221801,18,0312
+18634088000,18,0318
+13288719751,18,0311
+17532506602,18,0310
+13133526916,18,0335
+13293022308,18,0310
+18603111564,18,0311
+17633160021,18,0316
+13001428159,18,0335
+15613047798,18,0310
+18632333115,18,0313
+15533693876,18,0311
+18632660679,18,0316
+13230884447,18,0315
+13013218685,18,0316
+15690080666,18,0314
+15530785230,18,0317
+18617535665,18,0315
+17621029449,31,0021
+17631223670,18,0313
+18633720689,18,0317
+15630428112,18,0311
+18032683318,18,0311
+15533859539,18,0315
+15544744800,18,0310
+15512562836,18,0315
+15613385890,18,0311
+17531025676,18,0310
+15040927015,91,0429
+18630593652,18,0318
+16682017234,18,0310
+13293327900,18,0313
+15633775599,18,0312
+15503395272,18,0315
+15531652823,18,0316
+13032088826,18,0312
+18632645082,18,0316
+13021441781,18,0317
+13021494248,18,0311
+13230953550,18,0319
+15633974688,18,0315
+15511479614,18,0311
+15631759800,18,0317
+15511711042,18,0317
+17692212888,18,0312
+13180455805,18,0311
+18503175465,18,0317
+16630552110,18,0335
+18531287655,18,0312
+15631212752,18,0312
+13223257538,18,0319
+18531775105,18,0315
+15632420666,18,0314
+18635425294,19,0354
+18632455601,18,0314
+17692209222,18,0312
+15613383249,18,0311
+18632645080,18,0316
+18547840357,10,0478
+13171510387,18,0315
+15613757148,18,0317
+16630812772,18,0317
+18000352212,18,0315
+15271703160,71,0711
+15512222119,18,0030
+15631193111,18,0311
+15653489198,17,0530
+18633428678,18,0315
+18532322313,18,0316
+15613354740,18,0311
+13031564575,18,0315
+15531537801,18,0315
+18730512375,18,0315
+13292562096,18,0315
+13070582831,18,0312
+18331600766,18,0316
+18630238088,18,0312
+18633303983,18,0315
+18603351266,18,0335
+18503121616,18,0312
+15633798250,18,0312
+13081171727,18,0315
+18642077626,91,0024
+13230806979,18,0315
+15630503870,18,0315
+18630192287,18,0311
+15630037709,18,0310
+18632106742,18,0311
+18633394832,18,0315
+18518557533,11,0010
+17531000359,18,0310
+15632723642,18,0317
+18632717173,18,0317
+13903359940,18,0335
+15690092605,18,0314
+15630024411,18,0310
+15533789950,18,0317
+17631808660,18,0318
+16631419912,18,0314
+13081199283,18,0315
+13292705189,18,0317
+18632021223,18,0310
+18631987788,18,0319
+18633194300,18,0315
+13011988896,18,0317
+15690265551,18,0317
+15630211656,18,0312
+13020815755,18,0312
+13131474646,18,0314
+15612857489,18,0315
+13184998733,18,0315
+16630728869,18,0317
+13161231555,11,0010
+13001406860,18,0312
+15544732740,18,0310
+15511700354,18,0317
+18500069099,11,0010
+13127315222,18,0317
+15511215093,18,0312
+15603125813,18,0312
+18632189073,18,0311
+15512590150,18,0315
+15633455255,18,0315
+18630252339,18,0312
+13231218231,18,0312
+13043143939,18,0315
+13180115001,18,0314
+17659728862,18,0317
+13682110680,13,0022
+18632425827,18,0314
+18633277101,18,0312
+17631696656,18,0317
+15631517512,18,0315
+13001417524,18,0315
+13231131833,18,0311
+15633172655,18,0317
+15512513979,18,0315
+18531567908,18,0315
+18630537581,18,0315
+18603307111,18,0310
+13253296727,18,0318
+15903358066,18,0335
+13073187121,18,0311
+18603105717,18,0310
+15832936062,18,0319
+13292689423,18,0316
+16630866635,18,0317
+18631680376,18,0316
+13223220232,18,0312
+13273588825,18,0315
+13133551915,18,0335
+13230080750,18,0310
+13292725508,18,0317
+13031521332,18,0315
+15512948742,18,0314
+17531367393,18,0335
+13223372648,18,0335
+18631235758,18,0312
+17632111170,18,0314
+18503205707,18,0311
+13131756624,18,0317
+15533582838,18,0315
+13031925950,18,0319
+15699928712,11,0010
+15511239089,18,0312
+15633161971,18,0316
+16630026219,18,0310
+13730441986,18,0312
+13223234848,18,0312
+17612898115,81,0028
+18531608888,18,0316
+13131225281,18,0312
+15544939925,18,0312
+18531028811,18,0310
+17692561708,18,0315
+16633376786,18,0030
+18603233950,18,0313
+15612995219,18,0319
+13230866597,18,0315
+18634101627,18,0310
+18632009661,18,0310
+18531760963,18,0315
+15690091276,18,0314
+13171534272,18,0310
+18630089256,18,0310
+13012141002,18,0311
+15612140628,18,0311
+18631387904,18,0313
+17631657076,18,0312
+15614808287,18,0318
+18617539181,18,0315
+16619742739,11,0010
+15532509600,18,0315
+15630314180,18,0310
+13292080347,18,0310
+17632106634,18,0314
+13171822160,18,0335
+13001878615,18,0312
+13001105551,11,0010
+13223305831,18,0335
+13930406925,18,0311
+13273615251,18,0316
+15512789659,18,0317
+15830788808,18,0310
+13082367908,18,0312
+13230848755,18,0315
+13180543302,18,0319
+18532177799,18,0311
+15690230895,18,0312
+13292437752,18,0315
+18612991974,11,0010
+18532556128,18,0315
+15603101813,18,0310
+17627977439,34,0523
+13831732074,18,0317
+17692387784,18,0030
+15530725516,18,0317
+13021456010,18,0319
+13294053390,18,0313
+17692566579,18,0315
+13293339952,18,0313
+13070521980,18,0312
+18633318186,18,0315
+15032442001,18,0317
+13012065551,18,0312
+18633445278,18,0315
+13180417517,18,0315
+15127529606,18,0315
+13111626923,18,0312
+15530585596,18,0315
+13180532637,18,0310
+13082162741,18,0317
+13111795633,18,0317
+15532816530,18,0317
+15631699551,18,0316
+13103061355,18,0316
+16631777782,18,0317
+18532108385,18,0311
+18513030925,11,0010
+18630349907,18,0335
+13014368199,18,0311
+16632472018,18,0314
+15530026868,18,0310
+15226749902,18,0317
+15633272128,18,0312
+13253179120,18,0314
+13283377593,18,0314
+13230737087,18,0317
+13293326666,18,0313
+18503351151,18,0335
+13231629000,18,0316
+18632949333,18,0319
+18633318165,18,0315
+18632237389,18,0312
+13081073301,18,0311
+18503146983,18,0314
+13292449756,18,0315
+15614417019,18,0312
+15630869677,18,0312
+13253133849,18,0313
+13131255081,18,0312
+15503103444,18,0310
+15613335511,18,0311
+13293153782,18,0335
+15612211603,18,0312
+15632102969,18,0311
+13131292026,18,0312
+18632676227,18,0316
+15511701607,18,0317
+13284493555,18,0311
+18532738856,18,0317
+13082371125,18,0312
+13084538856,18,0335
+15612705235,18,0317
+18531466250,18,0314
+15531306269,18,0313
+17692529596,18,0315
+18633761117,18,0316
+16630902760,18,0319
+13131738816,18,0317
+18632899232,18,0318
+17631115746,18,0311
+18531727500,18,0317
+13230696057,18,0316
+18633911316,18,0311
+15512880596,18,0317
+13028606669,18,0311
+15512402030,18,0311
+18630532730,18,0315
+18531969858,18,0319
+13012033078,18,0317
+15633067053,18,0311
+18603269973,18,0311
+15532866861,18,0317
+15631927731,18,0319
+18533551906,18,0335
+18532245642,18,0312
+18633888543,18,0311
+13180411333,18,0315
+15631981289,18,0319
+15511531112,18,0315
+13111764553,18,0317
+18531806767,18,0318
+15633913750,18,0315
+13091335586,18,0314
+13722363687,18,0314
+13111468273,18,0315
+15613765522,18,0317
+15612428999,18,0316
+15631286976,18,0312
+18503168383,18,0316
+18134156968,18,0315
+15633093318,18,0311
+18532000257,18,0335
+15503086444,18,0310
+13032013201,18,0312
+17611662695,11,0010
+15512453616,18,0311
+17647520920,10,0475
+18633667983,18,0310
+15633213787,18,0312
+15512946151,18,0314
+13230878502,18,0315
+17603698550,97,0451
+13103329073,18,0312
+13273550272,18,0315
+15613878332,18,0315
+15503390310,18,0315
+18511113339,11,0010
+15614336822,18,0311
+17531055510,18,0310
+13131214567,18,0312
+13131173591,18,0311
+15512615821,18,0316
+15630550183,18,0315
+15631374468,18,0313
+15632367926,18,0311
+13230055724,18,0310
+13273586268,18,0315
+13180165379,18,0315
+18634073798,18,0317
+13102629996,18,0315
+18630084406,18,0310
+15530820226,18,0315
+13292516993,18,0315
+13230916674,18,0335
+15511732941,18,0317
+13293434444,18,0317
+13171503187,18,0315
+13288711000,18,0311
+13263194689,11,0010
+13043173700,18,0317
+15232673998,18,0315
+13230865257,18,0315
+18671024936,71,0710
+16632093615,18,0310
+15512596292,18,0315
+17692596389,18,0315
+15530078081,18,0310
+13040025508,18,0315
+15532228901,18,0312
+18631800773,18,0318
+15632295887,18,0312
+18630118282,18,0311
+15612144168,18,0311
+16602857698,81,0028
+15530087807,18,0310
+18617038376,51,0755
+15633494820,18,0315
+18632116063,18,0311
+18539361602,76,0393
+16630027518,18,0310
+15630157628,18,0311
+13091066012,18,0315
+18631500922,18,0315
+13035881023,18,0311
+13180225666,18,0312
+13215472695,18,0316
+15614178131,18,0311
+13081081773,18,0311
+18620951992,51,0020
+17530548095,76,0372
+13284470867,18,0311
+15533440065,18,0316
+13111440736,18,0315
+15530289294,18,0312
+13131885598,18,0318
+18631727672,18,0317
+17631182555,18,0311
+13283213116,18,0317
+15613035716,18,0310
+15612029295,18,0310
+13273533731,18,0315
+13131793656,18,0317
+18633560117,18,0335
+15130512922,18,0315
+16630120404,18,0311
+13001876057,18,0312
+15503055300,18,0314
+13131541962,18,0315
+13102544567,18,0335
+18632508605,18,0315
+15511056954,18,0310
+13032082609,18,0312
+13102915157,18,0312
+18633373120,18,0315
+15613753573,18,0317
+15533453398,18,0315
+15531634985,18,0316
+17535271206,19,0352
+13191986292,18,0316
+15631003283,18,0310
+13180165333,18,0315
+18632026111,18,0310
+17633336723,18,0312
+18233540023,18,0335
+18633700189,18,0317
+16621377715,31,0021
+15544898999,18,0310
+17603111315,18,0311
+13040024291,18,0315
+17603314044,18,0315
+15633474444,18,0315
+13103141808,18,0314
+15630332004,18,0310
+13230680311,18,0316
+15633051668,18,0311
+15511246150,18,0312
+15544702887,18,0310
+18533111714,18,0311
+13293128855,18,0319
+13230895027,18,0315
+18631585763,18,0315
+18638350299,76,0379
+18531509222,18,0315
+18630475450,18,0335
+18632207377,18,0312
+15631376947,18,0313
+15631881832,18,0318
+13785467787,18,0316
+13171960811,18,0335
+15533907612,18,0311
+17503255230,18,0312
+13223417058,18,0311
+15511527709,18,0315
+17603165194,18,0316
+13103030066,18,0313
+15632036868,18,0310
+17603331633,18,0315
+15633008800,18,0311
+15613824303,18,0315
+19131574449,18,0315
+18632308088,18,0313
+13014388790,18,0311
+13126662319,11,0010
+18631123393,18,0311
+15612512615,18,0315
+18532538226,18,0315
+15530998971,18,0319
+13032645393,18,0311
+13041327012,90,0432
+18631468125,18,0314
+13111663795,18,0030
+18603266157,18,0311
+15613410686,18,0315
+15613376009,18,0311
+13292093800,18,0310
+18731413101,18,0314
+13171975032,18,0335
+18633411777,18,0315
+15131516411,18,0315
+15511772189,18,0317
+13131598162,18,0315
+13293331021,18,0313
+17631456078,18,0314
+17531705282,18,0317
+13292595983,18,0315
+18531213222,18,0312
+13293115558,18,0319
+17631713667,18,0317
+13111607658,18,0312
+18332702675,18,0315
+13127300891,18,0317
+13081093613,18,0311
+18532286213,18,0313
+13832891387,18,0315
+13290596733,18,0319
+15652088648,11,0010
+13230197019,18,0311
+18632661809,18,0316
+16631405442,18,0314
+16630809075,18,0317
+13012112386,18,0310
+15732131789,18,0311
+13121706466,11,0010
+13007291582,75,0792
+15612941267,18,0319
+18631861815,18,0318
+18630628965,18,0316
+15127195981,18,0311
+13088260258,81,0816
+17631108721,18,0311
+18632737509,18,0317
+17732332680,18,0315
+15603274117,18,0312
+15512596334,18,0315
+15512296273,18,0318
+18531088588,18,0310
+18533075739,18,0311
+15614437317,18,0030
+13032001399,18,0312
+16631208676,18,0312
+17559589180,18,0310
+16630428937,18,0316
+13284305777,18,0312
+18903279678,18,0317
+18630669449,18,0316
+13032614205,18,0311
+13268995486,51,0769
+18630106330,18,0311
+15632800441,18,0315
+13111661100,18,0312
+13180200105,18,0312
+18631294155,18,0312
+17530048345,18,0317
+18532114115,18,0311
+15631476350,18,0310
+13191882336,18,0311
+13290458822,18,0315
+16682246112,18,0312
+19903200814,18,0310
+18631669900,18,0316
+18532323717,18,0316
+17631561044,18,0312
+18633103600,18,0315
+15632252777,18,0312
+18713888125,18,0315
+15532003169,18,0310
+13230591866,18,0315
+15631791806,18,0317
+15033965697,18,0315
+15133913992,18,0315
+13831565359,18,0315
+15831426324,18,0314
+15127042359,18,0310
+15530793836,18,0317
+15533207836,18,0312
+18533339718,18,0311
+15690319707,18,0311
+18631070323,18,0310
+13131196095,18,0311
+13290493456,18,0319
+13293265225,18,0314
+13111521017,18,0311
+18617539308,18,0315
+13283383234,18,0314
+13215417916,18,0316
+15532130185,18,0311
+17692391105,18,0311
+13133562464,18,0335
+17531068613,18,0310
+15503147858,18,0314
+15531136298,18,0311
+13273556447,18,0315
+18673404027,74,0730
+13273335691,18,0318
+13131498798,18,0314
+17611008705,11,0010
+13131509983,18,0315
+18630220062,18,0312
+15533961197,18,0311
+13102865976,18,0311
+15931533828,18,0315
+17631432014,18,0314
+13131178234,18,0311
+18632087201,18,0319
+15612459916,18,0314
+13231405217,18,0314
+15631509175,18,0315
+15532226126,18,0312
+13231906066,18,0319
+13292508665,18,0315
+18633088987,18,0311
+18515921479,11,0010
+18631933822,18,0319
+15612188504,18,0311
+17603148688,18,0314
+13832396707,18,0311
+15530803538,18,0315
+17631204567,18,0313
+18630301780,18,0335
+16603174207,18,0317
+13131568335,18,0315
+15614175974,18,0311
+13253295588,18,0318
+17733728777,18,0317
+15076464678,18,0316
+17692240190,18,0312
+16603113276,18,0311
+15833544299,18,0315
+18632701501,18,0317
+17631407041,18,0314
+18833610501,18,0316
+15530773355,18,0317
+13028661618,18,0311
+16601116484,11,0010
+15512007831,18,0315
+18631155815,18,0311
+18617896660,18,0315
+15503024084,18,0310
+18713702201,18,0317
+15533220803,18,0312
+17631775955,18,0317
+18633730151,18,0317
+13230221024,18,0312
+18631088456,18,0310
+13013201915,18,0310
+17531410717,18,0314
+18611024682,11,0010
+17603330904,18,0315
+13039238878,90,0433
+13040007776,18,0315
+13131099109,18,0310
+15613116089,18,0311
+15631379170,18,0313
+18603260001,18,0311
+15603143663,18,0314
+13292456923,18,0315
+17532511296,18,0310
+16630611086,18,0316
+17631422664,18,0314
+15631240095,18,0030
+15694904567,18,0314
+15613710387,18,0317
+16630034609,18,0310
+17632082003,18,0317
+18632442427,18,0314
+15630368077,18,0310
+15533332290,18,0310
+18633357774,18,0315
+15530773375,18,0317
+17633203532,18,0311
+15631289335,18,0312
+13273640325,18,0316
+15533562382,18,0315
+15632456733,18,0314
+15612230806,18,0312
+18603136960,18,0313
+13131933723,18,0319
+18630766414,18,0317
+15511013659,18,0310
+13731495678,18,0312
+15523243625,83,0023
+17632069000,18,0317
+17600229338,11,0010
+13231662582,18,0316
+13061105559,17,0631
+18610109692,11,0010
+15530996333,18,0319
+13230966990,18,0319
+17633033140,18,0315
+17632096626,18,0317
+13086518797,81,0839
+17631551653,18,0312
+15633182138,18,0318
+18533500529,18,0335
+15533751482,18,0317
+15631101061,18,0311
+18631234518,18,0312
+17603123344,18,0312
+15530541033,18,0315
+13231806880,18,0318
+13111350542,18,0310
+15630000566,18,0310
+13131376039,18,0313
+13273524015,18,0315
+17692799139,18,0317
+17633216823,18,0311
+13082026050,18,0319
+13730013639,18,0310
+13184775412,18,0311
+18531893976,18,0318
+15511339444,18,0311
+13011988796,18,0317
+18845851755,97,0458
+15532750190,18,0317
+13032699185,18,0311
+13102991668,18,0312
+13503266413,18,0316
+18632908888,18,0319
+18633115689,18,0315
+13126156138,18,0311
+17633331819,18,0312
+18531566698,18,0315
+18503189979,18,0318
+15530045975,18,0310
+18533616978,18,0316
+13011440479,18,0315
+13082125759,18,0310
+16603351991,18,0335
+15690556578,18,0315
+15603141042,18,0314
+18633085053,18,0311
+13111799158,18,0317
+17631550305,18,0312
+18531678080,18,0316
+15633972162,18,0315
+13102789076,18,0318
+15632587053,18,0315
+13180217260,18,0312
+13290451321,18,0315
+15530045985,18,0310
+13043195193,18,0319
+13402463895,18,0315
+15613915841,18,0319
+15530045987,18,0310
+15632373968,18,0311
+15533805818,18,0318
+13231636281,18,0316
+18630407322,18,0316
+18533333565,18,0311
+13503394767,18,0319
+18617803252,18,0312
+18633495356,18,0311
+17633132744,18,0313
+13903185904,18,0318
+18633566222,18,0335
+18532116711,18,0311
+13111645938,18,0312
+15630629780,18,0316
+13172185759,18,0316
+18622025881,13,0022
+13247463926,18,0319
+13131521699,18,0315
+13084545805,18,0318
+18632683218,18,0316
+13102990356,18,0312
+18531360708,18,0313
+13293296344,18,0314
+15531777648,18,0317
+15544570680,18,0311
+15631101149,18,0311
+13292436571,18,0315
+17633181708,18,0318
+17633373658,18,0313
+17633095383,18,0319
+13473480743,18,0311
+13230708417,18,0317
+13138080871,18,0311
+15633455379,18,0315
+17531801195,18,0318
+15633259030,18,0312
+15531489696,18,0314
+13230547681,18,0315
+13293223332,18,0314
+15633775390,18,0030
+15633069758,18,0311
+15512388855,18,0314
+15932119419,18,0311
+18633932992,18,0311
+15633145132,18,0314
+13283405090,18,0310
+18633212715,18,0312
+13231986123,18,0319
+13184746961,18,0311
+15027598818,18,0315
+18617485001,18,0312
+15613516175,18,0315
+15633533296,18,0311
+17692513965,18,0315
+18633532861,18,0335
+18532123859,18,0311
+15612168072,18,0311
+13021411875,18,0315
+18503236799,18,0311
+13184746939,18,0311
+18632059951,18,0310
+18603286553,18,0311
+13231449777,18,0314
+15511063937,18,0310
+13292025679,18,0310
+15533328986,18,0310
+15533453221,18,0315
+13131925377,18,0319
+13230709727,18,0317
+13073163280,18,0311
+15531027280,18,0310
+13283173612,18,0310
+13020077920,11,0010
+15613453898,18,0315
+15603225205,18,0312
+15633618657,18,0315
+15614342521,18,0311
+15612469307,18,0314
+18932913676,18,0311
+18531134068,18,0311
+18632149999,18,0311
+18630000521,18,0310
+15533022808,18,0310
+13131835883,18,0318
+18033820952,18,0311
+13082367853,18,0312
+15633388553,18,0315
+13290427686,18,0312
+13111613538,18,0312
+15631746421,18,0317
+15632360579,18,0311
+18503285775,18,0311
+15103390796,18,0319
+15032558659,18,0315
+18650915813,38,0595
+16632318085,18,0310
+18533610827,18,0316
+13180208885,18,0312
+13032094785,18,0314
+13021871703,18,0312
+15600620122,11,0010
+18632136619,18,0311
+15530235532,18,0312
+13131527706,18,0315
+13292781521,18,0317
+15511316831,18,0311
+18633742070,18,0317
+18631398748,18,0313
+13081050590,18,0311
+16630517596,18,0335
+15512363598,18,0314
+13106501571,18,0311
+18132927263,18,0319
+15631592903,18,0315
+15694869855,18,0311
+15511537133,18,0315
+15503129988,18,0312
+18633930376,18,0311
+18630538993,18,0315
+13230508153,18,0315
+18617511777,18,0315
+15630616535,18,0316
+18611150329,11,0010
+18633660606,18,0310
+15530253376,18,0312
+13292320444,18,0335
+13273563625,18,0315
+18617535725,18,0315
+18633530243,18,0335
+15633628020,18,0315
+13028650899,18,0311
+15033374055,18,0315
+13290401029,18,0310
+18632315118,18,0313
+13230559695,18,0315
+13180587666,18,0311
+18531244438,18,0312
+15633299958,18,0312
+18632225278,18,0312
+15694831228,18,0316
+13290590613,18,0319
+16633403165,18,0314
+18631681557,18,0316
+15732099117,18,0315
+17692776562,18,0317
+18633001345,18,0311
+15690512035,18,0315
+18633814141,18,0311
+15631314735,18,0313
+15930700041,18,0312
+15630905800,18,0319
+18518519331,11,0010
+15532883208,18,0317
+15530622496,18,0316
+15533526600,18,0335
+16631975555,18,0319
+18633457144,18,0311
+16631412563,18,0314
+13290553688,18,0315
+15633906764,18,0315
+18519216200,11,0010
+13283191461,18,0310
+15690091356,18,0314
+16682012524,18,0310
+18531643385,18,0316
+18631625432,18,0316
+18631488693,18,0314
+15176534555,18,0315
+18519333771,11,0010
+18531004931,18,0310
+15128163908,18,0311
+15553838466,17,0546
+18531438974,18,0314
+13273352222,18,0335
+15932419448,18,0314
+15677148501,59,0771
+18631876038,18,0318
+15631374378,18,0313
+13073139557,18,0311
+15613536610,18,0315
+18531770263,18,0315
+15632083207,18,0310
+18531571215,18,0315
+18518648805,11,0010
+13031454020,18,0310
+13229351517,18,0315
+13102527716,18,0335
+18531930013,18,0319
+13111508028,18,0311
+15511611593,18,0311
+18603319067,18,0311
+18632575535,18,0315
+15512500718,18,0315
+15632316463,18,0311
+15533128222,18,0312
+17633090526,18,0319
+17692398583,18,0311
+15633616056,18,0315
+18632811963,18,0318
+13230005577,18,0310
+13131594519,18,0315
+18632068019,18,0318
+13223283888,18,0319
+13269376370,11,0010
+13191685897,18,0312
+13231219618,18,0312
+13082198605,18,0317
+18202525137,13,0022
+18531943327,18,0319
+15533337088,18,0310
+17600274751,11,0010
+13932190110,18,0311
+15630061468,18,0310
+15612675510,18,0314
+16630903963,18,0319
+18631656533,18,0316
+18532595658,18,0315
+15666275111,17,0633
+17600223174,11,0010
+15612781928,18,0317
+13513039707,18,0317
+15533178509,18,0317
+18633977011,18,0315
+18632980253,18,0319
+13011925230,18,0312
+18631426404,18,0314
+13029666855,89,0991
+15512881795,18,0317
+15614452926,18,0312
+13111510333,18,0311
+15233611588,18,0311
+13126728611,11,0010
+13012072775,18,0312
+15612662209,18,0314
+13127438806,18,0312
+15633212333,18,0312
+18532190626,18,0311
+15530911345,18,0319
+18632970883,18,0319
+18632576888,18,0315
+13102940027,18,0312
+17679189124,75,0797
+18603256780,18,0315
+13292086616,18,0310
+13284413508,18,0311
+13292491333,18,0315
+15632690007,18,0316
+18533153616,18,0311
+13131213113,18,0312
+15613219212,18,0312
+15633667633,18,0311
+13103159987,18,0315
+15633950803,18,0315
+18500392223,11,0010
+18611253105,11,0010
+13081139434,18,0315
+13253208200,18,0318
+15532185286,18,0311
+13102670281,18,0315
+13116955397,86,0871
+18533688602,18,0316
+17631239111,18,0312
+15575887599,74,0731
+18631483813,18,0314
+17633265828,18,0311
+15613800242,18,0315
+15533069489,18,0310
+15690157617,18,0316
+13230217893,18,0312
+18633209175,18,0312
+15632438866,18,0314
+13171595357,18,0311
+18631402418,18,0314
+13930172775,18,0311
+18631178444,18,0311
+18633853773,18,0311
+18633853774,18,0311
+13230155111,18,0311
+13082117240,18,0310
+18632792352,18,0317
+13082316208,18,0312
+17631568521,18,0312
+17631732864,18,0317
+13231390623,18,0335
+13031515418,18,0315
+15512973886,18,0318
+13283100639,18,0310
+15032582399,18,0315
+13191726868,18,0310
+13303065066,18,0317
+13230118167,18,0311
+13283383292,18,0314
+18567802705,76,0372
+17631720896,18,0317
+15613010517,18,0310
+18648265115,10,0472
+18630126808,18,0311
+15632729994,18,0317
+15509632146,88,0953
+15630736269,18,0317
+18617764525,18,0312
+15512060050,18,0335
+13273335753,18,0318
+15533350006,18,0315
+18532557389,18,0315
+15613310152,18,0311
+15530106020,18,0311
+13930543574,18,0315
+15533117596,18,0311
+15030630066,18,0316
+15530106029,18,0311
+15533014318,18,0310
+15631222197,18,0312
+13126110889,18,0311
+16632325251,18,0310
+13230880713,18,0315
+15530122996,18,0311
+15632730970,18,0317
+13231549015,18,0315
+15532106482,18,0311
+13283201285,18,0317
+18630028421,18,0310
+18531371383,18,0313
+15512942715,18,0314
+15633111750,18,0311
+18555419930,30,0551
+15531828027,18,0318
+15632928940,18,0319
+15556888278,30,0558
+18633332500,18,0315
+17631628614,18,0030
+13127455333,18,0312
+17631502717,18,0312
+13230296626,18,0312
+15511827806,18,0311
+15633235019,18,0312
+15532117138,18,0311
+13230233096,18,0312
+18611167164,11,0010
+13292222020,18,0318
+13230305182,18,0335
+13269879772,11,0010
+13240792466,11,0010
+15533002343,18,0310
+16631416090,18,0314
+17603267130,18,0311
+13131552726,18,0315
+16631203716,18,0312
+18633038673,18,0311
+15533014320,18,0310
+18632551555,18,0315
+15533448537,18,0316
+15633462583,18,0315
+13290687757,18,0312
+13133531639,18,0335
+18531561939,18,0315
+13180207909,18,0312
+15691811038,84,0029
+13031549110,18,0315
+15511018359,18,0310
+16630760808,18,0317
+13231978065,18,0319
+15511218804,18,0312
+18631643613,18,0316
+15613150502,18,0311
+13473071691,18,0319
+18634036668,18,0315
+15530157244,18,0311
+18631735826,18,0317
+15690362473,18,0311
+13293240000,18,0314
+15630308490,18,0310
+15512150119,18,0311
+18630409840,18,0316
+15530206716,18,0312
+15503252999,18,0318
+15613711987,18,0317
+17692265520,18,0312
+13131165200,18,0311
+16630950228,18,0319
+16631130670,18,0311
+18603140286,18,0314
+13231581103,18,0315
+18630693215,18,0316
+18632383673,18,0313
+13111608848,18,0312
+15633932699,18,0315
+13292682113,18,0316
+17631709031,18,0317
+15511133334,18,0311
+15511135999,18,0311
+13582514792,18,0315
+16630962212,18,0319
+13127426782,18,0312
+13930822978,18,0312
+13091391900,18,0316
+18531839046,18,0316
+16603357816,18,0335
+15690285755,18,0317
+17503160083,18,0316
+13032074474,18,0312
+13031968802,18,0313
+18632130699,18,0311
+15533102016,18,0310
+15533860787,18,0315
+15533142912,18,0314
+15530815821,18,0315
+13020816818,18,0312
+13111738081,18,0317
+15511860925,18,0311
+18634149333,18,0310
+15533070786,18,0310
+15544919671,18,0312
+17633149876,18,0314
+17559558305,18,0310
+13149477729,18,0311
+13031514462,18,0315
+18676988730,51,0769
+18633172737,18,0315
+13184700193,18,0310
+15632072813,18,0310
+18532286336,18,0313
+13031411144,18,0314
+18633362165,18,0315
+18631415937,18,0314
+18632155983,18,0311
+15532117297,18,0311
+15632950255,18,0319
+15532636386,18,0316
+13283233446,18,0317
+18532513295,18,0315
+18633308607,18,0315
+18633705275,18,0317
+18630121657,18,0311
+13081193302,18,0315
+13032061175,18,0030
+17632095260,18,0317
+16631728945,18,0317
+17732598815,18,0315
+18633857565,18,0311
+15511731321,18,0317
+13180540835,18,0319
+15630619011,18,0316
+13089228457,90,0434
+18523017683,83,0023
+13229110713,18,0311
+17531996699,18,0319
+15503044463,18,0314
+13001811639,18,0315
+18632004976,18,0310
+18609903795,89,0990
+13292526610,18,0315
+18630741420,18,0317
+15532193825,18,0311
+18532311831,18,0316
+15612143114,18,0311
+18531003259,18,0310
+13131690111,18,0316
+15603233919,18,0312
+18531548995,18,0315
+13103049835,18,0314
+18513338155,11,0010
+15630760319,18,0317
+13111560361,18,0311
+18632811912,18,0318
+13184748151,18,0311
+13081807399,18,0318
+15630792791,18,0317
+18532001315,18,0335
+15621113733,17,0532
+18503295060,18,0311
+18733320033,18,0315
+18903211133,18,0311
+13028692814,18,0311
+18631628000,18,0316
+13082182900,18,0317
+13292990096,18,0312
+13253186555,18,0314
+15531631291,18,0316
+17692329234,18,0313
+15613522128,18,0315
+13472077521,18,0314
+13091316687,18,0313
+17631780772,18,0317
+15633982920,18,0315
+13127353232,18,0317
+18578212605,51,0756
+15690146781,18,0316
+18610071979,11,0010
+13292133223,18,0319
+13111662303,18,0312
+18633858840,18,0311
+15630816817,18,0312
+13283246786,18,0317
+18611156444,11,0010
+18731578683,18,0315
+13292133213,18,0319
+18732750195,18,0317
+15612326693,18,0313
+13191773082,18,0315
+13223455241,18,0311
+17633299559,18,0317
+18513975775,11,0010
+15612592682,18,0315
+15633646111,18,0315
+15544700152,18,0310
+15532647070,18,0316
+13131256525,18,0312
+18603141551,18,0314
+15632897533,18,0318
+15503082729,18,0310
+18503253247,18,0311
+15690505062,18,0315
+18632407700,18,0314
+13266906821,18,0311
+17631265285,18,0312
+15511729057,18,0317
+13180315306,18,0317
+18631765653,18,0317
+13180316639,18,0317
+13171874888,18,0312
+15614513031,18,0315
+16630825801,18,0317
+13082031978,18,0319
+13231848886,18,0318
+13230175738,18,0311
+13191889695,18,0311
+18643377513,90,0433
+13161956535,11,0010
+16631123515,18,0311
+13111735898,18,0317
+15544900191,18,0312
+15932739367,18,0317
+15633208999,18,0312
+16630088339,18,0310
+13292765002,18,0317
+13070542102,18,0312
+18630766759,18,0317
+18631313997,18,0313
+15630093637,18,0310
+15511894328,18,0311
+15533821133,18,0318
+18630511133,18,0315
+13180519352,18,0310
+17532310097,18,0310
+13111475157,18,0315
+15532836873,18,0317
+17659726057,18,0317
+15530916567,18,0319
+13253185264,18,0314
+13283162540,18,0310
+15630978578,18,0319
+15614993789,18,0315
+18632702713,18,0317
+13582874282,18,0315
+15830021833,18,0310
+18632316883,18,0313
+13132555336,13,0022
+18617859344,18,0315
+15612049862,18,0310
+15633606953,18,0315
+18532359871,18,0318
+13137354004,76,0393
+13273520185,18,0315
+18633217339,18,0030
+13131448108,18,0314
+15633773152,18,0312
+13273480888,18,0319
+18531226486,18,0312
+13315391099,18,0335
+13283173218,18,0310
+13102978555,18,0312
+15612074878,18,0310
+15532209928,18,0312
+13103073528,18,0317
+13081102579,18,0311
+13103151582,18,0315
+15690336101,18,0311
+15533206256,18,0312
+15530243725,18,0312
+13091208823,18,0312
+15532249111,18,0312
+18633567475,18,0335
+17633340229,18,0312
+15531489821,18,0314
+15511200660,18,0312
+17621752414,31,0021
+17609784245,70,0971
+18633661990,18,0310
+15530802533,18,0315
+18532388329,18,0312
+18632599263,18,0315
+13103259663,18,0315
+13102724261,18,0317
+15511610629,18,0311
+15633396949,18,0315
+16630754954,18,0317
+15633104359,18,0310
+15533450895,18,0315
+13273230069,18,0312
+17713156165,18,0315
+15503340325,18,0315
+17625999395,34,0025
+13180103346,18,0314
+15533689171,18,0311
+17632085850,18,0317
+17631235435,18,0312
+13001803176,18,0311
+13229358755,18,0315
+15503038620,18,0310
+15633229028,18,0312
+13031822309,18,0318
+18519881666,11,0010
+15530815850,18,0315
+15631211662,18,0312
+15531567888,18,0315
+18631673456,18,0316
+15532637654,18,0316
+18531077558,18,0310
+18633301113,18,0315
+17636487118,19,0350
+18632220693,18,0312
+18634179129,18,0315
+18601202123,11,0010
+18633696645,18,0319
+15612762863,18,0317
+15511980776,18,0319
+17550066671,76,0370
+15630803589,18,0030
+18617485047,18,0312
+16632833596,18,0318
+18633395950,18,0315
+18519338844,11,0010
+18522610917,13,0022
+18547576719,10,0475
+13082353161,18,0312
+18630265431,18,0312
+16631789906,18,0317
+15531592818,18,0315
+17503276718,18,0316
+18832131888,18,0311
+17632060563,18,0317
+18633500320,18,0335
+13031435128,18,0335
+15613669929,18,0316
+18603177557,18,0317
+15503195043,18,0319
+15612808777,18,0318
+13021870555,18,0312
+13125415142,91,0024
+15632190082,18,0311
+13273514336,18,0315
+13230790678,18,0317
+15614339223,18,0311
+18503352656,18,0335
+18633895836,18,0311
+18632905026,18,0319
+18632599257,18,0315
+15633673780,18,0311
+13180533693,18,0310
+15613073856,18,0310
+13011508086,18,0315
+13012131803,18,0319
+13102612841,18,0315
+15512710273,18,0310
+13091051550,18,0315
+18611572200,11,0010
+15632185503,18,0311
+13230362961,18,0335
+18630193363,18,0311
+15532835565,18,0317
+15530953536,18,0319
+18632534798,18,0315
+15527820519,71,0027
+15530647862,18,0316
+17608436375,74,0731
+18632859860,18,0318
+13293210144,18,0314
+13292026626,18,0310
+18634182866,18,0312
+13273219638,18,0312
+13043117888,18,0311
+17631363670,18,0310
+17521510444,31,0021
+13171558020,18,0311
+18503388627,18,0335
+15612296370,18,0312
+13082131290,18,0310
+13231120958,18,0311
+15610185799,17,0531
+17603322333,18,0315
+13001817772,18,0315
+15631102587,18,0311
+18611676768,11,0010
+18533230624,18,0311
+16650770711,76,0370
+18655291160,30,0552
+13113450777,18,0319
+17633130465,18,0313
+15603176031,18,0317
+13191763737,18,0315
+18533675225,18,0316
+18599402966,89,0994
+17692350689,18,0312
+16631798013,18,0317
+13171571008,18,0311
+15603225536,18,0312
+18631192606,18,0311
+15613120649,18,0311
+13180191818,18,0315
+15027661131,18,0315
+16603250915,18,0312
+13730501802,18,0315
+13273538334,18,0315
+15612511292,18,0315
+13068777890,18,0311
+13131770706,18,0317
+18531124381,18,0311
+13012130583,18,0319
+18531424242,18,0314
+15530291337,18,0312
+13231107997,18,0311
+13191653193,18,0312
+15632180637,18,0311
+18631408735,18,0314
+15530791290,18,0317
+15632101817,18,0311
+13230100113,18,0311
+15530291333,18,0312
+13223210677,18,0312
+18531111062,18,0311
+18631184186,18,0311
+18632605523,18,0316
+18511873191,11,0010
+15630301086,18,0310
+15676314958,59,0773
+18533333899,18,0311
+15503038563,18,0310
+13932138929,18,0311
+15512476268,18,0311
+15631367532,18,0313
+15733552678,18,0335
+18631559803,18,0315
+15503049225,18,0314
+13070506503,18,0312
+15503317938,18,0315
+18630637066,18,0316
+15630119122,18,0311
+18633035000,18,0311
+18532303351,18,0316
+13230548666,18,0315
+13273605698,18,0316
+13292055148,18,0310
+18503199264,18,0319
+15613181718,18,0311
+13832842401,18,0315
+18631216807,18,0312
+15612152866,18,0311
+15611688088,11,0010
+18731131378,18,0311
+13021820231,18,0335
+13131770750,18,0317
+18532698956,18,0312
+18514756704,11,0010
+18632232705,18,0312
+15613030638,18,0310
+13091013339,18,0311
+13133590013,18,0335
+15133930550,18,0315
+15530060166,18,0310
+13930691884,18,0316
+15530085461,18,0310
+13290412019,18,0311
+13231758761,18,0317
+15532491039,18,0311
+18633712309,18,0317
+15633584986,18,0311
+15733359662,18,0315
+13171546066,18,0310
+13230215516,18,0312
+17633179782,18,0317
+18519501688,11,0010
+15613859278,18,0315
+18692256752,74,0731
+13288743233,18,0311
+18633964035,18,0315
+15633717005,18,0312
+13103209311,18,0310
+18532582630,18,0315
+18603286669,18,0311
+15614388204,18,0311
+18533741135,18,0316
+13001816402,18,0315
+15632739469,18,0317
+18603247045,18,0314
+15610871178,18,0318
+15612637151,18,0316
+15630277185,18,0312
+13180088959,18,0311
+13292587558,18,0315
+15230966881,18,0315
+18532135750,18,0311
+13292371667,18,0335
+13040050713,18,0315
+15632105367,18,0311
+15511575778,18,0315
+13131718179,18,0317
+13241752098,11,0010
+18500312286,11,0010
+18617697602,18,0319
+18617407633,18,0319
+18630785905,18,0315
+15574568027,74,0745
+13292460301,18,0315
+13223185150,18,0315
+15303121294,18,0312
+13171926272,18,0030
+16601521493,11,0010
+18634181510,18,0312
+16626278622,51,0756
+18532092197,18,0310
+15511791069,18,0317
+13103143018,18,0314
+17631423830,18,0314
+13102502797,18,0335
+15632191328,18,0311
+15632105377,18,0311
+15100850501,18,0317
+13082023403,18,0319
+13166569700,18,0317
+17633100642,18,0310
+13231587211,18,0315
+18630378222,18,0335
+15100168299,18,0311
+15533712075,18,0317
+18603287975,18,0311
+18631260958,18,0312
+15532758858,18,0317
+15544956691,18,0312
+15612712677,18,0317
+15803311773,18,0311
+15512959649,18,0314
+13032063712,18,0030
+18632732601,18,0317
+13933540791,18,0335
+15632733271,18,0317
+13231672072,18,0316
+15503218290,18,0318
+13131696323,18,0316
+18617412129,18,0319
+13223144666,18,0310
+15614522788,18,0315
+13231466176,18,0314
+15633864393,18,0311
+17659927827,18,0319
+13230959974,18,0319
+13102533608,18,0335
+18632890672,18,0318
+15690411556,18,0311
+13111791931,18,0317
+15531329140,18,0313
+13012008304,18,0316
+15531531920,18,0315
+15613300657,18,0311
+18631083550,18,0310
+18603280508,18,0311
+16682080759,18,0310
+15632101888,18,0311
+17633064352,18,0316
+13903237310,18,0313
+18603255545,18,0315
+15544743228,18,0310
+15631426333,18,0310
+17611217091,11,0010
+15533080199,18,0310
+17695758185,13,0022
+15631368808,18,0313
+15612041138,18,0310
+18630715051,18,0317
+15612171969,18,0311
+18510388571,11,0010
+15633890677,18,0311
+18503181131,18,0318
+18531246985,18,0312
+13131378930,18,0313
+15614089966,18,0310
+15631518699,18,0315
+18633020855,18,0311
+18532501222,18,0315
+16631419682,18,0314
+18617867886,18,0315
+13393121669,18,0312
+17631594925,18,0312
+18631898768,18,0318
+13722285536,18,0312
+13273388551,18,0335
+13080443896,18,0310
+13293484929,18,0317
+15593802025,87,0938
+13102603139,18,0315
+15533200167,18,0312
+13290567910,18,0311
+13131565711,18,0315
+13084503968,18,0317
+13231104098,18,0311
+17692578768,18,0315
+13172156989,18,0316
+13180080131,18,0311
+15632253839,18,0030
+18632009824,18,0310
+15511833396,18,0311
+15512866042,18,0319
+13230640911,18,0312
+18632902888,18,0319
+15612704171,18,0317
+17692784678,18,0317
+15533866867,18,0315
+13231980323,18,0319
+15631035289,18,0310
+13292888425,18,0311
+15512603610,18,0316
+15611272140,11,0010
+13082078582,18,0316
+15632467218,18,0314
+13131280255,18,0312
+18632411040,18,0314
+15533166896,18,0316
+15603202851,18,0312
+15631186128,18,0311
+18633573235,18,0335
+18532538526,18,0315
+17633022520,18,0315
+13032002765,18,0312
+17633038036,18,0315
+13292310939,18,0335
+15532372588,18,0313
+18935240262,19,0352
+15544558635,18,0311
+15634909277,19,0349
+15530507877,18,0315
+17532595020,18,0310
+15533924553,18,0311
+15612113268,18,0311
+15690007742,18,0310
+15633823801,18,0311
+18633224456,18,0030
+18633664252,18,0310
+13290631220,18,0313
+15003370750,18,0317
+15633636810,18,0315
+13292381069,18,0335
+18633123866,18,0315
+13230800508,18,0315
+18633690559,18,0319
+13081888713,18,0335
+18532865517,18,0312
+13103240132,18,0314
+15932223969,18,0312
+18531685285,18,0316
+15613989829,18,0319
+18631258692,18,0312
+18531017939,18,0310
+15633153267,18,0315
+16630734499,18,0317
+18630444187,18,0316
+15690586416,18,0313
+15511319165,18,0311
+15632693823,18,0316
+13931765308,18,0317
+17634551391,76,0396
+13001822234,18,0335
+17631755855,18,0317
+15503045736,18,0314
+15532918088,18,0319
+18633061320,18,0311
+17631184975,18,0311
+15512632176,18,0316
+17692753520,18,0317
+13126132515,18,0311
+17688870705,51,0020
+18631141023,18,0311
+16655587661,30,0555
+13047720888,18,0310
+13171842383,18,0315
+13292037333,18,0310
+18631065700,18,0310
+15232521567,18,0315
+13131738638,18,0317
+15631121696,18,0311
+15533853523,18,0315
+15676717780,59,0771
+18582060312,81,0839
+17673176807,74,0731
+13473842925,18,0335
+16631071869,18,0310
+17582262558,74,0745
+15532455345,18,0311
+18621050398,31,0021
+15511947283,18,0315
+18513135524,11,0010
+13230182813,18,0311
+13020863107,18,0311
+15533954384,18,0311
+18526320604,13,0022
+13191967310,18,0316
+13051927234,11,0010
+18330451354,18,0315
+16631456628,18,0314
+15731903263,18,0319
+13223167333,18,0315
+17503232239,18,0312
+17530383687,76,0396
+15690362345,18,0311
+15544793459,18,0310
+13131499873,18,0314
+17601296220,31,0021
+15530055563,18,0310
+17303122223,18,0312
+16603183798,18,0318
+15613036943,18,0310
+16603182466,18,0318
+13290558227,18,0315
+15612454863,18,0314
+13231737189,18,0317
+18631605211,18,0316
+13025435555,51,0755
+13284493952,18,0311
+18634036793,18,0315
+13031804628,18,0316
+15690210056,18,0312
+18633297510,18,0312
+16603355300,18,0335
+18633639308,18,0312
+15128655667,18,0316
+15930195362,18,0311
+15533961377,18,0311
+15532877225,18,0317
+15511411511,18,0311
+16603141920,18,0314
+15601265383,11,0010
+18630668393,18,0316
+13292592210,18,0315
+15511376640,18,0311
+18633159863,18,0315
+16603356636,18,0335
+13131013023,18,0310
+13290534245,18,0315
+18617912159,18,0318
+18631137766,18,0311
+15531518798,18,0315
+13230721173,18,0317
+19833022282,18,0310
+15578551314,59,0775
+17692174506,18,0311
+18533339993,18,0311
+13084593291,18,0314
+18632280205,18,0030
+13582536224,18,0315
+13373274567,18,0335
+13273533531,18,0315
+13191925579,18,0317
+18533711289,18,0316
+13146577736,11,0010
+15633127171,18,0312
+15630228150,18,0312
+13070592555,18,0312
+15512929898,18,0314
+13131767076,18,0317
+17731567317,18,0315
+18593283080,59,0773
+15530832274,18,0315
+15533654586,18,0311
+13223277702,18,0319
+15532191321,18,0311
+15613711881,18,0317
+13011510223,18,0315
+13283197369,18,0310
+13032616607,18,0311
+13273533542,18,0315
+15233356233,18,0315
+13292262721,18,0318
+15530298992,18,0312
+15613811222,18,0315
+13231417042,18,0314
+18532581280,18,0315
+15530193005,18,0311
+13191937566,18,0317
+18601216855,11,0010
+13290559518,18,0315
+17633106603,18,0310
+15613150418,18,0311
+13031999848,18,0310
+18612445595,11,0010
+18533633215,18,0316
+17633287452,18,0317
+13393292979,18,0319
+13231596994,18,0315
+13174855115,13,0022
+17660450999,17,0532
+18631629220,18,0316
+18631312733,18,0313
+13143020582,18,0311
+13127313926,18,0317
+15533058997,18,0310
+13230503020,18,0315
+15614358242,18,0311
+13292949999,18,0312
+18531155664,18,0311
+18632635317,18,0316
+13102609390,18,0315
+13011498031,18,0310
+15511290087,18,0312
+15632252529,18,0312
+18633781974,18,0316
+18630613214,18,0316
+18603325010,18,0312
+18633578023,18,0335
+17659735916,18,0317
+13091394220,18,0316
+15632529808,18,0315
+18831295566,18,0030
+15532014037,18,0310
+15544842746,18,0310
+13103036405,18,0313
+13230716628,18,0317
+13230987270,18,0319
+15131775251,18,0317
+17632097776,18,0317
+17732180206,18,0311
+13111699588,18,0312
+15613688966,18,0316
+18531433959,18,0314
+18694270109,18,0335
+13223386896,18,0335
+15075619449,18,0316
+13082100296,18,0310
+15613365103,18,0311
+16626273847,51,0756
+13131167793,18,0311
+13230505666,18,0315
+16619878069,11,0010
+15613734554,18,0317
+17631066146,18,0310
+18630766623,18,0317
+13283386971,18,0314
+16603156199,18,0315
+13731528269,18,0315
+15530374161,18,0313
+13231607902,18,0316
+13290495867,18,0319
+16633301575,18,0030
+13171638644,18,0313
+18632930162,18,0319
+18630373206,18,0335
+16632953098,18,0319
+15503122333,18,0312
+15512324213,18,0313
+15632281086,18,0312
+13111510123,18,0311
+15612158995,18,0311
+13011445538,18,0315
+15631727040,18,0317
+18503356288,18,0335
+15632179597,18,0311
+16630151872,18,0311
+15603196360,18,0319
+13463556699,18,0315
+13126120381,18,0311
+18531228998,18,0312
+15633702661,18,0312
+18631306898,18,0313
+16630077587,18,0310
+18632713300,18,0317
+13230117136,18,0311
+18617722986,18,0317
+17631658763,18,0030
+18631668804,18,0316
+15210846112,18,0315
+18411086112,18,0315

+ 70 - 55
src/test/java/com/nokia/domainb/capability/QryRouteAllTest.java

@@ -1,69 +1,84 @@
 package com.nokia.domainb.capability;
 
 import cn.chinaunicom.open.nlgxptconnection.COMPConnectionContext;
+import com.google.gson.JsonElement;
+import com.google.gson.JsonObject;
+import com.google.gson.JsonParser;
 import com.nokia.domainb.capability.entity.Route;
+import com.nokia.domainb.util.Utils;
+import de.siegmar.fastcsv.writer.CsvWriter;
 import org.junit.jupiter.api.Test;
+import org.springframework.util.StringUtils;
+
+import java.io.BufferedWriter;
+import java.io.FileWriter;
+import java.io.IOException;
+import java.io.OutputStreamWriter;
+import java.nio.file.Files;
+import java.nio.file.Paths;
+import java.time.LocalDateTime;
+import java.util.Set;
 
 public class QryRouteAllTest {
     @Test
     void testQuery() {
         QryRouteAll qryRouteAll = new QryRouteAll();
-        String result = qryRouteAll.query("18503369666");
-        System.out.println(result);
+//        String result = qryRouteAll.query("18503369666");
+//        System.out.println(result);
 //        Set<String> phones = Collections.singleton("13739798862");
-//        Set<String> phones = Utils.readPhones();
-//        String phonesPath = "phones.txt";
-//        String filePath = "result/路由查询.csv";
-//        try (BufferedWriter bufferedWriter = new BufferedWriter(new FileWriter(phonesPath));
-//             OutputStreamWriter osw = new OutputStreamWriter(Files.newOutputStream(Paths.get(filePath)), "GBK");
-//             CsvWriter csv = CsvWriter.builder().build(osw);) {
-//            csv.writeRow("手机号", "时间", "调用时长", "结果");
-//            for (String t : phones) {
-//                LocalDateTime startTime = LocalDateTime.now();
-//                long startTimestamp = System.currentTimeMillis();
-//                String result = qryRouteAll.query(t);
-//                long endTimestamp = System.currentTimeMillis();
-//                long cost = endTimestamp - startTimestamp;
-//                csv.writeRow(t, startTime.toString(), String.valueOf(cost), result);
-//                JsonObject jsonObject = JsonParser.parseString(result).getAsJsonObject();
-//                JsonObject data = jsonObject.getAsJsonObject("UNI_BSS_BODY")
-//                        .getAsJsonObject("QRYROUTEALL_RSP")
-//                        .getAsJsonObject("RSP")
-//                        .getAsJsonArray("DATA")
-//                        .get(0)
-//                        .getAsJsonObject();
-//                JsonElement userStatusElement = data.get("USER_STATUS");
-//                if (userStatusElement == null) {
-//                    System.out.println(t + " -> userStatus is null");
-//                    continue;
-//                }
-//                String userStatus = userStatusElement.getAsString();
-//                JsonElement provinceCodeElement = data.get("PROVINCE_CODE");
-//                if (provinceCodeElement == null) {
-//                    System.out.println(t + " -> provinceCode is null");
-//                    continue;
-//                }
-//                String provinceCode = data.get("PROVINCE_CODE").getAsString();
-//                JsonElement eparchyCodeElement = data.get("EPARCHY_CODE");
-//                if (eparchyCodeElement == null) {
-//                    System.out.println(t + " -> eparchyCode is null");
-//                }
-//                String eparchyCode = eparchyCodeElement.getAsString();
-//                boolean invalidPhone = !("1".equals(userStatus) || "2".equals(userStatus)
-//                        || !StringUtils.hasText(provinceCode) || !StringUtils.hasText(eparchyCode));
-//                if (invalidPhone) {
-//                    continue;
-//                }
-//
-//                try {
-//                    bufferedWriter.write(t + "," + provinceCode + "," + eparchyCode + "\n");
-//                } catch (IOException e) {
-//                    e.printStackTrace();
-//                }
-//            }
-//        } catch (IOException e) {
-//            e.printStackTrace();
-//        }
+        Set<String> phones = Utils.readPhones();
+        String phonesPath = "phones.txt";
+        String filePath = "result/路由查询.csv";
+        try (BufferedWriter bufferedWriter = new BufferedWriter(new FileWriter(phonesPath));
+             OutputStreamWriter osw = new OutputStreamWriter(Files.newOutputStream(Paths.get(filePath)), "GBK");
+             CsvWriter csv = CsvWriter.builder().build(osw);) {
+            csv.writeRow("手机号", "时间", "调用时长", "结果");
+            for (String t : phones) {
+                LocalDateTime startTime = LocalDateTime.now();
+                long startTimestamp = System.currentTimeMillis();
+                String result = qryRouteAll.query(t);
+                long endTimestamp = System.currentTimeMillis();
+                long cost = endTimestamp - startTimestamp;
+                csv.writeRow(t, startTime.toString(), String.valueOf(cost), result);
+                JsonObject jsonObject = JsonParser.parseString(result).getAsJsonObject();
+                JsonObject data = jsonObject.getAsJsonObject("UNI_BSS_BODY")
+                        .getAsJsonObject("QRYROUTEALL_RSP")
+                        .getAsJsonObject("RSP")
+                        .getAsJsonArray("DATA")
+                        .get(0)
+                        .getAsJsonObject();
+                JsonElement userStatusElement = data.get("USER_STATUS");
+                if (userStatusElement == null) {
+                    System.out.println(t + " -> userStatus is null");
+                    continue;
+                }
+                String userStatus = userStatusElement.getAsString();
+                JsonElement provinceCodeElement = data.get("PROVINCE_CODE");
+                if (provinceCodeElement == null) {
+                    System.out.println(t + " -> provinceCode is null");
+                    continue;
+                }
+                String provinceCode = data.get("PROVINCE_CODE").getAsString();
+                JsonElement eparchyCodeElement = data.get("EPARCHY_CODE");
+                if (eparchyCodeElement == null) {
+                    System.out.println(t + " -> eparchyCode is null");
+                }
+                String eparchyCode = eparchyCodeElement.getAsString();
+                boolean invalidPhone = !("1".equals(userStatus) || "2".equals(userStatus)
+                        || !StringUtils.hasText(provinceCode) || !StringUtils.hasText(eparchyCode));
+                if (invalidPhone) {
+                    continue;
+                }
+
+                try {
+                    bufferedWriter.write(t + "," + provinceCode + "," + eparchyCode + "\n");
+                } catch (IOException e) {
+                    e.printStackTrace();
+                }
+            }
+        } catch (IOException e) {
+            e.printStackTrace();
+        }
     }
 
     @Test

+ 13 - 1
src/test/java/com/nokia/domainb/capability/QryUserProdMsgTest.java

@@ -1,8 +1,12 @@
 package com.nokia.domainb.capability;
 
 import cn.chinaunicom.open.nlgxptconnection.COMPConnectionContext;
+import com.google.gson.JsonArray;
+import com.google.gson.JsonObject;
+import com.google.gson.JsonParser;
 import com.nokia.domainb.util.Utils;
 import de.siegmar.fastcsv.writer.CsvWriter;
+import lombok.extern.slf4j.Slf4j;
 import org.junit.jupiter.api.Test;
 
 import java.io.IOException;
@@ -12,10 +16,13 @@ import java.nio.file.Paths;
 import java.time.LocalDateTime;
 import java.util.Set;
 
+@Slf4j
 public class QryUserProdMsgTest {
     @Test
     void testQuery() {
         QryUserProdMsg qryUserProdMsg = new QryUserProdMsg();
+//        COMPConnectionContext result = qryUserProdMsg.query("18503369666", "18", "0335", false);
+//        System.out.println(result.getResponseContext());
         Set<String> phones = Utils.readPhones();
 //        String filePath = "result/查询用户产品信息样本.csv";
         String filePath = "result/查询用户产品信息.csv";
@@ -32,7 +39,12 @@ public class QryUserProdMsgTest {
                 COMPConnectionContext result = qryUserProdMsg.query(phone, provinceCode, eparchyCode, false);
                 long endTimestamp = System.currentTimeMillis();
                 long cost = endTimestamp - startTimestamp;
-                csv.writeRow(phone, startTime.toString(), String.valueOf(cost), result.getResponseContext());
+                JsonObject jsonObject = JsonParser.parseString(result.getResponseContext()).getAsJsonObject();
+                JsonArray data = jsonObject.getAsJsonObject("UNI_BSS_BODY")
+                        .getAsJsonObject("QRYUSERPRODMSG_RSP")
+                        .getAsJsonObject("RSP")
+                        .getAsJsonArray("DATA");
+                csv.writeRow(phone, startTime.toString(), String.valueOf(cost), data.toString());
             });
         } catch (IOException e) {
             e.printStackTrace();

+ 119 - 0
src/test/java/com/nokia/domainb/capability/controller/DomainControllerTest.java

@@ -0,0 +1,119 @@
+package com.nokia.domainb.capability.controller;
+
+import com.alibaba.fastjson2.JSON;
+import com.nokia.domainb.DomainBApplication;
+import com.nokia.domainb.capability.dto.RouteDTO;
+import com.nokia.domainb.capability.dto.SaDTO;
+import com.nokia.domainb.common.http.R;
+import com.nokia.domainb.util.Utils;
+import de.siegmar.fastcsv.reader.CsvReader;
+import de.siegmar.fastcsv.reader.CsvRow;
+import de.siegmar.fastcsv.writer.CsvWriter;
+import lombok.AllArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
+import org.junit.jupiter.api.Test;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.boot.test.context.SpringBootTest;
+import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
+import org.springframework.web.client.RestTemplate;
+
+import java.io.IOException;
+import java.io.OutputStreamWriter;
+import java.nio.charset.StandardCharsets;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.nio.file.Paths;
+import java.time.LocalDateTime;
+import java.util.Set;
+
+@Slf4j
+@SpringBootTest(classes = DomainBApplication.class)
+class DomainControllerTest {
+    @Autowired
+    private RestTemplate restTemplate;
+    @Autowired
+    ThreadPoolTaskScheduler threadPoolTaskScheduler;
+
+    @Test
+    void testRoute() {
+        String url = "http://133.96.94.108:12091/domainB/api/route/";
+        Set<String> phones = Utils.readPhones();
+        for (String t : phones) {
+            String[] a = t.split(",");
+            String phone = a[0];
+            threadPoolTaskScheduler.submit(new RouteTask(restTemplate, phone, url));
+        }
+        while (threadPoolTaskScheduler.getActiveCount() > 0) {
+        }
+        String resultPath = "z:/route/路由查询10个线程10000条数据测试结果.csv";
+//        String resultPath = "z:/route/路由查询10个线程1000条数据测试结果.csv";
+//        String resultPath = "z:/route/result.csv";
+        OutputStreamWriter osw = null;
+        try {
+            osw = new OutputStreamWriter(Files.newOutputStream(Paths.get(resultPath)), "GBK");
+        } catch (IOException e) {
+            e.printStackTrace();
+            return;
+        }
+        CsvWriter csvWriter = CsvWriter.builder().build(osw);
+        csvWriter.writeRow("入参", "时间", "调用时长", "结果");
+        for (String tt : phones) {
+            String[] a = tt.split(",");
+            String phone = a[0];
+            String singlePath = "z:/route/single/" + phone + ".csv";
+            Path path = Paths.get(singlePath);
+            try (CsvReader csvReader = CsvReader.builder().build(path, StandardCharsets.UTF_8)) {
+                for (CsvRow row : csvReader) {
+                    csvWriter.writeRow(row.getField(0), row.getField(1), row.getField(2), row.getField(3));
+                }
+            } catch (IOException e) {
+                e.printStackTrace();
+            }
+        }
+        try {
+            csvWriter.close();
+        } catch (IOException e) {
+            e.printStackTrace();
+        }
+    }
+
+    @Test
+    void testSa() {
+        String url = "http://133.96.94.108:12091/domainB/api/sa/";
+        R r = restTemplate.postForObject(url, new SaDTO("test", "18503369666"), R.class);
+        System.out.println(r);
+    }
+//
+//    @Test
+//    void testSaAndVolte() {
+//        String url = "http://133.96.94.108:12091/domainB/api/product/saAndVolte/";
+//        R r = restTemplate.postForObject(url, new SaAndVolteDTO("test", "18503369666"), R.class);
+//        System.out.println(r);
+//    }
+
+    @AllArgsConstructor
+    class RouteTask implements Runnable {
+        private RestTemplate restTemplate;
+        private String phoneNumber;
+        private String url;
+
+        @Override
+        public void run() {
+            RouteDTO dto = new RouteDTO("test", phoneNumber);
+            LocalDateTime startTime = LocalDateTime.now();
+            long startTimestamp = System.currentTimeMillis();
+            R r = restTemplate.postForObject(url, dto, R.class);
+            long endTimestamp = System.currentTimeMillis();
+            long cost = endTimestamp - startTimestamp;
+            String filePath = "z:/route/single/" + phoneNumber + ".csv";
+            try (OutputStreamWriter osw = new OutputStreamWriter(Files.newOutputStream(Paths.get(filePath)),
+                    StandardCharsets.UTF_8);
+                 CsvWriter csv = CsvWriter.builder().build(osw);) {
+                csv.writeRow(JSON.toJSONString(dto), startTime.toString(), String.valueOf(cost), JSON.toJSONString(r));
+            } catch (IOException e) {
+                e.printStackTrace();
+            }
+        }
+    }
+}
+