r2
| 1 | [[분류:냥]][[분류:계산용 틀]]{{{#!wiki style="display: none;" |
|---|
| 2 | ##== 변수 설명 == |
|---|
| 3 | '''as''' : "a" value to string; '''bs''' : "b" value to string; |
|---|
| 4 | '''al''' : "a" string length (integer); '''bl''' : "b" string length (integer) |
|---|
| 5 | '''ad''' : "a" decimal point (integer); '''bd''' : "b" decimal point (integer); |
|---|
| 6 | '''au''' : --gold-- "a" upper value (string→integer); '''bu''' : "b" upper value (string→integer); |
|---|
| 7 | '''ab''' : "a" below value (string→integer); '''bb''' : "b" below value (string→integer); |
|---|
| 8 | '''ap''' : "a" # of places of decimal (for addition or subtraction); |
|---|
| 9 | '''ac''' : a '''c'''onstant of "a" for division (integer); |
|---|
| 10 | '''bp''' : "b" # of places of decimal (for addition or subtraction); |
|---|
| 11 | '''bc''' : a '''c'''onstant of "b" for division (integer); |
|---|
| 12 | 0.303과 0.0303은 다른 수이므로 자리수가 다름을 표시할 용도 |
|---|
| 13 | '''ru''' : "result" upper value (integer→string); '''rb''' : "result" below value (integer→string); |
|---|
| 14 | '''rp''' : "result" # of places of decimal (integer); |
|---|
| 15 | '''rs''' : "result" suprerior value (integer→string); '''ri''' : "result" inferior value (integer→string); |
|---|
| 16 | '''i''' : index; |
|---|
| 17 | '''tu''' : temporary value 1 (integer); '''tv''' : temporary value 2 (integer); |
|---|
| 18 | '''tw''' : temporary value 3 (integer); '''tx''' : temporary value 4 (integer→string); |
|---|
| 19 | '''ty''' : temporary value 5 (integer); '''tz''' : temporary value 6 (integer); |
|---|
| 20 | '''pd''' : padding with zeros. (string) |
|---|
| 21 | '''ps''' : pass (logical); '''ts''' : --not about gender-- test (logical) ; '''br''' : break (logical); |
|---|
| 22 | '''ea''' : error code about "a" (integer); '''eb''' : error code about "b" (integer); |
|---|
| 23 | '''wa''' : warning code about "a" (integer); '''wb''' : warning code about "b" (integer); |
|---|
| 24 | '''ma''' : message about "a" (string); '''mb''' : message about "b" (string); |
|---|
| 25 | '''tm''' : temporary string, or transaction message (string); '''tn''' : temporary string 2 (string); |
|---|
| 26 | '''ns''' : negative sign for multiplication and division (string); |
|---|
| 27 | ##== 초기화 == |
|---|
| 28 | {{{#!if this.as=a.toString(), this.bs=b.toString(), this.rs=0+0, this.ru=0+0, this.rb=0+0, this.ri=0+0, this.rp=0+0, this.i=0+0, this.tu=0, this.tv=1+0, this.tw=0, this.tx=0, this.ty=0, this.ea=0+0, this.eb=0+0, this.wa=0+0, this.wb=0+0, this.ps=false, this.ts=false, this.br=false, this.ns="", this.ma="", this.mb="", this.tm="", this.tn="", this.ms="", this.pd="000000000000000000" |
|---|
| 29 | }}}{{{#!if this.al=as.length, this.bl=bs.length, this.ad=as.indexOf("."), this.bd=bs.indexOf(".") |
|---|
| 30 | }}}{{{#!if ad!=-1 |
|---|
| 31 | {{{#!if this.au=as.substr(0,ad), this.ab=as.substr(ad+1, al-ad-1), this.ap=ab.length |
|---|
| 32 | }}}{{{#!if (au=="")||(au=="-")||(au=="+") |
|---|
| 33 | {{{#!if au="0" |
|---|
| 34 | }}}}}}}}}{{{#!if ad==-1 |
|---|
| 35 | {{{#!if this.au=as, ab="", ap=0+0, ad=au.length |
|---|
| 36 | }}}}}}{{{#!if bd!=-1 |
|---|
| 37 | {{{#!if this.bu=bs.substr(0,bd), this.bb=bs.substr(bd+1, bl-bd-1), this.bp=bb.length |
|---|
| 38 | }}}{{{#!if (bu=="")||(bu=="-")||(bu=="+") |
|---|
| 39 | {{{#!if bu="0" |
|---|
| 40 | }}}}}}}}}{{{#!if bd==-1 |
|---|
| 41 | {{{#!if this.bu=bs, bb="", bp=0+0, bd=bu.length |
|---|
| 42 | }}}}}} |
|---|
| 43 | ##== 유효성 검사 == |
|---|
| 44 | {{{#!if (as!=null)&&(bs!=null) |
|---|
| 45 | {{{#!if ts=(as.indexOf(".")==as.lastIndexOf(".")), br=ts?br:true, ea=ts?0:5 |
|---|
r3
| 46 | }}}{{{#!if ts&&!br |
|---|
r2
| 47 | {{{#!if tm=(au[0]==45)?au.substr(1):au, ts=(tm.length<=18), br=ts?br:true, ea=ts?0:1 |
|---|
r3
| 48 | }}}}}}{{{#!if ts&&!br |
|---|
r2
| 49 | {{{#!if tm="1"+tm, tn=+tm, tn=tn.toString(), ts=(tm==tn), br=ts?br:true, ea=ts?0:6 |
|---|
r3
| 50 | }}}}}}{{{#!if ts&&!br |
|---|
r2
| 51 | {{{#!if ab.length>=19 |
|---|
| 52 | {{{#!if wa=1, ab=ab.substr(0,18), ap=18 |
|---|
r3
| 53 | }}}}}}{{{#!if ts=(((ab[0]==null)||((ab[0]>=48)&&(ab[0]<=57)))&&((ab[1]==null)||((ab[1]>=48)&&(ab[1]<=57)))&&((ab[2]==null)||((ab[2]>=48)&&(ab[2]<=57)))&&((ab[3]==null)||((ab[3]>=48)&&(ab[3]<=57)))&&((ab[4]==null)||((ab[4]>=48)&&(ab[4]<=57)))&&((ab[5]==null)||((ab[5]>=48)&&(ab[5]<=57)))&&((ab[6]==null)||((ab[6]>=48)&&(ab[6]<=57)))&&((ab[7]==null)||((ab[7]>=48)&&(ab[7]<=57)))&&((ab[8]==null)||((ab[8]>=48)&&(ab[8]<=57)))&&((ab[9]==null)||((ab[9]>=48)&&(ab[9]<=57)))&&((ab[10]==null)||((ab[10]>=48)&&(ab[10]<=57)))&&((ab[11]==null)||((ab[11]>=48)&&(ab[11]<=57)))&&((ab[12]==null)||((ab[12]>=48)&&(ab[12]<=57)))&&((ab[13]==null)||((ab[13]>=48)&&(ab[13]<=57)))&&((ab[14]==null)||((ab[14]>=48)&&(ab[14]<=57)))&&((ab[15]==null)||((ab[15]>=48)&&(ab[15]<=57)))&&((ab[16]==null)||((ab[16]>=48)&&(ab[16]<=57)))&&((ab[17]==null)||((ab[17]>=48)&&(ab[17]<=57)))), br=ts?br:true, ea=ts?0:7 |
|---|
| 54 | }}}}}}{{{#!if br=false, ts=(bs.indexOf(".")==bs.lastIndexOf(".")), br=ts?br:true, eb=ts?0:5 |
|---|
| 55 | }}}{{{#!if ts&&!br |
|---|
r2
| 56 | {{{#!if tm=(bu[0]==45)?bu.substr(1):bu, ts=(tm.length<=18), br=ts?br:true, eb=ts?0:1 |
|---|
r3
| 57 | }}}}}}{{{#!if ts&&!br |
|---|
r2
| 58 | {{{#!if tm="1"+tm, tn=+tm, tn=tn.toString(), ts=(tm==tn), br=ts?br:true, eb=ts?0:6 |
|---|
r3
| 59 | }}}}}}{{{#!if ts&&!br |
|---|
r2
| 60 | {{{#!if bb.length>=19 |
|---|
| 61 | {{{#!if wb=1, bb=bb.substr(0,18), bp=18 |
|---|
| 62 | }}}}}}{{{#!if ts=(((bb[0]==null)||((bb[0]>=48)&&(bb[0]<=57)))&&((bb[1]==null)||((bb[1]>=48)&&(bb[1]<=57)))&&((bb[2]==null)||((bb[2]>=48)&&(bb[2]<=57)))&&((bb[3]==null)||((bb[3]>=48)&&(bb[3]<=57)))&&((bb[4]==null)||((bb[4]>=48)&&(bb[4]<=57)))&&((bb[5]==null)||((bb[5]>=48)&&(bb[5]<=57)))&&((bb[6]==null)||((bb[6]>=48)&&(bb[6]<=57)))&&((bb[7]==null)||((bb[7]>=48)&&(bb[7]<=57)))&&((bb[8]==null)||((bb[8]>=48)&&(bb[8]<=57)))&&((bb[9]==null)||((bb[9]>=48)&&(bb[9]<=57)))&&((bb[10]==null)||((bb[10]>=48)&&(bb[10]<=57)))&&((bb[11]==null)||((bb[11]>=48)&&(bb[11]<=57)))&&((bb[12]==null)||((bb[12]>=48)&&(bb[12]<=57)))&&((bb[13]==null)||((bb[13]>=48)&&(bb[13]<=57)))&&((bb[14]==null)||((bb[14]>=48)&&(bb[14]<=57)))&&((bb[15]==null)||((bb[15]>=48)&&(bb[15]<=57)))&&((bb[16]==null)||((bb[16]>=48)&&(bb[16]<=57)))&&((bb[17]==null)||((bb[17]>=48)&&(bb[17]<=57)))), br=ts?br:true, eb=ts?0:7 |
|---|
| 63 | }}}}}}}}} |
|---|
| 64 | ##== 2차 초기화 == |
|---|
| 65 | {{{#!if tm="", tn="", ts=false, br=false, ps=false |
|---|
r4
| 66 | }}}{{{#!if (ap>9)&&(ab.substr(ap-9,9)=="000000000") |
|---|
r2
| 67 | {{{#!if ab=ab.substr(0,ap-9), ap=ap-9 |
|---|
r4
| 68 | }}}}}}{{{#!if (ap>4)&&(ab.substr(ap-4,4)=="0000") |
|---|
r2
| 69 | {{{#!if ab=ab.substr(0,ap-4), ap=ap-4 |
|---|
r4
| 70 | }}}}}}{{{#!if (ap>2)&&(ab.substr(ap-2,2)=="00") |
|---|
r2
| 71 | {{{#!if ab=ab.substr(0,ap-2), ap=ap-2 |
|---|
r4
| 72 | }}}}}}{{{#!if (ap>2)&&(ab.substr(ap-2,2)=="00") |
|---|
r2
| 73 | {{{#!if ab=ab.substr(0,ap-2), ap=ap-2 |
|---|
r4
| 74 | }}}}}}{{{#!if (ap>1)&&(ab.substr(ap-1,1)=="0") |
|---|
r2
| 75 | {{{#!if ab=ab.substr(0,ap-1), ap=ap-1 |
|---|
r4
| 76 | }}}}}}{{{#!if (bp>9)&&(bb.substr(bp-9,9)=="000000000") |
|---|
r2
| 77 | {{{#!if bb=bb.substr(0,bp-9), bp=bp-9 |
|---|
r4
| 78 | }}}}}}{{{#!if (bp>4)&&(bb.substr(bp-4,4)=="0000") |
|---|
r2
| 79 | {{{#!if bb=bb.substr(0,bp-4), bp=bp-4 |
|---|
r4
| 80 | }}}}}}{{{#!if (bp>2)&&(bb.substr(bp-2,2)=="00") |
|---|
r2
| 81 | {{{#!if bb=bb.substr(0,bp-2), bp=bp-2 |
|---|
r4
| 82 | }}}}}}{{{#!if (bp>2)&&(bb.substr(bp-2,2)=="00") |
|---|
r2
| 83 | {{{#!if bb=bb.substr(0,bp-2), bp=bp-2 |
|---|
r4
| 84 | }}}}}}{{{#!if (bp>1)&&(bb.substr(bp-1,1)=="0") |
|---|
r2
| 85 | {{{#!if bb=bb.substr(0,bp-1), bp=bp-1 |
|---|
r4
| 86 | }}}}}}{{{#!if au=+au, au=au.toString(), bu=+bu, bu=bu.toString() |
|---|
| 87 | }}}{{{#!if ma=au, (ad!=-1)&&(ab!="") |
|---|
r2
| 88 | {{{#!if ma+="."+ab, (+au==0)&&(as[0]==45) |
|---|
| 89 | {{{#!if ma="-"+ma |
|---|
r4
| 90 | }}}}}}}}}{{{#!if mb=bu, (bd!=-1)&&(bb!="") |
|---|
r2
| 91 | {{{#!if mb+="."+bb, (+bu==0)&&(bs[0]==45) |
|---|
| 92 | {{{#!if mb="-"+mb |
|---|
| 93 | }}}}}}}}} |
|---|
| 94 | ##== 덧셈, 뺄셈 == |
|---|
| 95 | {{{#!if (f=="+")||(f=="-") |
|---|
| 96 | {{{#!if f=="+" |
|---|
| 97 | {{{#!if ru=(+au)+(+bu) |
|---|
r4
| 98 | }}}}}}{{{#!if f=="-" |
|---|
r2
| 99 | {{{#!if ru=(+au)-(+bu) |
|---|
r4
| 100 | }}}}}}{{{#!if (ap>0)||(bp>0) |
|---|
r2
| 101 | {{{#!if ap>bp |
|---|
| 102 | {{{#!if bp=ap, bb+=pd |
|---|
| 103 | }}}{{{#!if bb=bb.substr(0,ap) |
|---|
r4
| 104 | }}}}}}{{{#!if bp>ap |
|---|
r2
| 105 | {{{#!if ap=bp, ab=ab+pd |
|---|
| 106 | }}}{{{#!if ab=ab.substr(0,bp) |
|---|
r4
| 107 | }}}}}}{{{#!if as[0]==45 |
|---|
r2
| 108 | {{{#!if ab="-"+ab |
|---|
r4
| 109 | }}}}}}{{{#!if bs[0]==45 |
|---|
r2
| 110 | {{{#!if bb="-"+bb |
|---|
r4
| 111 | }}}}}}{{{#!if f=="+" |
|---|
r2
| 112 | {{{#!if rb=(+ab)+(+bb) |
|---|
r4
| 113 | }}}}}}{{{#!if f=="-" |
|---|
r2
| 114 | {{{#!if rb=(+ab)-(+bb) |
|---|
r4
| 115 | }}}}}}{{{#!if (+rb>0)||(+rb<0) |
|---|
| 116 | {{{#!if rb=rb.toString(), rp=rb.length |
|---|
| 117 | }}}}}}{{{#!if rb[0]==45 |
|---|
r2
| 118 | {{{#!if rp=rp-1 |
|---|
r4
| 119 | }}}}}}{{{#!if tv=+(("1"+pd).substr(0,ap+1)) |
|---|
| 120 | }}}{{{#!if ru>0 |
|---|
r2
| 121 | {{{#!if (+rb>=0)&&!ps |
|---|
| 122 | {{{#!if rp>ap |
|---|
| 123 | {{{#!if ru=ru+1, rb=rb.substr(1, rp-1) |
|---|
r4
| 124 | }}}}}}{{{#!if rp<=ap, ps=true |
|---|
| 125 | }}}}}}{{{#!if (+rb<0)&&!ps |
|---|
| 126 | {{{#!if ru=ru-1, rb=tv+(+rb), rb=rb.toString(), ps=true |
|---|
| 127 | }}}}}}{{{#!if this.ru=ru.toString() |
|---|
| 128 | }}}}}}{{{#!if ru==0 |
|---|
r2
| 129 | {{{#!if (+rb>=0)&&!ps |
|---|
| 130 | {{{#!if rp>ap |
|---|
| 131 | {{{#!if ru=ru+1, rb=rb.substr(1, rp-1) |
|---|
r4
| 132 | }}}}}}{{{#!if ru=ru.toString(), ps=true |
|---|
| 133 | }}}}}}{{{#!if (+rb<0)&&!ps |
|---|
r2
| 134 | {{{#!if rp>ap |
|---|
| 135 | {{{#!if ru=ru-1, rb=rb.substr(2, rp-1) |
|---|
r4
| 136 | }}}}}}{{{#!if rp<=ap |
|---|
r2
| 137 | {{{#!if rb=rb.substr(1, rp) |
|---|
r4
| 138 | }}}}}}{{{#!if ru=ru.toString() |
|---|
| 139 | }}}{{{#!if +ru==0 |
|---|
r2
| 140 | {{{#!if ns="-" |
|---|
r4
| 141 | }}}}}}{{{#!if +ru<0 |
|---|
r2
| 142 | {{{#!if ru=ru.substr(1), ns="-" |
|---|
r4
| 143 | }}}}}}{{{#!if ps=true |
|---|
| 144 | }}}}}}}}}{{{#!if ru<0 |
|---|
r2
| 145 | {{{#!if (+rb<=0)&&!ps |
|---|
| 146 | {{{#!if rp>ap |
|---|
| 147 | {{{#!if rb=rb.substr(2, rp-1) |
|---|
r4
| 148 | }}}}}}{{{#!if (rp<=ap)&&(+rb<0) |
|---|
r2
| 149 | {{{#!if rb=rb.substr(1, rp) |
|---|
| 150 | }}}}}}{{{#!if ps=true |
|---|
r4
| 151 | }}}}}}{{{#!if (+rb>0)&&!ps |
|---|
| 152 | {{{#!if ru=ru+1, rb=tv-(+rb), rb=rb.toString(), ps=true |
|---|
| 153 | }}}}}}{{{#!if this.ru=ru.toString() |
|---|
| 154 | }}}{{{#!if +ru<0 |
|---|
r2
| 155 | {{{#!if ru=ru.substr(1), ns="-" |
|---|
r4
| 156 | }}}}}}{{{#!if +ru==0 |
|---|
r2
| 157 | {{{#!if ns="-" |
|---|
r4
| 158 | }}}}}}}}}}}}{{{#!if (ap==0)&&(bp==0) |
|---|
r2
| 159 | {{{#!if this.ru=ru.toString(), rb="", rp=0+0 |
|---|
r4
| 160 | }}}}}}{{{#!if +rb==0 |
|---|
r2
| 161 | {{{#!if rb="", rp=0+0 |
|---|
r4
| 162 | }}}}}}{{{#!if rb!="" |
|---|
r2
| 163 | {{{#!if this.rp=rb.length |
|---|
r4
| 164 | }}}{{{#!if rp<ap |
|---|
r2
| 165 | {{{#!if rb=pd.substr(0,ap-rp)+rb |
|---|
r4
| 166 | }}}}}}}}}}}} |
|---|
r2
| 167 | ##== 곱셈 & 나눗셈 == |
|---|
| 168 | ##=== 숫자 초기화 === |
|---|
| 169 | {{{#!if (f=="*")||(f=="/") |
|---|
| 170 | {{{#!if (as[0]==45)^(bs[0]==45) |
|---|
| 171 | {{{#!if ns="-" |
|---|
r5
| 172 | }}}}}}{{{#!if au[0]==45 |
|---|
r2
| 173 | {{{#!if au=au.substr(1,ad-1) |
|---|
r5
| 174 | }}}}}}{{{#!if bu[0]==45 |
|---|
r2
| 175 | {{{#!if bu=bu.substr(1,bd-1) |
|---|
| 176 | }}}}}} |
|---|
| 177 | ##=== 자릿수 측정 === |
|---|
| 178 | {{{#!if +au>0 |
|---|
| 179 | {{{#!if ac=au.length-1 |
|---|
r5
| 180 | }}}}}}{{{#!if +au==0 |
|---|
r2
| 181 | {{{#!if ac=ab+pd, ac=ac.substr(0,18), ac=+ac, ac=ac.toString(), ac=ac.length-19 |
|---|
r5
| 182 | }}}}}}{{{#!if +bu>0 |
|---|
r2
| 183 | {{{#!if bc=bu.length-1 |
|---|
| 184 | }}}}}}{{{#!if +bu==0 |
|---|
| 185 | {{{#!if bc=bb+pd, bc=bc.substr(0,18), bc=+bc, bc=bc.toString(), bc=bc.length-19 |
|---|
| 186 | }}}}}} |
|---|
| 187 | ##=== 0인자 처리 === |
|---|
| 188 | {{{#!if ((+au==0)&&(+ab==0))||((+bu==0)&&(+bb==0)) |
|---|
| 189 | {{{#!if f=="*" |
|---|
| 190 | {{{#!if rs="", ru="0", rb="", ri="", rp=0, ns="" |
|---|
r5
| 191 | }}}}}}{{{#!if f=="/" |
|---|
r2
| 192 | {{{#!if ((+bu==0)&&(+bb==0)) |
|---|
| 193 | {{{#!if eb=03, ps=true |
|---|
r5
| 194 | }}}}}}{{{#!if ((+au==0)&&(+ab==0))&&((+bu!=0)||(+bb!=0)) |
|---|
r2
| 195 | {{{#!if rs="", ru="0", rb="", ri="", rp=0, ns="" |
|---|
r5
| 196 | }}}}}}}}}}}} |
|---|
r2
| 197 | {{{#!if ((+au!=0)||(+ab!=0))&&((+bu!=0)||(+bb!=0)) |
|---|
| 198 | ##=== 3차 초기화 === |
|---|
| 199 | {{{#!if f=="*" |
|---|
| 200 | {{{#!if au = pd + au |
|---|
| 201 | +18자}}}{{{#!if au=au.substr(au.length-18,18) |
|---|
r5
| 202 | }}}{{{#!if bu = pd + bu |
|---|
r2
| 203 | +18자}}}{{{#!if bu=bu.substr(bu.length-18,18) |
|---|
r5
| 204 | }}}{{{#!if ab += pd |
|---|
r2
| 205 | +18자}}}{{{#!if ab=ab.substr(0,18) |
|---|
r5
| 206 | }}}{{{#!if bb += pd |
|---|
r2
| 207 | +18자}}}{{{#!if bb=bb.substr(0,18) |
|---|
r5
| 208 | }}}}}}{{{#!if f=="/" |
|---|
r2
| 209 | {{{#!if +au==0 |
|---|
| 210 | {{{#!if au=ab, ab=pd, au=+au, au=au.toString() |
|---|
r5
| 211 | }}}}}}{{{#!if tu=18-au.length, au=au+ab.substr(0,tu)+pd, ab=ab.substr(tu)+pd, au=au.substr(0,18), ab=ab.substr(0,18) |
|---|
| 212 | }}}{{{#!if +bu==0 |
|---|
r2
| 213 | {{{#!if bu=bb, bb=pd, bu=+bu, bu=bu.toString() |
|---|
r5
| 214 | }}}}}}{{{#!if tu=18-bu.length, bu=bu+bb.substr(0,tu)+pd, bb=bb.substr(tu)+pd, bu=bu.substr(0,18), bb=bb.substr(0,18) |
|---|
| 215 | }}}}}}}}}}}} |
|---|
r2
| 216 | ##=== 곱셈 === |
|---|
| 217 | {{{#!if (f=="*")&&((+au!=0)||(+ab!=0))&&((+bu!=0)||(+bb!=0)) |
|---|
r5
| 218 | ##ri |
|---|
r2
| 219 | {{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 220 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 221 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 222 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 223 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 224 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 225 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 226 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 227 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 228 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 229 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 230 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 231 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 232 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 233 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 234 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 235 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 236 | }}}{{{#!if tw=(+ab.substr(i,18-i))*(+bb.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), rb=ps?rb+(+tw.substr(0,1)):rb, ri=ps?ri+(+tw.substr(1)):ri+(+tw), ri=ri.toString(), ps=(ri.length==19), rb=ps?rb+(+ri.substr(0,1)):rb, ri=ps?(+ri.substr(1)):(+ri), i+=1, tv*=10 |
|---|
| 237 | }}} |
|---|
| 238 | ##rb |
|---|
| 239 | {{{#!if i=0+0, tv=1 |
|---|
r5
| 240 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 241 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 242 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 243 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 244 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 245 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 246 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 247 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 248 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 249 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 250 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 251 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 252 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 253 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 254 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 255 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 256 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
| 257 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bb.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), tw=(+ab.substr(i,18-i))*(+bu.substr(17-i,1))*tv, tw=tw.toString(), ps=(tw.length==19), ru=ps?ru+(+tw.substr(0,1)):ru, rb=ps?rb+(+tw.substr(1)):rb+(+tw), rb=rb.toString(), ps=(rb.length==19), ru=ps?ru+(+rb.substr(0,1)):ru, rb=ps?(+rb.substr(1)):(+rb), i+=1, tv*=10 |
|---|
r2
| 258 | }}} |
|---|
| 259 | ##ru |
|---|
| 260 | {{{#!if i=0+0, tv=1 |
|---|
r5
| 261 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 262 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 263 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 264 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 265 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 266 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 267 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 268 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 269 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 270 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 271 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 272 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 273 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 274 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 275 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 276 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 277 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
| 278 | }}}{{{#!if tw=+(au.substr(i,18-i)+ab.substr(0,i)), tw=tw*(+bu.substr(17-i,1)), tw=tw.toString(), ps=(tw.length==19), rs=ps?rs+(+tw.substr(0,1)):rs, ru=ps?ru+(+tw.substr(1)):ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), tw=(+au.substr(0,i))*(+bb.substr(17-i,1)), ru=ru+(+tw), ru=ru.toString(), ps=(ru.length==19), rs=ps?rs+(+ru.substr(0,1)):rs, ru=ps?(+ru.substr(1)):(+ru), i+=1, tv*=10 |
|---|
r2
| 279 | }}} |
|---|
| 280 | ##rs |
|---|
| 281 | {{{#!if i=0+0, tv=1, ps=false |
|---|
| 282 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 283 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 284 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 285 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 286 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 287 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 288 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 289 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 290 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 291 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 292 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 293 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 294 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 295 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 296 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 297 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
r5
| 298 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 299 | }}}{{{#!if tw=(+au.substr(0,i))*(+bu.substr(17-i,1)), rs=rs+tw, i+=1 |
|---|
| 300 | }}}}}} |
|---|
r2
| 301 | ##=== 나눗셈 === |
|---|
| 302 | {{{#!if (f=="/")&&((+au!=0)||(+ab!=0))&&((+bu!=0)||(+bb!=0)) |
|---|
| 303 | ##i=0 |
|---|
r6
| 304 | {{{#!if ps=false, br=false, au=+au, ab=+ab, bu=+bu, bb=+bb, tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
| 305 | {{{#!if tw=(tw==0)?0:tw-1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 306 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 307 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
r6
| 308 | }}}}}}{{{#!if au-=tx, ab-=ty, tw=tw.toString(), tm+=tw |
|---|
| 309 | }}}{{{#!if (au==0)&&(ab==0) |
|---|
r2
| 310 | {{{#!if br=true |
|---|
r6
| 311 | }}}}}}{{{#!if !br |
|---|
| 312 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
r2
| 313 | }}}}}} |
|---|
r6
| 314 | ##i=1 |
|---|
r2
| 315 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
r6
| 316 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 317 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 318 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 319 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
r6
| 320 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 321 | }}}}}}{{{#!if !br |
|---|
| 322 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r2
| 323 | {{{#!if tw=(tw==0)?0:tw-1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 324 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 325 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
r6
| 326 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
r2
| 327 | {{{#!if br=true |
|---|
r6
| 328 | }}}}}}}}}{{{#!if !br |
|---|
| 329 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
r2
| 330 | }}}}}} |
|---|
| 331 | ##i=2 |
|---|
| 332 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 333 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 334 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 335 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 336 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 337 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 338 | }}}}}}{{{#!if !br |
|---|
| 339 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 340 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 341 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 342 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 343 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 344 | {{{#!if br=true |
|---|
r6
| 345 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 346 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 347 | }}}}}} |
|---|
| 348 | ##i=3 |
|---|
| 349 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 350 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 351 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 352 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 353 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 354 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 355 | }}}}}}{{{#!if !br |
|---|
| 356 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 357 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 358 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 359 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 360 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 361 | {{{#!if br=true |
|---|
r6
| 362 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 363 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 364 | }}}}}} |
|---|
| 365 | ##i=4 |
|---|
| 366 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 367 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 368 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 369 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 370 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 371 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 372 | }}}}}}{{{#!if !br |
|---|
| 373 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 374 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 375 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 376 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 377 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 378 | {{{#!if br=true |
|---|
r6
| 379 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 380 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 381 | }}}}}} |
|---|
| 382 | ##i=5 |
|---|
| 383 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 384 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 385 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 386 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 387 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 388 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 389 | }}}}}}{{{#!if !br |
|---|
| 390 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 391 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 392 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 393 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 394 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 395 | {{{#!if br=true |
|---|
r6
| 396 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 397 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 398 | }}}}}} |
|---|
| 399 | ##i=6 |
|---|
| 400 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 401 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 402 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 403 | }}}}}} |
|---|
| 404 | {{{#!if ty>ab |
|---|
| 405 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 406 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 407 | }}}}}}{{{#!if !br |
|---|
| 408 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 409 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r2
| 410 | }}}}}} |
|---|
| 411 | {{{#!if ty>ab |
|---|
| 412 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 413 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 414 | {{{#!if br=true |
|---|
| 415 | }}}}}}}}} |
|---|
| 416 | {{{#!if !br |
|---|
| 417 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 418 | }}}}}} |
|---|
| 419 | ##i=7 |
|---|
| 420 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 421 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 422 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 423 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 424 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 425 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 426 | }}}}}}{{{#!if !br |
|---|
| 427 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 428 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 429 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 430 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 431 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 432 | {{{#!if br=true |
|---|
r6
| 433 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 434 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 435 | }}}}}} |
|---|
| 436 | ##i=8 |
|---|
| 437 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 438 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 439 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 440 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 441 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 442 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 443 | }}}}}}{{{#!if !br |
|---|
| 444 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 445 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 446 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 447 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 448 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 449 | {{{#!if br=true |
|---|
r6
| 450 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 451 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 452 | }}}}}} |
|---|
| 453 | ##i=9 |
|---|
| 454 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 455 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 456 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 457 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 458 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 459 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 460 | }}}}}}{{{#!if !br |
|---|
| 461 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 462 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 463 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 464 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 465 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 466 | {{{#!if br=true |
|---|
r6
| 467 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 468 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 469 | }}}}}} |
|---|
| 470 | ##i=10 |
|---|
| 471 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 472 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 473 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 474 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 475 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 476 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 477 | }}}}}}{{{#!if !br |
|---|
| 478 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 479 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 480 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 481 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 482 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 483 | {{{#!if br=true |
|---|
r6
| 484 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 485 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 486 | }}}}}} |
|---|
| 487 | ##i=11 |
|---|
| 488 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 489 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 490 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 491 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 492 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 493 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 494 | }}}}}}{{{#!if !br |
|---|
| 495 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 496 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r6
| 497 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 498 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 499 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 500 | {{{#!if br=true |
|---|
r6
| 501 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 502 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 503 | }}}}}} |
|---|
| 504 | ##i=12 |
|---|
| 505 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 506 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 507 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 508 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 509 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 510 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 511 | }}}}}}{{{#!if !br |
|---|
| 512 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 513 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 514 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 515 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 516 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 517 | {{{#!if br=true |
|---|
r7
| 518 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 519 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 520 | }}}}}} |
|---|
| 521 | ##i=13 |
|---|
| 522 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 523 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 524 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 525 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 526 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 527 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 528 | }}}}}}{{{#!if !br |
|---|
| 529 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 530 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 531 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 532 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 533 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 534 | {{{#!if br=true |
|---|
r7
| 535 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 536 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 537 | }}}}}} |
|---|
| 538 | ##i=14 |
|---|
| 539 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 540 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 541 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 542 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 543 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 544 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 545 | }}}}}}{{{#!if !br |
|---|
| 546 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 547 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 548 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 549 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 550 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 551 | {{{#!if br=true |
|---|
r7
| 552 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 553 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 554 | }}}}}} |
|---|
| 555 | ##i=15 |
|---|
| 556 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 557 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 558 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 559 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 560 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 561 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 562 | }}}}}}{{{#!if !br |
|---|
| 563 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 564 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 565 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 566 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 567 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 568 | {{{#!if br=true |
|---|
r7
| 569 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 570 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 571 | }}}}}} |
|---|
| 572 | ##i=16 |
|---|
| 573 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 574 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 575 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 576 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 577 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 578 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 579 | }}}}}}{{{#!if !br |
|---|
| 580 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 581 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 582 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 583 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 584 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 585 | {{{#!if br=true |
|---|
r7
| 586 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 587 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 588 | }}}}}} |
|---|
| 589 | ##i=17 |
|---|
| 590 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 591 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 592 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 593 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 594 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 595 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 596 | }}}}}}{{{#!if !br |
|---|
| 597 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 598 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 599 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 600 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 601 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 602 | {{{#!if br=true |
|---|
r7
| 603 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 604 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 605 | }}}}}} |
|---|
| 606 | ##i=18 |
|---|
| 607 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 608 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 609 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 610 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 611 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 612 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 613 | }}}}}}{{{#!if !br |
|---|
| 614 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 615 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 616 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 617 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 618 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 619 | {{{#!if br=true |
|---|
r7
| 620 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 621 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 622 | }}}}}} |
|---|
| 623 | ##i=19 |
|---|
| 624 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 625 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 626 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 627 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 628 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 629 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 630 | }}}}}}{{{#!if !br |
|---|
| 631 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 632 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 633 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 634 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 635 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 636 | {{{#!if br=true |
|---|
r7
| 637 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 638 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 639 | }}}}}} |
|---|
| 640 | ##i=20 |
|---|
| 641 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 642 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 643 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 644 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 645 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 646 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 647 | }}}}}}{{{#!if !br |
|---|
| 648 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 649 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 650 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 651 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 652 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 653 | {{{#!if br=true |
|---|
r7
| 654 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 655 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 656 | }}}}}} |
|---|
| 657 | ##i=21 |
|---|
| 658 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 659 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 660 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 661 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 662 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 663 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 664 | }}}}}}{{{#!if !br |
|---|
| 665 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 666 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 667 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 668 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 669 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 670 | {{{#!if br=true |
|---|
r7
| 671 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 672 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 673 | }}}}}} |
|---|
| 674 | ##i=22 |
|---|
| 675 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 676 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 677 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 678 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 679 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 680 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 681 | }}}}}}{{{#!if !br |
|---|
| 682 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 683 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 684 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 685 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 686 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 687 | {{{#!if br=true |
|---|
r7
| 688 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 689 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 690 | }}}}}} |
|---|
| 691 | ##i=23 |
|---|
| 692 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 693 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 694 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 695 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 696 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 697 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 698 | }}}}}}{{{#!if !br |
|---|
| 699 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 700 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 701 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 702 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 703 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 704 | {{{#!if br=true |
|---|
r7
| 705 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 706 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 707 | }}}}}} |
|---|
| 708 | ##i=24 |
|---|
| 709 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 710 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 711 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 712 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 713 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 714 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 715 | }}}}}}{{{#!if !br |
|---|
| 716 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 717 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 718 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 719 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 720 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 721 | {{{#!if br=true |
|---|
r7
| 722 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 723 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 724 | }}}}}} |
|---|
| 725 | ##i=25 |
|---|
| 726 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 727 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 728 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 729 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 730 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 731 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 732 | }}}}}}{{{#!if !br |
|---|
| 733 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 734 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 735 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 736 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 737 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 738 | {{{#!if br=true |
|---|
r7
| 739 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 740 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 741 | }}}}}} |
|---|
| 742 | ##i=26 |
|---|
| 743 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 744 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 745 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 746 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 747 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 748 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 749 | }}}}}}{{{#!if !br |
|---|
| 750 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 751 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 752 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 753 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 754 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 755 | {{{#!if br=true |
|---|
r7
| 756 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 757 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 758 | }}}}}} |
|---|
| 759 | ##i=27 |
|---|
| 760 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 761 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 762 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 763 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 764 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 765 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 766 | }}}}}}{{{#!if !br |
|---|
| 767 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 768 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 769 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 770 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 771 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 772 | {{{#!if br=true |
|---|
r7
| 773 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 774 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 775 | }}}}}} |
|---|
| 776 | ##i=28 |
|---|
| 777 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 778 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 779 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 780 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 781 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 782 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 783 | }}}}}}{{{#!if !br |
|---|
| 784 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 785 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 786 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 787 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 788 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 789 | {{{#!if br=true |
|---|
r7
| 790 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 791 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 792 | }}}}}} |
|---|
| 793 | ##i=29 |
|---|
| 794 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 795 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 796 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 797 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 798 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 799 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 800 | }}}}}}{{{#!if !br |
|---|
| 801 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 802 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 803 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 804 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 805 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 806 | {{{#!if br=true |
|---|
r7
| 807 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 808 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 809 | }}}}}} |
|---|
| 810 | ##i=30 |
|---|
| 811 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 812 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 813 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 814 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 815 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 816 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 817 | }}}}}}{{{#!if !br |
|---|
| 818 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 819 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 820 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 821 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 822 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 823 | {{{#!if br=true |
|---|
r7
| 824 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 825 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 826 | }}}}}} |
|---|
| 827 | ##i=31 |
|---|
| 828 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 829 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 830 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 831 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 832 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 833 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 834 | }}}}}}{{{#!if !br |
|---|
| 835 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 836 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 837 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 838 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 839 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 840 | {{{#!if br=true |
|---|
r7
| 841 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 842 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 843 | }}}}}} |
|---|
| 844 | ##i=32 |
|---|
| 845 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 846 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 847 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 848 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 849 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 850 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 851 | }}}}}}{{{#!if !br |
|---|
| 852 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 853 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 854 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 855 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 856 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 857 | {{{#!if br=true |
|---|
r7
| 858 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 859 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 860 | }}}}}} |
|---|
| 861 | ##i=33 |
|---|
| 862 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 863 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 864 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 865 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 866 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 867 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 868 | }}}}}}{{{#!if !br |
|---|
| 869 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 870 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 871 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 872 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 873 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 874 | {{{#!if br=true |
|---|
r7
| 875 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 876 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 877 | }}}}}} |
|---|
| 878 | ##i=34 |
|---|
| 879 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 880 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 881 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 882 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 883 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 884 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 885 | }}}}}}{{{#!if !br |
|---|
| 886 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 887 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 888 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 889 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 890 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 891 | {{{#!if br=true |
|---|
r7
| 892 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 893 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 894 | }}}}}} |
|---|
| 895 | ##i=35 |
|---|
| 896 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 897 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 898 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 899 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 900 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 901 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 902 | }}}}}}{{{#!if !br |
|---|
| 903 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 904 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 905 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 906 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 907 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 908 | {{{#!if br=true |
|---|
r7
| 909 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 910 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 911 | }}}}}} |
|---|
| 912 | ##i=36 |
|---|
| 913 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 914 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 915 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 916 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 917 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 918 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 919 | }}}}}}{{{#!if !br |
|---|
| 920 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 921 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 922 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 923 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 924 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 925 | {{{#!if br=true |
|---|
r7
| 926 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 927 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 928 | }}}}}} |
|---|
| 929 | ##i=37 |
|---|
| 930 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 931 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 932 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 933 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 934 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 935 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 936 | }}}}}}{{{#!if !br |
|---|
| 937 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 938 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 939 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 940 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 941 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 942 | {{{#!if br=true |
|---|
r7
| 943 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 944 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 945 | }}}}}} |
|---|
| 946 | ##i=38 |
|---|
| 947 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 948 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 949 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 950 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 951 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 952 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 953 | }}}}}}{{{#!if !br |
|---|
| 954 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 955 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 956 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 957 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 958 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 959 | {{{#!if br=true |
|---|
r7
| 960 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 961 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 962 | }}}}}} |
|---|
| 963 | ##i=39 |
|---|
| 964 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 965 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 966 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 967 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 968 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 969 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 970 | }}}}}}{{{#!if !br |
|---|
| 971 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 972 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 973 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 974 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 975 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 976 | {{{#!if br=true |
|---|
r7
| 977 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 978 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 979 | }}}}}} |
|---|
| 980 | ##i=40 |
|---|
| 981 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 982 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 983 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 984 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 985 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 986 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 987 | }}}}}}{{{#!if !br |
|---|
| 988 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 989 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 990 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 991 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 992 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 993 | {{{#!if br=true |
|---|
r7
| 994 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 995 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 996 | }}}}}} |
|---|
| 997 | ##i=41 |
|---|
| 998 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 999 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1000 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1001 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1002 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1003 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1004 | }}}}}}{{{#!if !br |
|---|
| 1005 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1006 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1007 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1008 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1009 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1010 | {{{#!if br=true |
|---|
r7
| 1011 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1012 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1013 | }}}}}} |
|---|
| 1014 | ##i=42 |
|---|
| 1015 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1016 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1017 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1018 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1019 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1020 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1021 | }}}}}}{{{#!if !br |
|---|
| 1022 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1023 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1024 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1025 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1026 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1027 | {{{#!if br=true |
|---|
r7
| 1028 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1029 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1030 | }}}}}} |
|---|
| 1031 | ##i=43 |
|---|
| 1032 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1033 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1034 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1035 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1036 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1037 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1038 | }}}}}}{{{#!if !br |
|---|
| 1039 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1040 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1041 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1042 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1043 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1044 | {{{#!if br=true |
|---|
r7
| 1045 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1046 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1047 | }}}}}} |
|---|
| 1048 | ##i=44 |
|---|
| 1049 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1050 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1051 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1052 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1053 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1054 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1055 | }}}}}}{{{#!if !br |
|---|
| 1056 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1057 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1058 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1059 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1060 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1061 | {{{#!if br=true |
|---|
r7
| 1062 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1063 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1064 | }}}}}} |
|---|
| 1065 | ##i=45 |
|---|
| 1066 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1067 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1068 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1069 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1070 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1071 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1072 | }}}}}}{{{#!if !br |
|---|
| 1073 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1074 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1075 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1076 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1077 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1078 | {{{#!if br=true |
|---|
r7
| 1079 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1080 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1081 | }}}}}} |
|---|
| 1082 | ##i=46 |
|---|
| 1083 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1084 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1085 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1086 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1087 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1088 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1089 | }}}}}}{{{#!if !br |
|---|
| 1090 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1091 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1092 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1093 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1094 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1095 | {{{#!if br=true |
|---|
r7
| 1096 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1097 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1098 | }}}}}} |
|---|
| 1099 | ##i=47 |
|---|
| 1100 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1101 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1102 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1103 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1104 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1105 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1106 | }}}}}}{{{#!if !br |
|---|
| 1107 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1108 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1109 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1110 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1111 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1112 | {{{#!if br=true |
|---|
r7
| 1113 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1114 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1115 | }}}}}} |
|---|
| 1116 | ##i=48 |
|---|
| 1117 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1118 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1119 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1120 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1121 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1122 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1123 | }}}}}}{{{#!if !br |
|---|
| 1124 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1125 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1126 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1127 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1128 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1129 | {{{#!if br=true |
|---|
r7
| 1130 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1131 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1132 | }}}}}} |
|---|
| 1133 | ##i=49 |
|---|
| 1134 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1135 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1136 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1137 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1138 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1139 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1140 | }}}}}}{{{#!if !br |
|---|
| 1141 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1142 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1143 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1144 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1145 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1146 | {{{#!if br=true |
|---|
r7
| 1147 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1148 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1149 | }}}}}} |
|---|
| 1150 | ##i=50 |
|---|
| 1151 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1152 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1153 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1154 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1155 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1156 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1157 | }}}}}}{{{#!if !br |
|---|
| 1158 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1159 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1160 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1161 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1162 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1163 | {{{#!if br=true |
|---|
r7
| 1164 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1165 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1166 | }}}}}} |
|---|
| 1167 | ##i=51 |
|---|
| 1168 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1169 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1170 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1171 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1172 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1173 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1174 | }}}}}}{{{#!if !br |
|---|
| 1175 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1176 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1177 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1178 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1179 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1180 | {{{#!if br=true |
|---|
r7
| 1181 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1182 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1183 | }}}}}} |
|---|
| 1184 | ##i=52 |
|---|
| 1185 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1186 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1187 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1188 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1189 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1190 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1191 | }}}}}}{{{#!if !br |
|---|
| 1192 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1193 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1194 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1195 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1196 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1197 | {{{#!if br=true |
|---|
r7
| 1198 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1199 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1200 | }}}}}} |
|---|
| 1201 | ##i=53 |
|---|
| 1202 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1203 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1204 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1205 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1206 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1207 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1208 | }}}}}}{{{#!if !br |
|---|
| 1209 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1210 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1211 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1212 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1213 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1214 | {{{#!if br=true |
|---|
r7
| 1215 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1216 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1217 | }}}}}} |
|---|
| 1218 | ##i=54 |
|---|
| 1219 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1220 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1221 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1222 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1223 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1224 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1225 | }}}}}}{{{#!if !br |
|---|
| 1226 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1227 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1228 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1229 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1230 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1231 | {{{#!if br=true |
|---|
r7
| 1232 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1233 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1234 | }}}}}} |
|---|
| 1235 | ##i=55 |
|---|
| 1236 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1237 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1238 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1239 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1240 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1241 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1242 | }}}}}}{{{#!if !br |
|---|
| 1243 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1244 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1245 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1246 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1247 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1248 | {{{#!if br=true |
|---|
r7
| 1249 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1250 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1251 | }}}}}} |
|---|
| 1252 | ##i=56 |
|---|
| 1253 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1254 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1255 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1256 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1257 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1258 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1259 | }}}}}}{{{#!if !br |
|---|
| 1260 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1261 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1262 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1263 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1264 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1265 | {{{#!if br=true |
|---|
r7
| 1266 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1267 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1268 | }}}}}} |
|---|
| 1269 | ##i=57 |
|---|
| 1270 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1271 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1272 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1273 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1274 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1275 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1276 | }}}}}}{{{#!if !br |
|---|
| 1277 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1278 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1279 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1280 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1281 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1282 | {{{#!if br=true |
|---|
r7
| 1283 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1284 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1285 | }}}}}} |
|---|
| 1286 | ##i=58 |
|---|
| 1287 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1288 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1289 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1290 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1291 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1292 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1293 | }}}}}}{{{#!if !br |
|---|
| 1294 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1295 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1296 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1297 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1298 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1299 | {{{#!if br=true |
|---|
r7
| 1300 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1301 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1302 | }}}}}} |
|---|
| 1303 | ##i=59 |
|---|
| 1304 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1305 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1306 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1307 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1308 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1309 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1310 | }}}}}}{{{#!if !br |
|---|
| 1311 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1312 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1313 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1314 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1315 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1316 | {{{#!if br=true |
|---|
r7
| 1317 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1318 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1319 | }}}}}} |
|---|
| 1320 | ##i=60 |
|---|
| 1321 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1322 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1323 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1324 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1325 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1326 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1327 | }}}}}}{{{#!if !br |
|---|
| 1328 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1329 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1330 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1331 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1332 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1333 | {{{#!if br=true |
|---|
r7
| 1334 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1335 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1336 | }}}}}} |
|---|
| 1337 | ##i=61 |
|---|
| 1338 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1339 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1340 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1341 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1342 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1343 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1344 | }}}}}}{{{#!if !br |
|---|
| 1345 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1346 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1347 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1348 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1349 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1350 | {{{#!if br=true |
|---|
r7
| 1351 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1352 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1353 | }}}}}} |
|---|
| 1354 | ##i=62 |
|---|
| 1355 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1356 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1357 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1358 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1359 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1360 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1361 | }}}}}}{{{#!if !br |
|---|
| 1362 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1363 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1364 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1365 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1366 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1367 | {{{#!if br=true |
|---|
r7
| 1368 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1369 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1370 | }}}}}} |
|---|
| 1371 | ##i=63 |
|---|
| 1372 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1373 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1374 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1375 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1376 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1377 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1378 | }}}}}}{{{#!if !br |
|---|
| 1379 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1380 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1381 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1382 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1383 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1384 | {{{#!if br=true |
|---|
r7
| 1385 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1386 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1387 | }}}}}} |
|---|
| 1388 | ##i=64 |
|---|
| 1389 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1390 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1391 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1392 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1393 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1394 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1395 | }}}}}}{{{#!if !br |
|---|
| 1396 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1397 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1398 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1399 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1400 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1401 | {{{#!if br=true |
|---|
r7
| 1402 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1403 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1404 | }}}}}} |
|---|
| 1405 | ##i=65 |
|---|
| 1406 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1407 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1408 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1409 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1410 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1411 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1412 | }}}}}}{{{#!if !br |
|---|
| 1413 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1414 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1415 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1416 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1417 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1418 | {{{#!if br=true |
|---|
r7
| 1419 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1420 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1421 | }}}}}} |
|---|
| 1422 | ##i=66 |
|---|
| 1423 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1424 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1425 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1426 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1427 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1428 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1429 | }}}}}}{{{#!if !br |
|---|
| 1430 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1431 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1432 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1433 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1434 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1435 | {{{#!if br=true |
|---|
r7
| 1436 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1437 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1438 | }}}}}} |
|---|
| 1439 | ##i=67 |
|---|
| 1440 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1441 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1442 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1443 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1444 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1445 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1446 | }}}}}}{{{#!if !br |
|---|
| 1447 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1448 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1449 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1450 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1451 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1452 | {{{#!if br=true |
|---|
r7
| 1453 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1454 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1455 | }}}}}} |
|---|
| 1456 | ##i=68 |
|---|
| 1457 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1458 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1459 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1460 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1461 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1462 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1463 | }}}}}}{{{#!if !br |
|---|
| 1464 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1465 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1466 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1467 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1468 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1469 | {{{#!if br=true |
|---|
r7
| 1470 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1471 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1472 | }}}}}} |
|---|
| 1473 | ##i=69 |
|---|
| 1474 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1475 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1476 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1477 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1478 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1479 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1480 | }}}}}}{{{#!if !br |
|---|
| 1481 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1482 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1483 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1484 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1485 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1486 | {{{#!if br=true |
|---|
r7
| 1487 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1488 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1489 | }}}}}} |
|---|
| 1490 | ##i=70 |
|---|
| 1491 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1492 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1493 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1494 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1495 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1496 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1497 | }}}}}}{{{#!if !br |
|---|
| 1498 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1499 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1500 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1501 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1502 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1503 | {{{#!if br=true |
|---|
r7
| 1504 | }}}}}}}}}{{{#!if !br |
|---|
r2
| 1505 | {{{#!if au=au.toString(), ab=ab.toString(), ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17), ab=(ab.length<18)?(pd+ab).substr(-18):ab, au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 1506 | }}}}}} |
|---|
| 1507 | ##i=71 |
|---|
| 1508 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1509 | {{{#!if tn+=pd, tn=+tn, tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 1510 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
r7
| 1511 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1512 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1513 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1514 | }}}}}}{{{#!if !br |
|---|
| 1515 | {{{#!if tw=au/bu, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
r7
| 1516 | {{{#!if tw-=1, tx=bu*tw, ty=bb*tw, ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 1517 | }}}}}}{{{#!if ty>ab |
|---|
r2
| 1518 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1519 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1520 | {{{#!if br=true |
|---|
r7
| 1521 | }}}}}}}}}{{{#!if tn="", !br |
|---|
r2
| 1522 | {{{#!if tn="...", ts=true |
|---|
| 1523 | }}}}}} |
|---|
r8
| 1524 | ##r매기기 |
|---|
| 1525 | {{{#!if i=ac-bc, i>0 |
|---|
r2
| 1526 | {{{#!if i+1>tm.length |
|---|
| 1527 | {{{#!if tm+=pd+pd, tm=tm.substr(0,i+1) |
|---|
r8
| 1528 | }}}}}}}}}{{{#!if i>=18 |
|---|
r2
| 1529 | {{{#!if rs=tm.substr(0,i-17), tm=tm.substr(i-17) |
|---|
r8
| 1530 | }}}}}}{{{#!if ps=false, i>=18 |
|---|
r2
| 1531 | {{{#!if ps=true |
|---|
r8
| 1532 | }}}}}}{{{#!if ps |
|---|
r2
| 1533 | {{{#!if ru=tm.substr(0,18), tm=tm.substr(18) |
|---|
r8
| 1534 | }}}}}}{{{#!if !ps&&(i>=0) |
|---|
r2
| 1535 | {{{#!if ru=tm.substr(0,i+1), tm=tm.substr(i+1) |
|---|
r8
| 1536 | }}}}}}{{{#!if i>=0 |
|---|
r2
| 1537 | {{{#!if ps=true |
|---|
r8
| 1538 | }}}}}}{{{#!if ps |
|---|
r2
| 1539 | {{{#!if rb=tm.substr(0,18), tm=tm.substr(18) |
|---|
r8
| 1540 | }}}}}}{{{#!if !ps |
|---|
r2
| 1541 | {{{#!if i>=-18 |
|---|
| 1542 | {{{#!if rb=tm.substr(0,i+19), tm=tm.substr(i+19), rb=pd.substr(i+19)+rb |
|---|
r8
| 1543 | }}}}}}{{{#!if i<-18 |
|---|
r2
| 1544 | {{{#!if rb=pd |
|---|
r8
| 1545 | }}}}}}}}}{{{#!if i>=-18 |
|---|
r2
| 1546 | {{{#!if ps=true |
|---|
r8
| 1547 | }}}}}}{{{#!if ps |
|---|
r2
| 1548 | {{{#!if ri=tm.substr(0,18), tm=tm.substr(18) |
|---|
r8
| 1549 | }}}}}}{{{#!if !ps&&(i>=-36) |
|---|
r2
| 1550 | {{{#!if ri=tm.substr(0,i+37), tm=tm.substr(i+37), ri=pd.substr(i+37)+ri |
|---|
r8
| 1551 | }}}}}}{{{#!if tm.length>0 |
|---|
r2
| 1552 | {{{#!if tn="...", ts=true, wb=br?2:0 |
|---|
r8
| 1553 | }}}}}}}}} |
|---|
r2
| 1554 | ##== 계산 결과 표시 정리하기 == |
|---|
| 1555 | ##=== 결과값 표시 정리하기 === |
|---|
| 1556 | {{{#!if ru=ru.toString() |
|---|
r8
| 1557 | }}}{{{#!if +rs==0 |
|---|
r2
| 1558 | {{{#!if rs="", ru=+ru, ru=ru.toString() |
|---|
r8
| 1559 | }}}}}}{{{#!if +rs>0 |
|---|
| 1560 | {{{#!if rs=rs.toString(), ru=pd+ru, ru=ru.substr(ru.length-18, 18), rs=+rs, rs=rs.toString() |
|---|
| 1561 | }}}}}}{{{#!if !ts |
|---|
r2
| 1562 | {{{#!if +ri==0 |
|---|
| 1563 | {{{#!if ri="" |
|---|
| 1564 | }}}{{{#!if +rb==0 |
|---|
| 1565 | {{{#!if rb="", rp=0 |
|---|
r8
| 1566 | }}}}}}}}}}}}{{{#!if ps=(+ri>0) |
|---|
| 1567 | }}}{{{#!if f=="*" |
|---|
r2
| 1568 | {{{#!if ps |
|---|
| 1569 | {{{#!if ri=ri.toString(), ri=pd+ri, ri=ri.substr(ri.length-18, 18), rb=rb.toString(), rb=pd+rb, rb=rb.substr(rb.length-18, 18) |
|---|
r8
| 1570 | }}}}}}{{{#!if !ps&&(+rb>0) |
|---|
r2
| 1571 | {{{#!if rb=rb.toString(), rb=pd+rb, rb=rb.substr(rb.length-18, 18) |
|---|
r8
| 1572 | }}}}}}}}}{{{#!if !ts |
|---|
r2
| 1573 | {{{#!if ps |
|---|
| 1574 | {{{#!if this.rp=ri.length |
|---|
r8
| 1575 | }}}}}}{{{#!if !ps&&(rb!="") |
|---|
r2
| 1576 | {{{#!if this.rp=rb.length |
|---|
r8
| 1577 | }}}}}}{{{#!if ps |
|---|
r2
| 1578 | {{{#!if (rp>9)&&(ri.substr(rp-9,9)=="000000000") |
|---|
| 1579 | {{{#!if this.ri=ri.substr(0,rp-9), rp-=9 |
|---|
r8
| 1580 | }}}}}}{{{#!if (rp>4)&&(ri.substr(rp-4,4)=="0000") |
|---|
r2
| 1581 | {{{#!if this.ri=ri.substr(0,rp-4), rp-=4 |
|---|
r8
| 1582 | }}}}}}{{{#!if (rp>2)&&(ri.substr(rp-2,2)=="00") |
|---|
r2
| 1583 | {{{#!if this.ri=ri.substr(0,rp-2), rp-=2 |
|---|
r8
| 1584 | }}}}}}{{{#!if (rp>2)&&(ri.substr(rp-2,2)=="00") |
|---|
r2
| 1585 | {{{#!if this.ri=ri.substr(0,rp-2), rp-=2 |
|---|
r8
| 1586 | }}}}}}{{{#!if (rp>1)&&(ri.substr(rp-1,1)=="0") |
|---|
r2
| 1587 | {{{#!if this.ri=ri.substr(0,rp-1), rp-=1 |
|---|
r8
| 1588 | }}}}}}{{{#!if rp+=18 |
|---|
| 1589 | }}}}}}{{{#!if !ps |
|---|
r2
| 1590 | {{{#!if (rp>9)&&(rb.substr(rp-9,9)=="000000000") |
|---|
| 1591 | {{{#!if this.rb=rb.substr(0,rp-9), rp-=9 |
|---|
r8
| 1592 | }}}}}}{{{#!if (rp>4)&&(rb.substr(rp-4,4)=="0000") |
|---|
r2
| 1593 | {{{#!if this.rb=rb.substr(0,rp-4), rp-=4 |
|---|
r8
| 1594 | }}}}}}{{{#!if (rp>2)&&(rb.substr(rp-2,2)=="00") |
|---|
r2
| 1595 | {{{#!if this.rb=rb.substr(0,rp-2), rp-=2 |
|---|
r8
| 1596 | }}}}}}{{{#!if (rp>2)&&(rb.substr(rp-2,2)=="00") |
|---|
r2
| 1597 | {{{#!if this.rb=rb.substr(0,rp-2), rp-=2 |
|---|
r8
| 1598 | }}}}}}{{{#!if (rp>1)&&(rb.substr(rp-1,1)=="0") |
|---|
r2
| 1599 | {{{#!if this.rb=rb.substr(0,rp-1), rp-=1 |
|---|
r8
| 1600 | }}}}}}}}}}}}{{{#!if ts |
|---|
r2
| 1601 | {{{#!if rp=39 |
|---|
| 1602 | }}}}}} |
|---|
| 1603 | ##== 아래 출력 변수 설명 == |
|---|
| 1604 | '''sa''' : searching a (logical); '''sb''' : searching b (logical); '''sf''' : searching f (logical); |
|---|
| 1605 | '''ps''' : pass (logical); |
|---|
| 1606 | '''ad''' : "a" decimal point of string variable 'ma' (integer); |
|---|
| 1607 | '''bd''' : "b" decimal point of string variable 'mb' (integer); |
|---|
| 1608 | '''md''' : displaying mode number (string→integer); '''ms''' : message for correction (string) |
|---|
| 1609 | '''tm''' : temporary string, or transaction message (string); '''tn''' : temporary string 2 (string); |
|---|
| 1610 | '''tx''' : temporary value 1 (integer); '''ty''' : temporary value 2 (integer); '''tz''' : temporary value 3 (integer); |
|---|
| 1611 | '''comment''' : comment (string); |
|---|
| 1612 | ##== 출력 부분 == |
|---|
| 1613 | ##=== 계산값 출력 (정상 출력) === |
|---|
| 1614 | }}}{{{#!wiki style="font-weight: 300; font-size: 17.5px;" |
|---|
| 1615 | {{{#!if this.sa=(this.a!="")&&(this.a!=null), this.sb=(this.b!="")&&(this.b!=null), this.sf=(this.f=='+')||(this.f=='-')||(this.f=='*')||(this.f=='/'), this.ad=ma.indexOf("."), this.bd=mb.indexOf("."), ps=false, tm="", tn="" |
|---|
| 1616 | }}}{{{#!if !(sa&sb&sf) |
|---|
| 1617 | {{{#!if !sa||!sb |
|---|
| 1618 | 변수 {{{#!if !sa |
|---|
| 1619 | a{{{#!if !sb |
|---|
| 1620 | 와 변수 }}}}}}{{{#!if !sb |
|---|
| 1621 | b}}}}}}{{{#!if !sf |
|---|
| 1622 | {{{#!if !sa&!sb |
|---|
| 1623 | , 그리고 }}}{{{#!if !sa^!sb |
|---|
| 1624 | 와 }}}연산자 f}}}를 입력하세요...}}}{{{#!if sa&&sb&&sf |
|---|
| 1625 | {{{#!if (ea==0)&&(eb==0) |
|---|
| 1626 | {{{#!if as[0]!=45 |
|---|
| 1627 | @a@}}}{{{#!if as[0]==45 |
|---|
| 1628 | (@a@)}}} {{{#!if as.length>=20 |
|---|
| 1629 | [br]}}}@f@ {{{#!if bs[0]!=45 |
|---|
| 1630 | @b@}}}{{{#!if bs[0]==45 |
|---|
| 1631 | (@b@)}}} {{{#!if (ma!=as)||(mb!=bs)||(+md==3)||(+md==4) |
|---|
| 1632 | {{{#!if (as.length+bs.length>=30) |
|---|
| 1633 | [br]}}}→ {{{#!if ms=ma, ad!=-1 |
|---|
| 1634 | {{{#!if ms=ma.substr(0,ad) |
|---|
| 1635 | }}}}}}{{{#!if ps=false, ms[0]==45 |
|---|
| 1636 | {{{#!if ms=ms.substr(1), ps=true |
|---|
| 1637 | }}}}}}{{{#!if (+md==3)||(+md==4) |
|---|
| 1638 | {{{#!if tx=ms.length, ty=tx/(+md), tz=tx%(+md), tn=ms, tz>0 |
|---|
| 1639 | {{{#!if tm=tn.substr(0,tz), tn=tn.substr(tz) |
|---|
| 1640 | }}}}}}{{{#!if (ty>0)&&(tz>0) |
|---|
| 1641 | {{{#!if tm+="," |
|---|
| 1642 | }}}}}}{{{#!if ty-->0 |
|---|
| 1643 | {{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1644 | }}}}}}{{{#!if ty-->0 |
|---|
| 1645 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1646 | }}}}}}{{{#!if ty-->0 |
|---|
| 1647 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1648 | }}}}}}{{{#!if ty-->0 |
|---|
| 1649 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1650 | }}}}}}{{{#!if ty-->0 |
|---|
| 1651 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1652 | }}}}}}{{{#!if ty-->0 |
|---|
| 1653 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1654 | }}}}}}{{{#!if ms=tm |
|---|
| 1655 | }}}}}}{{{#!if ps |
|---|
| 1656 | (-}}}@ms@{{{#!if ad!=-1 |
|---|
| 1657 | {{{#!if ms=ma.substr(ad+1) |
|---|
| 1658 | }}}{{{#!if (+md==3)||(+md==4) |
|---|
| 1659 | {{{#!if tn=ms, tx=ms.length, ty=tx/(+md), tm=tn.substr(0,+md), tn=tn.substr(+md), ty-->0 |
|---|
| 1660 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1661 | }}}}}}{{{#!if ty-->0 |
|---|
| 1662 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1663 | }}}}}}{{{#!if ty-->0 |
|---|
| 1664 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1665 | }}}}}}{{{#!if ty-->0 |
|---|
| 1666 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1667 | }}}}}}{{{#!if ty-->0 |
|---|
| 1668 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1669 | }}}}}}{{{#!if ms=tm |
|---|
| 1670 | }}}}}}.@ms@}}}{{{#!if ps |
|---|
| 1671 | )}}} @f@ {{{#!if tm="", tn="", ms=mb, bd!=-1 |
|---|
| 1672 | {{{#!if ms=mb.substr(0,bd) |
|---|
| 1673 | }}}}}}{{{#!if ps=false, ms[0]==45 |
|---|
| 1674 | {{{#!if ms=ms.substr(1), ps=true |
|---|
| 1675 | }}}}}}{{{#!if (+md==3)||(+md==4) |
|---|
| 1676 | {{{#!if tx=ms.length, ty=tx/(+md), tz=tx%(+md), tn=ms, tz>0 |
|---|
| 1677 | {{{#!if tm=tn.substr(0,tz), tn=tn.substr(tz) |
|---|
| 1678 | }}}}}}{{{#!if (ty>0)&&(tz>0) |
|---|
| 1679 | {{{#!if tm+="," |
|---|
| 1680 | }}}}}}{{{#!if ty-->0 |
|---|
| 1681 | {{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1682 | }}}}}}{{{#!if ty-->0 |
|---|
| 1683 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1684 | }}}}}}{{{#!if ty-->0 |
|---|
| 1685 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1686 | }}}}}}{{{#!if ty-->0 |
|---|
| 1687 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1688 | }}}}}}{{{#!if ty-->0 |
|---|
| 1689 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1690 | }}}}}}{{{#!if ty-->0 |
|---|
| 1691 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1692 | }}}}}}{{{#!if ms=tm |
|---|
| 1693 | }}}}}}{{{#!if ps |
|---|
| 1694 | (-}}}@ms@{{{#!if bd!=-1 |
|---|
| 1695 | {{{#!if ms=mb.substr(bd+1) |
|---|
| 1696 | }}}{{{#!if (+md==3)||(+md==4) |
|---|
| 1697 | {{{#!if tn=ms, tx=ms.length, ty=tx/(+md), tm=tn.substr(0,+md), tn=tn.substr(+md), ty-->0 |
|---|
| 1698 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1699 | }}}}}}{{{#!if ty-->0 |
|---|
| 1700 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1701 | }}}}}}{{{#!if ty-->0 |
|---|
| 1702 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1703 | }}}}}}{{{#!if ty-->0 |
|---|
| 1704 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1705 | }}}}}}{{{#!if ty-->0 |
|---|
| 1706 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1707 | }}}}}}{{{#!if ms=tm |
|---|
| 1708 | }}}}}}.@ms@}}}{{{#!if ps |
|---|
| 1709 | )}}} }}}{{{#!if (bs.length>=20)||(as.length+bs.length>=30) |
|---|
| 1710 | [br]}}}= @ns@{{{#!if comment="rs 표시 부분", ms=rs, tx=6%(+md), tm="", tn="", (+md==3)||(+md==4) |
|---|
r8
| 1711 | {{{#!if tn=ms, ty=ms.length, tz=(ty-tx<0)?ty:(ty+tx)%(+md), ty=(ty+tx)/(+md), tz>0 |
|---|
r2
| 1712 | {{{#!if tm+=tn.substr(0,tz), tn=tn.substr(tz), ty>0 |
|---|
| 1713 | {{{#!if tm+="," |
|---|
| 1714 | }}}}}}}}}{{{#!if ty-->0 |
|---|
| 1715 | {{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1716 | }}}}}}{{{#!if ty-->0 |
|---|
| 1717 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1718 | }}}}}}{{{#!if ty-->0 |
|---|
| 1719 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1720 | }}}}}}{{{#!if ty-->0 |
|---|
| 1721 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1722 | }}}}}}{{{#!if ty-->0 |
|---|
| 1723 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1724 | }}}}}}{{{#!if ty-->0 |
|---|
| 1725 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1726 | }}}}}}{{{#!if ms=tm |
|---|
r8
| 1727 | }}}}}}@ms@{{{#!if ms=((rs!="")&&(18%(+md)==0))?",":"" |
|---|
r2
| 1728 | }}}@ms@{{{#!if comment="ru 표시 부분", ms=ru, tm="", tn="", (+md==3)||(+md==4) |
|---|
| 1729 | {{{#!if tn=ms, ty=ms.length, tz=ty%(+md), ty=ty/(+md), tz>0 |
|---|
| 1730 | {{{#!if tm=tn.substr(0,tz), tn=tn.substr(tz) |
|---|
| 1731 | }}}}}}{{{#!if (ty>0)&&(tz>0) |
|---|
| 1732 | {{{#!if tm+="," |
|---|
| 1733 | }}}}}}{{{#!if ty-->0 |
|---|
| 1734 | {{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1735 | }}}}}}{{{#!if ty-->0 |
|---|
| 1736 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1737 | }}}}}}{{{#!if ty-->0 |
|---|
| 1738 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1739 | }}}}}}{{{#!if ty-->0 |
|---|
| 1740 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1741 | }}}}}}{{{#!if ty-->0 |
|---|
| 1742 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1743 | }}}}}}{{{#!if ty-->0 |
|---|
| 1744 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1745 | }}}}}}{{{#!if ms=tm |
|---|
| 1746 | }}}}}}@ms@{{{#!if +rp>0 |
|---|
| 1747 | ##rb string, decimal point marking |
|---|
| 1748 | .{{{#!if comment="rb 표시 부분", ms=rb, tm="", tn="", (+md==3)||(+md==4) |
|---|
| 1749 | {{{#!if tn=ms, ty=ms.length, ty=ty/(+md), tm=tn.substr(0,+md), tn=tn.substr(+md), ty-->0 |
|---|
| 1750 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1751 | }}}}}}{{{#!if ty-->0 |
|---|
| 1752 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1753 | }}}}}}{{{#!if ty-->0 |
|---|
| 1754 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1755 | }}}}}}{{{#!if ty-->0 |
|---|
| 1756 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1757 | }}}}}}{{{#!if ty-->0 |
|---|
| 1758 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1759 | }}}}}}{{{#!if ms=tm |
|---|
| 1760 | }}}}}}@ms@{{{#!if ri!="" |
|---|
r8
| 1761 | {{{#!if ms=(18%(+md)==0)?" ":"" |
|---|
r2
| 1762 | }}}@ms@{{{#!if comment="ri 표시 부분", ms=ri, tm="", tn="", (+md==3)||(+md==4) |
|---|
r8
| 1763 | {{{#!if tn=ms, ty=ms.length, ty=(ty+tx-1)/(+md), tm=(tx>0)?tn.substr(0,tx):tn.substr(0,+md), tn=(tx>0)?tn.substr(tx):tn.substr(+md), ty>0 |
|---|
r2
| 1764 | {{{#!if tm+=" " |
|---|
| 1765 | }}}}}}{{{#!if ty-->0 |
|---|
| 1766 | {{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1767 | }}}}}}{{{#!if ty-->0 |
|---|
| 1768 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1769 | }}}}}}{{{#!if ty-->0 |
|---|
| 1770 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1771 | }}}}}}{{{#!if ty-->0 |
|---|
| 1772 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1773 | }}}}}}{{{#!if ty-->0 |
|---|
| 1774 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1775 | }}}}}}{{{#!if ty-->0 |
|---|
| 1776 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 1777 | }}}}}}{{{#!if ms=tm |
|---|
| 1778 | }}}}}}@ms@{{{#!if (f=='/')&&ts |
|---|
| 1779 | ...}}}}}}}}}}}}}}}{{{#!if (ea>0)||(eb>0) |
|---|
| 1780 | ##=== 오류 · 경고 코드 출력 부분 === |
|---|
| 1781 | {{{#!if (ea==1)||(eb==1) |
|---|
| 1782 | '''{{{#orangered [오류]}}}''' 변수 {{{#!if ea==1 |
|---|
| 1783 | a{{{#!if eb==1 |
|---|
| 1784 | 와 }}}}}}{{{#!if eb==1 |
|---|
| 1785 | b}}}에 범위를 초과하는 값이 입력되었습니다. {{{#gray (오버플로)}}}{{{#!if ea!=eb |
|---|
| 1786 | [br]}}}}}}{{{#!if eb==3 |
|---|
| 1787 | '''{{{#orangered [오류]}}}''' 0으로 나눌 수 없습니다. {{{#gray (입력 오류)}}}{{{#!if ea!=eb |
|---|
| 1788 | [br]}}}}}}{{{#!if (ea==5)||(eb==5) |
|---|
| 1789 | '''{{{#orangered [오류]}}}''' 변수 {{{#!if ea==5 |
|---|
| 1790 | a{{{#!if eb==5 |
|---|
| 1791 | 와 }}}}}}{{{#!if eb==5 |
|---|
| 1792 | b}}}에 소수점이 2개 이상 입력되었습니다. {{{#gray (입력 오류)}}}}}}{{{#!if (ea==6)||(eb==6) |
|---|
| 1793 | '''{{{#orangered [오류]}}}''' 변수 {{{#!if ea==6 |
|---|
| 1794 | a의 소수점 윗자리{{{#!if eb==6 |
|---|
| 1795 | 와 }}}}}}{{{#!if eb==6 |
|---|
| 1796 | b의 소수점 윗자리}}}에 올바르지 않은 문구{{{#!if ps=(((ea==6)&&(eb==7))||((ea==7)&&(eb==6))), ps |
|---|
| 1797 | 가, }}}{{{#!if !ps |
|---|
| 1798 | 가 입력되었습니다. {{{#gray (입력 오류)}}}{{{#!if ea!=eb |
|---|
| 1799 | [br]}}}}}}}}}{{{#!if (ea==7)||(eb==7) |
|---|
| 1800 | {{{#!if !ps |
|---|
| 1801 | '''{{{#orangered [오류]}}}'''}}} 변수 {{{#!if ea==7 |
|---|
| 1802 | a의 소수점 아랫자리{{{#!if eb==7 |
|---|
| 1803 | 와 }}}}}}{{{#!if eb==7 |
|---|
| 1804 | b의 소수점 아랫자리}}}에 올바르지 않은 문구가 입력되었습니다. {{{#gray (입력 오류)}}}}}}}}}{{{#!if ((wa>0)||(wb>0))&&(((ea==0)&&(eb==0))||((wb==1)&&(eb==3))) |
|---|
| 1805 | {{{#!if (eb!=3)||((ea>3)&&(eb==3)) |
|---|
| 1806 | [br]}}}{{{#!wiki style="display: inline; text-shadow: 1px 1px 2px gray;" |
|---|
| 1807 | '''{{{#yellow [경고] }}}'''}}}{{{#!if (wa==1)||(wb==1) |
|---|
| 1808 | 변수 {{{#!if (wa==1)&&(ea==0) |
|---|
| 1809 | a{{{#!if (wb==1)&&(ea==0) |
|---|
| 1810 | 와 }}}}}}{{{#!if wb==1 |
|---|
| 1811 | b}}}의 소수점 아래에 입력한 문구가 너무 많습니다. 소수점 아래 19번째 자리부터 입력된 문구는 무시됩니다. |
|---|
| 1812 | }}}{{{#!if wb==2 |
|---|
| 1813 | 나누어 떨어지는 식이지만 소수점 아래 표시되는 자릿수가 너무 많아 표시를 제한합니다.}}}}}}}}}[include(틀:문서 가져옴/the seed, 위키=더시드위키, 문서명=틀:계산기2, uuid=0dea5b15-2160-474c-ab0c-f179bc5fad28, 버전=369)] |
|---|