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 | a와 b 모두 0이 아닌 경우에서 나눗셈을 연산하는 과정입니다. |
|---|
| 303 | {{{#!if (f=="/")&&((+au!=0)||(+ab!=0))&&((+bu!=0)||(+bb!=0)) |
|---|
| 304 | |
|---|
| 305 | au, ab, bu, bb를 18자로 만들었으므로 36자리 정수의 나눗셈으로 봅니다. |
|---|
| 306 | a/b=(au+ab)/(bu+bb)=(+(au.substr(0,18)+ab.substr(0,18)))/(+(bu.substr(0,18)+bb.substr(0,18)))와 같습니다. |
|---|
| 307 | |
|---|
| 308 | ##몫 서술 |
|---|
| 309 | 제일 높은 자리부터 내려오면서 처음으로 0이 아닌 수를 왼쪽으로 당기는 과정을 거쳤으므로 (1부터 시작하는 18자리+18자리 숫자)/(1부터 시작하는 18자리+18자리 수) 연산이 됩니다. |
|---|
| 310 | |
|---|
| 311 | {{{#!if ps=false |
|---|
| 312 | }}}ps를 false로 초기화합니다. 변수에 값을 주는 여부로 ps를 사용합니다. |
|---|
| 313 | |
|---|
| 314 | ##i=0 |
|---|
| 315 | {{{#!if br=false |
|---|
| 316 | }}}다시 정렬된 bu, bb의 값은 바뀌지 않습니다. bu, bb로 나눈 몫만큼 au, ab에서 감소시킨 다음 au와 ab를 다시 정렬시키며, au와 ab가 모두 0이 되면 더 이상 계산하지 않도록 br를 true로 반환합니다. |
|---|
| 317 | 그 다음 계산을 편하게 할 수 있도록 텍스트값으로 된 au, ab, bu, bb를 정수값으로 변환합니다. |
|---|
| 318 | {{{#!if au=+au, ab=+ab, bu=+bu, bb=+bb |
|---|
| 319 | }}} |
|---|
| 320 | |
|---|
| 321 | 먼저 au를 bu로 나눈 몫을 tw로 정의합니다. 정수를 정수로 나누면 몫만 계산되며, 100,000,000,000,000,000 이상 999,999,999 999,999,999 이하의 한 정수를 100,000,000,000,000,000 이상의 다른 한 정수로 나눈 몫이므로 tw의 값은 최소 0 최대 9가 됩니다. |
|---|
| 322 | {{{#!if tw=au/bu |
|---|
| 323 | }}} |
|---|
| 324 | bu, bb를 각각 tw만큼 곱한 값을 tx, ty로 정의합니다. |
|---|
| 325 | {{{#!if tx=bu*tw, ty=bb*tw |
|---|
| 326 | }}} |
|---|
| 327 | 이 때 ty가 19자리가 되면 넘친 첫번째 자리의 값을 tx의 일의 자리로 더하고 아래 18자리의 값을 ty로 다시 정의합니다. tx는 19자리 숫자가 되어도 문제가 없습니다. 만일 ty가 19자리가 되지 않는다면 tx와 ty를 그대로 둡니다. 그 다음 ty를 정수로 바꿉니다. |
|---|
| 328 | {{{#!if ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 329 | }}} |
|---|
| 330 | 이렇게 하면 tx=bu*tw<=au가 됩니다. (bu가 au보다 크면 tw는 tw의 정의에서 값이 0이 되므로 부등호가 성립됩니다.) |
|---|
| 331 | |
|---|
| 332 | (2.1/1.6 처럼) ty가 넘쳐 tx 값이 더해지는 경우가 있으므로 몫이 유효한 값인지 검산합니다. 만일 tx ty 가 기존 au ab을 넘게 되면 tw에서 1을 빼고, tx, ty를 다시 정의합니다. 그러나 tw가 이미 0이 되었을 경우 tw를 0으로 둡니다. |
|---|
| 333 | {{{#!if (tx>au)||((tx==au)&&(ty>ab)) |
|---|
| 334 | {{{#!if tw=(tw==0)?0:tw-1, tx=bu*tw, ty=bb*tw |
|---|
| 335 | }}} |
|---|
| 336 | 마찬가지로 ty가 19자리가 된다면 넘친 첫번째 자리의 값을 tx의 일의 자리로 더합니다. 그 다음 ty를 정수로 바꿉니다. |
|---|
| 337 | {{{#!if ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 338 | }}} |
|---|
| 339 | }}} |
|---|
| 340 | 이렇게 만들어진 tx, ty가 있으면 이를 반영합니다. |
|---|
| 341 | au에서 tx를, ab에서 ty를 뺍니다. 만약 ty>ab일 경우 au에서 1을 가져와 (au에서 1을 빼고) ab에 1,000,000,000,000,000,000을 더한 다음 계산합니다. |
|---|
| 342 | {{{#!if ty>ab |
|---|
| 343 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 344 | }}}}}} |
|---|
| 345 | {{{#!if au-=tx, ab-=ty |
|---|
| 346 | }}} |
|---|
| 347 | 몫인 tw를 문자열로 바꾸고 tm의 오른쪽에 더합니다. |
|---|
| 348 | {{{#!if tw=tw.toString(), tm+=tw |
|---|
| 349 | }}} |
|---|
| 350 | au, ab에서 몫을 빼고 나니 au, ab가 모두 0으로 된다면 더 이상 계산을 하지 않아야 하므로 br를 true로 반환합니다. |
|---|
| 351 | {{{#!if (au==0)&&(ab==0) |
|---|
| 352 | {{{#!if br=true |
|---|
| 353 | }}}}}} |
|---|
| 354 | 어느 하나가 0이 되지 않는다면 br는 여전히 false이므로 !br일 때 자릿수를 옮깁니다. |
|---|
| 355 | {{{#!if !br |
|---|
| 356 | au, ab를 문자열로 다시 바꿉니다. |
|---|
| 357 | {{{#!if au=au.toString(), ab=ab.toString() |
|---|
| 358 | }}} |
|---|
| 359 | au가 여전히 18자리 숫자일 경우 au의 첫번째 자리를 분리해 내어 tn으로 정의하고 나머지 17자리를 au로 둡니다. 그렇지 않을 경우 (au가 17자리 미만의 숫자가 되었다면) tn은 빈 문자열으로 두고 au의 왼쪽을 0(pd)으로 채운 다음 (적어도 19자리가 되는 문자열을) 뒤에서 17번째 자리부터 가지고 와 au로 만듭니다. |
|---|
| 360 | {{{#!if ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17) |
|---|
| 361 | }}} |
|---|
| 362 | ab가 18자리 미만의 숫자가 되었다면 왼쪽을 0으로 채워 18자리 숫자로 만듭니다. |
|---|
| 363 | {{{#!if ab=(ab.length<18)?(pd+ab).substr(-18):ab |
|---|
| 364 | }}} |
|---|
| 365 | au의 뒤로 ab의 처음 자리를 끌어옵니다. |
|---|
| 366 | {{{#!if au+=ab.substr(0,1) |
|---|
| 367 | }}} |
|---|
| 368 | ab의 나머지 17자리를 앞으로 당긴 다음 "0"을 더합니다. |
|---|
| 369 | {{{#!if ab=ab.substr(1)+"0" |
|---|
| 370 | }}} |
|---|
| 371 | 여기까지가 자릿수를 한 칸씩 옮기는 과정입니다. |
|---|
| 372 | }}} |
|---|
| 373 | ##i=1 part 1 |
|---|
| 374 | 몫으로 기록할 숫자의 첫번째 자리를 구했다면, 그 다음 자리의 숫자를 찾기 위해 (변수 tn으로 만들 수 있는 여분의 1자리 +) 18자리 + 18자리 숫자를 18자리+18자리 숫자로 나누는 계산을 합니다. tn이 9가 될 경우 9로 시작하는 19자리 숫자를 long integer로 모두 표현할 수 없으므로 10**18 자리부터 먼저 계산합니다. 10**18의 1번째 숫자의 몫을 구한 다음 나머지를 18자리 숫자에 더하는 과정(part 1)을 거친 다음 그 18자리에서 몫을 구하는 과정(part 2)을 거칩니다. |
|---|
| 375 | |
|---|
| 376 | au와 ab를 정수로 다시 바꾸고 tz를 0으로 초기화합니다. 그리고 tn이 빈 문자열이 아니라면 (앞에 au에서 한 자리 수를 떼온 것이므로) tn에 0을 더하여 19자리로 만들고 몫을 구합니다. |
|---|
| 377 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 378 | tn을 19자리 정수로 바꿉니다. |
|---|
| 379 | {{{#!if tn+=pd, tn=+tn |
|---|
| 380 | }}} |
|---|
| 381 | tz를 몫으로 정의합니다. 앞의 tw를 처리하는 방법과 같습니다. tn을 정수로 만들었으므로 소수점 아래를 비교한다면 정수의 소수점 아래에 해당하는 0과 비교합니다. |
|---|
| 382 | {{{#!if tz=tn/bu, tx=bu*tz, ty=bb*tz, ty=ty.toString() |
|---|
| 383 | }}} |
|---|
| 384 | 마찬가지로 ty가 19자리 숫자이면 1자리를 떼어 tx에 더합니다. |
|---|
| 385 | {{{#!if ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 386 | }}} |
|---|
| 387 | 앞의 tw를 처리할 때 au와 tx를 비교한 것처럼 tz를 처리할 때 tn와 tx를 비교합니다. |
|---|
| 388 | {{{#!if (tx>tn)||((tx==tn)&&(ty>0)) |
|---|
| 389 | {{{#!if tz=(tz==0)?0:tz-1, tx=bu*tz, ty=bb*tz |
|---|
| 390 | }}}{{{#!if ty=ty.toString(), ps=(ty.length==19), tx=ps?tx+(+ty.substr(0,1)):tx, ty=ps?ty=ty.substr(1):ty, ty=+ty |
|---|
| 391 | }}}}}} |
|---|
| 392 | tn에서 나누어떨어지는 값을 뺀 나머지를 반영하여 au, ab에 더합니다. 소수점 아래 부분인 ab보다 ty가 크다면 tn에서 1을 빼어 계산합니다. |
|---|
| 393 | {{{#!if ty>ab |
|---|
| 394 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 395 | }}}}}} |
|---|
| 396 | {{{#!if au+=(tn-tx), ab-=ty |
|---|
| 397 | }}} |
|---|
| 398 | tn을 빈 문자열로 초기화합니다. |
|---|
| 399 | {{{#!if tn="" |
|---|
| 400 | }}} |
|---|
| 401 | }}} |
|---|
| 402 | ##i=1 part 2 |
|---|
| 403 | br(0으로 나누어떨어짐) 이 걸려있으면 실행하지 않습니다. 그러므로 전체적으로 조건을 !br로 둔 다음 계산을 진행합니다. |
|---|
| 404 | {{{#!if !br |
|---|
| 405 | tw, tx, ty를 정의하고 처리하는 과정은 앞자리에서 몫을 찾는 과정과 동일합니다. 앞의 part 1에서 이미 au, ab를 정수로 만들었으므로 여기에 au, ab를 정수로 만드는 처리를 할 필요가 없습니다. |
|---|
| 406 | {{{#!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 |
|---|
| 407 | }}} |
|---|
| 408 | ty를 정수로 바꾸는 과정을 아래 if 조건문으로 병합합니다. |
|---|
| 409 | {{{#!if ty=+ty, (tx>au)||((tx==au)&&(ty>ab)) |
|---|
| 410 | {{{#!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 |
|---|
| 411 | }}}}}} |
|---|
| 412 | {{{#!if ty>ab |
|---|
| 413 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 414 | }}}}}}{{{#!if au-=tx, ab-=ty |
|---|
| 415 | }}} |
|---|
| 416 | 앞에서 계산된 tz의 값을 tw에 더한 다음 tw를 문자열로 바꿉니다. 그리고 tm에 문자열로 바꾼 tw을 더합니다. |
|---|
| 417 | {{{#!if tw+=tz, tw=tw.toString(), tm+=tw |
|---|
| 418 | }}} |
|---|
| 419 | au와 ab가 모두 0이 될 때 br를 true로 정의합니다. |
|---|
| 420 | {{{#!if (au==0)&&(ab==0) |
|---|
| 421 | {{{#!if br=true |
|---|
| 422 | }}}}}}}}} |
|---|
| 423 | 어느 자릿수부터 br가 true로 되면 이후 자릿수 옮겨 몫을 구하는 과정이나 나머지를 정리하는 과정을 더 이상 할 필요가 없습니다. |
|---|
| 424 | {{{#!if !br |
|---|
| 425 | au, ab를 문자열로 다시 바꾸고 처리하는 과정은 동일합니다. |
|---|
| 426 | {{{#!if au=au.toString(), ab=ab.toString() |
|---|
| 427 | }}} |
|---|
| 428 | ps를 au 자릿수가 18이 되었을 때 true가 되는 논리값으로 정의합니다. |
|---|
| 429 | {{{#!if ps=(au.length==18), tn=ps?au.substr(0,1):"", au=ps?au.substr(1):(pd+au).substr(-17) |
|---|
| 430 | }}} |
|---|
| 431 | {{{#!if ab=(ab.length<18)?(pd+ab).substr(-18):ab |
|---|
| 432 | }}} |
|---|
| 433 | {{{#!if au+=ab.substr(0,1), ab=ab.substr(1)+"0" |
|---|
| 434 | }}}}}} |
|---|
| 435 | ##i=2 |
|---|
| 436 | 이후부터 과정은 동일합니다. 많아야 소수점 위 36자리, 소수점 아래 36자리 모두를 쓰면 72개이므로 총 72회(for i=0 to i=71)를 진행합니다. |
|---|
| 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 |
|---|
| 440 | }}}}}} |
|---|
| 441 | {{{#!if ty>ab |
|---|
| 442 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 443 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 444 | }}}}}}{{{#!if !br |
|---|
| 445 | {{{#!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)) |
|---|
| 446 | {{{#!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, |
|---|
| 447 | }}}}}} |
|---|
| 448 | {{{#!if ty>ab |
|---|
| 449 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 450 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 451 | {{{#!if br=true |
|---|
| 452 | }}}}}}}}} |
|---|
| 453 | {{{#!if !br |
|---|
| 454 | {{{#!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" |
|---|
| 455 | }}}}}} |
|---|
| 456 | ##i=3 |
|---|
| 457 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 458 | {{{#!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)) |
|---|
| 459 | {{{#!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 |
|---|
| 460 | }}}}}} |
|---|
| 461 | {{{#!if ty>ab |
|---|
| 462 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 463 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 464 | }}}}}}{{{#!if !br |
|---|
| 465 | {{{#!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)) |
|---|
| 466 | {{{#!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, |
|---|
| 467 | }}}}}} |
|---|
| 468 | {{{#!if ty>ab |
|---|
| 469 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 470 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 471 | {{{#!if br=true |
|---|
| 472 | }}}}}}}}} |
|---|
| 473 | {{{#!if !br |
|---|
| 474 | {{{#!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" |
|---|
| 475 | }}}}}} |
|---|
| 476 | ##i=4 |
|---|
| 477 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 478 | {{{#!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)) |
|---|
| 479 | {{{#!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 |
|---|
| 480 | }}}}}} |
|---|
| 481 | {{{#!if ty>ab |
|---|
| 482 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 483 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 484 | }}}}}}{{{#!if !br |
|---|
| 485 | {{{#!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)) |
|---|
| 486 | {{{#!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, |
|---|
| 487 | }}}}}} |
|---|
| 488 | {{{#!if ty>ab |
|---|
| 489 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 490 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 491 | {{{#!if br=true |
|---|
| 492 | }}}}}}}}} |
|---|
| 493 | {{{#!if !br |
|---|
| 494 | {{{#!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" |
|---|
| 495 | }}}}}} |
|---|
| 496 | ##i=5 |
|---|
| 497 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 498 | {{{#!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)) |
|---|
| 499 | {{{#!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 |
|---|
| 500 | }}}}}} |
|---|
| 501 | {{{#!if ty>ab |
|---|
| 502 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 503 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 504 | }}}}}}{{{#!if !br |
|---|
| 505 | {{{#!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)) |
|---|
| 506 | {{{#!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, |
|---|
| 507 | }}}}}} |
|---|
| 508 | {{{#!if ty>ab |
|---|
| 509 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 510 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 511 | {{{#!if br=true |
|---|
| 512 | }}}}}}}}} |
|---|
| 513 | {{{#!if !br |
|---|
| 514 | {{{#!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" |
|---|
| 515 | }}}}}} |
|---|
| 516 | ##i=6 |
|---|
| 517 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 518 | {{{#!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)) |
|---|
| 519 | {{{#!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 |
|---|
| 520 | }}}}}} |
|---|
| 521 | {{{#!if ty>ab |
|---|
| 522 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 523 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 524 | }}}}}}{{{#!if !br |
|---|
| 525 | {{{#!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)) |
|---|
| 526 | {{{#!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, |
|---|
| 527 | }}}}}} |
|---|
| 528 | {{{#!if ty>ab |
|---|
| 529 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 530 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 531 | {{{#!if br=true |
|---|
| 532 | }}}}}}}}} |
|---|
| 533 | {{{#!if !br |
|---|
| 534 | {{{#!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" |
|---|
| 535 | }}}}}} |
|---|
| 536 | ##i=7 |
|---|
| 537 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 538 | {{{#!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)) |
|---|
| 539 | {{{#!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 |
|---|
| 540 | }}}}}} |
|---|
| 541 | {{{#!if ty>ab |
|---|
| 542 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 543 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 544 | }}}}}}{{{#!if !br |
|---|
| 545 | {{{#!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)) |
|---|
| 546 | {{{#!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, |
|---|
| 547 | }}}}}} |
|---|
| 548 | {{{#!if ty>ab |
|---|
| 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 |
|---|
| 552 | }}}}}}}}} |
|---|
| 553 | {{{#!if !br |
|---|
| 554 | {{{#!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" |
|---|
| 555 | }}}}}} |
|---|
| 556 | ##i=8 |
|---|
| 557 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 558 | {{{#!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)) |
|---|
| 559 | {{{#!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 |
|---|
| 560 | }}}}}} |
|---|
| 561 | {{{#!if ty>ab |
|---|
| 562 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 563 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 564 | }}}}}}{{{#!if !br |
|---|
| 565 | {{{#!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)) |
|---|
| 566 | {{{#!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, |
|---|
| 567 | }}}}}} |
|---|
| 568 | {{{#!if ty>ab |
|---|
| 569 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 570 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 571 | {{{#!if br=true |
|---|
| 572 | }}}}}}}}} |
|---|
| 573 | {{{#!if !br |
|---|
| 574 | {{{#!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" |
|---|
| 575 | }}}}}} |
|---|
| 576 | ##i=9 |
|---|
| 577 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 578 | {{{#!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)) |
|---|
| 579 | {{{#!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 |
|---|
| 580 | }}}}}} |
|---|
| 581 | {{{#!if ty>ab |
|---|
| 582 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 583 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 584 | }}}}}}{{{#!if !br |
|---|
| 585 | {{{#!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)) |
|---|
| 586 | {{{#!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, |
|---|
| 587 | }}}}}} |
|---|
| 588 | {{{#!if ty>ab |
|---|
| 589 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 590 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 591 | {{{#!if br=true |
|---|
| 592 | }}}}}}}}} |
|---|
| 593 | {{{#!if !br |
|---|
| 594 | {{{#!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" |
|---|
| 595 | }}}}}} |
|---|
| 596 | ##i=10 |
|---|
| 597 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 598 | {{{#!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)) |
|---|
| 599 | {{{#!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 |
|---|
| 600 | }}}}}} |
|---|
| 601 | {{{#!if ty>ab |
|---|
| 602 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 603 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 604 | }}}}}}{{{#!if !br |
|---|
| 605 | {{{#!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)) |
|---|
| 606 | {{{#!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, |
|---|
| 607 | }}}}}} |
|---|
| 608 | {{{#!if ty>ab |
|---|
| 609 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 610 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 611 | {{{#!if br=true |
|---|
| 612 | }}}}}}}}} |
|---|
| 613 | {{{#!if !br |
|---|
| 614 | {{{#!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" |
|---|
| 615 | }}}}}} |
|---|
| 616 | ##i=11 |
|---|
| 617 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 618 | {{{#!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)) |
|---|
| 619 | {{{#!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 |
|---|
| 620 | }}}}}} |
|---|
| 621 | {{{#!if ty>ab |
|---|
| 622 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 623 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 624 | }}}}}}{{{#!if !br |
|---|
| 625 | {{{#!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)) |
|---|
| 626 | {{{#!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, |
|---|
| 627 | }}}}}} |
|---|
| 628 | {{{#!if ty>ab |
|---|
| 629 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 630 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 631 | {{{#!if br=true |
|---|
| 632 | }}}}}}}}} |
|---|
| 633 | {{{#!if !br |
|---|
| 634 | {{{#!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" |
|---|
| 635 | }}}}}} |
|---|
| 636 | ##i=12 |
|---|
| 637 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 638 | {{{#!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)) |
|---|
| 639 | {{{#!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 |
|---|
| 640 | }}}}}} |
|---|
| 641 | {{{#!if ty>ab |
|---|
| 642 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 643 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 644 | }}}}}}{{{#!if !br |
|---|
| 645 | {{{#!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)) |
|---|
| 646 | {{{#!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, |
|---|
| 647 | }}}}}} |
|---|
| 648 | {{{#!if ty>ab |
|---|
| 649 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 650 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 651 | {{{#!if br=true |
|---|
| 652 | }}}}}}}}} |
|---|
| 653 | {{{#!if !br |
|---|
| 654 | {{{#!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" |
|---|
| 655 | }}}}}} |
|---|
| 656 | ##i=13 |
|---|
| 657 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 658 | {{{#!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)) |
|---|
| 659 | {{{#!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 |
|---|
| 660 | }}}}}} |
|---|
| 661 | {{{#!if ty>ab |
|---|
| 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)) |
|---|
| 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 | }}}}}} |
|---|
| 668 | {{{#!if ty>ab |
|---|
| 669 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 670 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 671 | {{{#!if br=true |
|---|
| 672 | }}}}}}}}} |
|---|
| 673 | {{{#!if !br |
|---|
| 674 | {{{#!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" |
|---|
| 675 | }}}}}} |
|---|
| 676 | ##i=14 |
|---|
| 677 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 678 | {{{#!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)) |
|---|
| 679 | {{{#!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 |
|---|
| 680 | }}}}}} |
|---|
| 681 | {{{#!if ty>ab |
|---|
| 682 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 683 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 684 | }}}}}}{{{#!if !br |
|---|
| 685 | {{{#!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)) |
|---|
| 686 | {{{#!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, |
|---|
| 687 | }}}}}} |
|---|
| 688 | {{{#!if ty>ab |
|---|
| 689 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 690 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 691 | {{{#!if br=true |
|---|
| 692 | }}}}}}}}} |
|---|
| 693 | {{{#!if !br |
|---|
| 694 | {{{#!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" |
|---|
| 695 | }}}}}} |
|---|
| 696 | ##i=15 |
|---|
| 697 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 698 | {{{#!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)) |
|---|
| 699 | {{{#!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 |
|---|
| 700 | }}}}}} |
|---|
| 701 | {{{#!if ty>ab |
|---|
| 702 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 703 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 704 | }}}}}}{{{#!if !br |
|---|
| 705 | {{{#!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)) |
|---|
| 706 | {{{#!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, |
|---|
| 707 | }}}}}} |
|---|
| 708 | {{{#!if ty>ab |
|---|
| 709 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 710 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 711 | {{{#!if br=true |
|---|
| 712 | }}}}}}}}} |
|---|
| 713 | {{{#!if !br |
|---|
| 714 | {{{#!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" |
|---|
| 715 | }}}}}} |
|---|
| 716 | ##i=16 |
|---|
| 717 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 718 | {{{#!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)) |
|---|
| 719 | {{{#!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 |
|---|
| 720 | }}}}}} |
|---|
| 721 | {{{#!if ty>ab |
|---|
| 722 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 723 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 724 | }}}}}}{{{#!if !br |
|---|
| 725 | {{{#!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)) |
|---|
| 726 | {{{#!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, |
|---|
| 727 | }}}}}} |
|---|
| 728 | {{{#!if ty>ab |
|---|
| 729 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 730 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 731 | {{{#!if br=true |
|---|
| 732 | }}}}}}}}} |
|---|
| 733 | {{{#!if !br |
|---|
| 734 | {{{#!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" |
|---|
| 735 | }}}}}} |
|---|
| 736 | ##i=17 |
|---|
| 737 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 738 | {{{#!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)) |
|---|
| 739 | {{{#!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 |
|---|
| 740 | }}}}}} |
|---|
| 741 | {{{#!if ty>ab |
|---|
| 742 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 743 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 744 | }}}}}}{{{#!if !br |
|---|
| 745 | {{{#!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)) |
|---|
| 746 | {{{#!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, |
|---|
| 747 | }}}}}} |
|---|
| 748 | {{{#!if ty>ab |
|---|
| 749 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 750 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 751 | {{{#!if br=true |
|---|
| 752 | }}}}}}}}} |
|---|
| 753 | {{{#!if !br |
|---|
| 754 | {{{#!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" |
|---|
| 755 | }}}}}} |
|---|
| 756 | ##i=18 |
|---|
| 757 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 758 | {{{#!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)) |
|---|
| 759 | {{{#!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 |
|---|
| 760 | }}}}}} |
|---|
| 761 | {{{#!if ty>ab |
|---|
| 762 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 763 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 764 | }}}}}}{{{#!if !br |
|---|
| 765 | {{{#!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)) |
|---|
| 766 | {{{#!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, |
|---|
| 767 | }}}}}} |
|---|
| 768 | {{{#!if ty>ab |
|---|
| 769 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 770 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 771 | {{{#!if br=true |
|---|
| 772 | }}}}}}}}} |
|---|
| 773 | {{{#!if !br |
|---|
| 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=19 |
|---|
| 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 |
|---|
| 780 | }}}}}} |
|---|
| 781 | {{{#!if ty>ab |
|---|
| 782 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 783 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 784 | }}}}}}{{{#!if !br |
|---|
| 785 | {{{#!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)) |
|---|
| 786 | {{{#!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, |
|---|
| 787 | }}}}}} |
|---|
| 788 | {{{#!if ty>ab |
|---|
| 789 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 790 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 791 | {{{#!if br=true |
|---|
| 792 | }}}}}}}}} |
|---|
| 793 | {{{#!if !br |
|---|
| 794 | {{{#!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" |
|---|
| 795 | }}}}}} |
|---|
| 796 | ##i=20 |
|---|
| 797 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 798 | {{{#!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)) |
|---|
| 799 | {{{#!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 |
|---|
| 800 | }}}}}} |
|---|
| 801 | {{{#!if ty>ab |
|---|
| 802 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 803 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 804 | }}}}}}{{{#!if !br |
|---|
| 805 | {{{#!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)) |
|---|
| 806 | {{{#!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, |
|---|
| 807 | }}}}}} |
|---|
| 808 | {{{#!if ty>ab |
|---|
| 809 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 810 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 811 | {{{#!if br=true |
|---|
| 812 | }}}}}}}}} |
|---|
| 813 | {{{#!if !br |
|---|
| 814 | {{{#!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" |
|---|
| 815 | }}}}}} |
|---|
| 816 | ##i=21 |
|---|
| 817 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 818 | {{{#!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)) |
|---|
| 819 | {{{#!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 |
|---|
| 820 | }}}}}} |
|---|
| 821 | {{{#!if ty>ab |
|---|
| 822 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 823 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 824 | }}}}}}{{{#!if !br |
|---|
| 825 | {{{#!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)) |
|---|
| 826 | {{{#!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, |
|---|
| 827 | }}}}}} |
|---|
| 828 | {{{#!if ty>ab |
|---|
| 829 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 830 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 831 | {{{#!if br=true |
|---|
| 832 | }}}}}}}}} |
|---|
| 833 | {{{#!if !br |
|---|
| 834 | {{{#!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" |
|---|
| 835 | }}}}}} |
|---|
| 836 | ##i=22 |
|---|
| 837 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 838 | {{{#!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)) |
|---|
| 839 | {{{#!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 |
|---|
| 840 | }}}}}} |
|---|
| 841 | {{{#!if ty>ab |
|---|
| 842 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 843 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 844 | }}}}}}{{{#!if !br |
|---|
| 845 | {{{#!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)) |
|---|
| 846 | {{{#!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, |
|---|
| 847 | }}}}}} |
|---|
| 848 | {{{#!if ty>ab |
|---|
| 849 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 850 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 851 | {{{#!if br=true |
|---|
| 852 | }}}}}}}}} |
|---|
| 853 | {{{#!if !br |
|---|
| 854 | {{{#!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" |
|---|
| 855 | }}}}}} |
|---|
| 856 | ##i=23 |
|---|
| 857 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 858 | {{{#!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)) |
|---|
| 859 | {{{#!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 |
|---|
| 860 | }}}}}} |
|---|
| 861 | {{{#!if ty>ab |
|---|
| 862 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 863 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 864 | }}}}}}{{{#!if !br |
|---|
| 865 | {{{#!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)) |
|---|
| 866 | {{{#!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, |
|---|
| 867 | }}}}}} |
|---|
| 868 | {{{#!if ty>ab |
|---|
| 869 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 870 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 871 | {{{#!if br=true |
|---|
| 872 | }}}}}}}}} |
|---|
| 873 | {{{#!if !br |
|---|
| 874 | {{{#!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" |
|---|
| 875 | }}}}}} |
|---|
| 876 | ##i=24 |
|---|
| 877 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 878 | {{{#!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)) |
|---|
| 879 | {{{#!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 |
|---|
| 880 | }}}}}} |
|---|
| 881 | {{{#!if ty>ab |
|---|
| 882 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 883 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 884 | }}}}}}{{{#!if !br |
|---|
| 885 | {{{#!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)) |
|---|
| 886 | {{{#!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, |
|---|
| 887 | }}}}}} |
|---|
| 888 | {{{#!if ty>ab |
|---|
| 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 |
|---|
| 892 | }}}}}}}}} |
|---|
| 893 | {{{#!if !br |
|---|
| 894 | {{{#!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" |
|---|
| 895 | }}}}}} |
|---|
| 896 | ##i=25 |
|---|
| 897 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 898 | {{{#!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)) |
|---|
| 899 | {{{#!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 |
|---|
| 900 | }}}}}} |
|---|
| 901 | {{{#!if ty>ab |
|---|
| 902 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 903 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 904 | }}}}}}{{{#!if !br |
|---|
| 905 | {{{#!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)) |
|---|
| 906 | {{{#!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, |
|---|
| 907 | }}}}}} |
|---|
| 908 | {{{#!if ty>ab |
|---|
| 909 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 910 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 911 | {{{#!if br=true |
|---|
| 912 | }}}}}}}}} |
|---|
| 913 | {{{#!if !br |
|---|
| 914 | {{{#!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" |
|---|
| 915 | }}}}}} |
|---|
| 916 | ##i=26 |
|---|
| 917 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 918 | {{{#!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)) |
|---|
| 919 | {{{#!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 |
|---|
| 920 | }}}}}} |
|---|
| 921 | {{{#!if ty>ab |
|---|
| 922 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 923 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 924 | }}}}}}{{{#!if !br |
|---|
| 925 | {{{#!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)) |
|---|
| 926 | {{{#!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, |
|---|
| 927 | }}}}}} |
|---|
| 928 | {{{#!if ty>ab |
|---|
| 929 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 930 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 931 | {{{#!if br=true |
|---|
| 932 | }}}}}}}}} |
|---|
| 933 | {{{#!if !br |
|---|
| 934 | {{{#!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" |
|---|
| 935 | }}}}}} |
|---|
| 936 | ##i=27 |
|---|
| 937 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 938 | {{{#!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)) |
|---|
| 939 | {{{#!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 |
|---|
| 940 | }}}}}} |
|---|
| 941 | {{{#!if ty>ab |
|---|
| 942 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 943 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 944 | }}}}}}{{{#!if !br |
|---|
| 945 | {{{#!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)) |
|---|
| 946 | {{{#!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, |
|---|
| 947 | }}}}}} |
|---|
| 948 | {{{#!if ty>ab |
|---|
| 949 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 950 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 951 | {{{#!if br=true |
|---|
| 952 | }}}}}}}}} |
|---|
| 953 | {{{#!if !br |
|---|
| 954 | {{{#!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" |
|---|
| 955 | }}}}}} |
|---|
| 956 | ##i=28 |
|---|
| 957 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 958 | {{{#!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)) |
|---|
| 959 | {{{#!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 |
|---|
| 960 | }}}}}} |
|---|
| 961 | {{{#!if ty>ab |
|---|
| 962 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 963 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 964 | }}}}}}{{{#!if !br |
|---|
| 965 | {{{#!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)) |
|---|
| 966 | {{{#!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, |
|---|
| 967 | }}}}}} |
|---|
| 968 | {{{#!if ty>ab |
|---|
| 969 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 970 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 971 | {{{#!if br=true |
|---|
| 972 | }}}}}}}}} |
|---|
| 973 | {{{#!if !br |
|---|
| 974 | {{{#!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" |
|---|
| 975 | }}}}}} |
|---|
| 976 | ##i=29 |
|---|
| 977 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 978 | {{{#!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)) |
|---|
| 979 | {{{#!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 |
|---|
| 980 | }}}}}} |
|---|
| 981 | {{{#!if ty>ab |
|---|
| 982 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 983 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 984 | }}}}}}{{{#!if !br |
|---|
| 985 | {{{#!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)) |
|---|
| 986 | {{{#!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, |
|---|
| 987 | }}}}}} |
|---|
| 988 | {{{#!if ty>ab |
|---|
| 989 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 990 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 991 | {{{#!if br=true |
|---|
| 992 | }}}}}}}}} |
|---|
| 993 | {{{#!if !br |
|---|
| 994 | {{{#!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" |
|---|
| 995 | }}}}}} |
|---|
| 996 | ##i=30 |
|---|
| 997 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 998 | {{{#!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)) |
|---|
| 999 | {{{#!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 |
|---|
| 1000 | }}}}}} |
|---|
| 1001 | {{{#!if ty>ab |
|---|
| 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)) |
|---|
| 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 | }}}}}} |
|---|
| 1008 | {{{#!if ty>ab |
|---|
| 1009 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1010 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1011 | {{{#!if br=true |
|---|
| 1012 | }}}}}}}}} |
|---|
| 1013 | {{{#!if !br |
|---|
| 1014 | {{{#!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" |
|---|
| 1015 | }}}}}} |
|---|
| 1016 | ##i=31 |
|---|
| 1017 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1018 | {{{#!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)) |
|---|
| 1019 | {{{#!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 |
|---|
| 1020 | }}}}}} |
|---|
| 1021 | {{{#!if ty>ab |
|---|
| 1022 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1023 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1024 | }}}}}}{{{#!if !br |
|---|
| 1025 | {{{#!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)) |
|---|
| 1026 | {{{#!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, |
|---|
| 1027 | }}}}}} |
|---|
| 1028 | {{{#!if ty>ab |
|---|
| 1029 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1030 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1031 | {{{#!if br=true |
|---|
| 1032 | }}}}}}}}} |
|---|
| 1033 | {{{#!if !br |
|---|
| 1034 | {{{#!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" |
|---|
| 1035 | }}}}}} |
|---|
| 1036 | ##i=32 |
|---|
| 1037 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1038 | {{{#!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)) |
|---|
| 1039 | {{{#!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 |
|---|
| 1040 | }}}}}} |
|---|
| 1041 | {{{#!if ty>ab |
|---|
| 1042 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1043 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1044 | }}}}}}{{{#!if !br |
|---|
| 1045 | {{{#!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)) |
|---|
| 1046 | {{{#!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, |
|---|
| 1047 | }}}}}} |
|---|
| 1048 | {{{#!if ty>ab |
|---|
| 1049 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1050 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1051 | {{{#!if br=true |
|---|
| 1052 | }}}}}}}}} |
|---|
| 1053 | {{{#!if !br |
|---|
| 1054 | {{{#!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" |
|---|
| 1055 | }}}}}} |
|---|
| 1056 | ##i=33 |
|---|
| 1057 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1058 | {{{#!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)) |
|---|
| 1059 | {{{#!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 |
|---|
| 1060 | }}}}}} |
|---|
| 1061 | {{{#!if ty>ab |
|---|
| 1062 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1063 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1064 | }}}}}}{{{#!if !br |
|---|
| 1065 | {{{#!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)) |
|---|
| 1066 | {{{#!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, |
|---|
| 1067 | }}}}}} |
|---|
| 1068 | {{{#!if ty>ab |
|---|
| 1069 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1070 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1071 | {{{#!if br=true |
|---|
| 1072 | }}}}}}}}} |
|---|
| 1073 | {{{#!if !br |
|---|
| 1074 | {{{#!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" |
|---|
| 1075 | }}}}}} |
|---|
| 1076 | ##i=34 |
|---|
| 1077 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1078 | {{{#!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)) |
|---|
| 1079 | {{{#!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 |
|---|
| 1080 | }}}}}} |
|---|
| 1081 | {{{#!if ty>ab |
|---|
| 1082 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1083 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1084 | }}}}}}{{{#!if !br |
|---|
| 1085 | {{{#!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)) |
|---|
| 1086 | {{{#!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, |
|---|
| 1087 | }}}}}} |
|---|
| 1088 | {{{#!if ty>ab |
|---|
| 1089 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1090 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1091 | {{{#!if br=true |
|---|
| 1092 | }}}}}}}}} |
|---|
| 1093 | {{{#!if !br |
|---|
| 1094 | {{{#!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" |
|---|
| 1095 | }}}}}} |
|---|
| 1096 | ##i=35 |
|---|
| 1097 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1098 | {{{#!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)) |
|---|
| 1099 | {{{#!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 |
|---|
| 1100 | }}}}}} |
|---|
| 1101 | {{{#!if ty>ab |
|---|
| 1102 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1103 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1104 | }}}}}}{{{#!if !br |
|---|
| 1105 | {{{#!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)) |
|---|
| 1106 | {{{#!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, |
|---|
| 1107 | }}}}}} |
|---|
| 1108 | {{{#!if ty>ab |
|---|
| 1109 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1110 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1111 | {{{#!if br=true |
|---|
| 1112 | }}}}}}}}} |
|---|
| 1113 | {{{#!if !br |
|---|
| 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=36 |
|---|
| 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 |
|---|
| 1120 | }}}}}} |
|---|
| 1121 | {{{#!if ty>ab |
|---|
| 1122 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1123 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1124 | }}}}}}{{{#!if !br |
|---|
| 1125 | {{{#!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)) |
|---|
| 1126 | {{{#!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, |
|---|
| 1127 | }}}}}} |
|---|
| 1128 | {{{#!if ty>ab |
|---|
| 1129 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1130 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1131 | {{{#!if br=true |
|---|
| 1132 | }}}}}}}}} |
|---|
| 1133 | {{{#!if !br |
|---|
| 1134 | {{{#!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" |
|---|
| 1135 | }}}}}} |
|---|
| 1136 | ##i=37 |
|---|
| 1137 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1138 | {{{#!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)) |
|---|
| 1139 | {{{#!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 |
|---|
| 1140 | }}}}}} |
|---|
| 1141 | {{{#!if ty>ab |
|---|
| 1142 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1143 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1144 | }}}}}}{{{#!if !br |
|---|
| 1145 | {{{#!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)) |
|---|
| 1146 | {{{#!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, |
|---|
| 1147 | }}}}}} |
|---|
| 1148 | {{{#!if ty>ab |
|---|
| 1149 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1150 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1151 | {{{#!if br=true |
|---|
| 1152 | }}}}}}}}} |
|---|
| 1153 | {{{#!if !br |
|---|
| 1154 | {{{#!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" |
|---|
| 1155 | }}}}}} |
|---|
| 1156 | ##i=38 |
|---|
| 1157 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1158 | {{{#!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)) |
|---|
| 1159 | {{{#!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 |
|---|
| 1160 | }}}}}} |
|---|
| 1161 | {{{#!if ty>ab |
|---|
| 1162 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1163 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1164 | }}}}}}{{{#!if !br |
|---|
| 1165 | {{{#!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)) |
|---|
| 1166 | {{{#!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, |
|---|
| 1167 | }}}}}} |
|---|
| 1168 | {{{#!if ty>ab |
|---|
| 1169 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1170 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1171 | {{{#!if br=true |
|---|
| 1172 | }}}}}}}}} |
|---|
| 1173 | {{{#!if !br |
|---|
| 1174 | {{{#!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" |
|---|
| 1175 | }}}}}} |
|---|
| 1176 | ##i=39 |
|---|
| 1177 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1178 | {{{#!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)) |
|---|
| 1179 | {{{#!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 |
|---|
| 1180 | }}}}}} |
|---|
| 1181 | {{{#!if ty>ab |
|---|
| 1182 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1183 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1184 | }}}}}}{{{#!if !br |
|---|
| 1185 | {{{#!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)) |
|---|
| 1186 | {{{#!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, |
|---|
| 1187 | }}}}}} |
|---|
| 1188 | {{{#!if ty>ab |
|---|
| 1189 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1190 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1191 | {{{#!if br=true |
|---|
| 1192 | }}}}}}}}} |
|---|
| 1193 | {{{#!if !br |
|---|
| 1194 | {{{#!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" |
|---|
| 1195 | }}}}}} |
|---|
| 1196 | ##i=40 |
|---|
| 1197 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1198 | {{{#!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)) |
|---|
| 1199 | {{{#!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 |
|---|
| 1200 | }}}}}} |
|---|
| 1201 | {{{#!if ty>ab |
|---|
| 1202 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1203 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1204 | }}}}}}{{{#!if !br |
|---|
| 1205 | {{{#!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)) |
|---|
| 1206 | {{{#!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, |
|---|
| 1207 | }}}}}} |
|---|
| 1208 | {{{#!if ty>ab |
|---|
| 1209 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1210 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1211 | {{{#!if br=true |
|---|
| 1212 | }}}}}}}}} |
|---|
| 1213 | {{{#!if !br |
|---|
| 1214 | {{{#!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" |
|---|
| 1215 | }}}}}} |
|---|
| 1216 | ##i=41 |
|---|
| 1217 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1218 | {{{#!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)) |
|---|
| 1219 | {{{#!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 |
|---|
| 1220 | }}}}}} |
|---|
| 1221 | {{{#!if ty>ab |
|---|
| 1222 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1223 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1224 | }}}}}}{{{#!if !br |
|---|
| 1225 | {{{#!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)) |
|---|
| 1226 | {{{#!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, |
|---|
| 1227 | }}}}}} |
|---|
| 1228 | {{{#!if ty>ab |
|---|
| 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 |
|---|
| 1232 | }}}}}}}}} |
|---|
| 1233 | {{{#!if !br |
|---|
| 1234 | {{{#!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" |
|---|
| 1235 | }}}}}} |
|---|
| 1236 | ##i=42 |
|---|
| 1237 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1238 | {{{#!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)) |
|---|
| 1239 | {{{#!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 |
|---|
| 1240 | }}}}}} |
|---|
| 1241 | {{{#!if ty>ab |
|---|
| 1242 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1243 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1244 | }}}}}}{{{#!if !br |
|---|
| 1245 | {{{#!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)) |
|---|
| 1246 | {{{#!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, |
|---|
| 1247 | }}}}}} |
|---|
| 1248 | {{{#!if ty>ab |
|---|
| 1249 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1250 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1251 | {{{#!if br=true |
|---|
| 1252 | }}}}}}}}} |
|---|
| 1253 | {{{#!if !br |
|---|
| 1254 | {{{#!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" |
|---|
| 1255 | }}}}}} |
|---|
| 1256 | ##i=43 |
|---|
| 1257 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1258 | {{{#!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)) |
|---|
| 1259 | {{{#!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 |
|---|
| 1260 | }}}}}} |
|---|
| 1261 | {{{#!if ty>ab |
|---|
| 1262 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1263 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1264 | }}}}}}{{{#!if !br |
|---|
| 1265 | {{{#!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)) |
|---|
| 1266 | {{{#!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, |
|---|
| 1267 | }}}}}} |
|---|
| 1268 | {{{#!if ty>ab |
|---|
| 1269 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1270 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1271 | {{{#!if br=true |
|---|
| 1272 | }}}}}}}}} |
|---|
| 1273 | {{{#!if !br |
|---|
| 1274 | {{{#!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" |
|---|
| 1275 | }}}}}} |
|---|
| 1276 | ##i=44 |
|---|
| 1277 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1278 | {{{#!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)) |
|---|
| 1279 | {{{#!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 |
|---|
| 1280 | }}}}}} |
|---|
| 1281 | {{{#!if ty>ab |
|---|
| 1282 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1283 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1284 | }}}}}}{{{#!if !br |
|---|
| 1285 | {{{#!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)) |
|---|
| 1286 | {{{#!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, |
|---|
| 1287 | }}}}}} |
|---|
| 1288 | {{{#!if ty>ab |
|---|
| 1289 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1290 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1291 | {{{#!if br=true |
|---|
| 1292 | }}}}}}}}} |
|---|
| 1293 | {{{#!if !br |
|---|
| 1294 | {{{#!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" |
|---|
| 1295 | }}}}}} |
|---|
| 1296 | ##i=45 |
|---|
| 1297 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1298 | {{{#!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)) |
|---|
| 1299 | {{{#!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 |
|---|
| 1300 | }}}}}} |
|---|
| 1301 | {{{#!if ty>ab |
|---|
| 1302 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1303 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1304 | }}}}}}{{{#!if !br |
|---|
| 1305 | {{{#!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)) |
|---|
| 1306 | {{{#!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, |
|---|
| 1307 | }}}}}} |
|---|
| 1308 | {{{#!if ty>ab |
|---|
| 1309 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1310 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1311 | {{{#!if br=true |
|---|
| 1312 | }}}}}}}}} |
|---|
| 1313 | {{{#!if !br |
|---|
| 1314 | {{{#!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" |
|---|
| 1315 | }}}}}} |
|---|
| 1316 | ##i=46 |
|---|
| 1317 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1318 | {{{#!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)) |
|---|
| 1319 | {{{#!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 |
|---|
| 1320 | }}}}}} |
|---|
| 1321 | {{{#!if ty>ab |
|---|
| 1322 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1323 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1324 | }}}}}}{{{#!if !br |
|---|
| 1325 | {{{#!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)) |
|---|
| 1326 | {{{#!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, |
|---|
| 1327 | }}}}}} |
|---|
| 1328 | {{{#!if ty>ab |
|---|
| 1329 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1330 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1331 | {{{#!if br=true |
|---|
| 1332 | }}}}}}}}} |
|---|
| 1333 | {{{#!if !br |
|---|
| 1334 | {{{#!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" |
|---|
| 1335 | }}}}}} |
|---|
| 1336 | ##i=47 |
|---|
| 1337 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1338 | {{{#!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)) |
|---|
| 1339 | {{{#!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 |
|---|
| 1340 | }}}}}} |
|---|
| 1341 | {{{#!if ty>ab |
|---|
| 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)) |
|---|
| 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 | }}}}}} |
|---|
| 1348 | {{{#!if ty>ab |
|---|
| 1349 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1350 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1351 | {{{#!if br=true |
|---|
| 1352 | }}}}}}}}} |
|---|
| 1353 | {{{#!if !br |
|---|
| 1354 | {{{#!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" |
|---|
| 1355 | }}}}}} |
|---|
| 1356 | ##i=48 |
|---|
| 1357 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1358 | {{{#!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)) |
|---|
| 1359 | {{{#!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 |
|---|
| 1360 | }}}}}} |
|---|
| 1361 | {{{#!if ty>ab |
|---|
| 1362 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1363 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1364 | }}}}}}{{{#!if !br |
|---|
| 1365 | {{{#!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)) |
|---|
| 1366 | {{{#!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, |
|---|
| 1367 | }}}}}} |
|---|
| 1368 | {{{#!if ty>ab |
|---|
| 1369 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1370 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1371 | {{{#!if br=true |
|---|
| 1372 | }}}}}}}}} |
|---|
| 1373 | {{{#!if !br |
|---|
| 1374 | {{{#!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" |
|---|
| 1375 | }}}}}} |
|---|
| 1376 | ##i=49 |
|---|
| 1377 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1378 | {{{#!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)) |
|---|
| 1379 | {{{#!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 |
|---|
| 1380 | }}}}}} |
|---|
| 1381 | {{{#!if ty>ab |
|---|
| 1382 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1383 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1384 | }}}}}}{{{#!if !br |
|---|
| 1385 | {{{#!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)) |
|---|
| 1386 | {{{#!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, |
|---|
| 1387 | }}}}}} |
|---|
| 1388 | {{{#!if ty>ab |
|---|
| 1389 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1390 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1391 | {{{#!if br=true |
|---|
| 1392 | }}}}}}}}} |
|---|
| 1393 | {{{#!if !br |
|---|
| 1394 | {{{#!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" |
|---|
| 1395 | }}}}}} |
|---|
| 1396 | ##i=50 |
|---|
| 1397 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1398 | {{{#!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)) |
|---|
| 1399 | {{{#!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 |
|---|
| 1400 | }}}}}} |
|---|
| 1401 | {{{#!if ty>ab |
|---|
| 1402 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1403 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1404 | }}}}}}{{{#!if !br |
|---|
| 1405 | {{{#!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)) |
|---|
| 1406 | {{{#!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, |
|---|
| 1407 | }}}}}} |
|---|
| 1408 | {{{#!if ty>ab |
|---|
| 1409 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1410 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1411 | {{{#!if br=true |
|---|
| 1412 | }}}}}}}}} |
|---|
| 1413 | {{{#!if !br |
|---|
| 1414 | {{{#!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" |
|---|
| 1415 | }}}}}} |
|---|
| 1416 | ##i=51 |
|---|
| 1417 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1418 | {{{#!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)) |
|---|
| 1419 | {{{#!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 |
|---|
| 1420 | }}}}}} |
|---|
| 1421 | {{{#!if ty>ab |
|---|
| 1422 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1423 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1424 | }}}}}}{{{#!if !br |
|---|
| 1425 | {{{#!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)) |
|---|
| 1426 | {{{#!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, |
|---|
| 1427 | }}}}}} |
|---|
| 1428 | {{{#!if ty>ab |
|---|
| 1429 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1430 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1431 | {{{#!if br=true |
|---|
| 1432 | }}}}}}}}} |
|---|
| 1433 | {{{#!if !br |
|---|
| 1434 | {{{#!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" |
|---|
| 1435 | }}}}}} |
|---|
| 1436 | ##i=52 |
|---|
| 1437 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1438 | {{{#!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)) |
|---|
| 1439 | {{{#!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 |
|---|
| 1440 | }}}}}} |
|---|
| 1441 | {{{#!if ty>ab |
|---|
| 1442 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1443 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1444 | }}}}}}{{{#!if !br |
|---|
| 1445 | {{{#!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)) |
|---|
| 1446 | {{{#!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, |
|---|
| 1447 | }}}}}} |
|---|
| 1448 | {{{#!if ty>ab |
|---|
| 1449 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1450 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1451 | {{{#!if br=true |
|---|
| 1452 | }}}}}}}}} |
|---|
| 1453 | {{{#!if !br |
|---|
| 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=53 |
|---|
| 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 |
|---|
| 1460 | }}}}}} |
|---|
| 1461 | {{{#!if ty>ab |
|---|
| 1462 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1463 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1464 | }}}}}}{{{#!if !br |
|---|
| 1465 | {{{#!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)) |
|---|
| 1466 | {{{#!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, |
|---|
| 1467 | }}}}}} |
|---|
| 1468 | {{{#!if ty>ab |
|---|
| 1469 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1470 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1471 | {{{#!if br=true |
|---|
| 1472 | }}}}}}}}} |
|---|
| 1473 | {{{#!if !br |
|---|
| 1474 | {{{#!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" |
|---|
| 1475 | }}}}}} |
|---|
| 1476 | ##i=54 |
|---|
| 1477 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1478 | {{{#!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)) |
|---|
| 1479 | {{{#!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 |
|---|
| 1480 | }}}}}} |
|---|
| 1481 | {{{#!if ty>ab |
|---|
| 1482 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1483 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1484 | }}}}}}{{{#!if !br |
|---|
| 1485 | {{{#!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)) |
|---|
| 1486 | {{{#!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, |
|---|
| 1487 | }}}}}} |
|---|
| 1488 | {{{#!if ty>ab |
|---|
| 1489 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1490 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1491 | {{{#!if br=true |
|---|
| 1492 | }}}}}}}}} |
|---|
| 1493 | {{{#!if !br |
|---|
| 1494 | {{{#!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" |
|---|
| 1495 | }}}}}} |
|---|
| 1496 | ##i=55 |
|---|
| 1497 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1498 | {{{#!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)) |
|---|
| 1499 | {{{#!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 |
|---|
| 1500 | }}}}}} |
|---|
| 1501 | {{{#!if ty>ab |
|---|
| 1502 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1503 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1504 | }}}}}}{{{#!if !br |
|---|
| 1505 | {{{#!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)) |
|---|
| 1506 | {{{#!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, |
|---|
| 1507 | }}}}}} |
|---|
| 1508 | {{{#!if ty>ab |
|---|
| 1509 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1510 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1511 | {{{#!if br=true |
|---|
| 1512 | }}}}}}}}} |
|---|
| 1513 | {{{#!if !br |
|---|
| 1514 | {{{#!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" |
|---|
| 1515 | }}}}}} |
|---|
| 1516 | ##i=56 |
|---|
| 1517 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1518 | {{{#!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)) |
|---|
| 1519 | {{{#!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 |
|---|
| 1520 | }}}}}} |
|---|
| 1521 | {{{#!if ty>ab |
|---|
| 1522 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1523 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1524 | }}}}}}{{{#!if !br |
|---|
| 1525 | {{{#!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)) |
|---|
| 1526 | {{{#!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, |
|---|
| 1527 | }}}}}} |
|---|
| 1528 | {{{#!if ty>ab |
|---|
| 1529 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1530 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1531 | {{{#!if br=true |
|---|
| 1532 | }}}}}}}}} |
|---|
| 1533 | {{{#!if !br |
|---|
| 1534 | {{{#!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" |
|---|
| 1535 | }}}}}} |
|---|
| 1536 | ##i=57 |
|---|
| 1537 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1538 | {{{#!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)) |
|---|
| 1539 | {{{#!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 |
|---|
| 1540 | }}}}}} |
|---|
| 1541 | {{{#!if ty>ab |
|---|
| 1542 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1543 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1544 | }}}}}}{{{#!if !br |
|---|
| 1545 | {{{#!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)) |
|---|
| 1546 | {{{#!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, |
|---|
| 1547 | }}}}}} |
|---|
| 1548 | {{{#!if ty>ab |
|---|
| 1549 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1550 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1551 | {{{#!if br=true |
|---|
| 1552 | }}}}}}}}} |
|---|
| 1553 | {{{#!if !br |
|---|
| 1554 | {{{#!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" |
|---|
| 1555 | }}}}}} |
|---|
| 1556 | ##i=58 |
|---|
| 1557 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1558 | {{{#!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)) |
|---|
| 1559 | {{{#!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 |
|---|
| 1560 | }}}}}} |
|---|
| 1561 | {{{#!if ty>ab |
|---|
| 1562 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1563 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1564 | }}}}}}{{{#!if !br |
|---|
| 1565 | {{{#!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)) |
|---|
| 1566 | {{{#!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, |
|---|
| 1567 | }}}}}} |
|---|
| 1568 | {{{#!if ty>ab |
|---|
| 1569 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1570 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1571 | {{{#!if br=true |
|---|
| 1572 | }}}}}}}}} |
|---|
| 1573 | {{{#!if !br |
|---|
| 1574 | {{{#!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" |
|---|
| 1575 | }}}}}} |
|---|
| 1576 | ##i=59 |
|---|
| 1577 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1578 | {{{#!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)) |
|---|
| 1579 | {{{#!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 |
|---|
| 1580 | }}}}}} |
|---|
| 1581 | {{{#!if ty>ab |
|---|
| 1582 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1583 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1584 | }}}}}}{{{#!if !br |
|---|
| 1585 | {{{#!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)) |
|---|
| 1586 | {{{#!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, |
|---|
| 1587 | }}}}}} |
|---|
| 1588 | {{{#!if ty>ab |
|---|
| 1589 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1590 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1591 | {{{#!if br=true |
|---|
| 1592 | }}}}}}}}} |
|---|
| 1593 | {{{#!if !br |
|---|
| 1594 | {{{#!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" |
|---|
| 1595 | }}}}}} |
|---|
| 1596 | ##i=60 |
|---|
| 1597 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1598 | {{{#!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)) |
|---|
| 1599 | {{{#!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 |
|---|
| 1600 | }}}}}} |
|---|
| 1601 | {{{#!if ty>ab |
|---|
| 1602 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1603 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1604 | }}}}}}{{{#!if !br |
|---|
| 1605 | {{{#!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)) |
|---|
| 1606 | {{{#!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, |
|---|
| 1607 | }}}}}} |
|---|
| 1608 | {{{#!if ty>ab |
|---|
| 1609 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1610 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1611 | {{{#!if br=true |
|---|
| 1612 | }}}}}}}}} |
|---|
| 1613 | {{{#!if !br |
|---|
| 1614 | {{{#!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" |
|---|
| 1615 | }}}}}} |
|---|
| 1616 | ##i=61 |
|---|
| 1617 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1618 | {{{#!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)) |
|---|
| 1619 | {{{#!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 |
|---|
| 1620 | }}}}}} |
|---|
| 1621 | {{{#!if ty>ab |
|---|
| 1622 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1623 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1624 | }}}}}}{{{#!if !br |
|---|
| 1625 | {{{#!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)) |
|---|
| 1626 | {{{#!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, |
|---|
| 1627 | }}}}}} |
|---|
| 1628 | {{{#!if ty>ab |
|---|
| 1629 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1630 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1631 | {{{#!if br=true |
|---|
| 1632 | }}}}}}}}} |
|---|
| 1633 | {{{#!if !br |
|---|
| 1634 | {{{#!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" |
|---|
| 1635 | }}}}}} |
|---|
| 1636 | ##i=62 |
|---|
| 1637 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1638 | {{{#!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)) |
|---|
| 1639 | {{{#!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 |
|---|
| 1640 | }}}}}} |
|---|
| 1641 | {{{#!if ty>ab |
|---|
| 1642 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1643 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1644 | }}}}}}{{{#!if !br |
|---|
| 1645 | {{{#!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)) |
|---|
| 1646 | {{{#!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, |
|---|
| 1647 | }}}}}} |
|---|
| 1648 | {{{#!if ty>ab |
|---|
| 1649 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1650 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1651 | {{{#!if br=true |
|---|
| 1652 | }}}}}}}}} |
|---|
| 1653 | {{{#!if !br |
|---|
| 1654 | {{{#!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" |
|---|
| 1655 | }}}}}} |
|---|
| 1656 | ##i=63 |
|---|
| 1657 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1658 | {{{#!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)) |
|---|
| 1659 | {{{#!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 |
|---|
| 1660 | }}}}}} |
|---|
| 1661 | {{{#!if ty>ab |
|---|
| 1662 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1663 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1664 | }}}}}}{{{#!if !br |
|---|
| 1665 | {{{#!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)) |
|---|
| 1666 | {{{#!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, |
|---|
| 1667 | }}}}}} |
|---|
| 1668 | {{{#!if ty>ab |
|---|
| 1669 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1670 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1671 | {{{#!if br=true |
|---|
| 1672 | }}}}}}}}} |
|---|
| 1673 | {{{#!if !br |
|---|
| 1674 | {{{#!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" |
|---|
| 1675 | }}}}}} |
|---|
| 1676 | ##i=64 |
|---|
| 1677 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1678 | {{{#!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)) |
|---|
| 1679 | {{{#!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 |
|---|
| 1680 | }}}}}} |
|---|
| 1681 | {{{#!if ty>ab |
|---|
| 1682 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1683 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1684 | }}}}}}{{{#!if !br |
|---|
| 1685 | {{{#!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)) |
|---|
| 1686 | {{{#!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, |
|---|
| 1687 | }}}}}} |
|---|
| 1688 | {{{#!if ty>ab |
|---|
| 1689 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1690 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1691 | {{{#!if br=true |
|---|
| 1692 | }}}}}}}}} |
|---|
| 1693 | {{{#!if !br |
|---|
| 1694 | {{{#!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" |
|---|
| 1695 | }}}}}} |
|---|
| 1696 | ##i=65 |
|---|
| 1697 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1698 | {{{#!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)) |
|---|
| 1699 | {{{#!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 |
|---|
| 1700 | }}}}}} |
|---|
| 1701 | {{{#!if ty>ab |
|---|
| 1702 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1703 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1704 | }}}}}}{{{#!if !br |
|---|
| 1705 | {{{#!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)) |
|---|
| 1706 | {{{#!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, |
|---|
| 1707 | }}}}}} |
|---|
| 1708 | {{{#!if ty>ab |
|---|
| 1709 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1710 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1711 | {{{#!if br=true |
|---|
| 1712 | }}}}}}}}} |
|---|
| 1713 | {{{#!if !br |
|---|
| 1714 | {{{#!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" |
|---|
| 1715 | }}}}}} |
|---|
| 1716 | ##i=66 |
|---|
| 1717 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1718 | {{{#!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)) |
|---|
| 1719 | {{{#!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 |
|---|
| 1720 | }}}}}} |
|---|
| 1721 | {{{#!if ty>ab |
|---|
| 1722 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1723 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1724 | }}}}}}{{{#!if !br |
|---|
| 1725 | {{{#!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)) |
|---|
| 1726 | {{{#!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, |
|---|
| 1727 | }}}}}} |
|---|
| 1728 | {{{#!if ty>ab |
|---|
| 1729 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1730 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1731 | {{{#!if br=true |
|---|
| 1732 | }}}}}}}}} |
|---|
| 1733 | {{{#!if !br |
|---|
| 1734 | {{{#!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" |
|---|
| 1735 | }}}}}} |
|---|
| 1736 | ##i=67 |
|---|
| 1737 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1738 | {{{#!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)) |
|---|
| 1739 | {{{#!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 |
|---|
| 1740 | }}}}}} |
|---|
| 1741 | {{{#!if ty>ab |
|---|
| 1742 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1743 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1744 | }}}}}}{{{#!if !br |
|---|
| 1745 | {{{#!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)) |
|---|
| 1746 | {{{#!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, |
|---|
| 1747 | }}}}}} |
|---|
| 1748 | {{{#!if ty>ab |
|---|
| 1749 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1750 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1751 | {{{#!if br=true |
|---|
| 1752 | }}}}}}}}} |
|---|
| 1753 | {{{#!if !br |
|---|
| 1754 | {{{#!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" |
|---|
| 1755 | }}}}}} |
|---|
| 1756 | ##i=68 |
|---|
| 1757 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1758 | {{{#!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)) |
|---|
| 1759 | {{{#!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 |
|---|
| 1760 | }}}}}} |
|---|
| 1761 | {{{#!if ty>ab |
|---|
| 1762 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1763 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1764 | }}}}}}{{{#!if !br |
|---|
| 1765 | {{{#!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)) |
|---|
| 1766 | {{{#!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, |
|---|
| 1767 | }}}}}} |
|---|
| 1768 | {{{#!if ty>ab |
|---|
| 1769 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1770 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1771 | {{{#!if br=true |
|---|
| 1772 | }}}}}}}}} |
|---|
| 1773 | {{{#!if !br |
|---|
| 1774 | {{{#!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" |
|---|
| 1775 | }}}}}} |
|---|
| 1776 | ##i=69 |
|---|
| 1777 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1778 | {{{#!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)) |
|---|
| 1779 | {{{#!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 |
|---|
| 1780 | }}}}}} |
|---|
| 1781 | {{{#!if ty>ab |
|---|
| 1782 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1783 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1784 | }}}}}}{{{#!if !br |
|---|
| 1785 | {{{#!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)) |
|---|
| 1786 | {{{#!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, |
|---|
| 1787 | }}}}}} |
|---|
| 1788 | {{{#!if ty>ab |
|---|
| 1789 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1790 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1791 | {{{#!if br=true |
|---|
| 1792 | }}}}}}}}} |
|---|
| 1793 | {{{#!if !br |
|---|
| 1794 | {{{#!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" |
|---|
| 1795 | }}}}}} |
|---|
| 1796 | ##i=70 |
|---|
| 1797 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1798 | {{{#!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)) |
|---|
| 1799 | {{{#!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 |
|---|
| 1800 | }}}}}} |
|---|
| 1801 | {{{#!if ty>ab |
|---|
| 1802 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1803 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1804 | }}}}}}{{{#!if !br |
|---|
| 1805 | {{{#!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)) |
|---|
| 1806 | {{{#!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, |
|---|
| 1807 | }}}}}} |
|---|
| 1808 | {{{#!if ty>ab |
|---|
| 1809 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1810 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1811 | {{{#!if br=true |
|---|
| 1812 | }}}}}}}}} |
|---|
| 1813 | {{{#!if !br |
|---|
| 1814 | {{{#!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" |
|---|
| 1815 | }}}}}} |
|---|
| 1816 | ##i=71 |
|---|
| 1817 | {{{#!if au=+au, ab=+ab, tz=0, !br&&(tn!="") |
|---|
| 1818 | {{{#!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)) |
|---|
| 1819 | {{{#!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 |
|---|
| 1820 | }}}}}} |
|---|
| 1821 | {{{#!if ty>ab |
|---|
| 1822 | {{{#!if tn-=1, ab+=+("1"+pd) |
|---|
| 1823 | }}}}}}{{{#!if au+=(tn-tx), ab-=ty, tn="" |
|---|
| 1824 | }}}}}}{{{#!if !br |
|---|
| 1825 | {{{#!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)) |
|---|
| 1826 | {{{#!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, |
|---|
| 1827 | }}}}}} |
|---|
| 1828 | {{{#!if ty>ab |
|---|
| 1829 | {{{#!if au-=1, ab+=+("1"+pd) |
|---|
| 1830 | }}}}}}{{{#!if au-=tx, ab-=ty, tw+=tz, tw=tw.toString(), tm+=tw, (au==0)&&(ab==0) |
|---|
| 1831 | {{{#!if br=true |
|---|
| 1832 | }}}}}}}}} |
|---|
| 1833 | tn을 빈 문자열로 초기화하고 변수 ts를 가져옵니다. 마지막 72회까지 몫을 구하는 계산을 했음에도 불구하고 나머지가 나누어떨어져 0이 되지 않는다면 tn을 "..."로, ts를 true로 바꿉니다. |
|---|
| 1834 | {{{#!if tn="", !br |
|---|
| 1835 | {{{#!if tn="...", ts=true |
|---|
| 1836 | }}}}}} |
|---|
| 1837 | |
|---|
| 1838 | ##rs 매기기 |
|---|
| 1839 | 앞에 매겼던 ac와 bc로 판별식을 만듭니다. i=ac-bc로 둡니다. a의 가장 큰 자리와 b의 가장 큰 자리가 얼마나 차이나는가에 따라 몫에 매기는 소수점 위치가 달라집니다. i>=-35 (ac==-18이고 bc==17일 경우), i<=35 (ac==17이고 bc=-18일 경우)입니다. |
|---|
| 1840 | {{{#!if i=ac-bc |
|---|
| 1841 | }}} |
|---|
| 1842 | a에서 b를 나누면 몫을 10^i 의 자리부터 매기게 됩니다. 소수점 아랫부분까지 몫 기록이 이어지면 상관이 없겠으나, 몫이 소수가 아닌 정수로 기록될 때 실제 자릿수에 해당하는 길이보다 (금방 나누어떨어져) 몫이 짧게 기록되고 그치는 경우 남는 자리에 자동적으로 0을 채워주지 않게 됩니다. 이러면 수동으로 0을 채워주어야 하며, (i==0일 경우 10^0의 자리부터 몫을 기록하므로 10^1과 같거나 큰 자리부터 기록할 경우 곧) i>0일 때에만 의미가 있습니다. |
|---|
| 1843 | 이를테면 4000/2를 계산하는 경우 몫이 "2"까지만 기록되며 뒤에 000은 수동으로 채워주어야 합니다. |
|---|
| 1844 | {{{#!if i>0 |
|---|
| 1845 | 몫은 tm으로 기록되므로 tm의 길이를 따집니다. i가 양수이고 몫이 정수로 나누어떨어질 경우, tm의 길이가 적어도 i+1이 되게 맞춥니다. |
|---|
| 1846 | {{{#!if i+1>tm.length |
|---|
| 1847 | i+1보타 tm의 길이가 작은 경우 i==35인 경우를 감안하여 tm의 뒷부분을 pd+pd --더블 패드--로 채운 다음 i+1길이만큼 오려냅니다. |
|---|
| 1848 | {{{#!if tm+=pd+pd, tm=tm.substr(0,i+1) |
|---|
| 1849 | }}}}}}}}} |
|---|
| 1850 | |
|---|
| 1851 | i가 18 이상 (18 이상 35 이하)이면 rs를 매길 수 있습니다. 몫을 적어놓은 문자열 tm의 0번 index에 들어가는 문자부터 i에서 18을 뺀 값의 index에 들어가는 문자까지를 rs로 두며, rs의 문자열 길이는 i-18+1 곧 i-17입니다. |
|---|
| 1852 | {{{#!if i>=18 |
|---|
| 1853 | tm에서 rs를 오려낸 문자열을 tm으로 다시 둡니다. |
|---|
| 1854 | {{{#!if rs=tm.substr(0,i-17), tm=tm.substr(i-17) |
|---|
| 1855 | }}}}}} |
|---|
| 1856 | |
|---|
| 1857 | ##ru 매기기 |
|---|
| 1858 | ps를 먼저 false로 초기화한 다음, i>=18 이 되(어 rs를 매기)는 경우 ps를 true로 맞춥니다. |
|---|
| 1859 | {{{#!if ps=false, i>=18 |
|---|
| 1860 | {{{#!if ps=true |
|---|
| 1861 | }}}}}} |
|---|
| 1862 | ps가 true이면 문자열 tm에서 18번째 자리까지를 ru로 두고, tm에서 ru를 오려낸 문자열을 tm으로 둡니다. |
|---|
| 1863 | {{{#!if ps |
|---|
| 1864 | {{{#!if ru=tm.substr(0,18), tm=tm.substr(18) |
|---|
| 1865 | }}}}}} |
|---|
| 1866 | ps가 false이고 (i가 충분히 큰 값이 아니고) i가 0 이상 (0 이상 17 이하)인 수라면 ru를 매길 수 있으며 문자열의 길이는 i+1이 됩니다. |
|---|
| 1867 | {{{#!if !ps&&(i>=0) |
|---|
| 1868 | {{{#!if ru=tm.substr(0,i+1), tm=tm.substr(i+1) |
|---|
| 1869 | }}}}}} |
|---|
| 1870 | |
|---|
| 1871 | ##rb 매기기 |
|---|
| 1872 | i>=0이 되(어 ru를 매기)는 경우 ps를 true로 맞춥니다. |
|---|
| 1873 | {{{#!if i>=0 |
|---|
| 1874 | {{{#!if ps=true |
|---|
| 1875 | }}}}}} |
|---|
| 1876 | ps가 true이면 문자열 tm에서 18번째 자리까지를 rb로 두고, tm에서 rb를 오려낸 문자열을 tm으로 둡니다. |
|---|
| 1877 | {{{#!if ps |
|---|
| 1878 | {{{#!if rb=tm.substr(0,18), tm=tm.substr(18) |
|---|
| 1879 | }}}}}} |
|---|
| 1880 | ps가 false이고 i가 -18 이상 (-18 이상 -1 이하)이면 rb를 매길 수 있습니다. |
|---|
| 1881 | 이 때 몫으로 문자열의 길이는 i+18+1 곧 i+19가 되며 그 앞부분은 0으로 채워집니다. |
|---|
| 1882 | 몫으로 i+19개의 자리가 채워진다면, 몫 앞을 0으로 채우는 수량은 18에서 i+19를 뺀 -i-1이 됩니다. |
|---|
| 1883 | 이것을 substr을 이용하여 (18자리 문자열인) pd의 substr로 채워보자면 |
|---|
| 1884 | 18에서 (-i-1)을 뺀 i+19 번부터 끝까지 해당하는 문자열로 채우면 됩니다. |
|---|
| 1885 | {{{#!if !ps |
|---|
| 1886 | {{{#!if i>=-18 |
|---|
| 1887 | {{{#!if rb=tm.substr(0,i+19), tm=tm.substr(i+19), rb=pd.substr(i+19)+rb |
|---|
| 1888 | }}}}}} |
|---|
| 1889 | 만일 i<0이고 i가 -18보다 작아 rb에 몫을 기록하지 않고 rb보다 더 아래 자리에 기록하게 된다면 rb의 18자리를 모두 0으로 채웁니다. |
|---|
| 1890 | {{{#!if i<-18 |
|---|
| 1891 | {{{#!if rb=pd |
|---|
| 1892 | }}}}}} |
|---|
| 1893 | }}} |
|---|
| 1894 | |
|---|
| 1895 | ##ri 매기기 |
|---|
| 1896 | i>=-18이 되(어 rb를 매기)는 경우 ps를 true로 맞춥니다. |
|---|
| 1897 | {{{#!if i>=-18 |
|---|
| 1898 | {{{#!if ps=true |
|---|
| 1899 | }}}}}} |
|---|
| 1900 | ps가 true이면 rb와 같은 방법으로 ri를 매기고, tm을 다시 정의합니다. |
|---|
| 1901 | {{{#!if ps |
|---|
| 1902 | {{{#!if ri=tm.substr(0,18), tm=tm.substr(18) |
|---|
| 1903 | }}}}}} |
|---|
| 1904 | ps가 false이며 i가 -19 이하 (-36이상 -19 이하이나, i의 최소값은 -35)이면 ri를 매길 수 있습니다. rb와 같습니다. |
|---|
| 1905 | {{{#!if !ps&&(i>=-36) |
|---|
| 1906 | {{{#!if ri=tm.substr(0,i+37), tm=tm.substr(i+37), ri=pd.substr(i+37)+ri |
|---|
| 1907 | }}} |
|---|
| 1908 | }}} |
|---|
| 1909 | |
|---|
| 1910 | ri까지 몫을 기록했음에도 불구하고 여전히 몫이 남는다면 ... 처리를 하고 ts를 true로 바꿉니다. 단, 나눗셈이 나누어떨어지는 식의 경우 경고 코드 2번을 반환합니다. |
|---|
| 1911 | {{{#!if tm.length>0 |
|---|
| 1912 | {{{#!if tn="...", ts=true, wb=br?2:0 |
|---|
| 1913 | }}}}}} |
|---|
| 1914 | |
|---|
| 1915 | 여기까지가 나눗셈의 계산과정입니다. |
|---|
| 1916 | }}} |
|---|
| 1917 | |
|---|
| 1918 | ##== 계산 결과 표시 정리하기 == |
|---|
| 1919 | ##=== 결과값 표시 정리하기 === |
|---|
| 1920 | 연산이 끝났으면 표기된 숫자를 정리합니다. |
|---|
| 1921 | |
|---|
| 1922 | ##rs, ru 정리 부분 |
|---|
| 1923 | 먼저 ru를 (곱셈연산에서 정수값으로 나올 수 있고, 나눗셈에서 몫이 1보다 작은 값이 나오는 경우같이 값을 부여하지 않았다면 초기화할 때 정의했던 정수 0인 채로 있으므로) 문자열로 바꿉니다. |
|---|
| 1924 | {{{#!if ru=ru.toString() |
|---|
| 1925 | }}} |
|---|
| 1926 | 18자리씩 끊어 표기하므로 소수점 위 19~36번째 자리에 해당하는 rs값이 (가령 곱셈에서, 곱한 값을 더한 결과가) 0일 경우 rs를 빈 문자열로 바꿉니다. 이 때 ru를 정수로 바꿔 ru 왼쪽에 있는 0들을 지운 다음, ru를 문자열로 바꿉니다. |
|---|
| 1927 | {{{#!if +rs==0 |
|---|
| 1928 | {{{#!if rs="", ru=+ru, ru=ru.toString() |
|---|
| 1929 | }}}}}} |
|---|
| 1930 | |
|---|
| 1931 | 계산과정에서 ru의 윗자리인 rs값이 0보다 클 경우, 1~18번째 자리인 ru에 빈 자리를 채우도록 ru의 왼쪽을 0으로 채웁니다. |
|---|
| 1932 | {{{#!if +rs>0 |
|---|
| 1933 | {{{#!if rs=rs.toString(), ru=pd+ru, ru=ru.substr(ru.length-18, 18) |
|---|
| 1934 | }}} |
|---|
| 1935 | rs를 정수로 바꿔 rs 앞에 있는 0들을 지운 다음 rs를 문자열로 바꿉니다. |
|---|
| 1936 | {{{#!if rs=+rs, rs=rs.toString() |
|---|
| 1937 | }}}}}} |
|---|
| 1938 | |
|---|
| 1939 | ##rb, ri 정리 부분 |
|---|
| 1940 | i보다 소수점 아래부분을 더 써내려가야 하는 상황이 아닌(나눗셈에서 ts가 false인) 경우에서, 소수점 아래 19~36번째 자리에 해당하는 ri값이 0일 경우 ri를 빈 문자열로 바꿉니다. |
|---|
| 1941 | 이 때 ri와 rb가 모두 0일 경우 rb도 빈 문자열로 바꾸고 rp=0으로 둡니다. |
|---|
| 1942 | {{{#!if !ts |
|---|
| 1943 | {{{#!if +ri==0 |
|---|
| 1944 | {{{#!if ri="" |
|---|
| 1945 | }}}{{{#!if +rb==0 |
|---|
| 1946 | {{{#!if rb="", rp=0 |
|---|
| 1947 | }}}}}}}}}}}} |
|---|
| 1948 | |
|---|
| 1949 | ri가 빈 문자열이 아닐 (+ri가 0보다 클) 때 true를 주는 논리값으로 ps를 정의합니다. |
|---|
| 1950 | {{{#!if ps=(+ri>0) |
|---|
| 1951 | }}} |
|---|
| 1952 | |
|---|
| 1953 | {{{#!if f=="*" |
|---|
| 1954 | 곱셈연산에서 ri가 비어있지 않을 경우 ri와 rb를 문자열로 바꾼 다음 각각 왼쪽을 0으로 채웁니다. |
|---|
| 1955 | {{{#!if ps |
|---|
| 1956 | {{{#!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) |
|---|
| 1957 | }}}}}} |
|---|
| 1958 | 곱셈연산에서 ri가 비어있으나 rb가 비어있지 않을 경우 rb를 문자열로 바꾼 다음 rb의 왼쪽을 0으로 채웁니다. |
|---|
| 1959 | {{{#!if !ps&&(+rb>0) |
|---|
| 1960 | {{{#!if rb=rb.toString(), rb=pd+rb, rb=rb.substr(rb.length-18, 18) |
|---|
| 1961 | }}}}}} |
|---|
| 1962 | }}} |
|---|
| 1963 | |
|---|
| 1964 | !ts인 상황에서 ps가 true이면 rp를 ri의 길이로, 그렇지 않고 rb만 0이 아닌경우 rp를 rb의 길이로 정의합니다. |
|---|
| 1965 | {{{#!if !ts |
|---|
| 1966 | {{{#!if ps |
|---|
| 1967 | {{{#!if this.rp=ri.length |
|---|
| 1968 | }}} |
|---|
| 1969 | ps가 true일 때 19~36번째 자리인 ri까지 계산하므로 rp에 18을 더해야 하지만, 문자열 정리를 하기 위해 문자열의 index 번호를 다루고자 18을 더하는 작업은 뒤로 뻅니다. |
|---|
| 1970 | }}} |
|---|
| 1971 | |
|---|
| 1972 | {{{#!if !ps&&(rb!="") |
|---|
| 1973 | {{{#!if this.rp=rb.length |
|---|
| 1974 | }}}}}} |
|---|
| 1975 | |
|---|
| 1976 | !ts이면서 ri가 빈 문자열이 아닐 경우 ri의 오른쪽부터 붙은 "0"들을 모두 지웁니다. |
|---|
| 1977 | {{{#!if ps |
|---|
| 1978 | {{{#!if (rp>9)&&(ri.substr(rp-9,9)=="000000000") |
|---|
| 1979 | {{{#!if this.ri=ri.substr(0,rp-9), rp-=9 |
|---|
| 1980 | }}}}}} |
|---|
| 1981 | {{{#!if (rp>4)&&(ri.substr(rp-4,4)=="0000") |
|---|
| 1982 | {{{#!if this.ri=ri.substr(0,rp-4), rp-=4 |
|---|
| 1983 | }}}}}} |
|---|
| 1984 | {{{#!if (rp>2)&&(ri.substr(rp-2,2)=="00") |
|---|
| 1985 | {{{#!if this.ri=ri.substr(0,rp-2), rp-=2 |
|---|
| 1986 | }}}}}} |
|---|
| 1987 | {{{#!if (rp>2)&&(ri.substr(rp-2,2)=="00") |
|---|
| 1988 | {{{#!if this.ri=ri.substr(0,rp-2), rp-=2 |
|---|
| 1989 | }}}}}} |
|---|
| 1990 | {{{#!if (rp>1)&&(ri.substr(rp-1,1)=="0") |
|---|
| 1991 | {{{#!if this.ri=ri.substr(0,rp-1), rp-=1 |
|---|
| 1992 | }}}}}} |
|---|
| 1993 | 문자열 정리를 끝냈을 때 rp에 18을 더합니다. |
|---|
| 1994 | {{{#!if rp+=18 |
|---|
| 1995 | }}}}}} |
|---|
| 1996 | |
|---|
| 1997 | !ts이면서 이면서 ri가 빈 문자열일 경우, rb의 오른쪽에 붙은 "0"들을 모두 지웁니다, |
|---|
| 1998 | {{{#!if !ps |
|---|
| 1999 | {{{#!if (rp>9)&&(rb.substr(rp-9,9)=="000000000") |
|---|
| 2000 | {{{#!if this.rb=rb.substr(0,rp-9), rp-=9 |
|---|
| 2001 | }}}}}} |
|---|
| 2002 | {{{#!if (rp>4)&&(rb.substr(rp-4,4)=="0000") |
|---|
| 2003 | {{{#!if this.rb=rb.substr(0,rp-4), rp-=4 |
|---|
| 2004 | }}}}}} |
|---|
| 2005 | {{{#!if (rp>2)&&(rb.substr(rp-2,2)=="00") |
|---|
| 2006 | {{{#!if this.rb=rb.substr(0,rp-2), rp-=2 |
|---|
| 2007 | }}}}}} |
|---|
| 2008 | {{{#!if (rp>2)&&(rb.substr(rp-2,2)=="00") |
|---|
| 2009 | {{{#!if this.rb=rb.substr(0,rp-2), rp-=2 |
|---|
| 2010 | }}}}}} |
|---|
| 2011 | {{{#!if (rp>1)&&(rb.substr(rp-1,1)=="0") |
|---|
| 2012 | {{{#!if this.rb=rb.substr(0,rp-1), rp-=1 |
|---|
| 2013 | }}}}}}}}} |
|---|
| 2014 | }}} |
|---|
| 2015 | |
|---|
| 2016 | ts인 경우 rb, ri의 오른쪽 부분을 정리하지 않고 rp를 39로 정의합니다. |
|---|
| 2017 | {{{#!if ts |
|---|
| 2018 | {{{#!if rp=39 |
|---|
| 2019 | }}}}}} |
|---|
| 2020 | |
|---|
| 2021 | |
|---|
| 2022 | |
|---|
| 2023 | rb 정리를 이것으로 종료합니다. |
|---|
| 2024 | |
|---|
| 2025 | ##== 오류 코드 == |
|---|
| 2026 | error |
|---|
| 2027 | 1 : 오버플로 |
|---|
| 2028 | 2 : 언더플로 (사용하지 않음) |
|---|
| 2029 | 3 : 0으로 나눌 수 없음 |
|---|
| 2030 | 4 : 0으로 연산할 수 없음 (사용하지 않음) |
|---|
| 2031 | 5 : 이중 소수점 표기 |
|---|
| 2032 | 6 : 소수점 윗부분 오류 |
|---|
| 2033 | 7 : 소수점 아랫부분 오류 |
|---|
| 2034 | |
|---|
| 2035 | warning |
|---|
| 2036 | 1 : 소수점 아래 입력한 자릿수가 너무 많음 |
|---|
| 2037 | 2 : 소수점 아래 표시하는 자릿수를 제한함 (나눗셈) |
|---|
| 2038 | 3 : 소수점 아래 표시되는 자릿수가 너무 많음 (사용하지 않음) |
|---|
| 2039 | |
|---|
| 2040 | ##== 아래 출력 변수 설명 == |
|---|
| 2041 | '''sa''' : searching a (logical); '''sb''' : searching b (logical); '''sf''' : searching f (logical); |
|---|
| 2042 | '''ps''' : pass (logical); |
|---|
| 2043 | '''ad''' : "a" decimal point of string variable 'ma' (integer); |
|---|
| 2044 | '''bd''' : "b" decimal point of string variable 'mb' (integer); |
|---|
| 2045 | '''md''' : displaying mode number (string→integer); '''ms''' : message for correction (string) |
|---|
| 2046 | '''tm''' : temporary string, or transaction message (string); '''tn''' : temporary string 2 (string); |
|---|
| 2047 | '''tx''' : temporary value 1 (integer); '''ty''' : temporary value 2 (integer); '''tz''' : temporary value 3 (integer); |
|---|
| 2048 | '''comment''' : comment (string); |
|---|
| 2049 | ru는 계산결과에서 소수점 위 자리이므로, dot(.)이 나오지 않습니다. |
|---|
| 2050 | ##== 출력 부분 == |
|---|
| 2051 | ##=== 계산값 출력 (정상 출력) === |
|---|
| 2052 | }}}{{{#!wiki style="font-weight: 300; font-size: 17.5px;" |
|---|
| 2053 | {{{#!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="" |
|---|
| 2054 | }}}{{{#!if !(sa&sb&sf) |
|---|
| 2055 | {{{#!if !sa||!sb |
|---|
| 2056 | 변수 {{{#!if !sa |
|---|
| 2057 | a{{{#!if !sb |
|---|
| 2058 | 와 변수 }}}}}}{{{#!if !sb |
|---|
| 2059 | b}}}}}}{{{#!if !sf |
|---|
| 2060 | {{{#!if !sa&!sb |
|---|
| 2061 | , 그리고 }}}{{{#!if !sa^!sb |
|---|
| 2062 | 와 }}}연산자 f}}}를 입력하세요...}}}{{{#!if sa&&sb&&sf |
|---|
| 2063 | {{{#!if (ea==0)&&(eb==0) |
|---|
| 2064 | {{{#!if as[0]!=45 |
|---|
| 2065 | @a@}}}{{{#!if as[0]==45 |
|---|
| 2066 | (@a@)}}} {{{#!if as.length>=20 |
|---|
| 2067 | [br]}}}@f@ {{{#!if bs[0]!=45 |
|---|
| 2068 | @b@}}}{{{#!if bs[0]==45 |
|---|
| 2069 | (@b@)}}} {{{#!if (ma!=as)||(mb!=bs)||(+md==3)||(+md==4) |
|---|
| 2070 | {{{#!if (as.length+bs.length>=30) |
|---|
| 2071 | [br]}}}→ {{{#!if ms=ma, ad!=-1 |
|---|
| 2072 | {{{#!if ms=ma.substr(0,ad) |
|---|
| 2073 | }}}}}}{{{#!if ps=false, ms[0]==45 |
|---|
| 2074 | {{{#!if ms=ms.substr(1), ps=true |
|---|
| 2075 | }}}}}}{{{#!if (+md==3)||(+md==4) |
|---|
| 2076 | {{{#!if tx=ms.length, ty=tx/(+md), tz=tx%(+md), tn=ms, tz>0 |
|---|
| 2077 | {{{#!if tm=tn.substr(0,tz), tn=tn.substr(tz) |
|---|
| 2078 | }}}}}}{{{#!if (ty>0)&&(tz>0) |
|---|
| 2079 | {{{#!if tm+="," |
|---|
| 2080 | }}}}}}{{{#!if ty-->0 |
|---|
| 2081 | {{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2082 | }}}}}}{{{#!if ty-->0 |
|---|
| 2083 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2084 | }}}}}}{{{#!if ty-->0 |
|---|
| 2085 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2086 | }}}}}}{{{#!if ty-->0 |
|---|
| 2087 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2088 | }}}}}}{{{#!if ty-->0 |
|---|
| 2089 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2090 | }}}}}}{{{#!if ty-->0 |
|---|
| 2091 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2092 | }}}}}}{{{#!if ms=tm |
|---|
| 2093 | }}}}}}{{{#!if ps |
|---|
| 2094 | (-}}}@ms@{{{#!if ad!=-1 |
|---|
| 2095 | {{{#!if ms=ma.substr(ad+1) |
|---|
| 2096 | }}}{{{#!if (+md==3)||(+md==4) |
|---|
| 2097 | {{{#!if tn=ms, tx=ms.length, ty=tx/(+md), tm=tn.substr(0,+md), tn=tn.substr(+md), ty-->0 |
|---|
| 2098 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2099 | }}}}}}{{{#!if ty-->0 |
|---|
| 2100 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2101 | }}}}}}{{{#!if ty-->0 |
|---|
| 2102 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2103 | }}}}}}{{{#!if ty-->0 |
|---|
| 2104 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2105 | }}}}}}{{{#!if ty-->0 |
|---|
| 2106 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2107 | }}}}}}{{{#!if ms=tm |
|---|
| 2108 | }}}}}}.@ms@}}}{{{#!if ps |
|---|
| 2109 | )}}} @f@ {{{#!if tm="", tn="", ms=mb, bd!=-1 |
|---|
| 2110 | {{{#!if ms=mb.substr(0,bd) |
|---|
| 2111 | }}}}}}{{{#!if ps=false, ms[0]==45 |
|---|
| 2112 | {{{#!if ms=ms.substr(1), ps=true |
|---|
| 2113 | }}}}}}{{{#!if (+md==3)||(+md==4) |
|---|
| 2114 | {{{#!if tx=ms.length, ty=tx/(+md), tz=tx%(+md), tn=ms, tz>0 |
|---|
| 2115 | {{{#!if tm=tn.substr(0,tz), tn=tn.substr(tz) |
|---|
| 2116 | }}}}}}{{{#!if (ty>0)&&(tz>0) |
|---|
| 2117 | {{{#!if tm+="," |
|---|
| 2118 | }}}}}}{{{#!if ty-->0 |
|---|
| 2119 | {{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2120 | }}}}}}{{{#!if ty-->0 |
|---|
| 2121 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2122 | }}}}}}{{{#!if ty-->0 |
|---|
| 2123 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2124 | }}}}}}{{{#!if ty-->0 |
|---|
| 2125 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2126 | }}}}}}{{{#!if ty-->0 |
|---|
| 2127 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2128 | }}}}}}{{{#!if ty-->0 |
|---|
| 2129 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2130 | }}}}}}{{{#!if ms=tm |
|---|
| 2131 | }}}}}}{{{#!if ps |
|---|
| 2132 | (-}}}@ms@{{{#!if bd!=-1 |
|---|
| 2133 | {{{#!if ms=mb.substr(bd+1) |
|---|
| 2134 | }}}{{{#!if (+md==3)||(+md==4) |
|---|
| 2135 | {{{#!if tn=ms, tx=ms.length, ty=tx/(+md), tm=tn.substr(0,+md), tn=tn.substr(+md), ty-->0 |
|---|
| 2136 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2137 | }}}}}}{{{#!if ty-->0 |
|---|
| 2138 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2139 | }}}}}}{{{#!if ty-->0 |
|---|
| 2140 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2141 | }}}}}}{{{#!if ty-->0 |
|---|
| 2142 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2143 | }}}}}}{{{#!if ty-->0 |
|---|
| 2144 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2145 | }}}}}}{{{#!if ms=tm |
|---|
| 2146 | }}}}}}.@ms@}}}{{{#!if ps |
|---|
| 2147 | )}}} }}}{{{#!if (bs.length>=20)||(as.length+bs.length>=30) |
|---|
| 2148 | [br]}}}= @ns@{{{#!if comment="rs 표시 부분", ms=rs, tx=6%(+md), tm="", tn="", (+md==3)||(+md==4) |
|---|
| 2149 | {{{#!if comment="18자리를 md 자리만큼 떼었을 때 +md==4와 같이 모자라는 자릿수를 tx로 정의합니다.", tn=ms, ty=ms.length, tz=(ty-tx<0)?ty:(ty+tx)%(+md), ty=(ty+tx)/(+md), tz>0 |
|---|
| 2150 | {{{#!if tm+=tn.substr(0,tz), tn=tn.substr(tz), ty>0 |
|---|
| 2151 | {{{#!if tm+="," |
|---|
| 2152 | }}}}}}}}}{{{#!if ty-->0 |
|---|
| 2153 | {{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2154 | }}}}}}{{{#!if ty-->0 |
|---|
| 2155 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2156 | }}}}}}{{{#!if ty-->0 |
|---|
| 2157 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2158 | }}}}}}{{{#!if ty-->0 |
|---|
| 2159 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2160 | }}}}}}{{{#!if ty-->0 |
|---|
| 2161 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2162 | }}}}}}{{{#!if ty-->0 |
|---|
| 2163 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2164 | }}}}}}{{{#!if ms=tm |
|---|
| 2165 | }}}}}}@ms@{{{#!if comment="rs의 값이 존재하고 끊는 단위로 떨어질 때 자릿수 구분 기호인 반점을 새깁니다.", ms=((rs!="")&&(18%(+md)==0))?",":"" |
|---|
| 2166 | }}}@ms@{{{#!if comment="ru 표시 부분", ms=ru, tm="", tn="", (+md==3)||(+md==4) |
|---|
| 2167 | {{{#!if tn=ms, ty=ms.length, tz=ty%(+md), ty=ty/(+md), tz>0 |
|---|
| 2168 | {{{#!if tm=tn.substr(0,tz), tn=tn.substr(tz) |
|---|
| 2169 | }}}}}}{{{#!if (ty>0)&&(tz>0) |
|---|
| 2170 | {{{#!if tm+="," |
|---|
| 2171 | }}}}}}{{{#!if ty-->0 |
|---|
| 2172 | {{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2173 | }}}}}}{{{#!if ty-->0 |
|---|
| 2174 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2175 | }}}}}}{{{#!if ty-->0 |
|---|
| 2176 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2177 | }}}}}}{{{#!if ty-->0 |
|---|
| 2178 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2179 | }}}}}}{{{#!if ty-->0 |
|---|
| 2180 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2181 | }}}}}}{{{#!if ty-->0 |
|---|
| 2182 | {{{#!if tm+=","+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2183 | }}}}}}{{{#!if ms=tm |
|---|
| 2184 | }}}}}}@ms@{{{#!if +rp>0 |
|---|
| 2185 | ##rb string, decimal point marking |
|---|
| 2186 | .{{{#!if comment="rb 표시 부분", ms=rb, tm="", tn="", (+md==3)||(+md==4) |
|---|
| 2187 | {{{#!if tn=ms, ty=ms.length, ty=ty/(+md), tm=tn.substr(0,+md), tn=tn.substr(+md), ty-->0 |
|---|
| 2188 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2189 | }}}}}}{{{#!if ty-->0 |
|---|
| 2190 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2191 | }}}}}}{{{#!if ty-->0 |
|---|
| 2192 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2193 | }}}}}}{{{#!if ty-->0 |
|---|
| 2194 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2195 | }}}}}}{{{#!if ty-->0 |
|---|
| 2196 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2197 | }}}}}}{{{#!if ms=tm |
|---|
| 2198 | }}}}}}@ms@{{{#!if ri!="" |
|---|
| 2199 | {{{#!if comment="ri의 값이 존재하고 끊는 단위로 떨어질 때 자릿수를 매기고자 띄어쓰기를 넣습니다.", ms=(18%(+md)==0)?" ":"" |
|---|
| 2200 | }}}@ms@{{{#!if comment="ri 표시 부분", ms=ri, tm="", tn="", (+md==3)||(+md==4) |
|---|
| 2201 | {{{#!if comment="rs의 경우와 같이, md만큼 떼었을 때 rb에서 모자라는 자릿수를 먼저 끊어 표시합니다.", 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 |
|---|
| 2202 | {{{#!if tm+=" " |
|---|
| 2203 | }}}}}}{{{#!if ty-->0 |
|---|
| 2204 | {{{#!if tm+=tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2205 | }}}}}}{{{#!if ty-->0 |
|---|
| 2206 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2207 | }}}}}}{{{#!if ty-->0 |
|---|
| 2208 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2209 | }}}}}}{{{#!if ty-->0 |
|---|
| 2210 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2211 | }}}}}}{{{#!if ty-->0 |
|---|
| 2212 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2213 | }}}}}}{{{#!if ty-->0 |
|---|
| 2214 | {{{#!if tm+=" "+tn.substr(0,+md), tn=tn.substr(+md) |
|---|
| 2215 | }}}}}}{{{#!if ms=tm |
|---|
| 2216 | }}}}}}@ms@{{{#!if (f=='/')&&ts |
|---|
| 2217 | ...}}}}}}}}}}}}}}}{{{#!if (ea>0)||(eb>0) |
|---|
| 2218 | ##=== 오류 · 경고 코드 출력 부분 === |
|---|
| 2219 | {{{#!if (ea==1)||(eb==1) |
|---|
| 2220 | '''{{{#orangered [오류]}}}''' 변수 {{{#!if ea==1 |
|---|
| 2221 | a{{{#!if eb==1 |
|---|
| 2222 | 와 }}}}}}{{{#!if eb==1 |
|---|
| 2223 | b}}}에 범위를 초과하는 값이 입력되었습니다. {{{#gray (오버플로)}}}{{{#!if ea!=eb |
|---|
| 2224 | [br]}}}}}}{{{#!if eb==3 |
|---|
| 2225 | '''{{{#orangered [오류]}}}''' 0으로 나눌 수 없습니다. {{{#gray (입력 오류)}}}{{{#!if ea!=eb |
|---|
| 2226 | [br]}}}}}}{{{#!if (ea==5)||(eb==5) |
|---|
| 2227 | '''{{{#orangered [오류]}}}''' 변수 {{{#!if ea==5 |
|---|
| 2228 | a{{{#!if eb==5 |
|---|
| 2229 | 와 }}}}}}{{{#!if eb==5 |
|---|
| 2230 | b}}}에 소수점이 2개 이상 입력되었습니다. {{{#gray (입력 오류)}}}}}}{{{#!if (ea==6)||(eb==6) |
|---|
| 2231 | '''{{{#orangered [오류]}}}''' 변수 {{{#!if ea==6 |
|---|
| 2232 | a의 소수점 윗자리{{{#!if eb==6 |
|---|
| 2233 | 와 }}}}}}{{{#!if eb==6 |
|---|
| 2234 | b의 소수점 윗자리}}}에 올바르지 않은 문구{{{#!if ps=(((ea==6)&&(eb==7))||((ea==7)&&(eb==6))), ps |
|---|
| 2235 | 가, }}}{{{#!if !ps |
|---|
| 2236 | 가 입력되었습니다. {{{#gray (입력 오류)}}}{{{#!if ea!=eb |
|---|
| 2237 | [br]}}}}}}}}}{{{#!if (ea==7)||(eb==7) |
|---|
| 2238 | {{{#!if !ps |
|---|
| 2239 | '''{{{#orangered [오류]}}}'''}}} 변수 {{{#!if ea==7 |
|---|
| 2240 | a의 소수점 아랫자리{{{#!if eb==7 |
|---|
| 2241 | 와 }}}}}}{{{#!if eb==7 |
|---|
| 2242 | b의 소수점 아랫자리}}}에 올바르지 않은 문구가 입력되었습니다. {{{#gray (입력 오류)}}}}}}}}}{{{#!if ((wa>0)||(wb>0))&&(((ea==0)&&(eb==0))||((wb==1)&&(eb==3))) |
|---|
| 2243 | {{{#!if (eb!=3)||((ea>3)&&(eb==3)) |
|---|
| 2244 | [br]}}}{{{#!wiki style="display: inline; text-shadow: 1px 1px 2px gray;" |
|---|
| 2245 | '''{{{#yellow [경고] }}}'''}}}{{{#!if (wa==1)||(wb==1) |
|---|
| 2246 | 변수 {{{#!if (wa==1)&&(ea==0) |
|---|
| 2247 | a{{{#!if (wb==1)&&(ea==0) |
|---|
| 2248 | 와 }}}}}}{{{#!if wb==1 |
|---|
| 2249 | b}}}의 소수점 아래에 입력한 문구가 너무 많습니다. 소수점 아래 19번째 자리부터 입력된 문구는 무시됩니다. |
|---|
| 2250 | }}}{{{#!if wb==2 |
|---|
| 2251 | 나누어 떨어지는 식이지만 소수점 아래 표시되는 자릿수가 너무 많아 표시를 제한합니다.}}}}}}}}}[include(틀:문서 가져옴/the seed, 위키=더시드위키, 문서명=틀:계산기2, uuid=0dea5b15-2160-474c-ab0c-f179bc5fad28, 버전=369)] |
|---|