fork download
  1.  
  2. //Author : Ujjawal Dixit , ABV-IIITM
  3. //Task : gca Question 1
  4.  
  5. #include <bits/stdc++.h>
  6. #define MOD 1000000007
  7. #define MAX 1e9
  8. #define MIN -1e9
  9. using namespace std;
  10. typedef double ld;
  11. typedef long long ll;
  12. typedef vector<int> vi;
  13. typedef vector<vi> vvi;
  14. typedef pair<int,int> ii;
  15. #define FOR(i,n,m) for(int i=0;i<n;i+=m)
  16. #define For(i,n,m) for(int i=1;i<=n;i+=m)
  17. #define max(a,b) (a>=b?a:b)
  18. #define min(a,b) (a<b?a:b)
  19. #define countbits(num) __builtin_popcount(num)
  20. #define countbitsll(num) __builtin_popcountll(num)
  21. #define s(a) scanf("%d",&a)
  22. #define sll(a) scanf("%lld",&a)
  23. #define p(a) printf("%d",a)
  24. #define pll(a) printf("%lld",a)
  25. #define pln() printf("\n")
  26. #define getstr(in) getline(cin,in)
  27. #define getc() getchar()
  28. #define uj() int t; scanf("%d",&t); while(t--)
  29. template<typename T> T gcd(T a, T b) {
  30. if(!b) return a;
  31. return gcd(b, a % b);
  32. }
  33. template<typename T> T lcm(T a, T b) {
  34. return a * b / gcd(a, b);
  35. }
  36. char a[10000];
  37. int main() {
  38. int T, t = 0;
  39. scanf("%d", &T);
  40.  
  41. while(T--){
  42. int S;
  43. scanf("%d", &S);
  44.  
  45.  
  46. scanf("%s", a);
  47.  
  48. int invi = 0, claping = (a[0]-'0');
  49.  
  50. for(int i=1; i<=S; i++){
  51. if(claping < i){
  52. invi += (i - claping);
  53. claping = i;
  54. }
  55.  
  56. claping += (a[i]-'0');
  57. }
  58.  
  59. printf("Case #%d: %d\n", ++t, invi);
  60. }
  61. return 0;
  62. }
Success #stdin #stdout 0s 3108KB
stdin
100
988 17000000700000015050100300040000005000090001835060000000000090000900002000600100004000002060000000003000002300000001000307400000545001000000000001000206006000002006700090000000000100000720000000000500008000000080500000000020090070000000002000501000020601004050008000000097000200006000907003003701000000000000060000000080900005000800000000000008000300000110000308000000600000005000090000000000000000000090000000000700101500000000000060090080800000000080070000000000000000000000005000083050000100001101020001500008020000000900001000400021002109006900700007050000900002000000000007000000008000060006500000000005000020000000900230400030900900030007200000000000005000500300000300001002000000036900000000000000000900000000000000000000080200020070070000000100000000900552800400001000004000000000000000003001500009000600000000030007000000700019000000000001210193400000008008000000006000000000000025006060800005000100000007000000005000000000020600016000000037200000000000420000184000004080600004001
1000 40006000070600000960003009000400004005000000000600040300000005000060030000000000007001005000000030000008008000000000000700000000906000500026000048000950090000050000040030077050000003000000800000069000000008300060068007000032000000000000000000000000000000000080000000007000000060000009000000080200000300000080000100000000090084000100001000000030000500060000709004000800052000000000000804000600060005000000400000000010032000900030000003500000090000006000007000000000000002008000000600002000300080000000000198070000000003070000000070000080000070010046020000880000300010080000000090000000000006000703070000000000005000000400000000000000400000060000050000006004300000791000000400037300080000008000000000060000000080000027000004000070000000000000902000000000007038000000001000809009600000000000000000000930100000000003007000000000000000020200800000000000700300030000010000930000000000000000010072002000003000000000000070070000000000000500009050800008000500400010000020000000000000003005000013002050000480003
1000 50919651058904761460638510226460616002830894892650390005131698885118802615520583931719298736031228402639351496002384291349002775112190183662045678410583118208719892620850491416074805344305314038975821571044751687956825751964771403373492207172099876382894865779346083915963188267110686542272555040454813787950449358341575582851333534298275337984745124205350363750885069769745321729602062095764297191527807727087047535552248133186588771080492748298787621501184244602844094500772648661143910704853751733054830199943623125989087554700908272938805040939621628427090682827392721531899551125817472817011236804349324366213109637600643325347875433223571239600408887023125487677172039700291631128150654167026789631622276549190991927242765217721344385324079188316734404433744845830196141880452543106770330648279708613539032483329725413425534780032285963241450200568076218959694058845415068932105947290312058028949482467831028716184455677438510478761109901874400988374561686682763217515808806828621070418346849497
1000 20300830090000201000000000004000402006000760000390000000590000900000000001009708000200000000070002000600000000400080004600000200003062000009000600000000000000060100008000000060049000090304006000000300000000040104040008002002001000080000000031520070000000010000000001101040080000006800600000002030040040000010000000008003500080000400000000000000000000000044000020000000500001009070000009000008002010000000000000007020630001045400000000003008000000043087000084000006010000001102070200004900200000200061700030200000000080000080400006900000300000000050000000000005000007000604000000000000000000005469000000300207400040000004000000010506298000000800002000049003010000000030000000000000900700000060000107000900009600060800000100000000000000000007003007000000091080009000002000000000000000000080060000300000000000006000000000000000004000000000000000000000000000450000000000000000000000090007000703000000000900000080000073600900000340040000070000000070000000000506000500000000000000000003805000008800000030001
96 0002600600800004000001900000000709000008070000072102090000000000000300000000000400006010009000001
816 8400004000000000800070000902000400061000030028000030000000000619220001004135000000000000000000000010000056800000000000000008000008000919806000000007000006008030601060005700007000000900007054700030000000000000000070207000000832000020400000900000370070000050000080700000900005000000000001000000900001000042070000000500000750000098000005800000300005100000009009000600000000640600007140430000009000000000000040000000000000000800000000002000040000300024700900004000000950264000404000000005000041000010207105000000900000800000000000100000900080000003600000000010004930301000000004000500000000030900000007004000004000003004400000000006000700000008000000008007005000005007000000600000080083700410000375065049000000006000058000002000003000000000080006009008800000090000080000980300000000000000020000700000050000000800060000001
1000 20010002202012102001210220221010111022212211200022120112202111221001101221022201221211111022220112121002222211200121111101222001112001211021122211010011212222012122212121100220200220021200221210021111112001100220021022210200120211021110110000112002121101110100120222101001111101112210221101011101021220020101021001100220100011101110012211222012201021012211101022210121112001211021000221011121000012202212212120022121100120121200020021200201121120000002010010022012210120220021020210120211201000202021102200021212012110112202202101011100222110210202110222102120121021100220100011220000110122202110222101121221012212210212111221122220101010202002220112221212222102201101222112100220000020111201210011210100111112111100020120221120022022102221022002221021222002010201020100000120220010202012120000222111212012012000010012001000122212022221200221002211102101221001112120000102212112102210122000110202120200100002222020010122001111021001000020121111222112020222122021121120201000002122011020020011012012012
1000 50083000006000000010010101900020000204020200190002038000800000060004000007000309000000300000000004100002000200865000000040000000004090004007000050800000000405008000000900800010000000000060000000007000080000000008400008000000000000004000000000005000000009002040070870000600009007000404000060000000000090000001010000000000000000005000009004300004000030000500000000190000000000000001000000004000020000370500000000305000080002800007000000000000000381000000009003000040000005000000060900000700900000000000000000000900000000950800000090060901030000004000030003900030000900020070070000000000701500000090000000000000900000000950200000010030050000000000008400712000000006000000000700000450000000000000030050000900000000001000800000000024000409000000000700700000000000000000000000000501008700500080600790070037500007290099000084006006000001000007000000600000500001000000060000000000010023046000000060060000000000000000060000105080000000009060000006020000000000002000658000000800010160070030000090000030000059001
441 3090600000000100401100060000000000000000000000000000500000000000000000000000040000000003000506800000306000002000070002000000700700040000043000002000600000800004001770100160000067203010007800000090800000500000303000000000000000040002730000008030000002055080300000004000007000000006100000021000000220000050000000377000000900060000065030000000004060700000480062000605050040800000600000200062000002014000001000040000000000000200000000080000700071
851 740193151713664900219273819755766986039648168306111257882979047473136735877043279186699904787500034018461056202069059229259087324281158834128257945580672885407776342803411440161776396697322868408874718056347594928483244439886595795794378783359079242554122687696168082472867441966120913364051502711727772348434554567829679821863954939887001359434349577853165454468429401341927805281454204306342333959827645378496935683762111389792247433761772590950147024016720931393052339070528532355987699330198163103114615669255999741334791525847034060922211944534184247826754127394435309502845141896187656884554304736214981340866706908970974392735344028029054093933023298329395561267916332439078391384711441033080573472164808009441456243067934928876044468422404656248926255190802067907585475979976555521330087299687655725196688271466393708610725315807896164377148774
691 02211221021010121200011210112002101201201112021202002020101101102100211120012101202102120012120211111001121111000020221220111022222102120012112212102011112200002102221100121011201022012202201001020101210202220010221120122112010101112001222202202222220202210000002110120122200002211101000110212022021200022210011021101221110211222111012101011220011202000211220020120212202002122111220101122112022001100220212212112002111110102122022001212001212020101220202110021200001102110111101201202211112021010021110210001122200001121210110100212210221200001200022122011100022221120200100202202221000202221221112011112100122211000200022122100201112211000010001211110101002110012102221121022110221111200112
66 9546009280116068753278480594549406138431377962505646394620679240901
5 110011
1000 92908196137839058048167297497791561833393276013262758410800815869486142614323009617090496542340063058590744149760752713359308593579401620923160749126456532985865524203146414469800152231072994335041737709467626286464523078378087628548064405969061742304219821982173737417872481514807079528101301746305123140690087982893095015424820642532896934082300427757601325933720662692273026720694493601398880105111534662081099953808436870879596087475359858395139770550803940824572994529868000923597770274733751023338458401850316549013696427334588697714394758316301329199599643310995309073503160860163469574993578863003851118763825295322874528174702601829807535545321032980573490061791382441055723419016827408557006603394456536372263435953995746720402732069843195076056253524493432404576962000860930653075423116171968764699652288686982756957147499505285823049582420567323504351992401044527093201499253543240465114815935415126118907233057643744525958454246091985972386767317087962901840283895532071309534814718084996
312 0001020100010111202020221120002010100222212110010020001212221222200200201011001202102111010001021201020021111200210110122002202022101221121110012112122212000102211211020010001020022100020212200100021201110021021012111110201001112001201120202220022112220100122112220002220121111120220010110012221022222221211002011
1000 20900070000000000055000008000002060000000710900010100000505000000040000000066000010300004000000600000002017003000000605000000001550600000000000200400070090000000002000050000980008020500005023000735000000000906000005690500000010000100900600560530700000502410181200090002000000000030000000000000000808060000000090620000000042860060040906000500000007009000000002400000000007040000000000400300000000000000000835000000000000000000000000200500320300600000400403000000000009062060090600008099004000000000000000080000840060000000000510000000520200000000000000000004050000000003060100600200440000000000000060000000700010000000000609000050810000008007003090000000035700170980200000909040050000301062003500000000000093090000340220000000000200280006000000000007000070004900600900000900700400000720000401001000900000000050000000003600008000000000400903010000000000400054008090000000000000000000000000000040002000070000000100000000400000000000010071000000000700000000005000000000700810009000010040000800000050740001
1000 67787799069123619716938518758046627745628772568935373084306076233453037894309522512281712746879397413458533634588778560365158422337154252078205530589812477501274486992503822316172782451208772894192014933159578887851813137987844438295227302208347811687842156590846257765374371984863850012726232738536999071760386517498211362683659778063920396286491713873383238237373100136350377490476558267749402543970601562651175180679309993405818400409628026362983380667228904641216317157464156209482666373692643828703454986768186394436747586670692742971160826615251564643054784257373713265587378218391217843994626423332572600287105314304045978019332298075002032456679272197887201031279335925452001150332907483499113878461077572481020973459796753947107941042674517700350573814244940313729075949418396587749678744966099114436386139606492444808452959240206818766695411351508196632725188464491082919090774511427679880272985922308243161893215590638575452191038891397845302485459890253316126746081019214414631698719335856
1000 00900800000000100005080034000000016500000040020000006006000000000000001040000200007000000000000000000200008000000000200000004072100000003000000000000000000000007020000660000000100400000000800700030000105000000000000000000000020002000090000210000004001000006008000000004000090030000200000707001000000907000000070000000000030004000000000000000000000000000000020720000005770008020000000003560900430004000000000000000424000400700000800000007000404085000000000310000000003000000006008000080800000070200000000000010070000005008300000000000600600007000750000100400000000005080080120090000000007000000000305000000003002000900000500700000078000000020001010000000000000000000300500000009000080002300050037000007000000000000000700004016090000000000000609000000000000500000000009000000105000002000000000000000006000000000020202000000000000010000700080000000040000000160000080000010070000005070000500060060302000000000002000004009000000143005020020070100100000070300000200000090000000200930000742000000700200000001
1000 20202222221012001211021201110201121200110101022210211200202100112200210110212220110001012121200202001111112101222002020022200012221102220111102220012121202100010222010011022000022102002012122101200022121222210200000202220121002111222000102220112210211022202211220111000002112021112202010202111000102100110020121201020111010122021020122100111220010210202122122012111211201220111112011100202011021120202012102121210212200112022101221200020102122012122200112022222011200022101000002001121110212102212001012022201111200221222010220120021221100010111101111222220222102022111011021110221012020112110122112102022120121110100122011111021102022010120221022100020110200012022020110211210201001211221011020110012211012010000222202222201211102120211120201200200101022201120121102012020220222211020212200222100001022010201201010202101202210010000111101022102000012210102202211010012100011111221000111211121100021002110121101200200020022211110112210021021122100111121001210212010202001021011212200211202111020210102
1000 11202211211222200100102220212021222222200222201100112010111000201201200021121020110222021011020001211022000222022021022111000201101100001202010201111112202120200012112201121001102111200212001201201201111120112200120120202112202222120002112220020102211222121010112022210221122210202011121221120010222121011110211020011211021101012201011220202122001002011101220111010202020121112002222102211221011201211111102220220101221021222012021220200121122102202010020222200110100212121122111110000220211222101101002100220002111220102120010201022101222022201120021111220211220122021121022111202012212112221121222202121021000011212201210000020120021012021022002021200010012011122200020212121101011210222200201200121210222211020010220201112021121022001022110000220110111011011102010010200122012211121012220220120100121122011011002102200102201102222120211212110220110020011212202100222111201201101202111021102101210200010011201212200210100002211202212100100120021120101122122112110020002111102011100101020210222002221
1000 00055002000000000005000000030500060000000000700000000500000030900000005000000005402000002000006000003340000600700000000004007000300200005000001306000800300000000000008000746030000000000300003000009000046090000007020000600002010000000004900000002008070091000005009000000000500000200060006130000900800002010000040006070000000000000003000000000000000044000000000070900900600000160300030000006000000000000000000010200000050000007009000000700000000000800000000000000000080000800305000800040000000000008502000702400006040010702000000001000000000000005740006000003070200000000090300120000000450000000008053200000040040000050060000060305000030500040041099000708000080000000000020003000000002000040000043400242020300000000008000900000000060190000000000090000000050000000000100000000300050000000000000000006000000000080000050600000000011100050000000000006590006000090050000110350000009538000030000300000004000050000024090000000300000000006000000000000000004000000360006000090000020000400060800000000010600006001
698 009005000437000000040000000054200007000094330030000900032100801030000000009000000020000000800000000100000000000000040040080000400000000000040000008000007000000001000080100000400000009300000000000000800000068200000000210060000000300600300000000400000070000000070001000040000037000050000830000000006100000040010000100090006000005000609910930000000400000000000000000006000100000000907000900020000600401760000000000000600009400001000005000000004051092000000808000000000000000000000000070005000000370001016003000300400010000490100000000005000000000000000000010000000000008000000000000000009900800000800003000000000000002000000000000404000000005806000080000010000000371200000000660000000000040090809000001
1000 11400702000007000000008000009000061060000000300000000010910000040000008036007000000002002010000320000000600000188000000000008000000000703650208040531000000000006000000900509020000003100000500000090400900090000500094000080200000000006000506000500000060300000000920000000090090000000052060007000000000100000050000863200000000500000030000000600007000500000000000037000970000050500000000800000000000900200000000000000030013220000303000000050200000007000000402000000006200000000000070600000000000002000100015004800801000000000060000200000020300000000000000070000000030000500000000000005000400001700003000080000005000001500006050000000067000020000070100520000000000040650000080000100000000070080000500900000000000050000620000000000030080000900000000200002011700078000740600900000000005000000000000400600006001000000000900200100000000020010900000700200000000000085300000000000008004103000000303000070200006000107000000000007087800000000900000000047000000000000000000000000600000020300530000030447001070000791
979 70000043000000008910500900000200003800000008000000004380000750080004000000000003300000070000000060000001020000700060400000039040000049000000000700000000000200100000000000000009000000000090000050000075010000630000000000000000000020300000000000094060050080000000070260000000010000004000700000002000000000060000000703009600980005000087000930000904039002000100008000009000000000200030000000070000050007000300600100200070000004500000000400000481000000000410400000000500000002000000000000007530500300000000000300900000800000000003400001000000030007000000500000000000900000007000060000040000003040000000000000000000003000000000017500140000000000000308090300090000000400000000000000800000000900700006000314000000000000670000000003050000000500000000000700003702070032009104010000000010020300000000010090005000000400005570000000000000000016500000430000100015106400003000000000000000000304020090000030060400000045000040005000000600000700000600000089250000010000000040000000000006000000000041
53 626447210712252118335887318612039422116559541540567653
1000 66009900201000009000000005600009004010290070000400009001000500300000000000072007000000000000076800000730000000000005000606000800000200000026000400000003002040050000008600000000000000000000010005000000007004306000200000060000604000700000030000000000900000710000300002000040000030000090000900990100700903700000000070005000000000038205000000000000050000060505000000000000000080800040090000010400000200000000000060000000000000000000000200030000008900000500000100000320000004000040200000307007700000050320200000000000020000000030000000000400020600000000600800000000002050005200000900504100000000000070308006200080000020000000000020006200000000004500300010030000000008010000000290000000017002090206030000970004008000000000906970004000841005000620000000000008008000000080000000000008000852000000000030000000080006000040040000000000007020900010900130005080000010030000000000000075000007042000040000090000000000800000708429004060000060000000000000090000000000300000300004000000047007004200002020000000000000004
1000 00005000000700005000000000020000000808000002206000080000000800000006008500520060000000000800500019002000008089000004005000002006500900008000000000200000000000080000010206090084100075060000700000900200003050008000300002000000300000070000520000004704000000000001000000000600000000000000036003000000080000090000600506001900013700900000000002080000000608010400001905003000006000003000900000000050090207004008030008630400020002000000800000000000080900000008060500000000000000000000000500040000000000000000509000010010000600500000000007405000008060100000000000209000000600400900100000000700009050600900180000000500000909020000000000000590000000800070000000030000100000000000000600040006700000000000000403000000000000099000000000000000470009200000040000000000080000000000002079000009000070030000000400000000020000000000000000000200000090600090000050000100300000000080000000090000000080000600000000000070000000000000000600000000000000500410302200013000909537000004020000000090083000000000000609010070000002001
1000 24153654472337366387191824830296757093374942776492187794254712444752081438263870149701969220727294322290064697446067043087903100967789080147387419361693959929070242644892492646045375204659917229731422019564796069822072033736674197330616914022010271375994541205858611981682847429990882914557674951201001499344899988921480997867095245313992683181312493812638786200440182769567672034165587007758321405389872807807397295103936941644292661026843658976956499516300819128840032845417072701598271210763678933733939572515285008316145814381065255242802847605707878806853437914773219676554106800965156356120008378505106639261751548220740640978916661857599917189331805727798386013979085180072943886329386132996736941223365041229622883313826393442137610142170177033839667566334970624290312179936312842631802046839356329668391382565889236082489443959769766820071768356237676831577936190487764501482150751860807419057210048930913980115181592926703707000556371475411303414288892454985150955110192133457756271585199971
1000 50003000020100000000000000000002000000006990000000003000000000600000000000070400000033050009002099000006404000000060700004000000010002004000000800000000000400907000060000045000092900000005502000000000000006000074000000000000009691000000000100000000060005000090008000000007000000000000000000000000000006000000200006300700000080008000000020600000000000000605000000500025000002000900000000080000000000000100000400000080000000024000010200000000500001310001000000033000000000050000002900006000003002000000040000009060000180005030000000000000000000005090000050010700090100000000000000000000006000000090000000000000000900000000000008455000000000000000070001000000007060000800060200000030000004000096000000000000000000000001000100080100010040800006000000033000600300000020080005050102000000000000002015080005400000000900603000090530000007000002900000000500000001000000000040000000000600001070000007000300000007043000000006050000010000950000057000010000090000060200000065000000000050000009873000101000001900001
293 954648548713269937179151823352114668827906077543124955583563925322962378398922485064920837251433541574634689413336408679068649015349095132766322205789889897101368486659933764166941740072732267793362954635029902810004858114247206800955499022016617639258541310631944514908164010718929862324707874
1000 30085000050060000300080042000400006000389100000055000000040000020043300100000800000000002000019190008000000008050050400000000000002230004000009000000006000056000004080000300000000005500000000000000000010000000000050000090800400800000000400000000230080802080000000000000000047000003000000000500000703000005090003000896000000200000700413090000003000000900000073000000000400000500000072056000000000800000000400006070004000003100000000700000003200060060010007000203060301700086007020000005000600000800817000000006000001000000010640009206000029020000000000000000503000710070390000000000000000500000000000700004000900080000000001900080008403000080000000000000088000000000000300030000000003005000000000300000026000000000000160609564308000000000070000000880000050000004008000000000000000005500000607000700200400062100010015000000000008001000000000000000000000500000650000000002700100030040080602000000000030070000800007009060000060056000000027600500700000480910030300002000007000000000200300090000000000000001
1000 01011202010220111211022011021200101112100221002202020221200110022222010011200012200121020110102112022022000120102211021120212011220100010221002001202220112222022012120001012021211211100100002201002220020201000000120221220221122001012000011110120110101221211100112102010011202021202000120120002212211020121220202111000022002102000020222102001110020212122221002221002020121120101010022012220220222222100022121021121121101011222100221200111021022210010102111110202221221212211202100112202112211111212221212120000220101212112010200020112202101110220122122001221221121201222002110011112021210202000021220221212200211212002020022211020111202120111000100100021002002010002001102120111200202200100212102210221220020011022212011220112111210201110002021012111000010222111001021211001020201110120020110222101201001002021002021001011022000120221111120100120000010000102221112122101210200020100201200000002122022100210112021000202220001001102110021111011110112221001021222222002221210011221210222201002000212121201
194 500008000000000000070009000000089000000000010000000000004000000000000008000090300030570500000400930400000000002000900000040000080003410004000000096000000000980040000405000000003040000000000000991
238 40003400020006500000004000001509000000002023000004000080009004000553000008900000090000003000000000000000008180000000060027000890001905000300000401407000000010000000000000100000000240000020000000000000000200000000300410700670088000005000005
515 800085060000040040000000000008700000008000730000000070010900090000000090000000800000000000070000000000000004020300000000900000000000000040090000400000000226000000030020400088030000000000000005000800000950000000080000000000040000080800004000000000000078090000010000004065900000000600000000060000000000000000009000000070000000000140008050000000000500070000000937004190000000000000000000000000410006000803000000400000160001700008000080000070000000000000000600806000120000100600900500000000020000008000000000400200000011
388 70000200000000000000500002000040000000000890064006040010000000200400000450000000079040000000040000060000744080000308020000008700804000040007000010000000005000000000000000000000000060080050030000000000000000000008030943000000000100000070000873000000000004000500010000400000608900000000002000000000005000500007000060030000900000000000000300900000000000070769070100000003004000000400000000504
198 3000000000080000000161050000000600700001000000970000005190000040000800090000000000000000000009000002000000000040000000030004000000000000040510000000000000000000000020000000304500900000500510000000009
1000 00300010000500000000000000000000000010000000900060000000000000000009000005000030030000008090000000006000077000006006090000060000020080000000080000000000000000000005090040060070000900000000480400000402000000090400000000000000000200070000000000000000050000000000000000030904010010080000000020000800300007000000380770000016007900001000010000001030002000000000000603030040066800700006008000000000000000000100800000000000020000000000200000065000000908000000000000006506040900000000300000700000000080000000000131050080000400000000009000900080000500000909009040083000200000400300000200040000306000003000000000000000096009000091870050000070000710004000490000050300000000907000076187010002000470000000000000000000000350000080000000000003000038000004000000000000807006600000062870050000000050400000000000000900600000002002006004040002000030004000000010000060000005000000000000007080000000000808000406110000080200000600000300000000000001007000200000900045000002000060000000000000000000007000000300000100800000201
1000 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
970 19006000000001009000010800200000070390600000050000000099000000008055000005000110009600003000000000000007003000002400000000000709090000000000000004020505000000000000000000000000100000200000160000017000004004000007106200005000000081000065003060000050000000000091470000000004090010000090000000090000000020000200000000000000000201300230006030000006000006000005700070001903000600000900091000007000007050000080007000000003000600000000000009030004700000000070000001000000730000050000000000000105100000000000000700000100000060600000000300400040900090090700000000800005000030000000000000000500000000000050900051000000400000000090300000400300000009041900120000050060000000053970000500308000000070000000000000000270000000001000060000000097009000004000009000000090000009000570000000080000600000600000400680000070000000070000100000100070007800006000640003000002000000060600400000000000097000000400000000000040900070090000000000000080000000000007000000600000000000200000900000300000001
172 00000008000000000001000000060040060000000000040500303000000300906000000100000066080000009000000400000010000090000000180000200000000000000000000066900000000600035000000605002
1000 00040403000004005000400000500005090700800000000000001060000002000000000100360000080000000000000000304900000008000000002904000000300000002204840900090090000000000000005010000000002000100000000600040500401007000000000004000000006000004000000015000000000000000000000000000000000360005002000003601000180001000005000000010000000175080846000000000000000080000000000090000400040000000000006090000010000000000040000300000000007000000080000000006000000600000001000003000408000400000900070080000070000001766009600100000050700071020000480000000000400800800400028005007090000400030000600000003000100009000000028000000002003100000094009000000000000020909009421011082010000003002000009007090060000000000000000000080000000000400000090000000005072000000040060000004000000004000000000036000000000500010060080500000000000000000000060700000900664000000000080000000000200100080503000000000100000000001060005500000000000000000000000016004000200078000001590007070000000000020000220000260000000001003600300000083000000000001
1000 09060050000602090000000500740204040040000006080060020000000006000000000000000003022060000050000000000001000700080045006100000400607050990000000022000000000000740008000000083009000008080000000700050000200000000000003000000000478000000000000500100008000008000000090000030506009400000000001900508000140000000300005000031010000040600600000900000000300040000800000000000000000000713000400014101000000306000900000000000002000000000000000009000300400090070000000100090200000000500360500443040000000000000070000000000070000000000200000000740704006000000000000000040000700080080030005000650800030000000000080000000050007000800903000000005007180000009020000000400001000800090000000600030250000000004000000302405005000000500500060000000300040600000001000400000000600000120000000080060480000000820000000000000500010000900070000000650000060000000000052000809000000000090000000040450000800059000000000600000000009000820000000000000000000605000400007705000002750000000010003009000800000000020000000015000608000000311
720 9000000700050000000003100420130000080018600000000900006200003050000018000000060000903410020060305000170000000040310000020508002100009000300080000050000067600000000800600000500000060000000900000022036000000900500000000000000000000000000040000000600408000000000000000009000030000000397004020609000600001000000900000800200051000600000000000083000001300000009020066200004000400000002000070010803006000000000002500006000000000006630010000000060000000010080000000500000000090300000000000060000080000000000800502050700500000100005000000000000000000000000001000000004200000000000900010000000095000800000021000036000300000006000000900078070070002000020000000000607005000000000000080000000604000000300710809000000000040000080002051
226 00000002000000090000030410060001800030004065000020300200003908100009000070000000000100600600100000000000070200800000000005000000000000000860000020000003000029000003000060045600000000000000000040000909000000000600000000010000031
1000 21111000212200020000110210020021212021101112012211001022201100211200102022012012010121220101122201201012002221111002121200021022002100011212101011121200220200212212002021002212012121121211211022112221021000202212010101000020122002021020202022211022101020201111112111202122120000121021120211022111212110111022001110010101210012020010221200000221200012212000102100211101002122000002110122110001202002121111101211121012100022210122120101020021021220010222210212222001002021100202012201000221210110220211000011010212202200000212001001110011120212001220022122220201220011020211101222200021021121002110012110010001100222020220212020201000022211220011012111020022010220012020011012002121211100220222212020000002002220011011121210011112222112002221200022101202221101222002021211102200022020211122210201110200010120200100112102020122100000221200021000210021201021212002122100212211012022021101200221212220200110202001111201210122202122022122110122120200000102021200101222220202022212212020101120221022210010011
1000 84311322669136013814729401860990039962034828445385514218151185091695118960279322280950269730323650299763396343153683367089021261782212315312073100641262104412273874267761008085565270403461619075664142954688624859597388913670406776550042482147754234892232008019007093746206154185096895344148028576327848378670200259091508997742644160045464807106452773366026397344736262728335019042007246759296710411975641739849435123728865566936790995702423376006566814497530081083386908783996612094418085066634640924391179668301439907078338231894766266753032102396179962689267541254718935357372220311403407755068446270862654015152674375475869409567452045365636659793087646997172222930912256172546087677662835084660081068226681753121341956443407733337173737162535123255150754316609962159660080279576989189170624411358482303452432105587376029956078318441821943103773170676713736830687971146557684361426781584900191992258211446885345958897603250646784648861264580947193492567936366675839154827430389402759432168522374089
199 92962457667312425304403433291120103537819866410259399581182364685619181735617674356396565141560275705966848970631283043436281655273534961274660625906563056095762880049796577988483604667590431178378705
1000 00000000570000000600000005000000000090900210000060000000000000308000000000000003000000600000001000000000000000000000007003002000000601000000006003010708000000001000000000030060000000000900029002060038700700030600000600600040003080009300000000480000000300000004000000000000000900000000000800200000000000025070000000000000007005000740060000000000588000090000000000006000395000760183006000000800000000000050000092000000000002040000000097000005000000060000000000000000001000000000070000000000020700000000000000030000000090070090000000000004007001010000000000000000100000000002010000000000000000000000000000000306000009503500000200000000030503010000068080000000000000000602000070000000530000000010000000500020000000007000000740720000035000002000000000506000200000000000800000096000010800000108030000000000100000730000030000600000000070000504509000000000000000000000000000000000002000000400000000070000000096000060000000000010500200000000000000099000001000000000200000080530000000000000000000490000000000901
893 800000500000030050000202600000040001590005000000090000000000000011800030090004006500000400935000602000004700000400008000000000010000013800005000000700000060000000000000000002050100087002804000009000000000090000002800000200000007100437089810010020200000000006000000000070000000000900000208100060000004000008000000020030073000000400000080000100009074000000000000000000000590000500000010000000000000000040000000100030000000000604510000072220004000000050900000005000000900003000040900000000000000900000036000006007000006009010000038200000005000002000000000000001600000000000047209001000020000005609041500790000000007000700000000600000700002200060000107000090004040090906000058000000040004000612010000007000000050000003000000000000000094020200800010500000000020006000000680005000000000000001030000000000000000000000002000000000000000000008009000000008000270902000800006007000000000070000700090010001
297 2101122011022210211111221211022222021211021102110212010010012000222220001111111012200211010210212120222221001201101200121222000011111020221000112111121200121021221202021022202011200120211122222012202211210200111022202100121211200010011111011012012210102120012020220021000021021121001100021100212122
220 15303101668701876780031558088640071316193860518875114971096575348798577398565350074329156551386870403807903704382352467297971312515118960405300654300046478317889718329997246092792361401922980630425220222688132435322943807
354 2120110112202100211101111201201212110202002022001202111020122002210220122111021120022101002222201010220201020120122111020001012100110111112200210201112101122201221021200021002201120112221222002112210222021201121020012212002202011220200021121010210022211002101110112110110021021102200011122122222121200121111210021001100102101211221001202120121201201022211
407 952522910168266628743179443212505464971953763240394037690716243951949180927740410301152315374020223263142924262119906899316825614455427417499042945284625642357314803436121381625236508008395999087829466820125698605149487571829207539930422771597093015931268082446249071405386671857268081833893315122176518875524903874054777903223771183979610245468166780488142280107218910776001579966142922965442958284807051781
1000 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
799 00000700000000080020220006002000000500060000000003550600000600000900000000000050350407000001200000000003900990104000060000501091370000251000090000000109000070000070000000000000006008800040160021000000000000030030807000000000070100000086000000010028300000600000000700006000324000000100000060000600000000008000400000000000000060100000070700000000001000000006000007000000004000003000100520000000840000500000000000000010005120600000000050000000500000740000000089009000090020401000500000000000000000000016000000000065005000500000000008000000000008906000000000000000000000000000500120300000000050650000000001002009000000040504000000008000000800000000000090000704800050000000000006060530609000000800005000004052800000000073010000050000000000000070000000000000000084200050000600000000040000000000002004404011
0 1
1 09
1000 00000003000003000000000400000000000300000000010035030040008070000000070000017092000000060000030000000000902860200800600000035320000790000000000002000010000000054080060000000000000000700000000200000000000000000020005000000025504000060000000400000030000700050000000500000000010002000000000011000000000900000000270001000060000000000000095500009000000000000000009000000000000703000000040000800000001506000010000800002000000960000070004000020000002040000710000000004670000200000000000000009000000007000000000000000070090500004400700000000000608000000000100005000010000700004000400000500000003000000000009030070400005000408008602300000000100002007400070000090400500508500908023010004000036000000000000070070000054003000408000001008090050000096000009060000044000200000900000000000000000043050000070000000000035000000000003000000600000309070000000000000600000000002003002000009000090090000000200000100000403066100000000060000030003050060100009000030000000000000050000000000400651024004000000300000000000000007
961 96956358281747670241604959166401303559285138352973728553274317663449758584616888522804754673690746621643810196276908057611060859973937572867232603844208048566573715556029634926579945770466437260961970541323701327085003311760360806995435351825990566086879300450635482670533802969321894285980911308029397996968760330153175249344031167171808331883499673469371850461231769440748990748708128812846669982673983389231654419901165151561412599289306452698650697220473117163727831747261032048811878513967598009259604773020932199612667713233561769799571068125736832128632248339610556835465688222963198736190984591350923496996924694661793642447497882129727867434575207691688293202970119971430724232381413653739830697153453709583228562504292700303383020691243207412634231675389714089784163580465887147677759331440340989944024074392134466286215991341148264314939084645031760029094453644880603505982928014145451717004260547791918694802549003854846393502020251053289980992501421
681 4000000807000000000000000000020000000000000000060000700001000806009200030500400009301000000002000000890000000010000000009000000005000060000000000002000020000000003090000202000000000000000000400095000187000002900000220000000046100096000000074004000010050000000000000020003000090060662090001000007000090032160110000000000000002001000200000010007000000100006000001000010000010000000000000000000600816000000050000000000000070000900008002000060403000007900000452090000040000050000299600000009020000000000040803000300070003000400000000548000080000000000000370000001020050007001000020009002000000070004000400000060000001000000000098000007200020003050700000000001002800600000600000000006001
1000 00400000000003000006000000204004706400000003000007200000000000000000000020003000000506000905001000002000000000000010003000500600000000006000000000009007000500005005000040000100000000000000001010009000000000000080009070000000008000000070000000004000060000000000000000000000072000000007000000004060080502001500000000083000000090190032000040000000000000000900007205000000000100002000000090010000093010000130006000000000000200003000000060000040000005000300000000000197000005000900070005009000100000007930905000000000805001000000009000000000000000500000000009000000000070500080320307009000000000000000900020000010090000600002000000000000000000054050005020000000000000006000001006000000000000008000000000900000000000008000000000000002000000000600000000860000000002000021000004000039000000060000000700070080000500079386000006000000083003000000000000030007000081020000000000800020300004000300000009000605000008001040003000000130905000090200300070000006180000086008053040075000050000000009002006000000000000001
859 01101212120210210101220110112221122021210100210012021020021221222211212221100021202102112102111002120102011221121210100221221002022211220200211122000101200120202011102000212011210021100210212101102220110121221212101121201002122211112112212100210021011021222100221222100201222022202220021121212001022001202010200001000021101212021222202212121012122111111010222101121200220200200000221210121001210122112200220220122121112100202220111101202001121221221220112021211001122101001200002102002222012201220221020121202221212001200221210020001110221012222020012012201100002012222102221202121001200211222012111121001020001220002221210222110111120111110100010121202220221021101010022211012210201102012210212012112012101020100000211111122102201002111020200111000022110011110001001200202111010112100220122000012111111022000101011022211200202112221201102212221012020202020011
139 80000000201600810050700200010000000001007000007000007100004000000006005600030301000000500000000006000004000800000002094070900000520000000001
1000 56690000000000003005700070080000000090006060000000000300800000003900600510090000000000000060000000000040001300400000000005000000018000002007003000003000009000040007900000800000000000008100000000000000000000005004000000000070080300020000090006050004000000000000000007000000700000300004000306000000008500002002770000060000000070700000002000000400000000008900090000200000000008400300000505005000000000000000000900300703850000000000589040000000700000300000002000003030009000000000700000300400000800100000900030690080000600000000000000060606000000490000000084447000000350007020000000000000070100000840006000000008008000300000700003000000000000000000001000060002000600083024000000050000000050500030000000000000000900100008003037000000000000005102000000007007080600000000700000000000000000001004000000000980000400003000700900000000200040000000000500000040080200000000000000000260200000005000300000000000000000000000000000100340302000000000346000000008001400006300000000032000050700610000009091008000701004056
145 22212101020002022011011111120210122020221102221000002020220012120202211222221200122211212210210100022220211122012020001202102111121010222000021102
306 0700000010000000000000000000000000000000006110000000000009000000000000030000700000030500000900300000000000000000080000000000600000003090000000700809000003020000000000005500000090006002000000006000000008000000060309000001000000000000000000000100500000000000007004020003001000400000060000001073005005560200001
1000 44640986543977891644700272946655618406186452643401868737278939758379167789698647551925592981341873933139974636687467766538911935074038369939422092932345340183636977578426301091689860554608123873717212409835176357176859073846083481409067832537100170476932047127088071635614711638766276255576978509513057837151445581892432987772654483691744142044415648796713847421385835458515160391685602762249064331978873306590491267900907817614370101288940711460439125334116312289534683415540133298722821193712236916935114972099251162942200864539042839194651679391643771832990789920286871547075668989140008977397076612105138439151809704629962205965728173306220346717667036989547099850427717701104680468033015568336841650417614849204139487802908210725806950621318515553694957556211197053663987776272377438228632314272030896270279388235131431698447628348290403767993915677129963322699397083085967602614137538442186752268048023986313595894117021447978822737129824441206847347347936629200666424208468331979375819954247116
1000 02201222001121122101021122021111101011112211121122211010201012111001210001100021020200121112120120021022022121011200102200102120010122202102202021210001001000020221210011100120122011111020202100201021110110020001002120110000120011112210211010210011111121000100002202120020210111121220122101220212111211101111021102122001020210200021022002022021220210121000010200112210100210021100020021121202111122110121100100211011112010202020122202000011101000101000221202212010002001000111220200000100001002000211211220222002020000001012200112111111111010222212111112220102111220011121202211022002021110221111001021110122101111102012122012012120210100102120102010122120010110001111211001102101201021102112002121011002212210001011221002122222121202001022201211212021122110002122111200101021111202200022021210110221000111110100020221100210001210202201112120100101122101210221021000100212211020202122112012220110012021110112221021122020110021212111201101211222120222111020001000210100212011100102220221221022200000011
1000 50008032004006700505000600720601000000000057000000700007200000000000000000087030000000040000009000000500000400000000000000000000007000000060000000009000000002012086000000000005150000100106000500004000000970000000000009000030050000900006000050010000030000000004000300002036000008000000230000005000070050060000006000000000060700000000002060000090000000090100000100130070000004000800501606000010005900000001104007002090000000102006050000140004600060000000000900000240030000000600000002000000000000000000000406000061040002000000006903600000811000005003070000000000000000000000020300001700000040007209000000000000008306008000000620805005000000083200000000000000000000800000000000000000076230000000080000070000800151400600004090050000700000790000000070005000000022000000000040000601706001090500000000040007000000000000100080000071003726070007607000600300060004000000010000010060000000000000010000000000000502000006000047000780000100000050002002000000020000004690009006400000000006007947000005000070600000001
1000 86000000090600460000000400009000000000000000300040000060040000700000001000000300509709007000000706001007090050000000060000660000000000000300000000070005300100037800000000000003007009000000002000022000300000000500000000000000304500000500000000000000000400200000000800000007000009080007000000000000000582300902072000002096000910700000000000010006300000000400000000100000000500000103000000000000090000000000004002530004000000800507303000000101000000002004002000080409000060000000000000001000080000000603000020030004109000000000040003002080000000800300000001406000202009004000000000200030007000000206000050000040006008004000007091000000121700000040040000080000333000000000000000010707010000000006700000020000000000003600080009000005000016025000008730070000000000000500000000000003009050000013000004004000001000860000000000000000000000500000394089700000000800000660040000008000200000000000090006056000000009000000000050000009000000360020003000000000000406440000000000000600603000000080090006000000006000001
1000 11112011122222122011212010100102220111112121220010020102110201202211102112002102002211211220012101001210022212002220020202122010020121102001120022122121120120210210201211212200110121021010211122212012100211210020000022101000000202201021010021021001221122201110212011112210010202022122001220212221210201010211202220211022002000021210002022001120001001020011001111201221002121121202102112122101120020120220222211101201100211120120100212211112210101021022020010001210002221110121001220222212122101010000021020110012022021221200211011121202020020221011002222012221120010211210110220110122020210220212022010022212022202220212211112211112222110111221010022000210210012002222002011200111112011000220201121010022000201112201201011120201010220011121010211012101121210121200010011120212000201220120222012022211111012112021002212122002100220020000221000220100221122110212200102212121100021010102010100021111002110002012012200200011002000022122102022210202120122221220211102102110000022021121121112111221012112221
950 000600000833000000000103000000000829939609047091050000000000900000017600500031030007000007000000011000000080010084000000020000200300000000030000900008040081000000060004000000020003070059006000008005300000300000030066000103007000000000000000000820407000000340000000005800008900100050400900000000008000300000204000020000000000000000000000000209000000000000002055000040810009000000100600000090000909550000000000000060040000040000020000002002600800000006009004142700060000900020000000044000000092006000100009000000553000000080400400002400001000000230000000000000880600060030400000180009807040800002000906900000160000009000080050000846000000000000060000000800700304000000000000000040000340000000600000000400002060000054000001000008000000805000306000090000000303000000000000000000009000000280086000002070460000002000000080262606000070000000000000000000000000000000000200000006400020000000600000000000090000050100000000000204000050191000000000000900000000701
1000 16869367820517093395396318979905748297956821423241522576332513505881597595681072207903529074182257444155783207927580219609542858531302352612141999994899961659615096895179026438829672595711073342260221900782207812594086980249338753702279711853890847543436909263415619205990755165646871038525383425591649244234470095120280306490355361631648078038938379243927893028515632109962936017932717018576015260074461134965371770760506388758693204199623134698121750876253590133679986999601237705246563344559089371556878569956312730766536992175092149811180011124063201096221217663608883399246992558278335940926076359058605426236741102290575469745825415437048750829151259181276430499540675543885545400111580171388269031179615411677500071771868338986998720332462836346604856489622530690283083882125948472200438734448621247242999521804683663992241356002243125756475835206234824926867390748580869980963722550337355206011296201632072697889354280411730421199583927675548999603524415571483130753552266109025460804003651581
1000 22022211012121002202212211102222020202210221120211202112020110021221121222011110222011100202100200022010210201201220001121220222101010022100002222110121000222222001212200022211202101211121210221020210002001101122211100011120200010012001211010212021000222200000100121000210011200021001211221200110201102120202102212100112022111112000212102202012121121010112001022221122022012021101100222202211011011101001122121000001200022101022211122011001121020220001102122220212222112120012101121011121120021200012200011012221020012012020221020100001001011002022010221200202221102012022110112020022000111221020220112221001012202020110102001211012112110222010111102021102111001221102120000222112210011101210202212201101222000000022221101111022101220220111210111122101020111101222021200101002122020221120211102212110200102102022020220021001020202000220210120221002210000211100112002011110121202010012201222122000211200000000100000011110112010112112010212021111021221002002020122102110202220011111201210110100200100022
551 011022111201001022121110121211002120211222102200110021102210022120012001022012210012212112111101112112011202202101221100101220221112222121122000222102101101211122221022020120101010101110111220110220011012011121111010102112101011100220020012102000212210100012202122122221101011021002221220112122110201002011212210202010211011011111020220222200110211011010211022221010211122202212101001211002001021202210101210221201222012200000202221011112102100201020022120112222202122110212020011200101010200101001120221221201101110122110021112121102212020011111200212
1000 06009000000000000000030000604070600509100103060085050070000000100900000000040000300000100000000000200310003000500000000000000200009000900009000600004000000004000190000000000000000000032610000880000000000004000600106200000020000000010005110200002000008000000070700280000400300000000006000000000000000000204000000000000062000001000000007500000500000000000000000300400000803000000706600002000803800000003005000000150000060000000000000004070000000000030000020701010009000059000000060000002000000230000040000300000000006000000000020060000005000008040460000600000906000300000009008000000000700000091220020004001080006000000000800000000000010050000400006000000060000000070000480000050040003067000000000000009000000000000000000760000000000031006000000000200000007000000000700050000000000000400080300000400000000501208000008000070500000000000000000000000000000000000000600000000057400004000050068000082010060600540005270000000005800010000000005020900000300000000000001100000000000000050000000000200007000000001
1000 00050020200000010071205000000000000000005600020000002020000700000000500001010000000000000000000000070000000008000010038000005000000000000008130000907000007000007000305038007103006002530000000003030000005600900040000000000080032000000003090050001000000004000100000000070000005000000005000000000202000904000003800000000000090030094006400000000060800000000002000000600875100000000090083000060000000400000000000000000000500000000713900000000093006008000300000900660003000000060600080000802000020000030784000000849000000072000000000000000071500000000000509050000000090010000004000000000700010200700000000005100000800000080000600000200002000000027000700000800000000000090508009700020700000000000090039000000000000009000000000300070000100007000001000000003000005040419000000000007000000060005000006000000000001000000090090000008600000000004000060400000000000200003300630800000000200000000004200640320000000021000900400000000002000400006000000001000000000100070700000907000400000003002005000060000000040000091
107 000000080400000000040000000000000000000000107700000030000004010000050000060080500000008090760005200300001001
1000 00000000000000400010001000006000000000700000000001003000003000500000010900001080053000309000000000000050503008000039210000800045000600000000020000110003059080000247000000000000600000000000000000900000001040006000507002000097000090000701700000000908550920030040004900004680080870001940000002000000540000000000000050050105004000805004040060100000063000200900000000002000000000000004000001080040000300010506300010000000000040010000000035000600000505000900000000200010008000005004200000075006000400500005050000009007000000080000130000690000470500004400000000000000590000089950109000200000302000100050020000700500900000000007000000000000700070800000000009000003000900000810007530060006000000000000000500000010030060060000001000000000450000000000200500206005100600000008200200000600000020000000009005003500035700000000110000000000001050000020100000007000000030804384440000000007000000000040000000000000000100000000000240300000900000000000494000004090040070000000000090000860000000000000000070000001000010001
179 544807185405176226655666717368723750829401054542306608262408653421684272822434500751301152753914438766001699399241643109409343396763925373926514828674062529296364872160410424783377
1000 00000380000105000000000000008000056004000000000000000800003001000040002000000090000000000200030006000000000330000040590670015004000000400600000000008007400007000409300000000000000203000000700005108000000300000000003000030802000800010090020008000000000020000060002000009060000040000000050070400004000900708000000030700000800000000001001000090000005000000000500000000000000009000000006000000000000000088000011640000010000000080008000708000010020000050000060040000000000000000100600000000000008700000000000006900009500000810480000087060006007090000886000000307700000970708000000000400000800703000040340000000400300000900010700000000000000000000000006000050200102004000080000000900000000000000080000000000000070040000000000901000000000030000080000093000000000040004901000032000022705000090600220400200073090006403030000000200009508032010000090000000009800000000000000000060501300000101000000266900000974000200000050000007000000000700000705000800048000000000400900000000070008087000000000000200100900800001
266 020120001111221110012000010222100201111110101012200121020120202012100122122110102100012001001111222112100202012122111200221021220000022101010000021202212101020000120112011011112210121220102001111100210202110022221221111200012210101111202012201200012220121202111110201
100 00008100000080000020007000000000000300000000000000000002770000060600008002000004003000905000000009002
950 121101112020222000121221100022220220221001011120022022102100121111211122011202000022212102120021112010220010200101022001022110201100111112200120211111111110220201012101202011210111122111120100120212021001210201120222100200112121020111211210111221110212011002021002001212211120002220100101220220110122201110001112101220021112200022211021021221020220020200101111112202020221212020200112011122001122221222011102000111002102000020102022110020222200002002011110120201120112012021202021021120220122122110010110121000220012220011021122012002011220201202021021212222100122002002122110200111100102010100112201201001120222120010211120222001002022000121122110201120220201011110202110120200222122100001201221122102012000220112222021111111100211222100221222122212010220211120021010212211111212022002212000112202102212110010011121120200012212120012012222122002221012221010022212201002101020222010120220212002122102202000002021010212210202001201121022010021012220101
679 00000000000000009010009200000000780000000000000000000010004060000000000000000000000080001004000000000005000013000030000000600005008000000000000000308000000000080000280000000700000001000600000700010002000000000050620000000500000000600000000000680190055000000000000008000000000900000000200260000009380700080000009058000090000050000900000003000000060020200000000000000000000008000001000408000000000040000000000000000000000050081000000008000301000000000000000000000000600050000000000000008005070000002300050035010020000010090000000500000090800000000000000000900000020130000310044000050020053020000004000030000000901031002900805007200600000000007073400002000500007000800300009000050081
411 1202101202211001220022102212002021220211201212000022112100000020212020221110211111212012222021222112222010222112000012011212010122201112221100020100202111202100120012020222200020102212101211110111121101202121101001020022222122111010020101101010011012011012022112002010221122121221200202200112201200110022002122200021002220112210110202011020111001100000001012102120020220211201121020210000102221111221110112120222
991 10000000170000009000070200000000800400000000000000000400005000000060000000000000000060000080000709000300370000000090070700025000000000000000006030004000080000000000000000900000000000000704009000907000400000000030000020000400000010500000000050500000700000000008000000000000000406000001000009680000000000000900800508000005000000000000000030006000000809000000060900947000000000000070860000902000000000600000000000008600000000000000370600000050090800000000000006900000000005200800000000000000000000000050009036400209000000007050000000800000300540000061500096000008050100900008029700000000027000206007400038060900000000000000010000000500220000830100002000000000000000001000067010000000000000000000010800007000008502000000009000000070009050003005000001004000040230006000002000005000404000050080001008000800800000000000000000030000020000200808000108600000009600700000000000000000000000000000000920000000205090004000750300007007000004500001200000000000000003000030070000070506040052000000000042000001
1000 02212022002111000111010010201212101220102202221121210000120122012122121010102222100022110210220001201002002120202021112111112211111212121001212211101201101211221221021110201100201222220022022001212221012212001011221100001021101101121012110201221220221220000102002021112202120000122121220001020010021110200202202221101200110012022012020212020001101111101100110120010112010020122210021122221012012101201012200012112102222211221100102102012022122211020200201100212121110111212210101120011201000201220021201112221201112121220100102120221012020100101002212111101100200021122101110021212011112112110201202022210122211202012220022220222201222111211220221120112211111021120221112121022212110100122222221101220221200201001011211220022000122201010012011121212120220211222220001112012220100012110112001112202211000201121222200010011012200011201021120022222110021201211112120121000210212011222220020011100102200011102210220012122121220110221100002102122001201120010100001001112200100022021001211010121102220101112
1000 40002050902002050908050000007120000000000400000000000490000000000300004070000000507060000800900000000000000000009002000034000900200700000070000000900500004000000760004000002000000094300070090400300000029000090000072054000670000000000005000008000090000700000030200000770005000600900081000000090050503300000000000000000762000046070000020000020002000009000800000700090000040000080010700000030000000000000000000090002002000030000060030000008600500910000540000805000055500071000320000000100980400000000000900000000200050002120005000900000009003000002000005060000000000001090000000000909000000000000043092001300000000000030000000000000030000100670000300000000070000080000100000000020006000000000040700013000000082000000000700000800000000003000000930301300088900000100040008100059000000000200000000004000300608030000030007000000020130040000000000705000005010000000040060000000008300000009000400026076000070000090370000090009011000030000052700300000005050808007003000000000000000004000000047000000340280009071
1000 062692672287626422563138405221424795004184251625632552346787678003535527933902422764228239681203623861348157604962641028968891262982000937238000066667680533940750938418906052034095934409841533495843481610702885181426207483489403988520975797264780569106585996092685494416350239766446969360674866180901451368999817192890393900551228903574315980884779500810984404583470743056659750073565203389232766921602003449960862682896197916133037872832170564294880587074248135201305192888742013328158039708816347452641865636020502659902839406258724991317571709790595473395451919761163796485830321923564220830716
stdout
Case #1: 0
Case #2: 0
Case #3: 0
Case #4: 0
Case #5: 3
Case #6: 0
Case #7: 4
Case #8: 0
Case #9: 48
Case #10: 0
Case #11: 8
Case #12: 0
Case #13: 2
Case #14: 0
Case #15: 22
Case #16: 0
Case #17: 0
Case #18: 117
Case #19: 0
Case #20: 0
Case #21: 30
Case #22: 50
Case #23: 0
Case #24: 22
Case #25: 0
Case #26: 0
Case #27: 16
Case #28: 0
Case #29: 100
Case #30: 0
Case #31: 0
Case #32: 28
Case #33: 20
Case #34: 0
Case #35: 0
Case #36: 21
Case #37: 48
Case #38: 51
Case #39: 0
Case #40: 0
Case #41: 31
Case #42: 71
Case #43: 1
Case #44: 0
Case #45: 13
Case #46: 25
Case #47: 0
Case #48: 0
Case #49: 155
Case #50: 0
Case #51: 0
Case #52: 0
Case #53: 0
Case #54: 0
Case #55: 0
Case #56: 16
Case #57: 0
Case #58: 1
Case #59: 92
Case #60: 0
Case #61: 55
Case #62: 118
Case #63: 2
Case #64: 0
Case #65: 13
Case #66: 0
Case #67: 86
Case #68: 0
Case #69: 54
Case #70: 0
Case #71: 0
Case #72: 0
Case #73: 9
Case #74: 0
Case #75: 9
Case #76: 3
Case #77: 98
Case #78: 51
Case #79: 29
Case #80: 39
Case #81: 0
Case #82: 30
Case #83: 19
Case #84: 26
Case #85: 0
Case #86: 100
Case #87: 0
Case #88: 41
Case #89: 5
Case #90: 0
Case #91: 1
Case #92: 1
Case #93: 1
Case #94: 1
Case #95: 1
Case #96: 1
Case #97: 1
Case #98: 1
Case #99: 1
Case #100: 1