From 0be812150c0f54653dcdfe300ebdf41af0743a3c Mon Sep 17 00:00:00 2001 From: Maxime <32194766+Pupariaa@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:34:44 +0200 Subject: [PATCH 1/6] master --- .../deps/Chart.min.js | 13 + .../deps/GraphFill.js | 132 + .../EtherealGlass by Puparia/deps/countUp.js | 261 + .../deps/difficulty-graph.js | 95 + .../deps/fast-smooth.js | 212 + .../deps/reconnecting-websocket.min.js | 1 + counters/EtherealGlass by Puparia/index.css | 389 + counters/EtherealGlass by Puparia/index.html | 82 + counters/EtherealGlass by Puparia/index.js | 339 + .../EtherealGlass by Puparia/metadata.txt | 7 + counters/EtherealGlass by Puparia/readme.md | 75 + .../Pups-Overlay by Puparia/deps/countUp.js | 261 + .../deps/fast-smooth.js | 212 + .../deps/reconnecting-websocket.min.js | 1 + .../Pups-Overlay by Puparia/deps/socket.js | 1013 + counters/Pups-Overlay by Puparia/index.css | 952 + counters/Pups-Overlay by Puparia/index.html | 137 + counters/Pups-Overlay by Puparia/index.js | 499 + counters/Pups-Overlay by Puparia/metadata.txt | 7 + .../Pups-Overlay by Puparia/settings.json | 1 + .../static/autopilot.png | Bin 0 -> 26049 bytes .../static/autoplay.png | Bin 0 -> 24778 bytes .../Pups-Overlay by Puparia/static/cinema.png | Bin 0 -> 25651 bytes .../static/doubletime.png | Bin 0 -> 25794 bytes .../Pups-Overlay by Puparia/static/easy.png | Bin 0 -> 28549 bytes .../static/flashlight.png | Bin 0 -> 25168 bytes .../static/halftime.png | Bin 0 -> 25489 bytes .../static/hardrock.png | Bin 0 -> 25118 bytes .../Pups-Overlay by Puparia/static/hidden.png | Bin 0 -> 25876 bytes .../Pups-Overlay by Puparia/static/mask.svg | 3 + .../static/nightcore.png | Bin 0 -> 26173 bytes .../Pups-Overlay by Puparia/static/nofail.png | Bin 0 -> 24810 bytes .../static/perfect.png | Bin 0 -> 24975 bytes .../Pups-Overlay by Puparia/static/relax.png | Bin 0 -> 24808 bytes .../static/spunout.png | Bin 0 -> 26771 bytes .../static/suddendeath.png | Bin 0 -> 25170 bytes .../Pups-Overlay by Puparia/static/target.png | Bin 0 -> 26399 bytes .../Pups-Overlay by Puparia/static/v2.png | Bin 0 -> 10223 bytes preview.json | 46731 ++++++++++++++++ 39 files changed, 51423 insertions(+) create mode 100644 counters/EtherealGlass by Puparia/deps/Chart.min.js create mode 100644 counters/EtherealGlass by Puparia/deps/GraphFill.js create mode 100644 counters/EtherealGlass by Puparia/deps/countUp.js create mode 100644 counters/EtherealGlass by Puparia/deps/difficulty-graph.js create mode 100644 counters/EtherealGlass by Puparia/deps/fast-smooth.js create mode 100644 counters/EtherealGlass by Puparia/deps/reconnecting-websocket.min.js create mode 100644 counters/EtherealGlass by Puparia/index.css create mode 100644 counters/EtherealGlass by Puparia/index.html create mode 100644 counters/EtherealGlass by Puparia/index.js create mode 100644 counters/EtherealGlass by Puparia/metadata.txt create mode 100644 counters/EtherealGlass by Puparia/readme.md create mode 100644 counters/Pups-Overlay by Puparia/deps/countUp.js create mode 100644 counters/Pups-Overlay by Puparia/deps/fast-smooth.js create mode 100644 counters/Pups-Overlay by Puparia/deps/reconnecting-websocket.min.js create mode 100644 counters/Pups-Overlay by Puparia/deps/socket.js create mode 100644 counters/Pups-Overlay by Puparia/index.css create mode 100644 counters/Pups-Overlay by Puparia/index.html create mode 100644 counters/Pups-Overlay by Puparia/index.js create mode 100644 counters/Pups-Overlay by Puparia/metadata.txt create mode 100644 counters/Pups-Overlay by Puparia/settings.json create mode 100644 counters/Pups-Overlay by Puparia/static/autopilot.png create mode 100644 counters/Pups-Overlay by Puparia/static/autoplay.png create mode 100644 counters/Pups-Overlay by Puparia/static/cinema.png create mode 100644 counters/Pups-Overlay by Puparia/static/doubletime.png create mode 100644 counters/Pups-Overlay by Puparia/static/easy.png create mode 100644 counters/Pups-Overlay by Puparia/static/flashlight.png create mode 100644 counters/Pups-Overlay by Puparia/static/halftime.png create mode 100644 counters/Pups-Overlay by Puparia/static/hardrock.png create mode 100644 counters/Pups-Overlay by Puparia/static/hidden.png create mode 100644 counters/Pups-Overlay by Puparia/static/mask.svg create mode 100644 counters/Pups-Overlay by Puparia/static/nightcore.png create mode 100644 counters/Pups-Overlay by Puparia/static/nofail.png create mode 100644 counters/Pups-Overlay by Puparia/static/perfect.png create mode 100644 counters/Pups-Overlay by Puparia/static/relax.png create mode 100644 counters/Pups-Overlay by Puparia/static/spunout.png create mode 100644 counters/Pups-Overlay by Puparia/static/suddendeath.png create mode 100644 counters/Pups-Overlay by Puparia/static/target.png create mode 100644 counters/Pups-Overlay by Puparia/static/v2.png create mode 100644 preview.json diff --git a/counters/EtherealGlass by Puparia/deps/Chart.min.js b/counters/EtherealGlass by Puparia/deps/Chart.min.js new file mode 100644 index 00000000..d85bdc6f --- /dev/null +++ b/counters/EtherealGlass by Puparia/deps/Chart.min.js @@ -0,0 +1,13 @@ +/*! + * Chart.js v3.0.0-alpha + * https://www.chartjs.org + * (c) 2020 Chart.js Contributors + * Released under the MIT License + */ +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t=t||self).Chart=e()}(this,(function(){"use strict";function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var i=0;i=0;a--)e.call(i,t[a],a);else for(a=0;an&&(n=r),n}function B(t,e,i,n){var a=(n=n||{}).data=n.data||{},r=n.garbageCollect=n.garbageCollect||[];n.font!==e&&(a=n.data={},r=n.garbageCollect=[],n.font=e),t.save(),t.font=e;var o,s,l,u,c,h=0,d=i.length;for(o=0;oi.length){for(o=0;o0&&e.stroke()}}function N(t,e){return t.x>e.left-.5&&t.xe.top-.5&&t.y=t}function et(t,e,i){var n,a,r;for(n=0,a=t.length;n0?1:-1};function nt(t){return t*(q/180)}function at(t){return t*(180/q)}function rt(t){if(x(t)){for(var e=1,i=0;Math.round(t*e)/e!==t;)e*=10,i++;return i}}function ot(t,e){var i=e.x-t.x,n=e.y-t.y,a=Math.sqrt(i*i+n*n),r=Math.atan2(n,i);return r<-.5*q&&(r+=$),{angle:r,distance:a}}function st(t,e){return(t-e+G)%$-q}function lt(t){return(t%$+$)%$}function ut(t,e,i){var n=lt(t),a=lt(e),r=lt(i),o=lt(a-n),s=lt(r-n),l=lt(n-a),u=lt(n-r);return n===a||n===r||o>s&&l0?c[e-1]:null,(a=e0?c[e-1]:null,a=e0&&N(t[i-1],e)&&(a.controlPointPreviousX=pt(a.controlPointPreviousX,e.left,e.right),a.controlPointPreviousY=pt(a.controlPointPreviousY,e.top,e.bottom)),i-1?i*parseInt(e,10)/100:parseInt(e,10)}function wt(t){var e=bt(t);if(!e)return"number"==typeof t.clientWidth?t.clientWidth:t.width;var i=e.clientWidth,n=i-Mt(e,"padding-left",i)-Mt(e,"padding-right",i),a=function(t){return _t(t,"max-width","clientWidth")}(t);return isNaN(a)?n:Math.min(n,a)}function St(t){var e=bt(t);if(!e)return"number"==typeof t.clientHeight?t.clientHeight:t.height;var i=e.clientHeight,n=i-Mt(e,"padding-top",i)-Mt(e,"padding-bottom",i),a=function(t){return _t(t,"max-height","clientHeight")}(t);return isNaN(a)?n:Math.min(n,a)}var Pt=Object.freeze({__proto__:null,_getParentNode:bt,getStyle:kt,getRelativePosition:function(t,e){var i,n,a=t.originalEvent||t,r=t.target||t.srcElement,o=r.getBoundingClientRect(),s=a.touches;s&&s.length>0?(i=s[0].clientX,n=s[0].clientY):(i=a.clientX,n=a.clientY);var l=parseFloat(kt(r,"padding-left")),u=parseFloat(kt(r,"padding-top")),c=parseFloat(kt(r,"padding-right")),h=parseFloat(kt(r,"padding-bottom")),d=o.right-o.left-l-c,f=o.bottom-o.top-u-h;return{x:i=Math.round((i-o.left-l)/d*r.width/e.currentDevicePixelRatio),y:n=Math.round((n-o.top-u)/f*r.height/e.currentDevicePixelRatio)}},getMaximumWidth:wt,getMaximumHeight:St,retinaScale:function(t,e){var i=t.currentDevicePixelRatio=e||"undefined"!=typeof window&&window.devicePixelRatio||1,n=t.canvas,a=t.width,r=t.height;n.height=r*i,n.width=a*i,t.ctx.setTransform(i,0,0,i,0,0),!n.style||n.style.height||n.style.width||(n.style.height=r+"px",n.style.width=a+"px")}}),Dt={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return(t-=1)*t*t+1},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-((t-=1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return t*t*t*t*t},easeOutQuint:function(t){return(t-=1)*t*t*t*t+1},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return 1-Math.cos(t*(Math.PI/2))},easeOutSine:function(t){return Math.sin(t*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t)-1)},easeInExpo:function(t){return 0===t?0:Math.pow(2,10*(t-1))},easeOutExpo:function(t){return 1===t?1:1-Math.pow(2,-10*t)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*--t))},easeInCirc:function(t){return t>=1?t:-(Math.sqrt(1-t*t)-1)},easeOutCirc:function(t){return Math.sqrt(1-(t-=1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e,i=0;return 0===t?0:1===t?1:(i||(i=.3),e=i/(2*Math.PI)*Math.asin(1),-1*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i))},easeOutElastic:function(t){var e,i=0;return 0===t?0:1===t?1:(i||(i=.3),e=i/(2*Math.PI)*Math.asin(1),1*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/i)+1)},easeInOutElastic:function(t){var e,i=0;return 0===t?0:2==(t/=.5)?1:(i||(i=.45),e=i/(2*Math.PI)*Math.asin(1),t<1?1*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*-.5:1*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*.5+1)},easeInBack:function(t){var e=1.70158;return t*t*((e+1)*t-e)},easeOutBack:function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1},easeInOutBack:function(t){var e=1.70158;return(t/=.5)<1?t*t*((1+(e*=1.525))*t-e)*.5:.5*((t-=2)*t*((1+(e*=1.525))*t+e)+2)},easeInBounce:function(t){return 1-Dt.easeOutBounce(1-t)},easeOutBounce:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},easeInOutBounce:function(t){return t<.5?.5*Dt.easeInBounce(2*t):.5*Dt.easeOutBounce(2*t-1)+.5}},Ot=new(function(){function t(){e(this,t),this.color="rgba(0,0,0,0.1)",this.elements={},this.events=["mousemove","mouseout","click","touchstart","touchmove"],this.fontColor="#666",this.fontFamily="'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",this.fontSize=12,this.fontStyle="normal",this.lineHeight=1.2,this.hover={onHover:null,mode:"nearest",intersect:!0},this.maintainAspectRatio=!0,this.onClick=null,this.responsive=!0,this.showLines=!0,this.plugins=void 0,this.scale=void 0,this.legend=void 0,this.title=void 0,this.tooltips=void 0,this.doughnut=void 0}return n(t,[{key:"set",value:function(t,e){return P(this[t]||(this[t]={}),e)}}]),t}());function At(t,e){var i=(""+t).match(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/);if(!i||"normal"===i[1])return 1.2*e;switch(t=+i[2],i[3]){case"px":return t;case"%":t/=100}return e*t}function Tt(t){var e,i,n,a;return b(t)?(e=+t.top||0,i=+t.right||0,n=+t.bottom||0,a=+t.left||0):e=i=n=a=+t||0,{top:e,right:i,bottom:n,left:a,height:e+n,width:a+i}}function Ct(t){var e=_(t.fontSize,Ot.fontSize);"string"==typeof e&&(e=parseInt(e,10));var i={family:_(t.fontFamily,Ot.fontFamily),lineHeight:At(_(t.lineHeight,Ot.lineHeight),e),size:e,style:_(t.fontStyle,Ot.fontStyle),weight:null,string:""};return i.string=function(t){return!t||y(t.size)||y(t.family)?null:(t.style?t.style+" ":"")+(t.weight?t.weight+" ":"")+t.size+"px "+t.family}(i),i}function Ft(t,e,i,n){var a,r,o,s=!0;for(a=0,r=t.length;a>4]+Vt[15&t]},Ht=function(t){return(240&t)>>4==(15&t)}; +/*! + * @kurkle/color v0.1.6 + * https://github.com/kurkle/color#readme + * (c) 2020 Jukka Kurkela + * Released under the MIT License + */function jt(t){var e=function(t){return Ht(t.r)&&Ht(t.g)&&Ht(t.b)&&Ht(t.a)}(t)?Wt:Nt;return t?"#"+e(t.r)+e(t.g)+e(t.b)+(t.a<255?e(t.a):""):t}function Yt(t){return t+.5|0}var Ut=function(t,e,i){return Math.max(Math.min(t,i),e)};function Xt(t){return Ut(Yt(2.55*t),0,255)}function qt(t){return Ut(Yt(255*t),0,255)}function $t(t){return Ut(Yt(t/2.55)/100,0,1)}function Gt(t){return Ut(Yt(100*t),0,100)}var Kt=/^rgba?\(\s*([-+.\d]+)(%)?[\s,]+([-+.e\d]+)(%)?[\s,]+([-+.e\d]+)(%)?(?:[\s,/]+([-+.e\d]+)(%)?)?\s*\)$/;var Zt=/^(hsla?|hwb|hsv)\(\s*([-+.e\d]+)(?:deg)?[\s,]+([-+.e\d]+)%[\s,]+([-+.e\d]+)%(?:[\s,]+([-+.e\d]+)(%)?)?\s*\)$/;function Qt(t,e,i){var n=e*Math.min(i,1-i),a=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(e+t/30)%12;return i-n*Math.max(Math.min(a-3,9-a,1),-1)};return[a(0),a(8),a(4)]}function Jt(t,e,i){var n=function(n){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(n+t/60)%6;return i-i*e*Math.max(Math.min(a,4-a,1),0)};return[n(5),n(3),n(1)]}function te(t,e,i){var n,a=Qt(t,1,.5);for(e+i>1&&(e*=n=1/(e+i),i*=n),n=0;n<3;n++)a[n]*=1-e-i,a[n]+=e;return a}function ee(t){var e,i,n,a=t.r/255,r=t.g/255,o=t.b/255,s=Math.max(a,r,o),l=Math.min(a,r,o),u=(s+l)/2;return s!==l&&(n=s-l,i=u>.5?n/(2-s-l):n/(s+l),e=60*(e=s===a?(r-o)/n+(r>16&255,n>>8&255,255&n]}return o}({OiceXe:"f0f8ff",antiquewEte:"faebd7",aqua:"ffff",aquamarRe:"7fffd4",azuY:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"0",blanKedOmond:"ffebcd",Xe:"ff",XeviTet:"8a2be2",bPwn:"a52a2a",burlywood:"deb887",caMtXe:"5f9ea0",KartYuse:"7fff00",KocTate:"d2691e",cSO:"ff7f50",cSnflowerXe:"6495ed",cSnsilk:"fff8dc",crimson:"dc143c",cyan:"ffff",xXe:"8b",xcyan:"8b8b",xgTMnPd:"b8860b",xWay:"a9a9a9",xgYF:"6400",xgYy:"a9a9a9",xkhaki:"bdb76b",xmagFta:"8b008b",xTivegYF:"556b2f",xSange:"ff8c00",xScEd:"9932cc",xYd:"8b0000",xsOmon:"e9967a",xsHgYF:"8fbc8f",xUXe:"483d8b",xUWay:"2f4f4f",xUgYy:"2f4f4f",xQe:"ced1",xviTet:"9400d3",dAppRk:"ff1493",dApskyXe:"bfff",dimWay:"696969",dimgYy:"696969",dodgerXe:"1e90ff",fiYbrick:"b22222",flSOwEte:"fffaf0",foYstWAn:"228b22",fuKsia:"ff00ff",gaRsbSo:"dcdcdc",ghostwEte:"f8f8ff",gTd:"ffd700",gTMnPd:"daa520",Way:"808080",gYF:"8000",gYFLw:"adff2f",gYy:"808080",honeyMw:"f0fff0",hotpRk:"ff69b4",RdianYd:"cd5c5c",Rdigo:"4b0082",ivSy:"fffff0",khaki:"f0e68c",lavFMr:"e6e6fa",lavFMrXsh:"fff0f5",lawngYF:"7cfc00",NmoncEffon:"fffacd",ZXe:"add8e6",ZcSO:"f08080",Zcyan:"e0ffff",ZgTMnPdLw:"fafad2",ZWay:"d3d3d3",ZgYF:"90ee90",ZgYy:"d3d3d3",ZpRk:"ffb6c1",ZsOmon:"ffa07a",ZsHgYF:"20b2aa",ZskyXe:"87cefa",ZUWay:"778899",ZUgYy:"778899",ZstAlXe:"b0c4de",ZLw:"ffffe0",lime:"ff00",limegYF:"32cd32",lRF:"faf0e6",magFta:"ff00ff",maPon:"800000",VaquamarRe:"66cdaa",VXe:"cd",VScEd:"ba55d3",VpurpN:"9370db",VsHgYF:"3cb371",VUXe:"7b68ee",VsprRggYF:"fa9a",VQe:"48d1cc",VviTetYd:"c71585",midnightXe:"191970",mRtcYam:"f5fffa",mistyPse:"ffe4e1",moccasR:"ffe4b5",navajowEte:"ffdead",navy:"80",Tdlace:"fdf5e6",Tive:"808000",TivedBb:"6b8e23",Sange:"ffa500",SangeYd:"ff4500",ScEd:"da70d6",pOegTMnPd:"eee8aa",pOegYF:"98fb98",pOeQe:"afeeee",pOeviTetYd:"db7093",papayawEp:"ffefd5",pHKpuff:"ffdab9",peru:"cd853f",pRk:"ffc0cb",plum:"dda0dd",powMrXe:"b0e0e6",purpN:"800080",YbeccapurpN:"663399",Yd:"ff0000",Psybrown:"bc8f8f",PyOXe:"4169e1",saddNbPwn:"8b4513",sOmon:"fa8072",sandybPwn:"f4a460",sHgYF:"2e8b57",sHshell:"fff5ee",siFna:"a0522d",silver:"c0c0c0",skyXe:"87ceeb",UXe:"6a5acd",UWay:"708090",UgYy:"708090",snow:"fffafa",sprRggYF:"ff7f",stAlXe:"4682b4",tan:"d2b48c",teO:"8080",tEstN:"d8bfd8",tomato:"ff6347",Qe:"40e0d0",viTet:"ee82ee",JHt:"f5deb3",wEte:"ffffff",wEtesmoke:"f5f5f5",Lw:"ffff00",LwgYF:"9acd32"});function le(t,e,i){if(t){var n=ee(t);n[e]=Math.max(0,Math.min(n[e]+n[e]*i,0===e?360:1)),n=ne(n),t.r=n[0],t.g=n[1],t.b=n[2]}}function ue(t,e){return t?r(e||{},t):t}function ce(t){var e={r:0,g:0,b:0,a:255};return Array.isArray(t)?t.length>=3&&(e={r:t[0],g:t[1],b:t[2],a:255},t.length>3&&(e.a=qt(t[3]))):(e=ue(t,{r:0,g:0,b:0,a:1})).a=qt(e.a),e}function he(t){return"r"===t.charAt(0)?function(t){var e,i,n,a=Kt.exec(t),r=255;if(a){if(a[7]!==e){var o=+a[7];r=255&(a[8]?Xt(o):255*o)}return e=+a[1],i=+a[3],n=+a[5],{r:e=255&(a[2]?Xt(e):e),g:i=255&(a[4]?Xt(i):i),b:n=255&(a[6]?Xt(n):n),a:r}}}(t):re(t)}se.transparent=[0,0,0,0];var de=function(){function i(n){if(e(this,i),n instanceof i)return n;var a,r,o,s,l=t(n);"object"===l?a=ce(n):"string"===l&&(s=(r=n).length,"#"===r[0]&&(4===s||5===s?o={r:255&17*Bt[r[1]],g:255&17*Bt[r[2]],b:255&17*Bt[r[3]],a:5===s?17*Bt[r[4]]:255}:7!==s&&9!==s||(o={r:Bt[r[1]]<<4|Bt[r[2]],g:Bt[r[3]]<<4|Bt[r[4]],b:Bt[r[5]]<<4|Bt[r[6]],a:9===s?Bt[r[7]]<<4|Bt[r[8]]:255})),a=o||function(t){var e=se[t];return e&&{r:e[0],g:e[1],b:e[2],a:4===e.length?e[3]:255}}(n)||he(n)),this._rgb=a,this._valid=!!a}return n(i,[{key:"rgbString",value:function(){return(t=this._rgb)&&(t.a<255?"rgba(".concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat($t(t.a),")"):"rgb(".concat(t.r,", ").concat(t.g,", ").concat(t.b,")"));var t}},{key:"hexString",value:function(){return jt(this._rgb)}},{key:"hslString",value:function(){return function(t){if(t){var e=ee(t),i=e[0],n=Gt(e[1]),a=Gt(e[2]);return t.a<255?"hsla(".concat(i,", ").concat(n,"%, ").concat(a,"%, ").concat($t(t.a),")"):"hsl(".concat(i,", ").concat(n,"%, ").concat(a,"%)")}}(this._rgb)}},{key:"mix",value:function(t,e){if(t){var i,n=this.rgb,a=t.rgb,r=e===i?.5:e,o=2*r-1,s=n.a-a.a,l=((o*s==-1?o:(o+s)/(1+o*s))+1)/2;i=1-l,n.r=255&l*n.r+i*a.r+.5,n.g=255&l*n.g+i*a.g+.5,n.b=255&l*n.b+i*a.b+.5,n.a=r*n.a+(1-r)*a.a,this.rgb=n}return this}},{key:"clone",value:function(){return new i(this.rgb)}},{key:"alpha",value:function(t){return this._rgb.a=qt(t),this}},{key:"clearer",value:function(t){return this._rgb.a*=1-t,this}},{key:"greyscale",value:function(){var t=this._rgb,e=Yt(.3*t.r+.59*t.g+.11*t.b);return t.r=t.g=t.b=e,this}},{key:"opaquer",value:function(t){return this._rgb.a*=1+t,this}},{key:"negate",value:function(){var t=this._rgb;return t.r=255-t.r,t.g=255-t.g,t.b=255-t.b,this}},{key:"lighten",value:function(t){return le(this._rgb,2,t),this}},{key:"darken",value:function(t){return le(this._rgb,2,-t),this}},{key:"saturate",value:function(t){return le(this._rgb,1,t),this}},{key:"desaturate",value:function(t){return le(this._rgb,1,-t),this}},{key:"rotate",value:function(t){return function(t,e){var i=ee(t);i[0]=ae(i[0]+e),i=ne(i),t.r=i[0],t.g=i[1],t.b=i[2]}(this._rgb,t),this}},{key:"valid",get:function(){return this._valid}},{key:"rgb",get:function(){var t=ue(this._rgb);return t&&(t.a=$t(t.a)),t},set:function(t){this._rgb=ce(t)}}]),i}();function fe(t){return new de(t)}var ve=function(t){return t instanceof CanvasGradient||t instanceof CanvasPattern};var pe=function(t){for(var e=1;e=0;--s)(r=o[s])._active?(r.tick(e),l=!0):(o[s]=o[o.length-1],o.pop());l&&a.draw(),a.options.animation.debug&&function(t,e,i,n){var a=1e3/(i-n)|0,r=t.ctx;r.save(),r.clearRect(0,0,50,24),r.fillStyle="black",r.textAlign="right",e&&(r.fillText(e,50,8),r.fillText(a+" fps",50,18)),r.restore()}(a,o.length,e,t._lastDate),t._notify(a,n,e,"progress"),o.length||(n.running=!1,t._notify(a,n,e,"complete")),i+=o.length}})),t._lastDate=e,0===i&&(t._running=!1)}},{key:"_getAnims",value:function(t){var e=this._charts,i=e.get(t);return i||(i={running:!1,items:[],listeners:{complete:[],progress:[]}},e.set(t,i)),i}},{key:"listen",value:function(t,e,i){this._getAnims(t).listeners[e].push(i)}},{key:"add",value:function(t,e){var i;e&&e.length&&(i=this._getAnims(t).items).push.apply(i,f(e))}},{key:"has",value:function(t){return this._getAnims(t).items.length>0}},{key:"start",value:function(t){var e=this._charts.get(t);e&&(e.running=!0,e.start=Date.now(),e.duration=e.items.reduce((function(t,e){return Math.max(t,e._duration)}),0),this._refresh())}},{key:"running",value:function(t){if(!this._running)return!1;var e=this._charts.get(t);return!!(e&&e.running&&e.items.length)}},{key:"stop",value:function(t){var e=this._charts.get(t);if(e&&e.items.length){for(var i=e.items,n=i.length-1;n>=0;--n)i[n].cancel();e.items=[],this._notify(t,e,Date.now(),"complete")}}},{key:"remove",value:function(t){return this._charts.delete(t)}}]),t}()),ye={boolean:function(t,e,i){return i>.5?e:t},color:function(t,e,i){var n=pe.color(t||"transparent"),a=n.valid&&pe.color(e||"transparent");return a&&a.valid?a.mix(n,i).hexString():e},number:function(t,e,i){return t+(e-t)*i}},me=function(){function i(n,a,r,o){e(this,i);var s=a[r];o=Ft([n.to,o,s,n.from]);var l=Ft([n.from,s,o]);this._active=!0,this._fn=n.fn||ye[n.type||t(l)],this._easing=Dt[n.easing||"linear"],this._start=Math.floor(Date.now()+(n.delay||0)),this._duration=Math.floor(n.duration),this._loop=!!n.loop,this._target=a,this._prop=r,this._from=l,this._to=o}return n(i,[{key:"active",value:function(){return this._active}},{key:"cancel",value:function(){this._active&&(this.tick(Date.now()),this._active=!1)}},{key:"tick",value:function(t){var e,i=this,n=t-i._start,a=i._duration,r=i._prop,o=i._from,s=i._loop,l=i._to;i._active=o!==l&&(s||n1?2-e:e,e=i._easing(Math.min(1,Math.max(0,e))),i._target[r]=i._fn(o,l,e)):i._target[r]=l}}]),i}(),be=["borderColor","backgroundColor"];Ot.set("animation",{duration:1e3,easing:"easeOutQuart",onProgress:v,onComplete:v,colors:{type:"color",properties:be},numbers:{type:"number",properties:["x","y","borderWidth","radius","tension"]},active:{duration:400},resize:{duration:0},show:{colors:{type:"color",properties:be,from:"transparent"},visible:{type:"boolean",duration:0}},hide:{colors:{type:"color",properties:be,to:"transparent"},visible:{type:"boolean",easing:"easeInExpo"}}});var xe=function(){function t(i,n){e(this,t),this._chart=i,this._properties=new Map,this.configure(n)}return n(t,[{key:"configure",value:function(t){if(b(t)){var e=this._properties,i=function(t){var e={};return Object.keys(t).forEach((function(i){var n=t[i];b(n)||(e[i]=n)})),e}(t);Object.keys(t).forEach((function(n){var a=t[n];b(a)&&(a.properties||[n]).forEach((function(t){e.has(t)?t===n&&e.set(t,r({},e.get(t),a)):e.set(t,r({},i,a))}))}))}}},{key:"_animateOptions",value:function(t,e){var i=e.options,n=[];if(!i)return n;var a=t.options;return a?(a.$shared&&(t.options=a=r({},a,{$shared:!1,$animations:{}})),n=this._createAnimations(a,i)):t.options=i,n}},{key:"_createAnimations",value:function(t,e){var i,n=this._properties,a=[],r=t.$animations||(t.$animations={}),o=Object.keys(e);for(i=o.length-1;i>=0;--i){var s=o[i];if("$"!==s.charAt(0))if("options"!==s){var l=e[s],u=r[s];u&&u.cancel();var c=n.get(s);c&&c.duration?(r[s]=u=new me(c,t,s,l),a.push(u)):t[s]=l}else a.push.apply(a,f(this._animateOptions(t,e)))}return a}},{key:"update",value:function(t,e){if(0===this._properties.size)return function(t,e){var i=t.options,n=e.options;i&&n&&!n.$shared&&(i.$shared?t.options=r({},i,n,{$shared:!1}):r(i,n),delete e.options)}(t,e),void r(t,e);var i=this._createAnimations(t,e);return i.length?(ge.add(this._chart,i),!0):void 0}}]),t}(),_e=pe.options.resolve,ke=["push","pop","shift","splice","unshift"];function Me(t,e){var i=t&&t.options||{},n=i.reverse,a=void 0===i.min?e:0,r=void 0===i.max?e:0;return{start:n?r:a,end:n?a:r}}function we(t,e){var i=t._chartjs;if(i){var n=i.listeners,a=n.indexOf(e);-1!==a&&n.splice(a,1),n.length>0||(ke.forEach((function(e){delete t[e]})),delete t._chartjs)}}function Se(t,e){var i,n,a=[],r=t._getSortedDatasetMetas(e);for(i=0,n=r.length;i0&&(f=s._sorted,r=s._parsed[t-1]),!1===o._parsing)s._parsed=l,s._sorted=!0;else{for(n=pe.isArray(l[t])?o.parseArrayData(s,l,t,e):pe.isObject(l[t])?o.parseObjectData(s,l,t,e):o.parsePrimitiveData(s,l,t,e),i=0;ir||g=0;--i)if(!m()){y();break}return{min:d,max:f}}},{key:"getAllParsedValues",value:function(t){var e,i,n,a=this._cachedMeta._parsed,r=[];for(e=0,i=a.length;e=0;o--)i=r[o],e[i]=n(a[i])}},{key:"getStyle",value:function(t,e){var i=this,n=i._cachedMeta.dataset;i._config||i.configure();var a=n&&void 0===t?i.resolveDatasetElementOptions(e):i.resolveDataElementOptions(t||0,e&&"active");return e&&i._addAutomaticHoverColors(t,a),a}},{key:"_getContext",value:function(t,e){return{chart:this.chart,dataIndex:t,dataset:this.getDataset(),datasetIndex:this.index,active:e}}},{key:"resolveDatasetElementOptions",value:function(t){var e,i,n,a,r,o=this,s=o.chart,l=o._config,u=s.options.elements[o.datasetElementType._type]||{},c=o.datasetElementOptions,h={},d=o._getContext(void 0,t);for(e=0,i=c.length;en?(e._insertElements(n,a-n),t&&n&&e.parse(0,n)):aa?(s=a/e.innerRadius,t.arc(r,o,e.innerRadius-a,n+s,i-s,!0)):t.arc(r,o,a,n+Math.PI/2,i-Math.PI/2),t.closePath(),t.clip()}function Le(t,e,i){var n=e.options,a="inner"===n.borderAlign;a?(t.lineWidth=2*n.borderWidth,t.lineJoin="round"):(t.lineWidth=n.borderWidth,t.lineJoin="bevel"),i.fullCircles&&function(t,e,i,n){var a,r=i.endAngle;for(n&&(i.endAngle=i.startAngle+Ee,Ie(t,i),i.endAngle=r,i.endAngle===i.startAngle&&i.fullCircles&&(i.endAngle+=Ee,i.fullCircles--)),t.beginPath(),t.arc(i.x,i.y,i.innerRadius,i.startAngle+Ee,i.startAngle,!0),a=0;a=Ee||ut(a,s,l))&&(r>=u&&r<=c)}},{key:"getCenterPoint",value:function(t){var e=this.getProps(["x","y","startAngle","endAngle","innerRadius","outerRadius"],t),i=e.x,n=e.y,a=(e.startAngle+e.endAngle)/2,r=(e.innerRadius+e.outerRadius)/2;return{x:i+Math.cos(a)*r,y:n+Math.sin(a)*r}}},{key:"tooltipPosition",value:function(t){return this.getCenterPoint(t)}},{key:"draw",value:function(t){var e,i=this,n=i.options,a="inner"===n.borderAlign?.33:0,r={x:i.x,y:i.y,innerRadius:i.innerRadius,outerRadius:Math.max(i.outerRadius-a,0),pixelMargin:a,startAngle:i.startAngle,endAngle:i.endAngle,fullCircles:Math.floor(i.circumference/Ee)};if(t.save(),t.fillStyle=n.backgroundColor,t.strokeStyle=n.borderColor,r.fullCircles){for(r.endAngle=r.startAngle+Ee,t.beginPath(),t.arc(r.x,r.y,r.outerRadius,r.startAngle,r.endAngle),t.arc(r.x,r.y,r.innerRadius,r.endAngle,r.startAngle,!0),t.closePath(),e=0;e0?e.y:t.y}}function Ve(t,e,i,n){var a={x:t.controlPointNextX,y:t.controlPointNextY},r={x:e.controlPointPreviousX,y:e.controlPointPreviousY},o=ze(t,a,i),s=ze(a,r,i),l=ze(r,e,i),u=ze(o,s,i),c=ze(s,l,i);return ze(u,c,i)}function We(t){return"angle"===t?{between:ut,compare:st,normalize:lt}:{between:function(t,e,i){return t>=e&&t<=i},compare:function(t,e){return t-e},normalize:function(t){return t}}}function Ne(t,e,i,n){return{start:t%n,end:e%n,loop:i&&(e-t+1)%n==0}}function He(t,e,i){if(!i)return[t];var n,a,r,o,s=i.property,l=i.start,u=i.end,c=e.length,h=We(s),d=h.compare,f=h.between,v=h.normalize,p=function(t,e,i){var n,a,r=i.property,o=i.start,s=i.end,l=We(r),u=l.between,c=l.normalize,h=e.length,d=t.start,f=t.end,v=t.loop;if(v){for(d+=h,f+=h,n=0,a=h;ng&&d(a,l)>0?o:n),null===_||x&&0!==d(a,u)||(b.push(Ne(_,n,m,c)),_=null),o=n);return null!==_&&b.push(Ne(_,y,m,c)),b}function je(t,e){for(var i=[],n=t.segments,a=0;al&&(l=k),b=(x*b+_)/++x):(s!==l&&(t.lineTo(b,l),t.lineTo(b,s),t.lineTo(b,u)),t.lineTo(_,k),o=M,x=0,s=l=k),u=k}}function $e(t){var e=t.options,i=e.borderDash&&e.borderDash.length;return!(t._loop||e.tension||e.stepped||i)?qe:Xe}Ot.set("elements",{line:{backgroundColor:Ye,borderCapStyle:"butt",borderColor:Ye,borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:3,capBezierPoints:!0,fill:!0,tension:.4}});var Ge=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this))).options=void 0,n._loop=void 0,n._fullLoop=void 0,n._controlPointsUpdated=void 0,n._points=void 0,n._segments=void 0,t&&r(c(n),t),n}return s(i,t),n(i,[{key:"updateControlPoints",value:function(t){var e=this;if(!e._controlPointsUpdated){var i=e.options;if(i.tension&&!i.stepped){var n=i.spanGaps?e._loop:e._fullLoop;gt(e._points,i,t,n)}}}},{key:"first",value:function(){var t=this.segments,e=this.points;return t.length&&e[t[0].start]}},{key:"last",value:function(){var t=this.segments,e=this.points,i=t.length;return i&&e[t[i-1].end]}},{key:"interpolate",value:function(t,e){var i=this.options,n=t[e],a=this.points,r=je(this,{property:e,start:n,end:n});if(r.length){var o,s,l=[],u=function(t){return t.stepped?Be:t.tension?Ve:ze}(i);for(o=0,s=r.length;oa&&t[r%e].skip;)r--;return{start:a,end:r%=e}}(e,n,a,i),o=r.start,s=r.end;return!0===i?[{start:o,end:s,loop:a}]:function(t,e,i,n){var a,r=t.length,o=[],s=e,l=t[e];for(a=e+1;a<=i;++a){var u=t[a%r];u.skip||u.stop?l.skip||(n=!1,o.push({start:e%r,end:(a-1)%r,loop:n}),e=s=u.stop?a:null):(s=a,l.skip&&(e=a)),l=u}return null!==s&&o.push({start:e%r,end:s%r,loop:n}),o}(e,o,st.x&&(e=ti(e,"left","right")):t.base=o.left&&e<=o.right)&&(r||i>=o.top&&i<=o.bottom)}Ot.set("elements",{rectangle:{backgroundColor:Qe,borderColor:Qe,borderSkipped:"bottom",borderWidth:0}});var ai=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this))).options=void 0,n.horizontal=void 0,n.base=void 0,n.width=void 0,n.height=void 0,t&&r(c(n),t),n}return s(i,t),n(i,[{key:"draw",value:function(t){var e,i,n,a,r,o=this.options,s=(i=Je(e=this),n=i.right-i.left,a=i.bottom-i.top,r=ii(e,n/2,a/2),{outer:{x:i.left,y:i.top,w:n,h:a},inner:{x:i.left+r.l,y:i.top+r.t,w:n-r.l-r.r,h:a-r.t-r.b}}),l=s.inner,u=s.outer;t.save(),u.w===l.w&&u.h===l.h||(t.beginPath(),t.rect(u.x,u.y,u.w,u.h),t.clip(),t.rect(l.x,l.y,l.w,l.h),t.fillStyle=o.borderColor,t.fill("evenodd")),t.fillStyle=o.backgroundColor,t.fillRect(l.x,l.y,l.w,l.h),t.restore()}},{key:"inRange",value:function(t,e,i){return ni(this,t,e,i)}},{key:"inXRange",value:function(t,e){return ni(this,t,null,e)}},{key:"inYRange",value:function(t,e){return ni(this,null,t,e)}},{key:"getCenterPoint",value:function(t){var e=this.getProps(["x","y","base","horizontal",t]),i=e.x,n=e.y,a=e.base,r=e.horizontal;return{x:r?(i+a)/2:i,y:r?n:(n+a)/2}}},{key:"getRange",value:function(t){return"x"===t?this.width/2:this.height/2}}]),i}(Fe);a(ai,"_type","rectangle");var ri=Object.freeze({__proto__:null,Arc:Re,Line:Ge,Point:Ze,Rectangle:ai});function oi(t,e,i){var n,a,r=i.barThickness,o=e.stackCount,s=e.pixels[t],l=y(r)?function(t,e){var i,n,a,r,o=t._length;for(a=1,r=e.length;a0?Math.min(o,Math.abs(n-i)):o,i=n;return o}(e.scale,e.pixels):-1;return y(r)?(n=l*i.categoryPercentage,a=i.barPercentage):(n=r*o,a=1),{chunk:n/o,ratio:a,start:s-n/2}}function si(t,e,i,n){var a=i.parse(t[0],n),r=i.parse(t[1],n),o=Math.min(a,r),s=Math.max(a,r),l=o,u=s;Math.abs(o)>Math.abs(s)&&(l=s,u=o),e[i.axis]=u,e._custom={barStart:l,barEnd:u,start:a,end:r,min:o,max:s}}function li(t,e,i,n){var a,r,o,s,l=t.iScale,u=t.vScale,c=l.getLabels(),h=l===u,d=[];for(a=i,r=i+n;a0?n[t-1]:null,o=t=0;--t)e=Math.max(e,this.getStyle(t,!0).radius);return e>0&&e}},{key:"getLabelAndValue",value:function(t){var e=this._cachedMeta,i=e.xScale,n=e.yScale,a=this.getParsed(t),r=i.getLabelForValue(a.x),o=n.getLabelForValue(a.y),s=a._custom;return{label:e.label,value:"("+r+", "+o+(s?", "+s:"")+")"}}},{key:"update",value:function(t){var e=this._cachedMeta.data;this.updateElements(e,0,t)}},{key:"updateElements",value:function(t,e,i){for(var n=this,a="reset"===i,r=n._cachedMeta,o=r.xScale,s=r.yScale,l=n.resolveDataElementOptions(e,i),u=n.getSharedOptions(i,t[e],l),c=n.includeOptions(i,u),h=0;h=di?-fi:s<-di?fi:0)+e,u=Math.cos(s),c=Math.sin(s),h=Math.cos(l),d=Math.sin(l),f=s<=0&&l>=0||l>=fi,v=s<=vi&&l>=vi||l>=fi+vi,p=s<=-vi&&l>=-vi||l>=di+vi,g=s===-di||l>=di?-1:Math.min(u,u*i,h,h*i),y=p?-1:Math.min(c,c*i,d,d*i),m=f?1:Math.max(u,u*i,h,h*i),b=v?1:Math.max(c,c*i,d,d*i);n=(m-g)/2,a=(b-y)/2,r=-(m+g)/2,o=-(b+y)/2}return{ratioX:n,ratioY:a,offsetX:r,offsetY:o}}(a.rotation,a.circumference,s),c=u.ratioX,h=u.ratioY,d=u.offsetX,f=u.offsetY,v=e.getMaxBorderWidth(),p=(n.right-n.left-v)/c,g=(n.bottom-n.top-v)/h,y=Math.max(Math.min(p,g)/2,0),m=(y-Math.max(y*s,0))/e._getVisibleDatasetWeightTotal();e.offsetX=d*y,e.offsetY=f*y,r.total=e.calculateTotal(),e.outerRadius=y-m*e._getRingWeightOffset(e.index),e.innerRadius=Math.max(e.outerRadius-m*l,0),e.updateElements(o,0,t)}},{key:"_circumference",value:function(t,e){var i=this.chart.options,n=this._cachedMeta;return e&&i.animation.animateRotate?0:this.chart.getDataVisibility(t)?this.calculateCircumference(n._parsed[t]*i.circumference/fi):0}},{key:"updateElements",value:function(t,e,i){var n,a=this,r="reset"===i,o=a.chart,s=o.chartArea,l=o.options,u=l.animation,c=(s.left+s.right)/2,h=(s.top+s.bottom)/2,d=r&&u.animateScale,f=d?0:a.innerRadius,v=d?0:a.outerRadius,p=a.resolveDataElementOptions(e,i),g=a.getSharedOptions(i,t[e],p),y=a.includeOptions(i,g),m=l.rotation;for(n=0;n0&&!isNaN(t)?fi*(Math.abs(t)/e):0}},{key:"getMaxBorderWidth",value:function(t){var e,i,n,a,r,o=0,s=this.chart;if(!t)for(e=0,i=s.data.datasets.length;e0&&m.x-n.x>v};d&&(k.options=a.resolveDataElementOptions(g,i)),a.updateElement(y,g,k,i),n=m}a.updateSharedOptions(h,i)}},{key:"resolveDatasetElementOptions",value:function(t){var e=this._config,n=this.chart.options,a=n.elements.line,r=d(l(i.prototype),"resolveDatasetElementOptions",this).call(this,t);return r.spanGaps=_(e.spanGaps,n.spanGaps),r.tension=_(e.lineTension,a.tension),r.stepped=Ft([e.stepped,a.stepped]),r}},{key:"getMaxOverflow",value:function(){var t=this._cachedMeta,e=this._showLine&&t.dataset.options.borderWidth||0,i=t.data||[];if(!i.length)return e;var n=i[0].size(),a=i[i.length-1].size();return Math.max(e,n,a)/2}},{key:"draw",value:function(){var t,e,i=this._ctx,n=this.chart,a=this._cachedMeta,r=a.data||[],o=n.chartArea,s=[],l=r.length;for(this._showLine&&a.dataset.draw(i,o),t=0;t1;)t[n=r+a>>1][e]1;)t[n=r+a>>1][e]0){var s=o[0].datasetIndex,l=t.getDatasetMeta(s).data;o=[];for(var u=0;u0},t.prototype.connect_=function(){ji&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),qi?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){ji&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(t){var e=t.propertyName,i=void 0===e?"":e;Xi.some((function(t){return!!~i.indexOf(t)}))&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),Gi=function(t,e){for(var i=0,n=Object.keys(e);i0},t}(),ln="undefined"!=typeof WeakMap?new WeakMap:new Hi,un=function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var i=$i.getInstance(),n=new sn(e,i,this);ln.set(this,n)};["observe","unobserve","disconnect"].forEach((function(t){un.prototype[t]=function(){var e;return(e=ln.get(this))[t].apply(e,arguments)}}));var cn=void 0!==Yi.ResizeObserver?Yi.ResizeObserver:un,hn={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"};function dn(t,e){var i=pe.dom.getStyle(t,e),n=i&&i.match(/^(\d+)(\.\d+)?px$/);return n?+n[1]:void 0}var fn=!!function(){var t=!1;try{var e={get passive(){return t=!0,!1}};window.addEventListener("test",null,e),window.removeEventListener("test",null,e)}catch(t){}return t}()&&{passive:!0};function vn(t,e){var i=!1,n=[];return function(){for(var a=arguments.length,r=new Array(a),o=0;oe){for(var n=e;n=0;--e)this._drawDataset(t[e]);kn.notify(this,"afterDatasetsDraw")}}},{key:"_drawDataset",value:function(t){var e=this,i=e.ctx,n=t._clip,a=e.chartArea,r={meta:t,index:t.index};!1!==kn.notify(e,"beforeDatasetDraw",[r])&&(pe.canvas.clipArea(i,{left:!1===n.left?0:a.left-n.left,right:!1===n.right?e.width:a.right+n.right,top:!1===n.top?0:a.top-n.top,bottom:!1===n.bottom?e.height:a.bottom+n.bottom}),t.controller.draw(),pe.canvas.unclipArea(i),kn.notify(e,"afterDatasetDraw",[r]))}},{key:"getElementAtEvent",value:function(t){return Ai.modes.nearest(this,t,{intersect:!0})}},{key:"getElementsAtEvent",value:function(t){return Ai.modes.index(this,t,{intersect:!0})}},{key:"getElementsAtXAxis",value:function(t){return Ai.modes.index(this,t,{intersect:!1})}},{key:"getElementsAtEventForMode",value:function(t,e,i,n){var a=Ai.modes[e];return"function"==typeof a?a(this,t,i,n):[]}},{key:"getDatasetAtEvent",value:function(t){return Ai.modes.dataset(this,t,{intersect:!0})}},{key:"getDatasetMeta",value:function(t){var e=this.data.datasets[t],i=this._metasets,n=i.filter((function(t){return t._dataset===e})).pop();return n||(n=i[t]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:e.order||0,index:t,_dataset:e,_parsed:[],_sorted:!1}),n}},{key:"getVisibleDatasetCount",value:function(){return this.getSortedVisibleDatasetMetas().length}},{key:"isDatasetVisible",value:function(t){var e=this.getDatasetMeta(t);return"boolean"==typeof e.hidden?!e.hidden:!this.data.datasets[t].hidden}},{key:"setDatasetVisibility",value:function(t,e){this.getDatasetMeta(t).hidden=!e}},{key:"toggleDataVisibility",value:function(t){this._hiddenIndices[t]=!this._hiddenIndices[t]}},{key:"getDataVisibility",value:function(t){return!this._hiddenIndices[t]}},{key:"_updateDatasetVisibility",value:function(t,e){var i=e?"show":"hide",n=this.getDatasetMeta(t),a=n.controller._resolveAnimations(void 0,i);this.setDatasetVisibility(t,e),a.update(n,{visible:e}),this.update((function(e){return e.datasetIndex===t?i:void 0}))}},{key:"hide",value:function(t){this._updateDatasetVisibility(t,!1)}},{key:"show",value:function(t){this._updateDatasetVisibility(t,!0)}},{key:"_destroyDatasetMeta",value:function(t){var e=this._metasets&&this._metasets[t];e&&(e.controller._destroy(),delete this._metasets[t])}},{key:"destroy",value:function(){var e,i,n=this,a=n.canvas;for(n.stop(),ge.remove(n),e=0,i=n.data.datasets.length;e3?i[2].value-i[1].value:i[1].value-i[0].value;Math.abs(n)>1&&t!==Math.floor(t)&&(n=t-Math.floor(t));var a=Z(Math.abs(n)),r=Math.max(Math.abs(i[0].value),Math.abs(i[i.length-1].value)),o=Math.min(Math.abs(i[0].value),Math.abs(i[i.length-1].value)),s=this.chart.options.locale;if(r<1e-4||o>1e7){var l=Z(Math.abs(t)),u=Math.floor(l)-Math.floor(a);return u=Math.max(Math.min(u,20),0),t.toExponential(u)}var c=-1*Math.floor(a);return c=Math.max(Math.min(c,20),0),new Intl.NumberFormat(s,{minimumFractionDigits:c,maximumFractionDigits:c}).format(t)}}};function Bn(t,e){for(var i=[],n=t.length/e,a=t.length,r=0;rs+1e-6)))return l}function Wn(t){return t.drawTicks?t.tickMarkLength:0}function Nn(t){if(!t.display)return 0;var e=Ct(t),i=Tt(t.padding);return e.lineHeight+i.height}function Hn(t,e,i,n,a){var r,o,s,l=_(n,0),u=Math.min(_(a,t.length),t.length),c=0;for(i=Math.ceil(i),a&&(i=(r=a-n)/Math.floor(r/i)),s=l;s<0;)c++,s=Math.round(l+c*i);for(o=Math.max(l,0);o=l||o<=1||!n.isHorizontal())n.labelRotation=s;else{var c=n._getLabelSizes(),h=c.widest.width,d=c.highest.height-c.highest.offset,f=Math.min(n.maxWidth,n.chart.width-h);h+6>(t=a.offset?n.maxWidth/o:f/(o-1))&&(t=f/(o-(a.offset?.5:1)),e=n.maxHeight-Wn(a.gridLines)-r.padding-Nn(a.scaleLabel),i=Math.sqrt(h*h+d*d),u=at(Math.min(Math.asin(Math.min((c.highest.height+6)/t,1)),Math.asin(Math.min(e/i,1))-Math.asin(d/i))),u=Math.max(s,Math.min(l,u))),n.labelRotation=u}}},{key:"afterCalculateLabelRotation",value:function(){k(this.options.afterCalculateLabelRotation,[this])}},{key:"beforeFit",value:function(){k(this.options.beforeFit,[this])}},{key:"fit",value:function(){var t=this,e={width:0,height:0},i=t.chart,n=t.options,a=n.ticks,r=n.scaleLabel,o=n.gridLines,s=t._isVisible(),l="top"!==n.position&&"x"===t.axis,u=t.isHorizontal();if(u?e.width=t.maxWidth:s&&(e.width=Wn(o)+Nn(r)),u?s&&(e.height=Wn(o)+Nn(r)):e.height=t.maxHeight,a.display&&s){var c=t._getLabelSizes(),h=c.first,d=c.last,f=c.widest,v=c.highest,p=.8*v.offset,g=a.padding;if(u){var y=0!==t.labelRotation,m=nt(t.labelRotation),b=Math.cos(m),x=Math.sin(m),_=x*f.width+b*(v.height-(y?v.offset:0))+(y?0:p);e.height=Math.min(t.maxHeight,e.height+_+g);var k,M,w=t.getPixelForTick(0)-t.left,S=t.right-t.getPixelForTick(t.ticks.length-1);y?(k=l?b*h.width+x*h.offset:x*(h.height-h.offset),M=l?x*(d.height-d.offset):b*d.width+x*d.offset):(k=h.width/2,M=d.width/2),t.paddingLeft=Math.max((k-w)*t.width/(t.width-w),0)+3,t.paddingRight=Math.max((M-S)*t.width/(t.width-S),0)+3}else{var P=a.mirror?0:f.width+g+p;e.width=Math.min(t.maxWidth,e.width+P),t.paddingTop=h.height/2,t.paddingBottom=d.height/2}}t._handleMargins(),u?(t.width=t._length=i.width-t._margins.left-t._margins.right,t.height=e.height):(t.width=e.width,t.height=t._length=i.height-t._margins.top-t._margins.bottom)}},{key:"_handleMargins",value:function(){var t=this;t._margins&&(t._margins.left=Math.max(t.paddingLeft,t._margins.left),t._margins.top=Math.max(t.paddingTop,t._margins.top),t._margins.right=Math.max(t.paddingRight,t._margins.right),t._margins.bottom=Math.max(t.paddingBottom,t._margins.bottom))}},{key:"afterFit",value:function(){k(this.options.afterFit,[this])}},{key:"isHorizontal",value:function(){var t=this.options,e=t.axis,i=t.position;return"top"===i||"bottom"===i||"x"===e}},{key:"isFullWidth",value:function(){return this.options.fullWidth}},{key:"_convertTicksToLabels",value:function(t){this.beforeTickToLabelConversion(),this.generateTickLabels(t),this.afterTickToLabelConversion()}},{key:"_getLabelSizes",value:function(){var t=this._labelSizes;return t||(this._labelSizes=t=this._computeLabelSizes()),t}},{key:"_computeLabelSizes",value:function(){var t=this,e=t.ctx,i=t._longestTextCache,n=t.options.ticks.sampleSize,a=[],r=[],o=[],s=t.ticks;ne){for(i=0;ii-1?null:this.getPixelForDecimal(t*n+(e?n/2:0))}},{key:"getPixelForDecimal",value:function(t){return this._reversePixels&&(t=1-t),this._startPixel+t*this._length}},{key:"getDecimalForPixel",value:function(t){var e=(t-this._startPixel)/this._length;return this._reversePixels?1-e:e}},{key:"getBasePixel",value:function(){return this.getPixelForValue(this.getBaseValue())}},{key:"getBaseValue",value:function(){var t=this.min,e=this.max;return t<0&&e<0?e:t>0&&e>0?t:0}},{key:"_autoSkip",value:function(t){var e=this.options.ticks,i=this._length,n=e.maxTicksLimit||i/this._tickSize(),a=e.major.enabled?function(t){var e,i,n=[];for(e=0,i=t.length;en)return function(t,e,i,n){var a,r=0,o=i[0];for(n=Math.ceil(n),a=0;ar)return u}return Math.max(r,1)}(a,t,0,n);if(r>0){var c,h,d=r>1?Math.round((s-o)/(r-1)):null;for(Hn(t,l,u,y(d)?0:o-d,o),c=0,h=r-1;co*n?o/i:s/n:s*n0}},{key:"_computeGridLineItems",value:function(t){var e,i,n,a,r,o,s,l,u,c,h,d,f=this,v=f.axis,p=f.chart,g=f.options,y=g.gridLines,m=g.position,x=y.offsetGridLines,_=f.isHorizontal(),k=f.ticks,M=k.length+(x?1:0),w=Wn(y),S=[],P={scale:f,tick:k[0]},D=y.drawBorder?Ft([y.borderWidth,y.lineWidth,0],P,0):0,O=D/2,A=function(t){return V(p,t,D)};if("top"===m)e=A(f.bottom),o=f.bottom-w,l=e-O,c=A(t.top)+O,d=t.bottom;else if("bottom"===m)e=A(f.top),c=t.top,d=A(t.bottom)-O,o=e+O,l=f.top+w;else if("left"===m)e=A(f.right),r=f.right-w,s=e-O,u=A(t.left)+O,h=t.right;else if("right"===m)e=A(f.left),u=t.left,h=A(t.right)-O,r=e+O,s=f.left+w;else if("x"===v){if("center"===m)e=A((t.top+t.bottom)/2);else if(b(m)){var T=Object.keys(m)[0],C=m[T];e=A(f.chart.scales[T].getPixelForValue(C))}c=t.top,d=t.bottom,l=(o=e+O)+w}else if("y"===v){if("center"===m)e=A((t.left+t.right)/2);else if(b(m)){var F=Object.keys(m)[0],E=m[F];e=A(f.chart.scales[F].getPixelForValue(E))}s=(r=e-O)-w,u=t.left,h=t.right}for(i=0;i0&&""!==u.strokeStyle;o.save(),o.translate(l.x,l.y),o.rotate(l.rotation),o.font=u.string,o.fillStyle=u.color,o.textBaseline="middle",o.textAlign=l.textAlign,c&&(o.strokeStyle=u.strokeStyle,o.lineWidth=u.lineWidth);var h=l.label,d=l.textOffset;if(m(h))for(n=0,r=h.length;n=0&&te.length-1?null:this.getPixelForValue(t*this._numLabels/e.length+this.min)}},{key:"getValueForPixel",value:function(t){var e=Math.round(this._startValue+this.getDecimalForPixel(t)*this._valueRange);return Math.min(Math.max(e,0),this.ticks.length-1)}},{key:"getBasePixel",value:function(){return this.bottom}}]),i}(jn);function Un(t,e){var i=Math.floor(Z(t)),n=t/Math.pow(10,i);return(e?n<1.5?1:n<3?2:n<7?5:10:n<=1?1:n<=2?2:n<=5?5:10)*Math.pow(10,i)}a(Yn,"id","category"),a(Yn,"defaults",{});var Xn=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this,t))).start=void 0,n.end=void 0,n._startValue=void 0,n._endValue=void 0,n._valueRange=0,n}return s(i,t),n(i,[{key:"parse",value:function(t,e){return y(t)?NaN:("number"==typeof t||t instanceof Number)&&!isFinite(+t)?NaN:+t}},{key:"handleTickRangeOptions",value:function(){var t=this,e=t.options;if(e.beginAtZero){var i=it(t.min),n=it(t.max);i<0&&n<0?t.max=0:i>0&&n>0&&(t.min=0)}var a=void 0!==e.min||void 0!==e.suggestedMin,r=void 0!==e.max||void 0!==e.suggestedMax;void 0!==e.min?t.min=e.min:void 0!==e.suggestedMin&&(null===t.min?t.min=e.suggestedMin:t.min=Math.min(t.min,e.suggestedMin)),void 0!==e.max?t.max=e.max:void 0!==e.suggestedMax&&(null===t.max?t.max=e.suggestedMax:t.max=Math.max(t.max,e.suggestedMax)),a!==r&&t.min>=t.max&&(a?t.max=t.min+1:t.min=t.max-1),t.min===t.max&&(t.max++,e.beginAtZero||t.min--)}},{key:"getTickLimit",value:function(){var t,e=this.options.ticks,i=e.maxTicksLimit,n=e.stepSize;return n?t=Math.ceil(this.max/n)-Math.floor(this.min/n)+1:(t=this.computeTickLimit(),i=i||11),i&&(t=Math.min(i,t)),t}},{key:"computeTickLimit",value:function(){return Number.POSITIVE_INFINITY}},{key:"handleDirectionalChanges",value:function(t){return t}},{key:"buildTicks",value:function(){var t=this,e=t.options,i=e.ticks,n=t.getTickLimit(),a=function(t,e){var i,n,a,r,o=[],s=t.stepSize,l=t.min,u=t.max,c=t.precision,h=s||1,d=t.maxTicks-1,f=e.min,v=e.max,p=Un((v-f)/d/h)*h;if(p<1e-14&&y(l)&&y(u))return[{value:f},{value:v}];(r=Math.ceil(v/p)-Math.floor(f/p))>d&&(p=Un(r*p/d/h)*h),s||y(c)?i=Math.pow(10,rt(p)):(i=Math.pow(10,c),p=Math.ceil(p*i)/i),n=Math.floor(f/p)*p,a=Math.ceil(v/p)*p,!s||y(l)||y(u)||tt((u-l)/s,p/1e3)&&(n=l,a=u),r=J(r=(a-n)/p,Math.round(r),p/1e3)?Math.round(r):Math.ceil(r),n=Math.round(n*i)/i,a=Math.round(a*i)/i,o.push({value:y(l)?n:l});for(var g=1;g0&&(t.min=0),t.handleTickRangeOptions()}},{key:"computeTickLimit",value:function(){if(this.isHorizontal())return Math.ceil(this.width/40);var t=Ct(this.options.ticks);return Math.ceil(this.height/t.lineHeight)}},{key:"handleDirectionalChanges",value:function(t){return this.isHorizontal()?t:t.reverse()}},{key:"getPixelForValue",value:function(t){return this.getPixelForDecimal((t-this._startValue)/this._valueRange)}},{key:"getValueForPixel",value:function(t){return this._startValue+this.getDecimalForPixel(t)*this._valueRange}},{key:"getPixelForTick",value:function(t){var e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}}]),i}(Xn);function Gn(t){return 1===t/Math.pow(10,Math.floor(Z(t)))}function Kn(t,e){return x(t)?t:e}a($n,"id","linear"),a($n,"defaults",qn);var Zn={ticks:{callback:zn.formatters.numeric,major:{enabled:!0}}},Qn=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this,t))).start=void 0,n.end=void 0,n._startValue=void 0,n._valueRange=0,n}return s(i,t),n(i,[{key:"parse",value:function(t,e){var i=Xn.prototype.parse.apply(this,[t,e]);if(0!==i)return x(i)&&i>0?i:NaN}},{key:"determineDataLimits",value:function(){var t=this.getMinMax(!0),e=t.min,i=t.max;this.min=x(e)?Math.max(0,e):null,this.max=x(i)?Math.max(0,i):null,this.handleTickRangeOptions()}},{key:"handleTickRangeOptions",value:function(){var t=this.min,e=this.max;t===e&&(t<=0?(t=1,e=10):(t=Math.pow(10,Math.floor(Z(t))-1),e=Math.pow(10,Math.floor(Z(e))+1))),t<=0&&(t=Math.pow(10,Math.floor(Z(e))-1)),e<=0&&(e=Math.pow(10,Math.floor(Z(t))+1)),this.min=t,this.max=e}},{key:"buildTicks",value:function(){var t=this,e=t.options,i=function(t,e){var i=Math.floor(Z(e.max)),n=Math.ceil(e.max/Math.pow(10,i)),a=[],r=Kn(t.min,Math.pow(10,Math.floor(Z(e.min)))),o=Math.floor(Z(r)),s=Math.floor(r/Math.pow(10,o)),l=o<0?Math.pow(10,Math.abs(o)):1;do{a.push({value:r,major:Gn(r)}),10===++s&&(s=1,l=++o>=0?1:l),r=Math.round(s*Math.pow(10,o)*l)/l}while(oe.length-1?null:this.getPixelForValue(e[t].value)}},{key:"configure",value:function(){var t=this.min;d(l(i.prototype),"configure",this).call(this),this._startValue=Z(t),this._valueRange=Z(this.max)-Z(t)}},{key:"getPixelForValue",value:function(t){var e=this;return void 0!==t&&0!==t||(t=e.min),e.getPixelForDecimal(t===e.min?0:(Z(t)-e._startValue)/e._valueRange)}},{key:"getValueForPixel",value:function(t){var e=this.getDecimalForPixel(t);return Math.pow(10,this._startValue+e*this._valueRange)}}]),i}(jn);a(Qn,"id","logarithmic"),a(Qn,"defaults",Zn);var Jn=pe.valueOrDefault,ta=pe.valueAtIndexOrDefault,ea=pe.options.resolve,ia={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0,0,0,0.1)",lineWidth:1,borderDash:[],borderDashOffset:0},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:zn.formatters.numeric},pointLabels:{display:!0,fontSize:10,callback:function(t){return t}}};function na(t){var e=t.ticks;return e.display&&t.display?Jn(e.fontSize,Ot.fontSize)+2*e.backdropPaddingY:0}function aa(t,e,i,n,a){return t===n||t===a?{start:e-i/2,end:e+i/2}:ta?{start:e-i,end:e}:{start:e,end:e+i}}function ra(t){return 0===t||180===t?"center":t<180?"left":"right"}function oa(t,e,i,n){var a,r,o=i.y+n/2;if(pe.isArray(e))for(a=0,r=e.length;a270||t<90)&&(i.y-=e.h)}function la(t){return Q(t)?t:0}var ua=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this,t))).xCenter=void 0,n.yCenter=void 0,n.drawingArea=void 0,n.pointLabels=[],n}return s(i,t),n(i,[{key:"setDimensions",value:function(){var t=this;t.width=t.maxWidth,t.height=t.maxHeight,t.paddingTop=na(t.options)/2,t.xCenter=Math.floor(t.width/2),t.yCenter=Math.floor((t.height-t.paddingTop)/2),t.drawingArea=Math.min(t.height-t.paddingTop,t.width)/2}},{key:"determineDataLimits",value:function(){var t=this.getMinMax(!1),e=t.min,i=t.max;this.min=pe.isFinite(e)&&!isNaN(e)?e:0,this.max=pe.isFinite(i)&&!isNaN(i)?i:0,this.handleTickRangeOptions()}},{key:"computeTickLimit",value:function(){return Math.ceil(this.drawingArea/na(this.options))}},{key:"generateTickLabels",value:function(t){var e=this;Xn.prototype.generateTickLabels.call(e,t),e.pointLabels=e.chart.data.labels.map((function(t,i){var n=pe.callback(e.options.pointLabels.callback,[t,i],e);return n||0===n?n:""}))}},{key:"fit",value:function(){var t=this.options;t.display&&t.pointLabels.display?function(t){var e,i,n,a=pe.options._parseFont(t.options.pointLabels),r={l:0,r:t.width,t:0,b:t.height-t.paddingTop},o={};t.ctx.font=a.string,t._pointLabelSizes=[];var s,l,u,c=t.chart.data.labels.length;for(e=0;er.r&&(r.r=f.end,o.r=h),v.startr.b&&(r.b=v.end,o.b=h)}t._setReductions(t.drawingArea,r,o)}(this):this.setCenterPoint(0,0,0,0)}},{key:"_setReductions",value:function(t,e,i){var n=this,a=e.l/Math.sin(i.l),r=Math.max(e.r-n.width,0)/Math.sin(i.r),o=-e.t/Math.cos(i.t),s=-Math.max(e.b-(n.height-n.paddingTop),0)/Math.cos(i.b);a=la(a),r=la(r),o=la(o),s=la(s),n.drawingArea=Math.min(Math.floor(t-(a+r)/2),Math.floor(t-(o+s)/2)),n.setCenterPoint(a,r,o,s)}},{key:"setCenterPoint",value:function(t,e,i,n){var a=this,r=a.width-e-a.drawingArea,o=t+a.drawingArea,s=i+a.drawingArea,l=a.height-a.paddingTop-n-a.drawingArea;a.xCenter=Math.floor((o+r)/2+a.left),a.yCenter=Math.floor((s+l)/2+a.top+a.paddingTop)}},{key:"getIndexAngle",value:function(t){var e=this.chart;return lt(t*(2*Math.PI/e.data.labels.length)+nt((e.options||{}).startAngle||0))}},{key:"getDistanceFromCenterForValue",value:function(t){var e=this;if(pe.isNullOrUndef(t))return NaN;var i=e.drawingArea/(e.max-e.min);return e.options.reverse?(e.max-t)*i:(t-e.min)*i}},{key:"getPointPosition",value:function(t,e){var i=this.getIndexAngle(t)-Math.PI/2;return{x:Math.cos(i)*e+this.xCenter,y:Math.sin(i)*e+this.yCenter,angle:i}}},{key:"getPointPositionForValue",value:function(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))}},{key:"getBasePosition",value:function(t){return this.getPointPositionForValue(t||0,this.getBaseValue())}},{key:"drawGrid",value:function(){var t,e,i,n=this,a=n.ctx,r=n.options,o=r.gridLines,s=r.angleLines,l=Jn(s.lineWidth,o.lineWidth),u=Jn(s.color,o.color);if(r.pointLabels.display&&function(t){var e=t.ctx,i=t.options,n=i.pointLabels,a=na(i),r=t.getDistanceFromCenterForValue(i.ticks.reverse?t.min:t.max),o=pe.options._parseFont(n);e.save(),e.font=o.string,e.textBaseline="middle";for(var s=t.chart.data.labels.length-1;s>=0;s--){var l=0===s?a/2:0,u=t.getPointPosition(s,r+l+5),c=ta(n.fontColor,s,Ot.fontColor);e.fillStyle=c;var h=at(t.getIndexAngle(s));e.textAlign=ra(h),sa(h,t._pointLabelSizes[s],u),oa(e,t.pointLabels[s],u,o.lineHeight)}e.restore()}(n),o.display&&n.ticks.forEach((function(t,i){0!==i&&(e=n.getDistanceFromCenterForValue(n.ticks[i].value),function(t,e,i,n){var a,r=t.ctx,o=e.circular,s=t.chart.data.labels.length,l=ta(e.color,n-1,void 0),u=ta(e.lineWidth,n-1,void 0);if((o||s)&&l&&u){if(r.save(),r.strokeStyle=l,r.lineWidth=u,r.setLineDash&&(r.setLineDash(e.borderDash||[]),r.lineDashOffset=e.borderDashOffset||0),r.beginPath(),o)r.arc(t.xCenter,t.yCenter,i,0,2*Math.PI);else{a=t.getPointPosition(0,i),r.moveTo(a.x,a.y);for(var c=1;c=0;t--)e=n.getDistanceFromCenterForValue(r.ticks.reverse?n.min:n.max),i=n.getPointPosition(t,e),a.beginPath(),a.moveTo(n.xCenter,n.yCenter),a.lineTo(i.x,i.y),a.stroke();a.restore()}}},{key:"drawLabels",value:function(){var t=this,e=t.ctx,i=t.options,n=i.ticks;if(n.display){var a,r,o=t.getIndexAngle(0),s=pe.options._parseFont(n),l=Jn(n.fontColor,Ot.fontColor);e.save(),e.font=s.string,e.translate(t.xCenter,t.yCenter),e.rotate(o),e.textAlign="center",e.textBaseline="middle",t.ticks.forEach((function(o,u){(0!==u||i.reverse)&&(a=t.getDistanceFromCenterForValue(t.ticks[u].value),n.showLabelBackdrop&&(r=e.measureText(o.label).width,e.fillStyle=n.backdropColor,e.fillRect(-r/2-n.backdropPaddingX,-a-s.size/2-n.backdropPaddingY,r+2*n.backdropPaddingX,s.size+2*n.backdropPaddingY)),e.fillStyle=l,e.fillText(o.label,0,-a))})),e.restore()}}},{key:"drawTitle",value:function(){}}]),i}(Xn);a(ua,"id","radialLinear"),a(ua,"defaults",ia);var ca=Number.MAX_SAFE_INTEGER||9007199254740991,ha={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},da=Object.keys(ha);function fa(t,e){return t-e}function va(t){var e,i,n=new Set;for(e=0,i=t.length;e1;)t[i=a+n>>1]=i?t[a]:t[r];e.add(o)}}function _a(t,e,i){var n,a,r=[],o={},s=e.length;for(n=0;n=0&&(e[r].major=!0);return e}(t,r,o,i):r}function ka(t){return"labels"===t.options.ticks.source?ya(t):function(t){var e,i=t._adapter,n=t.min,a=t.max,r=t.options,o=r.time,s=o.unit||ba(o.minUnit,n,a,t._getLabelCapacity(n)),l=_(o.stepSize,1),u="week"===s&&o.isoWeekday,c=new Set,h=n;if(u&&(h=+i.startOf(h,"isoWeek",u)),h=+i.startOf(h,u?"day":s),i.diff(a,n,s)>1e5*l)throw new Error(n+" and "+a+" are too far apart with stepSize of "+l+" "+s);if("data"===t.options.ticks.source){var d=ga(t);for(e=h;en&&t[a]>i;)a--;return a++,n>0||a=da.indexOf(i);r--){var o=da[r];if(ha[o].common&&t._adapter.diff(a,n,o)>=e-1)return o}return da[i?da.indexOf(i):0]}(t,l.length,i.minUnit,t.min,t.max)),t._majorUnit=n.major.enabled&&"year"!==t._unit?function(t){for(var e=da.indexOf(t)+1,i=da.length;ee&&se.length-1?null:this.getPixelForValue(e[t].value)}},{key:"getValueForPixel",value:function(t){var e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return ma(this._table,"pos",i,"time")}},{key:"_getLabelSize",value:function(t){var e=this.options.ticks,i=this.ctx.measureText(t).width,n=nt(this.isHorizontal()?e.maxRotation:e.minRotation),a=Math.cos(n),r=Math.sin(n),o=_(e.fontSize,Ot.fontSize);return{w:i*a+o*r,h:i*r+o*a}}},{key:"_getLabelCapacity",value:function(t){var e=this,i=e.options.time,n=i.displayFormats,a=n[i.unit]||n.millisecond,r=e._tickFormatFunction(t,0,_a(e,[t],e._majorUnit),a),o=e._getLabelSize(r),s=Math.floor(e.isHorizontal()?e.width/o.w:e.height/o.h)-1;return s>0?s:1}}]),i}(jn);a(wa,"id","time"),a(wa,"defaults",{distribution:"linear",bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{autoSkip:!1,source:"auto",major:{enabled:!1}}});var Sa=Object.freeze({__proto__:null,CategoryScale:Yn,LinearScale:$n,LogarithmicScale:Qn,RadialLinearScale:ua,TimeScale:wa});function Pa(t,e,i){var n=function(t){var e=t.options,i=e.fill,n=_(i&&i.target,i);return void 0===n&&(n=!!e.backgroundColor),!1!==n&&null!==n&&(!0===n?"origin":n)}(t),a=parseFloat(n);return x(a)&&Math.floor(a)===a?("-"!==n[0]&&"+"!==n[0]||(a=e+a),!(a===e||a<0||a>=i)&&a):["origin","start","end"].indexOf(n)>=0&&n}Ot.set("plugins",{filler:{propagate:!0}});var Da=function(){function t(i){e(this,t),this.x=i.x,this.y=i.y,this.radius=i.radius}return n(t,[{key:"pathSegment",value:function(t,e,i){var n=this.x,a=this.y,r=this.radius;return e=e||{start:0,end:2*Math.PI},i.reverse?t.arc(n,a,r,e.end,e.start,!0):t.arc(n,a,r,e.start,e.end),!i.bounds}},{key:"interpolate",value:function(t,e){var i=this.x,n=this.y,a=this.radius,r=t.angle;if("angle"===e)return{x:i+Math.cos(r)*a,y:n+Math.sin(r)*a,angle:r}}}]),t}();function Oa(t){return(t.scale||{}).getPointPositionForValue?function(t){var e,i,n=t.scale,a=t.fill,r=n.options,o=n.getLabels().length,s=[],l=r.reverse?n.max:n.min,u=r.reverse?n.min:n.max,c="start"===a?l:"end"===a?u:n.getBaseValue();if(r.gridLines.circular)return i=n.getPointPositionForValue(0,l),new Da({x:i.x,y:i.y,radius:n.getDistanceFromCenterForValue(c)});for(e=0;e=0;--e)(i=n[e].$filler)&&i.line.updateControlPoints(a)},beforeDatasetDraw:function(t,e){var i=t.chartArea,n=t.ctx,a=e.meta.$filler;if(a&&!1!==a.fill){var r=a.line,o=a.target,s=a.scale,l=r.options,u=l.fill,c=l.backgroundColor||Ot.color,h=u||{},d=h.above,f=void 0===d?c:d,v=h.below,p=void 0===v?c:v;o&&r.points.length&&(H(n,i),function(t,e){var i=e.line,n=e.target,a=e.above,r=e.below,o=e.area,s=e.scale,l=i._loop?"angle":"x";t.save(),"x"===l&&r!==a&&(Ca(t,n,o.top),Ra(t,{line:i,target:n,color:a,scale:s,property:l}),t.restore(),t.save(),Ca(t,n,o.bottom)),Ra(t,{line:i,target:n,color:r,scale:s,property:l}),t.restore()}(n,{line:r,target:o,above:f,below:p,area:i,scale:s}),j(n))}}};function Ba(t,e){return t.usePointStyle&&t.boxWidth>e?e:t.boxWidth}Ot.set("legend",{display:!0,position:"top",align:"center",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(t,e){var i=e.datasetIndex,n=this.chart;n.isDatasetVisible(i)?(n.hide(i),e.hidden=!0):(n.show(i),e.hidden=!1)},onHover:null,onLeave:null,labels:{boxWidth:40,padding:10,generateLabels:function(t){var e=t.data.datasets,i=t.options.legend||{},n=i.labels&&i.labels.usePointStyle;return t._getSortedDatasetMetas().map((function(t){var i=t.controller.getStyle(n?0:void 0);return{text:e[t.index].label,fillStyle:i.backgroundColor,hidden:!t.visible,lineCap:i.borderCapStyle,lineDash:i.borderDash,lineDashOffset:i.borderDashOffset,lineJoin:i.borderJoinStyle,lineWidth:i.borderWidth,strokeStyle:i.borderColor,pointStyle:i.pointStyle,rotation:i.rotation,datasetIndex:t.index}}),this)}},title:{display:!1,position:"center",text:""}});var Va=function(t){function i(t){var n;return e(this,i),r(c(n=h(this,l(i).call(this))),t),n.legendHitBoxes=[],n._hoveredItem=null,n.doughnutMode=!1,n.chart=t.chart,n.options=t.options,n.ctx=t.ctx,n.legendItems=void 0,n.columnWidths=void 0,n.columnHeights=void 0,n.lineWidths=void 0,n._minSize=void 0,n.maxHeight=void 0,n.maxWidth=void 0,n.top=void 0,n.bottom=void 0,n.left=void 0,n.right=void 0,n.height=void 0,n.width=void 0,n._margins=void 0,n.paddingTop=void 0,n.paddingBottom=void 0,n.paddingLeft=void 0,n.paddingRight=void 0,n.position=void 0,n.weight=void 0,n.fullWidth=void 0,n}return s(i,t),n(i,[{key:"beforeUpdate",value:function(){}},{key:"update",value:function(t,e,i){var n=this;n.beforeUpdate(),n.maxWidth=t,n.maxHeight=e,n._margins=i,n.beforeSetDimensions(),n.setDimensions(),n.afterSetDimensions(),n.beforeBuildLabels(),n.buildLabels(),n.afterBuildLabels(),n.beforeFit(),n.fit(),n.afterFit(),n.afterUpdate()}},{key:"afterUpdate",value:function(){}},{key:"beforeSetDimensions",value:function(){}},{key:"setDimensions",value:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t._minSize={width:0,height:0}}},{key:"afterSetDimensions",value:function(){}},{key:"beforeBuildLabels",value:function(){}},{key:"buildLabels",value:function(){var t=this,e=t.options.labels||{},i=k(e.generateLabels,[t.chart],t)||[];e.filter&&(i=i.filter((function(i){return e.filter(i,t.chart.data)}))),t.options.reverse&&i.reverse(),t.legendItems=i}},{key:"afterBuildLabels",value:function(){}},{key:"beforeFit",value:function(){}},{key:"fit",value:function(){var t=this,e=t.options,i=e.labels,n=e.display,a=t.ctx,r=Ct(i),o=r.size,s=t.legendHitBoxes=[],l=t._minSize,u=t.isHorizontal(),c=t._computeTitleHeight();if(u?(l.width=t.maxWidth,l.height=n?10:0):(l.width=n?10:0,l.height=t.maxHeight),n){if(a.font=r.string,u){var h=t.lineWidths=[0],d=c;a.textAlign="left",a.textBaseline="middle",t.legendItems.forEach((function(t,e){var n=Ba(i,o)+o/2+a.measureText(t.text).width;(0===e||h[h.length-1]+n+2*i.padding>l.width)&&(d+=o+i.padding,h[h.length-(e>0?0:1)]=0),s[e]={left:0,top:0,width:n,height:o},h[h.length-1]+=n+i.padding})),l.height+=d}else{var f=i.padding,v=t.columnWidths=[],p=t.columnHeights=[],g=i.padding,y=0,m=0,b=l.height-c;t.legendItems.forEach((function(t,e){var n=Ba(i,o)+o/2+a.measureText(t.text).width;e>0&&m+o+2*f>b&&(g+=y+i.padding,v.push(y),p.push(m),y=0,m=0),y=Math.max(y,n),m+=o+f,s[e]={left:0,top:0,width:n,height:o}})),g+=y,v.push(y),p.push(m),l.width+=g}t.width=l.width,t.height=l.height}else t.width=l.width=t.height=l.height=0}},{key:"afterFit",value:function(){}},{key:"isHorizontal",value:function(){return"top"===this.options.position||"bottom"===this.options.position}},{key:"draw",value:function(){var t=this,e=t.options,i=e.labels,n=Ot.color,a=Ot.elements.line,r=t.height,o=t.columnHeights,s=t.width,l=t.lineWidths;if(e.display){t.drawTitle();var u,c=It(e.rtl,t.left,t._minSize.width),h=t.ctx,d=_(i.fontColor,Ot.fontColor),f=Ct(i),v=f.size;h.textAlign=c.textAlign("left"),h.textBaseline="middle",h.lineWidth=.5,h.strokeStyle=d,h.fillStyle=d,h.font=f.string;var p=Ba(i,v),g=t.legendHitBoxes,y=function(t,n){switch(e.align){case"start":return i.padding;case"end":return t-n;default:return(t-n+i.padding)/2}},m=t.isHorizontal(),b=this._computeTitleHeight();u=m?{x:t.left+y(s,l[0]),y:t.top+i.padding+b,line:0}:{x:t.left+i.padding,y:t.top+y(r,o[0])+b,line:0},Lt(t.ctx,e.textDirection);var x=v+i.padding;t.legendItems.forEach((function(e,d){var f=h.measureText(e.text).width,b=p+v/2+f,k=u.x,M=u.y;c.setWidth(t._minSize.width),m?d>0&&k+b+i.padding>t.left+t._minSize.width&&(M=u.y+=x,u.line++,k=u.x=t.left+y(s,l[u.line])):d>0&&M+x>t.top+t._minSize.height&&(k=u.x=k+t.columnWidths[u.line]+i.padding,u.line++,M=u.y=t.top+y(r,o[u.line]));var w=c.x(k);!function(t,e,r){if(!(isNaN(p)||p<=0)){h.save();var o=_(r.lineWidth,a.borderWidth);if(h.fillStyle=_(r.fillStyle,n),h.lineCap=_(r.lineCap,a.borderCapStyle),h.lineDashOffset=_(r.lineDashOffset,a.borderDashOffset),h.lineJoin=_(r.lineJoin,a.borderJoinStyle),h.lineWidth=o,h.strokeStyle=_(r.strokeStyle,n),h.setLineDash&&h.setLineDash(_(r.lineDash,a.borderDash)),i&&i.usePointStyle){var s={radius:p*Math.SQRT2/2,pointStyle:r.pointStyle,rotation:r.rotation,borderWidth:o},l=c.xPlus(t,p/2);W(h,s,l,e+v/2)}else h.fillRect(c.leftForLtr(t,p),e,p,v),0!==o&&h.strokeRect(c.leftForLtr(t,p),e,p,v);h.restore()}}(w,M,e),g[d].left=c.leftForLtr(w,g[d].width),g[d].top=M,function(t,e,i,n){var a=v/2,r=c.xPlus(t,p+a),o=e+a;h.fillText(i.text,r,o),i.hidden&&(h.beginPath(),h.lineWidth=2,h.moveTo(r,o),h.lineTo(c.xPlus(r,n),o),h.stroke())}(w,M,e,f),m?u.x+=b+i.padding:u.y+=x})),Rt(t.ctx,e.textDirection)}}},{key:"drawTitle",value:function(){var t=this,e=t.options,i=e.title,n=Ct(i),a=Tt(i.padding);if(i.display){var r,o,s=It(e.rtl,t.left,t._minSize.width),l=t.ctx,u=_(i.fontColor,Ot.fontColor),c=i.position,h=n.size/2,d=t.top+a.top+h,v=t.left,p=t.width;if(this.isHorizontal())switch(p=Math.max.apply(Math,f(t.lineWidths)),e.align){case"start":break;case"end":v=t.right-p;break;default:v=(t.left+t.right)/2-p/2}else{var g=Math.max.apply(Math,f(t.columnHeights));switch(e.align){case"start":break;case"end":d+=t.height-g;break;default:d+=(t.height-g)/2}}switch(c){case"start":r=v,o="left";break;case"end":r=v+p,o="right";break;default:r=v+p/2,o="center"}l.textAlign=s.textAlign(o),l.textBaseline="middle",l.strokeStyle=u,l.fillStyle=u,l.font=n.string,l.fillText(i.text,r,d)}}},{key:"_computeTitleHeight",value:function(){var t=this.options.title,e=Ct(t),i=Tt(t.padding);return t.display?e.lineHeight+i.height:0}},{key:"_getLegendItemAt",value:function(t,e){var i,n,a,r=this;if(t>=r.left&&t<=r.right&&e>=r.top&&e<=r.bottom)for(a=r.legendHitBoxes,i=0;i=(n=a[i]).left&&t<=n.left+n.width&&e>=n.top&&e<=n.top+n.height)return r.legendItems[i];return null}},{key:"handleEvent",value:function(t){var e=this,i=e.options,n="mouseup"===t.type?"click":t.type;if("mousemove"===n){if(!i.onHover&&!i.onLeave)return}else{if("click"!==n)return;if(!i.onClick)return}var a=e._getLegendItemAt(t.x,t.y);"click"===n?a&&i.onClick&&i.onClick.call(e,t.native,a):(i.onLeave&&a!==e._hoveredItem&&(e._hoveredItem&&i.onLeave.call(e,t.native,e._hoveredItem),e._hoveredItem=a),i.onHover&&a&&i.onHover.call(e,t.native,a))}}]),i}(Fe);function Wa(t,e){var i=new Va({ctx:t.ctx,options:e,chart:t});Vi.configure(t,i,e),Vi.addBox(t,i),t.legend=i}var Na={id:"legend",_element:Va,beforeInit:function(t){var e=t.options.legend;e&&Wa(t,e)},afterUpdate:function(t){var e=t.options.legend,i=t.legend;e?(D(e,Ot.legend),i?(Vi.configure(t,i,e),i.options=e,i.buildLabels()):Wa(t,e)):i&&(Vi.removeBox(t,i),delete t.legend)},afterEvent:function(t,e){var i=t.legend;i&&i.handleEvent(e)}};Ot.set("title",{align:"center",display:!1,fontStyle:"bold",fullWidth:!0,padding:10,position:"top",text:"",weight:2e3});var Ha=function(t){function i(t){var n;return e(this,i),r(c(n=h(this,l(i).call(this))),t),n.chart=t.chart,n.options=t.options,n.ctx=t.ctx,n._margins=void 0,n._padding=void 0,n.legendHitBoxes=[],n.top=void 0,n.bottom=void 0,n.left=void 0,n.right=void 0,n.width=void 0,n.height=void 0,n.maxWidth=void 0,n.maxHeight=void 0,n.position=void 0,n.weight=void 0,n.fullWidth=void 0,n}return s(i,t),n(i,[{key:"beforeUpdate",value:function(){}},{key:"update",value:function(t,e,i){var n=this;n.beforeUpdate(),n.maxWidth=t,n.maxHeight=e,n._margins=i,n.beforeSetDimensions(),n.setDimensions(),n.afterSetDimensions(),n.beforeBuildLabels(),n.buildLabels(),n.afterBuildLabels(),n.beforeFit(),n.fit(),n.afterFit(),n.afterUpdate()}},{key:"afterUpdate",value:function(){}},{key:"beforeSetDimensions",value:function(){}},{key:"setDimensions",value:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height)}},{key:"afterSetDimensions",value:function(){}},{key:"beforeBuildLabels",value:function(){}},{key:"buildLabels",value:function(){}},{key:"afterBuildLabels",value:function(){}},{key:"beforeFit",value:function(){}},{key:"fit",value:function(){var t=this,e=t.options,i={},n=t.isHorizontal();if(e.display){var a=pe.isArray(e.text)?e.text.length:1;t._padding=pe.options.toPadding(e.padding);var r=a*pe.options._parseFont(e).lineHeight+t._padding.height;t.width=i.width=n?t.maxWidth:r,t.height=i.height=n?r:t.maxHeight}else t.width=i.width=t.height=i.height=0}},{key:"afterFit",value:function(){}},{key:"isHorizontal",value:function(){var t=this.options.position;return"top"===t||"bottom"===t}},{key:"draw",value:function(){var t=this,e=t.ctx,i=t.options;if(i.display){var n,a,r,o,s=pe.options._parseFont(i),l=s.lineHeight,u=l/2+t._padding.top,c=0,h=t.top,d=t.left,f=t.bottom,v=t.right;if(t.isHorizontal()){switch(i.align){case"start":a=d,o="left";break;case"end":a=v,o="right";break;default:a=d+(v-d)/2,o="center"}r=h+u,n=v-d}else{switch(a="left"===i.position?d+u:v-u,i.align){case"start":r="left"===i.position?f:h,o="left";break;case"end":r="left"===i.position?h:f,o="right";break;default:r=h+(f-h)/2,o="center"}n=f-h,c=Math.PI*("left"===i.position?-.5:.5)}e.save(),e.fillStyle=pe.valueOrDefault(i.fontColor,Ot.fontColor),e.font=s.string,e.translate(a,r),e.rotate(c),e.textAlign=o,e.textBaseline="middle";var p=i.text;if(pe.isArray(p))for(var g=0,y=0;y0){var r=t[0];r.label?i=r.label:a>0&&r.index-1?t.split("\n"):t}function Ka(t,e){var i=e.datasetIndex,n=e.index,a=t.getDatasetMeta(i).controller.getLabelAndValue(n);return{label:a.label,value:a.value,index:n,datasetIndex:i}}function Za(t){var e=t._chart.ctx,i=t.body,n=t.footer,a=t.options,r=t.title,o=a.bodyFontSize,s=a.footerFontSize,l=a.titleFontSize,u=a.boxWidth,c=a.boxHeight,h=r.length,d=n.length,f=i.length,v=2*a.yPadding,p=0,g=i.reduce((function(t,e){return t+e.before.length+e.lines.length+e.after.length}),0);(g+=t.beforeBody.length+t.afterBody.length,h&&(v+=h*l+(h-1)*a.titleSpacing+a.titleMarginBottom),g)&&(v+=f*(a.displayColors?Math.max(c,o):o)+(g-f)*o+(g-1)*a.bodySpacing);d&&(v+=a.footerMarginTop+d*s+(d-1)*a.footerSpacing);var y=0,m=function(t){p=Math.max(p,e.measureText(t).width+y)};return e.save(),e.font=pe.fontString(l,a.titleFontStyle,a.titleFontFamily),pe.each(t.title,m),e.font=pe.fontString(o,a.bodyFontStyle,a.bodyFontFamily),pe.each(t.beforeBody.concat(t.afterBody),m),y=a.displayColors?u+2:0,pe.each(i,(function(t){pe.each(t.before,m),pe.each(t.lines,m),pe.each(t.after,m)})),y=0,e.font=pe.fontString(s,a.footerFontStyle,a.footerFontFamily),pe.each(t.footer,m),e.restore(),{width:p+=2*a.xPadding,height:v}}function Qa(t,e,i){var n,a,r=i.x,o=i.y,s=i.width,l=i.height,u=t.chartArea,c="center",h="center";ot.height-l&&(h="bottom");var d=(u.left+u.right)/2,f=(u.top+u.bottom)/2;"center"===h?(n=function(t){return t<=d},a=function(t){return t>d}):(n=function(t){return t<=s/2},a=function(e){return e>=t.width-s/2});var v=function(t){return t<=f?"top":"bottom"};return n(r)?(c="left",r+s+e.caretSize+e.caretPadding>t.width&&(c="center",h=v(o))):a(r)&&(c="right",function(t){return t-s-e.caretSize-e.caretPadding<0}(r)&&(c="center",h=v(o))),{xAlign:e.xAlign?e.xAlign:c,yAlign:e.yAlign?e.yAlign:h}}function Ja(t,e,i,n){var a=t.caretSize,r=t.caretPadding,o=t.cornerRadius,s=i.xAlign,l=i.yAlign,u=a+r,c=o+r,h=function(t,e,i){var n=t.x,a=t.width;return"right"===e?n-=a:"center"===e&&((n-=a/2)+a>i&&(n=i-a),n<0&&(n=0)),n}(e,s,n.width);return"center"===l?"left"===s?h+=u:"right"===s&&(h-=u):"left"===s?h-=c:"right"===s&&(h+=c),{x:h,y:function(t,e,i){var n=t.y,a=t.height;return"top"===e?n+=i:n-="bottom"===e?a+i:a/2,n}(e,l,u)}}function tr(t,e){var i=t.options;return"center"===e?t.x+t.width/2:"right"===e?t.x+t.width-i.xPadding:t.x+i.xPadding}function er(t){return $a([],Ga(t))}var ir=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this))).opacity=0,n._active=[],n._chart=t._chart,n._eventPosition=void 0,n._size=void 0,n._cachedAnimations=void 0,n.$animations=void 0,n.options=void 0,n.dataPoints=void 0,n.title=void 0,n.beforeBody=void 0,n.body=void 0,n.afterBody=void 0,n.footer=void 0,n.xAlign=void 0,n.yAlign=void 0,n.x=void 0,n.y=void 0,n.height=void 0,n.width=void 0,n.caretX=void 0,n.caretY=void 0,n.labelColors=void 0,n.labelTextColors=void 0,n.initialize(),n}return s(i,t),n(i,[{key:"initialize",value:function(){this.options=function(t){return(t=r({},Ot.tooltips,t)).bodyFontFamily=Ua(t.bodyFontFamily,Ot.fontFamily),t.bodyFontStyle=Ua(t.bodyFontStyle,Ot.fontStyle),t.bodyFontSize=Ua(t.bodyFontSize,Ot.fontSize),t.boxHeight=Ua(t.boxHeight,t.bodyFontSize),t.boxWidth=Ua(t.boxWidth,t.bodyFontSize),t.titleFontFamily=Ua(t.titleFontFamily,Ot.fontFamily),t.titleFontStyle=Ua(t.titleFontStyle,Ot.fontStyle),t.titleFontSize=Ua(t.titleFontSize,Ot.fontSize),t.footerFontFamily=Ua(t.footerFontFamily,Ot.fontFamily),t.footerFontStyle=Ua(t.footerFontStyle,Ot.fontStyle),t.footerFontSize=Ua(t.footerFontSize,Ot.fontSize),t}(this._chart.options.tooltips)}},{key:"_resolveAnimations",value:function(){var t=this,e=t._cachedAnimations;if(e)return e;var i=t._chart.options.animation&&t.options.animation,n=new xe(t._chart,i);return t._cachedAnimations=Object.freeze(n),n}},{key:"getTitle",value:function(t,e){var i=this.options.callbacks,n=i.beforeTitle.apply(this,[t,e]),a=i.title.apply(this,[t,e]),r=i.afterTitle.apply(this,[t,e]),o=[];return o=$a(o,Ga(n)),o=$a(o,Ga(a)),o=$a(o,Ga(r))}},{key:"getBeforeBody",value:function(t,e){return er(this.options.callbacks.beforeBody.apply(this,[t,e]))}},{key:"getBody",value:function(t,e){var i=this,n=i.options.callbacks,a=[];return pe.each(t,(function(t){var r={before:[],lines:[],after:[]};$a(r.before,Ga(n.beforeLabel.call(i,t,e))),$a(r.lines,n.label.call(i,t,e)),$a(r.after,Ga(n.afterLabel.call(i,t,e))),a.push(r)})),a}},{key:"getAfterBody",value:function(t,e){return er(this.options.callbacks.afterBody.apply(this,[t,e]))}},{key:"getFooter",value:function(t,e){var i=this.options.callbacks,n=i.beforeFooter.apply(this,[t,e]),a=i.footer.apply(this,[t,e]),r=i.afterFooter.apply(this,[t,e]),o=[];return o=$a(o,Ga(n)),o=$a(o,Ga(a)),o=$a(o,Ga(r))}},{key:"_createItems",value:function(){var t,e,i=this,n=i._active,a=i.options,r=i._chart.data,o=[],s=[],l=[];for(t=0,e=n.length;t0&&e.stroke()}},{key:"_updateAnimationTarget",value:function(){var t=this,e=t._chart,i=t.options,n=t.$animations,a=n&&n.x,o=n&&n.y;if(a||o){var s=qa[i.position].call(t,t._active,t._eventPosition);if(!s)return;var l=t._size=Za(t),u=r({},s,t._size),c=Qa(e,i,u),h=Ja(i,u,c,e);a._to===h.x&&o._to===h.y||(t.xAlign=c.xAlign,t.yAlign=c.yAlign,t.width=l.width,t.height=l.height,t.caretX=s.x,t.caretY=s.y,t._resolveAnimations().update(t,h))}}},{key:"draw",value:function(t){var e=this,i=e.options,n=e.opacity;if(n){e._updateAnimationTarget();var a={width:e.width,height:e.height},r={x:e.x,y:e.y};n=Math.abs(n)<.001?0:n;var o=e.title.length||e.beforeBody.length||e.body.length||e.afterBody.length||e.footer.length;i.enabled&&o&&(t.save(),t.globalAlpha=n,e.drawBackground(r,t,a),pe.rtl.overrideTextDirection(t,i.textDirection),r.y+=i.yPadding,e.drawTitle(r,t),e.drawBody(r,t),e.drawFooter(r,t),pe.rtl.restoreTextDirection(t,i.textDirection),t.restore())}}},{key:"handleEvent",value:function(t,e){var i,n=this,a=n.options,r=n._active||[],o=[];return"mouseout"!==t.type&&(o=n._chart.getElementsAtEventForMode(t,a.mode,a,e),a.reverse&&o.reverse()),(i=e||!pe._elementsEqual(o,r))&&(n._active=o,(a.enabled||a.custom)&&(n._eventPosition={x:t.x,y:t.y},n.update(!0))),i}}]),i}(Fe);ir.positioners=qa;var nr={filler:za,legend:Na,title:Ya,tooltip:{id:"tooltip",_element:ir,positioners:qa,afterInit:function(t){t.options.tooltips&&(t.tooltip=new ir({_chart:t}))},beforeUpdate:function(t){t.tooltip&&t.tooltip.initialize()},reset:function(t){t.tooltip&&t.tooltip.initialize()},afterDraw:function(t){var e=t.tooltip,i={tooltip:e};!1!==kn.notify(t,"beforeTooltipDraw",[i])&&(e.draw(t.ctx),kn.notify(t,"afterTooltipDraw",[i]))},afterEvent:function(t,e,i){if(t.tooltip){var n=i;t.tooltip.handleEvent(e,n)}}}};for(var ar in En.helpers=pe,En._adapters=Rn,En.Animation=me,En.Animator=ge,En.animationService=xe,En.controllers=xi,En.DatasetController=Ce,En.defaults=Ot,En.Element=Fe,En.elements=ri,En.Interaction=Ai,En.layouts=Vi,En.platforms=_n,En.plugins=kn,En.Scale=jn,En.scaleService=Mn,En.Ticks=zn,Object.keys(Sa).forEach((function(t){return En.scaleService.registerScale(Sa[t])})),nr)Object.prototype.hasOwnProperty.call(nr,ar)&&En.plugins.register(nr[ar]);return"undefined"!=typeof window&&(window.Chart=En),En})); diff --git a/counters/EtherealGlass by Puparia/deps/GraphFill.js b/counters/EtherealGlass by Puparia/deps/GraphFill.js new file mode 100644 index 00000000..8ec12b30 --- /dev/null +++ b/counters/EtherealGlass by Puparia/deps/GraphFill.js @@ -0,0 +1,132 @@ +export class Color { + + static fromHex(literal) { + let c; + + if (/^#([A-Fa-f0-9]{3}){1,2}$/.test(literal)) { + c = literal.substring(1).split(''); + + if (c.length === 3) { + c = [c[0], c[0], c[1], c[1], c[2], c[2]]; + } + + c = '0x' + c.join(''); + return new Color((c >> 16) & 255, (c >> 8) & 255, c & 255); + } + + throw new Error('Bad Hex'); + } + + + + + constructor(red, green, blue, alpha = 1) { + this._red = red; + this._green = green; + this._blue = blue; + this._alpha = alpha; + } + + + + setAlpha(alpha) { + this._alpha = alpha; + return this; + } + + getAlpha() { + return this._alpha; + } + + clone() { + return new Color( + this._red, + this._green, + this._blue, + this._alpha + ); + } + + toString() { + return `rgba(${this._red}, ${this._green}, ${this._blue}, ${this._alpha})`; + } +} + +Color.TRANSPARENT = new Color(0, 0, 0, 0); + +export default class GraphFill { + + + + /** + * @param {Color} fill + * @param border + */ + constructor(fill, border = undefined) { + this._fill = fill; + this._border = border !== undefined ? border : fill.clone().setAlpha(1); + this._gradient = undefined; + this._width = undefined; + this._height = undefined; + this._colorUsed = undefined; + } + + + + /** + * @param {Color} color + */ + setFill(color) { + this._fill = color; + return this; + } + + /** + * @param {Color} color + */ + setBorder(color) { + this._border = color; + return this; + } + + create(context, chartArea) { + const chartWidth = chartArea.right - chartArea.left; + const chartHeight = chartArea.bottom - chartArea.top; + + if (this._gradient === undefined + || this._width !== chartWidth + || this._height !== chartHeight + || this._colorUsed !== this._fill.toString()) { + // Create the gradient because this is either the first render or the size of the chart has changed + + this._width = chartWidth; + this._height = chartHeight; + this._gradient = context.createLinearGradient(0, chartArea.bottom, 0, chartArea.top); + + this._gradient.addColorStop(0, this._fill.clone().setAlpha(0.1).toString()); + this._gradient.addColorStop(0.4, this._fill.toString()); + } + + return this._gradient; + } + + border() { + return () => this._border.toString(); + } + + /** + * Creates a function for Chart config. This function can be assigned to borderColor or backgroundColor property + * @returns {function(*): CanvasGradient} + */ + background() { + return (context) => { + const chart = context.chart; + if (!chart.chartArea) { + // This case happens on initial chart load + return; + } + + return this.create(chart.ctx, chart.chartArea); + }; + } +} \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/deps/countUp.js b/counters/EtherealGlass by Puparia/deps/countUp.js new file mode 100644 index 00000000..79e3d6b6 --- /dev/null +++ b/counters/EtherealGlass by Puparia/deps/countUp.js @@ -0,0 +1,261 @@ + +(function(root, factory) { + if (typeof define === 'function' && define.amd) { + define(factory); + } else if (typeof exports === 'object') { + module.exports = factory(require, exports, module); + } else { + root.CountUp = factory(); + } + }(this, function(require, exports, module) { + + /* + + countUp.js + by @inorganik + + */ + + // target = id of html element or var of previously selected html element where counting occurs + // startVal = the value you want to begin at + // endVal = the value you want to arrive at + // decimals = number of decimal places, default 0 + // duration = duration of animation in seconds, default 2 + // options = optional object of options (see below) + + var CountUp = function(target, startVal, endVal, decimals, duration, options) { + + var self = this; + self.version = function () { return '1.9.3'; }; + + // default options + self.options = { + useEasing: true, // toggle easing + useGrouping: true, // 1,000,000 vs 1000000 + separator: '', // character to use as a separator + decimal: '.', // character to use as a decimal + easingFn: easeOutExpo, // optional custom easing function, default is Robert Penner's easeOutExpo + formattingFn: formatNumber, // optional custom formatting function, default is formatNumber above + prefix: '', // optional text before the result + suffix: '', // optional text after the result + numerals: [] // optionally pass an array of custom numerals for 0-9 + }; + + // extend default options with passed options object + if (options && typeof options === 'object') { + for (var key in self.options) { + if (options.hasOwnProperty(key) && options[key] !== null) { + self.options[key] = options[key]; + } + } + } + + if (self.options.separator === '') { + self.options.useGrouping = false; + } + else { + // ensure the separator is a string (formatNumber assumes this) + self.options.separator = '' + self.options.separator; + } + + // make sure requestAnimationFrame and cancelAnimationFrame are defined + // polyfill for browsers without native support + // by Opera engineer Erik Möller + var lastTime = 0; + var vendors = ['webkit', 'moz', 'ms', 'o']; + for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) { + window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame']; + window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] || window[vendors[x]+'CancelRequestAnimationFrame']; + } + if (!window.requestAnimationFrame) { + window.requestAnimationFrame = function(callback, element) { + var currTime = new Date().getTime(); + var timeToCall = Math.max(0, 16 - (currTime - lastTime)); + var id = window.setTimeout(function() { callback(currTime + timeToCall); }, timeToCall); + lastTime = currTime + timeToCall; + return id; + }; + } + if (!window.cancelAnimationFrame) { + window.cancelAnimationFrame = function(id) { + clearTimeout(id); + }; + } + + function formatNumber(num) { + var neg = (num < 0), + x, x1, x2, x3, i, len; + num = Math.abs(num).toFixed(self.decimals); + num += ''; + x = num.split('.'); + x1 = x[0]; + x2 = x.length > 1 ? self.options.decimal + x[1] : ''; + if (self.options.useGrouping) { + x3 = ''; + for (i = 0, len = x1.length; i < len; ++i) { + if (i !== 0 && ((i % 3) === 0)) { + x3 = self.options.separator + x3; + } + x3 = x1[len - i - 1] + x3; + } + x1 = x3; + } + // optional numeral substitution + if (self.options.numerals.length) { + x1 = x1.replace(/[0-9]/g, function(w) { + return self.options.numerals[+w]; + }) + x2 = x2.replace(/[0-9]/g, function(w) { + return self.options.numerals[+w]; + }) + } + return (neg ? '-' : '') + self.options.prefix + x1 + x2 + self.options.suffix; + } + // Robert Penner's easeOutExpo + function easeOutExpo(t, b, c, d) { + return c * (-Math.pow(2, -10 * t / d) + 1) * 1024 / 1023 + b; + } + function ensureNumber(n) { + return (typeof n === 'number' && !isNaN(n)); + } + + self.initialize = function() { + if (self.initialized) return true; + + self.error = ''; + self.d = (typeof target === 'string') ? document.getElementById(target) : target; + if (!self.d) { + self.error = '[CountUp] target is null or undefined' + return false; + } + self.startVal = Number(startVal); + self.endVal = Number(endVal); + // error checks + if (ensureNumber(self.startVal) && ensureNumber(self.endVal)) { + self.decimals = Math.max(0, decimals || 0); + self.dec = Math.pow(10, self.decimals); + self.duration = Number(duration) * 1000 || 2000; + self.countDown = (self.startVal > self.endVal); + self.frameVal = self.startVal; + self.initialized = true; + return true; + } + else { + self.error = '[CountUp] startVal ('+startVal+') or endVal ('+endVal+') is not a number'; + return false; + } + }; + + // Print value to target + self.printValue = function(value) { + var result = self.options.formattingFn(value); + + if (self.d.tagName === 'INPUT') { + this.d.value = result; + } + else if (self.d.tagName === 'text' || self.d.tagName === 'tspan') { + this.d.textContent = result; + } + else { + this.d.innerHTML = result; + } + }; + + self.count = function(timestamp) { + + if (!self.startTime) { self.startTime = timestamp; } + + self.timestamp = timestamp; + var progress = timestamp - self.startTime; + self.remaining = self.duration - progress; + + // to ease or not to ease + if (self.options.useEasing) { + if (self.countDown) { + self.frameVal = self.startVal - self.options.easingFn(progress, 0, self.startVal - self.endVal, self.duration); + } else { + self.frameVal = self.options.easingFn(progress, self.startVal, self.endVal - self.startVal, self.duration); + } + } else { + if (self.countDown) { + self.frameVal = self.startVal - ((self.startVal - self.endVal) * (progress / self.duration)); + } else { + self.frameVal = self.startVal + (self.endVal - self.startVal) * (progress / self.duration); + } + } + + // don't go past endVal since progress can exceed duration in the last frame + if (self.countDown) { + self.frameVal = (self.frameVal < self.endVal) ? self.endVal : self.frameVal; + } else { + self.frameVal = (self.frameVal > self.endVal) ? self.endVal : self.frameVal; + } + + // decimal + self.frameVal = Math.round(self.frameVal*self.dec)/self.dec; + + // format and print value + self.printValue(self.frameVal); + + // whether to continue + if (progress < self.duration) { + self.rAF = requestAnimationFrame(self.count); + } else { + if (self.callback) self.callback(); + } + }; + // start your animation + self.start = function(callback) { + if (!self.initialize()) return; + self.callback = callback; + self.rAF = requestAnimationFrame(self.count); + }; + // toggles pause/resume animation + self.pauseResume = function() { + if (!self.paused) { + self.paused = true; + cancelAnimationFrame(self.rAF); + } else { + self.paused = false; + delete self.startTime; + self.duration = self.remaining; + self.startVal = self.frameVal; + requestAnimationFrame(self.count); + } + }; + // reset to startVal so animation can be run again + self.reset = function() { + self.paused = false; + delete self.startTime; + self.initialized = false; + if (self.initialize()) { + cancelAnimationFrame(self.rAF); + self.printValue(self.startVal); + } + }; + // pass a new endVal and start animation + self.update = function (newEndVal) { + if (!self.initialize()) return; + newEndVal = Number(newEndVal); + if (!ensureNumber(newEndVal)) { + self.error = '[CountUp] update() - new endVal is not a number: '+newEndVal; + return; + } + self.error = ''; + if (newEndVal === self.frameVal) return; + cancelAnimationFrame(self.rAF); + self.paused = false; + delete self.startTime; + self.startVal = self.frameVal; + self.endVal = newEndVal; + self.countDown = (self.startVal > self.endVal); + self.rAF = requestAnimationFrame(self.count); + }; + + // format startVal on initialization + if (self.initialize()) self.printValue(self.startVal); + }; + + return CountUp; + + })); \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/deps/difficulty-graph.js b/counters/EtherealGlass by Puparia/deps/difficulty-graph.js new file mode 100644 index 00000000..30ff06af --- /dev/null +++ b/counters/EtherealGlass by Puparia/deps/difficulty-graph.js @@ -0,0 +1,95 @@ +import GraphFill from "./GraphFill.js"; + + + +/** + * @typedef {{ x: number, y: number }} Point + */ + +/** + * + * @param {ArrayLike} array + * @param windowSize + * @return {Float64Array} + */ +export function slidingAverageWindowFilter(array, windowSize) { + const result = new Float64Array(array.length); + + for (let i = 0; i < array.length; i += 1) { + const left = i - windowSize; + const from = left >= 0 + ? left + : 0; + const to = i + windowSize + 1; + + let count = 0; + let sum = 0; + + for (let j = from; j < to && j < array.length; j += 1) { + sum += array[j]; + count++; + } + + result[i] = sum / count; + } + + return result; +} + +/** + * Turn filter output to Chart.js input since Chart.js does not like statically typed array... + * + * @param {Float64Array} filterOutput + * @return {number[]} + */ +export function toChartData(filterOutput) { + return Array.from(filterOutput); +} + +/** + * @param {GraphFill} fill + * @returns {{data: {datasets: [{backgroundColor: *, data: *[], fill: boolean}], labels: *[]}, options: {legend: {display: boolean}, elements: {line: {tension: number, cubicInterpolationMode: string}, point: {radius: number}}, responsive: boolean, scales: {x: {display: boolean}, y: {display: boolean}}, tooltips: {enabled: boolean}}, type: string}} + */ +export function createChartConfig(fill) { + return { + type: 'line', + data: { + labels: [], + datasets: [ + { + borderColor: fill.border(), + borderWidth: 1.5, + backgroundColor: fill.background(), + data: [], + fill: true, + } + ] + }, + options: { + tooltips: { + enabled: false + }, + legend: { + display: false, + }, + elements: { + line: { + tension: 0.4, + cubicInterpolationMode: 'monotone' + }, + point: { + radius: 0 + } + }, + responsive: false, + scales: { + x: { + display: false, + }, + y: { + display: false, + } + } + } + }; +} diff --git a/counters/EtherealGlass by Puparia/deps/fast-smooth.js b/counters/EtherealGlass by Puparia/deps/fast-smooth.js new file mode 100644 index 00000000..457f3263 --- /dev/null +++ b/counters/EtherealGlass by Puparia/deps/fast-smooth.js @@ -0,0 +1,212 @@ +/** + * Find the maximum or array slice. Start is inclusive but end is exclusive + * + * @param array + * @param start + * @param end + * @return {number} + */ +export function max(array, start = 0, end = -1) { + if (end === -1) { + end = array.length; + } + + let maximum = Number.NEGATIVE_INFINITY; + + for (let i = start; i < array.length && i < end; i++) { + if (maximum < array[i]) { + maximum = array[i]; + } + } + + return maximum; +} + +/** + * Calculate sum of array slice. Start is inclusive but end is exclusive + * + * @param {ArrayLike} array + * @param {number} start + * @param {number} end + * @return {number} + */ +function sum(array, start = 0, end = - 1) { + if (end === -1) { + end = array.length; + } + + let s = 0; + + for (let i = start; i < array.length && i < end; i++) { + s += array[i]; + } + + return s; +} + +/** + * Calculate mean of array slice. Start is inclusive but end is exclusive + * + * @param {ArrayLike} array + * @param {number} start + * @param {number} end + * @return {number} + */ +function mean(array, start = 0, end = -1) { + return sum(array, start, end) / end; +} + +/** + * @param {ArrayLike} array + * @param {number} windowWidth + * @param {boolean} doSmoothEnds + * @return {Float64Array} + */ +function smooth(array, windowWidth, doSmoothEnds) { + const width = Math.round(windowWidth); + if (width <= 1) { + return new Float64Array(array); + } + + const half = Math.round(width / 2); + const ret = new Float64Array(array.length); + + let sumPoints = sum(array, 0, width); + let i = 0; + + for (; i < array.length - width + 1; i++) { + ret[i + half - 1] = Math.max(0, sumPoints); + sumPoints -= array[i]; + sumPoints += array[i + width]; + } + + ret[i + half] = Math.max(0, sum(array, array.length - width + 1, array.length)); + + for (let j = 0; j < ret.length; j++) { + ret[j] /= width; + } + + if (!doSmoothEnds) { + return ret; + } + + const start = (windowWidth + 1) / 2; + ret[0] = (array[0] + array[1]) / 2; + + for (let j = 1; j < start; j++) { + ret[j] = Math.max(0, mean(array, 0, 2 * j - 1)); + ret[array.length - j] = Math.max(0, mean(array, array.length - 2 * j + 2, array.length)); + } + + ret[ret.length - 1] = Math.max(0, (array[array.length - 1] + array[array.length - 2]) / 2); + + return ret; +} + +export const FAST_SMOOTH_TYPE_NO_SMOOTHING = 0; +export const FAST_SMOOTH_TYPE_RECTANGULAR = 1; +export const FAST_SMOOTH_TYPE_TRIANGULAR = 2; +export const FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_3 = 3; +export const FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_4 = 4; +export const FAST_SMOOTH_TYPE_MULTIPLE_WIDTH = 5; + +/** + * Smooths array with smooth of width windowWidth. + * The argument "type" determines the smooth type: + * - If type = FAST_SMOOTH_TYPE_RECTANGULAR = 0, rectangular (sliding-average or boxcar) + * - If type = FAST_SMOOTH_TYPE_TRIANGULAR = 1, triangular (2 passes of sliding-average) + * - If type = FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_3 = 2, pseudo-Gaussian (3 passes of sliding-average) + * - If type = FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_4 = 3, pseudo-Gaussian (4 passes of same sliding-average) + * - If type = FAST_SMOOTH_TYPE_MULTIPLE_WIDTH = 4, multiple-width (4 passes of different sliding-average) + * The argument "doSmoothEnds" controls how the "ends" of the signal (the first w/2 points and the last w/2 points) are + * handled. + * - If ends=0, the ends are zero. (In this mode the elapsed time is independent of the smooth width). The fastest. + * - If ends=1, the ends are smoothed with progressively smaller smooths the closer to the end. (In this mode the + * elapsed time increases with increasing smooth widths). + * + * Version 3.0, October 2016. + * + * Copyright (c) 2024, Jan Horák + * + * Copyright (c) 2012, Thomas C. O'Haver + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + * @param array + * @param windowWidth + * @param type + * @param doSmoothEnds + * @return {Float64Array} + * @see https://www.mathworks.com/matlabcentral/fileexchange/19998-fast-smoothing-function + */ +export function fastSmooth(array, windowWidth, type = FAST_SMOOTH_TYPE_RECTANGULAR, doSmoothEnds = false) { + const a = array; + const w = windowWidth; + const e = doSmoothEnds; + + switch (type) { + case FAST_SMOOTH_TYPE_NO_SMOOTHING: + return new Float64Array(array); + + default: + case FAST_SMOOTH_TYPE_RECTANGULAR: + return smooth(a, w, e); + + case FAST_SMOOTH_TYPE_TRIANGULAR: + return smooth( + smooth( + a, w, e + ), w, e + ); + + case FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_3: + return smooth( + smooth( + smooth( + a, w, e + ), w, e + ), w, e + ); + + case FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_4: + return smooth( + smooth( + smooth( + smooth( + a, w, e + ), + w, e + ), w, e + ), w, e + ); + + case FAST_SMOOTH_TYPE_MULTIPLE_WIDTH: + return smooth( + smooth( + smooth( + smooth( + a, Math.round(1.6 * w), e + ), + Math.round(1.4 * w), e + ), + Math.round(1.2 * w), e + ), w, e + ); + } +} diff --git a/counters/EtherealGlass by Puparia/deps/reconnecting-websocket.min.js b/counters/EtherealGlass by Puparia/deps/reconnecting-websocket.min.js new file mode 100644 index 00000000..00540889 --- /dev/null +++ b/counters/EtherealGlass by Puparia/deps/reconnecting-websocket.min.js @@ -0,0 +1 @@ +!function(a,b){"function"==typeof define&&define.amd?define([],b):"undefined"!=typeof module&&module.exports?module.exports=b():a.ReconnectingWebSocket=b()}(this,function(){function a(b,c,d){function l(a,b){var c=document.createEvent("CustomEvent");return c.initCustomEvent(a,!1,!1,b),c}var e={debug:!1,automaticOpen:!0,reconnectInterval:1e3,maxReconnectInterval:3e4,reconnectDecay:1.5,timeoutInterval:2e3};d||(d={});for(var f in e)this[f]="undefined"!=typeof d[f]?d[f]:e[f];this.url=b,this.reconnectAttempts=0,this.readyState=WebSocket.CONNECTING,this.protocol=null;var h,g=this,i=!1,j=!1,k=document.createElement("div");k.addEventListener("open",function(a){g.onopen(a)}),k.addEventListener("close",function(a){g.onclose(a)}),k.addEventListener("connecting",function(a){g.onconnecting(a)}),k.addEventListener("message",function(a){g.onmessage(a)}),k.addEventListener("error",function(a){g.onerror(a)}),this.addEventListener=k.addEventListener.bind(k),this.removeEventListener=k.removeEventListener.bind(k),this.dispatchEvent=k.dispatchEvent.bind(k),this.open=function(b){h=new WebSocket(g.url,c||[]),b||k.dispatchEvent(l("connecting")),(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","attempt-connect",g.url);var d=h,e=setTimeout(function(){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","connection-timeout",g.url),j=!0,d.close(),j=!1},g.timeoutInterval);h.onopen=function(){clearTimeout(e),(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onopen",g.url),g.protocol=h.protocol,g.readyState=WebSocket.OPEN,g.reconnectAttempts=0;var d=l("open");d.isReconnect=b,b=!1,k.dispatchEvent(d)},h.onclose=function(c){if(clearTimeout(e),h=null,i)g.readyState=WebSocket.CLOSED,k.dispatchEvent(l("close"));else{g.readyState=WebSocket.CONNECTING;var d=l("connecting");d.code=c.code,d.reason=c.reason,d.wasClean=c.wasClean,k.dispatchEvent(d),b||j||((g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onclose",g.url),k.dispatchEvent(l("close")));var e=g.reconnectInterval*Math.pow(g.reconnectDecay,g.reconnectAttempts);setTimeout(function(){g.reconnectAttempts++,g.open(!0)},e>g.maxReconnectInterval?g.maxReconnectInterval:e)}},h.onmessage=function(b){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onmessage",g.url,b.data);var c=l("message");c.data=b.data,k.dispatchEvent(c)},h.onerror=function(b){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onerror",g.url,b),k.dispatchEvent(l("error"))}},1==this.automaticOpen&&this.open(!1),this.send=function(b){if(h)return(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","send",g.url,b),h.send(b);throw"INVALID_STATE_ERR : Pausing to reconnect websocket"},this.close=function(a,b){"undefined"==typeof a&&(a=1e3),i=!0,h&&h.close(a,b)},this.refresh=function(){h&&h.close()}}return a.prototype.onopen=function(){},a.prototype.onclose=function(){},a.prototype.onconnecting=function(){},a.prototype.onmessage=function(){},a.prototype.onerror=function(){},a.debugAll=!1,a.CONNECTING=WebSocket.CONNECTING,a.OPEN=WebSocket.OPEN,a.CLOSING=WebSocket.CLOSING,a.CLOSED=WebSocket.CLOSED,a}); \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/index.css b/counters/EtherealGlass by Puparia/index.css new file mode 100644 index 00000000..792e37c5 --- /dev/null +++ b/counters/EtherealGlass by Puparia/index.css @@ -0,0 +1,389 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap'); + +/* OBS Browser Compatibility */ +* { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body, +html { + overflow: hidden; + background: transparent; + font-family: 'Inter', sans-serif; + color: #ffffff; + font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11'; +} + +#ethereal-container { + position: relative; + width: 100vw; + height: 100vh; + pointer-events: none; +} + +.ambient-light { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: radial-gradient(ellipse at 20% 20%, rgba(99, 102, 241, 0.08) 0%, transparent 50%), + radial-gradient(ellipse at 80% 80%, rgba(168, 85, 247, 0.06) 0%, transparent 50%); + -webkit-animation: ambientShift 20s ease-in-out infinite; + animation: ambientShift 20s ease-in-out infinite; + z-index: 1; +} + +@-webkit-keyframes ambientShift { + + 0%, + 100% { + opacity: 0.3; + -webkit-transform: scale(1); + transform: scale(1); + } + + 50% { + opacity: 0.6; + -webkit-transform: scale(1.02); + transform: scale(1.02); + } +} + +@keyframes ambientShift { + + 0%, + 100% { + opacity: 0.3; + -webkit-transform: scale(1); + transform: scale(1); + } + + 50% { + opacity: 0.6; + -webkit-transform: scale(1.02); + transform: scale(1.02); + } +} + +.glass-panel { + position: absolute; + top: 40px; + left: 40px; + display: flex; + align-items: center; + gap: 24px; + background: rgba(255, 255, 255, 0.02); + /* Fallback for OBS browser compatibility */ + background: rgba(255, 255, 255, 0.05); + -webkit-backdrop-filter: blur(20px); + backdrop-filter: blur(20px); + border: 1px solid rgba(255, 255, 255, 0.08); + border-radius: 20px; + padding: 20px 24px; + box-shadow: + 0 8px 32px rgba(0, 0, 0, 0.1), + inset 0 1px 0 rgba(255, 255, 255, 0.1); + z-index: 10; + -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); + transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); + -webkit-transform: translateX(-100%) scale(0.95); + transform: translateX(-100%) scale(0.95); + opacity: 0; +} + +.glass-panel.active { + -webkit-transform: translateX(0) scale(1); + transform: translateX(0) scale(1); + opacity: 1; +} + +.difficulty-graph { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 64px; + background: rgba(255, 255, 255, 0.02); + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); + border-radius: 0 0 20px 20px; + overflow: hidden; + z-index: 1; +} + +.difficulty-graph>* { + position: absolute; + top: 0; + left: 0; + right: 0; +} + +.difficulty-graph .progress { + width: 0%; + overflow: hidden; + -webkit-transition: width 0.6s ease; + transition: width 0.6s ease; +} + +.difficulty-graph .chart { + -webkit-transform: scale(1, -1); + transform: scale(1, -1); +} + + +.metric-item { + text-align: center; + padding: 0 12px; + position: relative; + z-index: 2; +} + +.metric-value { + font-family: 'JetBrains Mono', monospace; + font-size: 18px; + font-weight: 600; + color: #ffffff; + margin-bottom: 2px; + text-shadow: 0 0 12px rgba(255, 255, 255, 0.1); +} + +.metric-label { + font-size: 9px; + font-weight: 500; + color: rgba(255, 255, 255, 0.6); + text-transform: uppercase; + letter-spacing: 1px; +} + +.hit-item { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + padding: 8px 6px; + background: rgba(255, 255, 255, 0.02); + border: 1px solid rgba(255, 255, 255, 0.05); + border-radius: 10px; + width: 50px; + min-width: 50px; + height: 40px; + position: relative; + z-index: 2; + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; +} + +.hit-item:hover { + background: rgba(255, 255, 255, 0.04); + border-color: rgba(255, 255, 255, 0.1); + -webkit-transform: translateY(-1px); + transform: translateY(-1px); +} + +.hit-value { + font-family: 'JetBrains Mono', monospace; + font-size: 14px; + font-weight: 600; + color: #ffffff; + margin-bottom: 2px; +} + +.hit-label { + font-size: 8px; + font-weight: 500; + text-transform: uppercase; + letter-spacing: 0.5px; +} + +.hit-300 .hit-label { + color: #10b981; +} + +.hit-100 .hit-label { + color: #3b82f6; +} + +.hit-50 .hit-label { + color: #f59e0b; +} + +.hit-miss .hit-label { + color: #ef4444; +} + +.map-info { + flex: 1; + padding: 0 16px; + border-left: 1px solid rgba(255, 255, 255, 0.1); + border-right: 1px solid rgba(255, 255, 255, 0.1); + position: relative; + z-index: 2; +} + +.map-title { + font-size: 13px; + font-weight: 600; + color: #ffffff; + margin-bottom: 2px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.map-artist { + font-size: 11px; + font-weight: 400; + color: rgba(255, 255, 255, 0.7); + margin-bottom: 4px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.map-meta { + display: flex; + align-items: center; + gap: 6px; + font-size: 9px; + color: rgba(255, 255, 255, 0.5); +} + +.map-difficulty { + font-weight: 600; + color: #6366f1; +} + +.map-separator { + opacity: 0.4; +} + +.map-bpm { + font-weight: 500; +} + +.fc-info { + display: flex; + flex-direction: column; + align-items: center; + padding: 8px 12px; + background: rgba(245, 158, 11, 0.05); + border: 1px solid rgba(245, 158, 11, 0.15); + border-radius: 10px; + position: relative; + z-index: 2; +} + +.fc-label { + font-size: 9px; + font-weight: 500; + color: #f59e0b; + text-transform: uppercase; + letter-spacing: 1px; + margin-bottom: 2px; +} + +.fc-value { + font-family: 'JetBrains Mono', monospace; + font-size: 14px; + font-weight: 600; + color: #ffffff; +} + +.pulse-animation { + -webkit-animation: valuePulse 0.6s cubic-bezier(0.4, 0, 0.2, 1); + animation: valuePulse 0.6s cubic-bezier(0.4, 0, 0.2, 1); +} + +@-webkit-keyframes valuePulse { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 50% { + -webkit-transform: scale(1.05); + transform: scale(1.05); + } + + 100% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes valuePulse { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 50% { + -webkit-transform: scale(1.05); + transform: scale(1.05); + } + + 100% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.glow-animation { + -webkit-animation: cardGlow 0.8s ease-in-out; + animation: cardGlow 0.8s ease-in-out; +} + +@-webkit-keyframes cardGlow { + 0% { + box-shadow: + 0 8px 32px rgba(0, 0, 0, 0.1), + inset 0 1px 0 rgba(255, 255, 255, 0.1); + } + + 50% { + box-shadow: + 0 12px 48px rgba(99, 102, 241, 0.15), + inset 0 1px 0 rgba(255, 255, 255, 0.15); + } + + 100% { + box-shadow: + 0 8px 32px rgba(0, 0, 0, 0.1), + inset 0 1px 0 rgba(255, 255, 255, 0.1); + } +} + +@keyframes cardGlow { + 0% { + box-shadow: + 0 8px 32px rgba(0, 0, 0, 0.1), + inset 0 1px 0 rgba(255, 255, 255, 0.1); + } + + 50% { + box-shadow: + 0 12px 48px rgba(99, 102, 241, 0.15), + inset 0 1px 0 rgba(255, 255, 255, 0.15); + } + + 100% { + box-shadow: + 0 8px 32px rgba(0, 0, 0, 0.1), + inset 0 1px 0 rgba(255, 255, 255, 0.1); + } +} + +.hidden { + -webkit-transform: translateX(-100%) scale(0.95) !important; + transform: translateX(-100%) scale(0.95) !important; + opacity: 0 !important; +} \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/index.html b/counters/EtherealGlass by Puparia/index.html new file mode 100644 index 00000000..5c48ebbc --- /dev/null +++ b/counters/EtherealGlass by Puparia/index.html @@ -0,0 +1,82 @@ + + + + + + + + + + + EtherealGlass Overlay + + + +
+
+ +
+
+ +
+ +
+
+ +
+
0
+
PP
+
+ +
+
100.00
+
ACCURACY
+
+ +
+
0
+
COMBO
+
+ +
+
0
+
300
+
+ +
+
0
+
100
+
+ +
+
0
+
50
+
+ +
+
0
+
MISS
+
+ +
+
No Map Selected
+
Unknown Artist
+
+ Unknown + • + 0 BPM +
+
+ +
+
FC PP
+
0.00
+
+
+
+ + + + + + \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/index.js b/counters/EtherealGlass by Puparia/index.js new file mode 100644 index 00000000..6f43ff2f --- /dev/null +++ b/counters/EtherealGlass by Puparia/index.js @@ -0,0 +1,339 @@ +const HOST = window.location.host; +const socket = new ReconnectingWebSocket(`ws://${HOST}/ws`); + +const glassPanel = document.getElementById('glassPanel'); +const ambientLight = document.getElementById('ambientLight'); +const difficultyGraph = document.getElementById('difficultyGraph'); +const chartDarker = document.getElementById('chartDarker'); +const chartLighter = document.getElementById('chartLighter'); + +let cache = {}; +let animations = {}; +let currentBPM = 0; +let chartDarkerInstance = null; +let chartLighterInstance = null; +let chartProgress = null; + +socket.onopen = () => { + console.log("EtherealGlass Overlay Connected"); +}; + +socket.onclose = event => { + console.log("Socket Closed Connection: ", event); + socket.send("Client Closed!"); +}; + +socket.onerror = error => { + console.log("Socket Error: ", error); +}; + +function initializeAnimations() { + animations = { + pp: new CountUp('ppValue', 0, 0, 0, 0.8, { + decimalPlaces: 2, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + acc: new CountUp('accValue', 100, 100, 0, 0.5, { + decimalPlaces: 2, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + combo: new CountUp('comboValue', 0, 0, 0, 0.4, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + hit300: new CountUp('hit300', 0, 0, 0, 0.3, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + hit100: new CountUp('hit100', 0, 0, 0, 0.3, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + hit50: new CountUp('hit50', 0, 0, 0, 0.3, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + hitMiss: new CountUp('hitMiss', 0, 0, 0, 0.3, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + fcPp: new CountUp('fcPpValue', 0, 0, 0, 0.6, { + decimalPlaces: 2, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }) + }; +} + +function showOverlay() { + glassPanel.classList.add('active'); + ambientLight.style.opacity = '0.6'; +} + +function hideOverlay() { + glassPanel.classList.remove('active'); + ambientLight.style.opacity = '0.2'; +} + +function addPulseEffect(element) { + element.classList.add('pulse-animation'); + setTimeout(() => { + element.classList.remove('pulse-animation'); + }, 600); +} + +function addGlowEffect(element) { + element.classList.add('glow-animation'); + setTimeout(() => { + element.classList.remove('glow-animation'); + }, 800); +} + +function updateMapInfo(data) { + console.log('Full data structure:', data); + console.log('Menu BM:', data.menu.bm); + console.log('BM Metadata:', data.menu.bm.metadata); + console.log('Gameplay data:', data.gameplay); + + const title = data.menu.bm.metadata.title || 'No Map Selected'; + const artist = data.menu.bm.metadata.artist || 'Unknown Artist'; + const difficulty = data.menu.bm.metadata.difficulty || 'Unknown'; + + // Try all possible BPM sources including gameplay + let bpm = 0; + if (data.menu.bm.stats && data.menu.bm.stats.BPM) { + bpm = data.menu.bm.stats.BPM.realtime || data.menu.bm.stats.BPM.common || 0; + } else if (data.menu.bm.metadata.bpm) bpm = data.menu.bm.metadata.bpm; + else if (data.menu.bm.metadata.mMainBpm) bpm = data.menu.bm.metadata.mMainBpm; + else if (data.menu.bm.bpm) bpm = data.menu.bm.bpm; + else if (data.menu.bm.mMainBpm) bpm = data.menu.bm.mMainBpm; + else if (data.menu.bm.stats && data.menu.bm.stats.bpm) bpm = data.menu.bm.stats.bpm; + else if (data.menu.bm.stats && data.menu.bm.stats.mMainBpm) bpm = data.menu.bm.stats.mMainBpm; + else if (data.gameplay && data.gameplay.bpm) bpm = data.gameplay.bpm; + else if (data.gameplay && data.gameplay.mMainBpm) bpm = data.gameplay.mMainBpm; + + console.log('Found BPM:', bpm); + + // Update BPM cache + if (bpm > 0 && bpm !== currentBPM) { + currentBPM = bpm; + } + + document.getElementById('mapTitle').textContent = title; + document.getElementById('mapArtist').textContent = artist; + document.getElementById('mapDifficulty').textContent = difficulty; + document.getElementById('mapBpm').textContent = `${Math.round(bpm)} BPM`; +} + +socket.onmessage = event => { + const data = JSON.parse(event.data); + + if (!animations.pp) { + initializeAnimations(); + } + + if (cache['state'] !== data.menu.state) { + cache['state'] = data.menu.state; + + if (data.menu.state === 2) { + showOverlay(); + } else { + hideOverlay(); + } + } + + if (cache['pp'] !== data.gameplay.pp.current) { + cache['pp'] = data.gameplay.pp.current; + + if (Number.isFinite(+cache['pp'])) { + animations.pp.update(data.gameplay.pp.current); + addPulseEffect(document.getElementById('ppValue')); + } + } + + if (cache['ppfc'] !== data.gameplay.pp.fc) { + cache['ppfc'] = data.gameplay.pp.fc; + + if (Number.isFinite(+cache['ppfc'])) { + animations.fcPp.update(data.gameplay.pp.fc); + addPulseEffect(document.getElementById('fcPpValue')); + } + } + + if (cache['acc'] !== data.gameplay.accuracy) { + cache['acc'] = data.gameplay.accuracy; + + if (Number.isFinite(+cache['acc'])) { + animations.acc.update(data.gameplay.accuracy); + addPulseEffect(document.getElementById('accValue')); + } + } + + if (cache['combo'] !== data.gameplay.combo) { + cache['combo'] = data.gameplay.combo; + + if (Number.isFinite(+cache['combo'])) { + animations.combo.update(data.gameplay.combo); + addPulseEffect(document.getElementById('comboValue')); + } + } + + if (cache['hit300'] !== data.gameplay.hits[300]) { + cache['hit300'] = data.gameplay.hits[300]; + animations.hit300.update(data.gameplay.hits[300]); + addPulseEffect(document.getElementById('hit300')); + } + + if (cache['hit100'] !== data.gameplay.hits[100]) { + cache['hit100'] = data.gameplay.hits[100]; + animations.hit100.update(data.gameplay.hits[100]); + addPulseEffect(document.getElementById('hit100')); + } + + if (cache['hit50'] !== data.gameplay.hits[50]) { + cache['hit50'] = data.gameplay.hits[50]; + animations.hit50.update(data.gameplay.hits[50]); + addPulseEffect(document.getElementById('hit50')); + } + + if (cache['hitMiss'] !== data.gameplay.hits[0]) { + cache['hitMiss'] = data.gameplay.hits[0]; + animations.hitMiss.update(data.gameplay.hits[0]); + addPulseEffect(document.getElementById('hitMiss')); + } + + if (cache['mapData'] !== JSON.stringify(data.menu.bm.metadata)) { + cache['mapData'] = JSON.stringify(data.menu.bm.metadata); + updateMapInfo(data); + + // Update difficulty graph when map changes + if (data.performance && data.performance.graph) { + updateDifficultyGraph(data.performance.graph); + } + } + + // Update progress based on map progress + if (data.menu && data.menu.bm && data.menu.bm.time) { + const progress = (data.menu.bm.time.live / data.menu.bm.time.mp3Length) * 100; + updateProgress(progress); + } +}; + +function initializeCharts() { + if (!chartDarker || !chartLighter) return; + + // Create gradient for darker chart + const darkerGradient = chartDarker.getContext('2d').createLinearGradient(0, 0, 0, 64); + darkerGradient.addColorStop(0, 'rgba(99, 102, 241, 0.3)'); + darkerGradient.addColorStop(1, 'rgba(99, 102, 241, 0.05)'); + + // Create gradient for lighter chart + const lighterGradient = chartLighter.getContext('2d').createLinearGradient(0, 0, 0, 64); + lighterGradient.addColorStop(0, 'rgba(168, 85, 247, 0.7)'); + lighterGradient.addColorStop(1, 'rgba(168, 85, 247, 0.1)'); + + const chartConfig = { + type: 'line', + data: { + labels: [], + datasets: [{ + data: [], + borderColor: 'rgba(99, 102, 241, 0.8)', + backgroundColor: darkerGradient, + borderWidth: 1, + fill: true, + tension: 0.1, + pointRadius: 0, + pointHoverRadius: 0 + }] + }, + options: { + responsive: false, + maintainAspectRatio: false, + plugins: { + legend: { display: false }, + tooltip: { enabled: false } + }, + scales: { + x: { display: false }, + y: { display: false } + }, + elements: { + point: { radius: 0 } + } + } + }; + + chartDarkerInstance = new Chart(chartDarker, chartConfig); + + const lighterConfig = { ...chartConfig }; + lighterConfig.data.datasets[0].backgroundColor = lighterGradient; + lighterConfig.data.datasets[0].borderColor = 'rgba(168, 85, 247, 0.9)'; + + chartLighterInstance = new Chart(chartLighter, lighterConfig); + + chartProgress = document.querySelector('.difficulty-graph .progress'); + + console.log('Charts initialized'); +} + +function updateDifficultyGraph(graphData) { + if (!chartDarkerInstance || !chartLighterInstance || !graphData) return; + + // Generate sample data for demonstration + const dataPoints = 100; + const data = []; + const labels = []; + + for (let i = 0; i < dataPoints; i++) { + // Create a realistic difficulty curve + const x = i / dataPoints; + const difficulty = Math.sin(x * Math.PI * 2) * 0.3 + + Math.sin(x * Math.PI * 8) * 0.1 + + Math.random() * 0.1 + 0.5; + data.push(Math.max(0, difficulty)); + labels.push(i); + } + + chartDarkerInstance.data.datasets[0].data = data; + chartDarkerInstance.data.labels = labels; + chartDarkerInstance.update(); + + chartLighterInstance.data.datasets[0].data = data; + chartLighterInstance.data.labels = labels; + chartLighterInstance.update(); + + console.log('Difficulty graph updated'); +} + +function updateProgress(percentage) { + if (chartProgress) { + chartProgress.style.width = `${Math.max(0, Math.min(100, percentage))}%`; + } +} + +initializeAnimations(); +initializeCharts(); \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/metadata.txt b/counters/EtherealGlass by Puparia/metadata.txt new file mode 100644 index 00000000..f7b7743b --- /dev/null +++ b/counters/EtherealGlass by Puparia/metadata.txt @@ -0,0 +1,7 @@ +Usecase: ingame,obs-overlays +Name: EtherealGlass +Version: 1.0 +Author: Puparia +CompatibleWith: tosu,streamCompanion +Resolution: 1000x600 +Description: Ultra-modern glassmorphism overlay with sophisticated transparency effects, ambient lighting, and real-time performance visualization diff --git a/counters/EtherealGlass by Puparia/readme.md b/counters/EtherealGlass by Puparia/readme.md new file mode 100644 index 00000000..b5e6b23c --- /dev/null +++ b/counters/EtherealGlass by Puparia/readme.md @@ -0,0 +1,75 @@ +# EtherealGlass Overlay + +An ultra-modern, sophisticated overlay for osu! gameplay featuring glassmorphism design and elegant transparency effects. + +## Design Philosophy + +**EtherealGlass** embodies the pinnacle of modern UI design with: +- **Glassmorphism**: Advanced backdrop blur and transparency effects +- **Ambient Lighting**: Dynamic radial gradients that shift and breathe +- **Particle Field**: Subtle floating particles for depth and atmosphere +- **Sophisticated Typography**: Inter font family with JetBrains Mono for data +- **Minimalist Elegance**: Clean, uncluttered interface with purposeful spacing + +## Features + +### Visual Elements +- **Ambient Light System**: Multi-layered radial gradients with smooth animations +- **Particle Field**: Floating particles that create depth and movement +- **Glass Panels**: Advanced backdrop blur with subtle borders and shadows +- **Status Indicators**: Animated dots with pulsing effects +- **Hit Visualizations**: Circular indicators with pulsing animations + +### Performance Monitoring +- **Real-time PP Tracking**: Live performance points with smooth animations +- **Accuracy Display**: Precise accuracy monitoring with color-coded feedback +- **Combo Counter**: Streak tracking with visual emphasis +- **Hit Analysis**: Visual representation of hit types (300, 100, 50, Miss) +- **FC Projection**: Full combo potential calculation + +### Advanced Features +- **Performance Graph**: Real-time trend visualization with SVG animations +- **Map Context**: Comprehensive beatmap information display +- **Smooth Transitions**: Cubic-bezier easing for professional feel +- **Responsive Design**: Adapts to different screen sizes and resolutions + +## Technical Implementation + +### Modern CSS Features +- **Backdrop Filter**: Advanced blur effects for glassmorphism +- **CSS Grid & Flexbox**: Modern layout techniques +- **Custom Properties**: Dynamic theming and animations +- **Advanced Animations**: Keyframe animations with easing functions + +### JavaScript Features +- **WebSocket Integration**: Real-time data from tosu API +- **CountUp Animations**: Smooth number transitions +- **Performance History**: Graph data management +- **Event-driven Updates**: Efficient data handling + +### API Compatibility +- **tosu API**: Full compatibility with tosu WebSocket API +- **StreamCompanion**: Compatible with existing overlay ecosystem +- **Real-time Data**: Live gameplay, map, and performance data + +## Installation + +1. Place the overlay folder in your static directory +2. Configure your streaming software to use `index.html` +3. Ensure tosu is running and WebSocket is enabled +4. Enjoy the sophisticated overlay experience + +## Customization + +The overlay uses CSS custom properties for easy theming: +- Modify color schemes in the CSS variables +- Adjust animation timings and easing functions +- Customize particle effects and ambient lighting +- Fine-tune glassmorphism effects and blur values + +## Performance + +- **Optimized Animations**: Hardware-accelerated CSS animations +- **Efficient Rendering**: Minimal DOM manipulation +- **Low CPU Usage**: Optimized particle system and effects +- **Smooth 60fps**: Consistent frame rate for all animations diff --git a/counters/Pups-Overlay by Puparia/deps/countUp.js b/counters/Pups-Overlay by Puparia/deps/countUp.js new file mode 100644 index 00000000..79e3d6b6 --- /dev/null +++ b/counters/Pups-Overlay by Puparia/deps/countUp.js @@ -0,0 +1,261 @@ + +(function(root, factory) { + if (typeof define === 'function' && define.amd) { + define(factory); + } else if (typeof exports === 'object') { + module.exports = factory(require, exports, module); + } else { + root.CountUp = factory(); + } + }(this, function(require, exports, module) { + + /* + + countUp.js + by @inorganik + + */ + + // target = id of html element or var of previously selected html element where counting occurs + // startVal = the value you want to begin at + // endVal = the value you want to arrive at + // decimals = number of decimal places, default 0 + // duration = duration of animation in seconds, default 2 + // options = optional object of options (see below) + + var CountUp = function(target, startVal, endVal, decimals, duration, options) { + + var self = this; + self.version = function () { return '1.9.3'; }; + + // default options + self.options = { + useEasing: true, // toggle easing + useGrouping: true, // 1,000,000 vs 1000000 + separator: '', // character to use as a separator + decimal: '.', // character to use as a decimal + easingFn: easeOutExpo, // optional custom easing function, default is Robert Penner's easeOutExpo + formattingFn: formatNumber, // optional custom formatting function, default is formatNumber above + prefix: '', // optional text before the result + suffix: '', // optional text after the result + numerals: [] // optionally pass an array of custom numerals for 0-9 + }; + + // extend default options with passed options object + if (options && typeof options === 'object') { + for (var key in self.options) { + if (options.hasOwnProperty(key) && options[key] !== null) { + self.options[key] = options[key]; + } + } + } + + if (self.options.separator === '') { + self.options.useGrouping = false; + } + else { + // ensure the separator is a string (formatNumber assumes this) + self.options.separator = '' + self.options.separator; + } + + // make sure requestAnimationFrame and cancelAnimationFrame are defined + // polyfill for browsers without native support + // by Opera engineer Erik Möller + var lastTime = 0; + var vendors = ['webkit', 'moz', 'ms', 'o']; + for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) { + window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame']; + window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] || window[vendors[x]+'CancelRequestAnimationFrame']; + } + if (!window.requestAnimationFrame) { + window.requestAnimationFrame = function(callback, element) { + var currTime = new Date().getTime(); + var timeToCall = Math.max(0, 16 - (currTime - lastTime)); + var id = window.setTimeout(function() { callback(currTime + timeToCall); }, timeToCall); + lastTime = currTime + timeToCall; + return id; + }; + } + if (!window.cancelAnimationFrame) { + window.cancelAnimationFrame = function(id) { + clearTimeout(id); + }; + } + + function formatNumber(num) { + var neg = (num < 0), + x, x1, x2, x3, i, len; + num = Math.abs(num).toFixed(self.decimals); + num += ''; + x = num.split('.'); + x1 = x[0]; + x2 = x.length > 1 ? self.options.decimal + x[1] : ''; + if (self.options.useGrouping) { + x3 = ''; + for (i = 0, len = x1.length; i < len; ++i) { + if (i !== 0 && ((i % 3) === 0)) { + x3 = self.options.separator + x3; + } + x3 = x1[len - i - 1] + x3; + } + x1 = x3; + } + // optional numeral substitution + if (self.options.numerals.length) { + x1 = x1.replace(/[0-9]/g, function(w) { + return self.options.numerals[+w]; + }) + x2 = x2.replace(/[0-9]/g, function(w) { + return self.options.numerals[+w]; + }) + } + return (neg ? '-' : '') + self.options.prefix + x1 + x2 + self.options.suffix; + } + // Robert Penner's easeOutExpo + function easeOutExpo(t, b, c, d) { + return c * (-Math.pow(2, -10 * t / d) + 1) * 1024 / 1023 + b; + } + function ensureNumber(n) { + return (typeof n === 'number' && !isNaN(n)); + } + + self.initialize = function() { + if (self.initialized) return true; + + self.error = ''; + self.d = (typeof target === 'string') ? document.getElementById(target) : target; + if (!self.d) { + self.error = '[CountUp] target is null or undefined' + return false; + } + self.startVal = Number(startVal); + self.endVal = Number(endVal); + // error checks + if (ensureNumber(self.startVal) && ensureNumber(self.endVal)) { + self.decimals = Math.max(0, decimals || 0); + self.dec = Math.pow(10, self.decimals); + self.duration = Number(duration) * 1000 || 2000; + self.countDown = (self.startVal > self.endVal); + self.frameVal = self.startVal; + self.initialized = true; + return true; + } + else { + self.error = '[CountUp] startVal ('+startVal+') or endVal ('+endVal+') is not a number'; + return false; + } + }; + + // Print value to target + self.printValue = function(value) { + var result = self.options.formattingFn(value); + + if (self.d.tagName === 'INPUT') { + this.d.value = result; + } + else if (self.d.tagName === 'text' || self.d.tagName === 'tspan') { + this.d.textContent = result; + } + else { + this.d.innerHTML = result; + } + }; + + self.count = function(timestamp) { + + if (!self.startTime) { self.startTime = timestamp; } + + self.timestamp = timestamp; + var progress = timestamp - self.startTime; + self.remaining = self.duration - progress; + + // to ease or not to ease + if (self.options.useEasing) { + if (self.countDown) { + self.frameVal = self.startVal - self.options.easingFn(progress, 0, self.startVal - self.endVal, self.duration); + } else { + self.frameVal = self.options.easingFn(progress, self.startVal, self.endVal - self.startVal, self.duration); + } + } else { + if (self.countDown) { + self.frameVal = self.startVal - ((self.startVal - self.endVal) * (progress / self.duration)); + } else { + self.frameVal = self.startVal + (self.endVal - self.startVal) * (progress / self.duration); + } + } + + // don't go past endVal since progress can exceed duration in the last frame + if (self.countDown) { + self.frameVal = (self.frameVal < self.endVal) ? self.endVal : self.frameVal; + } else { + self.frameVal = (self.frameVal > self.endVal) ? self.endVal : self.frameVal; + } + + // decimal + self.frameVal = Math.round(self.frameVal*self.dec)/self.dec; + + // format and print value + self.printValue(self.frameVal); + + // whether to continue + if (progress < self.duration) { + self.rAF = requestAnimationFrame(self.count); + } else { + if (self.callback) self.callback(); + } + }; + // start your animation + self.start = function(callback) { + if (!self.initialize()) return; + self.callback = callback; + self.rAF = requestAnimationFrame(self.count); + }; + // toggles pause/resume animation + self.pauseResume = function() { + if (!self.paused) { + self.paused = true; + cancelAnimationFrame(self.rAF); + } else { + self.paused = false; + delete self.startTime; + self.duration = self.remaining; + self.startVal = self.frameVal; + requestAnimationFrame(self.count); + } + }; + // reset to startVal so animation can be run again + self.reset = function() { + self.paused = false; + delete self.startTime; + self.initialized = false; + if (self.initialize()) { + cancelAnimationFrame(self.rAF); + self.printValue(self.startVal); + } + }; + // pass a new endVal and start animation + self.update = function (newEndVal) { + if (!self.initialize()) return; + newEndVal = Number(newEndVal); + if (!ensureNumber(newEndVal)) { + self.error = '[CountUp] update() - new endVal is not a number: '+newEndVal; + return; + } + self.error = ''; + if (newEndVal === self.frameVal) return; + cancelAnimationFrame(self.rAF); + self.paused = false; + delete self.startTime; + self.startVal = self.frameVal; + self.endVal = newEndVal; + self.countDown = (self.startVal > self.endVal); + self.rAF = requestAnimationFrame(self.count); + }; + + // format startVal on initialization + if (self.initialize()) self.printValue(self.startVal); + }; + + return CountUp; + + })); \ No newline at end of file diff --git a/counters/Pups-Overlay by Puparia/deps/fast-smooth.js b/counters/Pups-Overlay by Puparia/deps/fast-smooth.js new file mode 100644 index 00000000..457f3263 --- /dev/null +++ b/counters/Pups-Overlay by Puparia/deps/fast-smooth.js @@ -0,0 +1,212 @@ +/** + * Find the maximum or array slice. Start is inclusive but end is exclusive + * + * @param array + * @param start + * @param end + * @return {number} + */ +export function max(array, start = 0, end = -1) { + if (end === -1) { + end = array.length; + } + + let maximum = Number.NEGATIVE_INFINITY; + + for (let i = start; i < array.length && i < end; i++) { + if (maximum < array[i]) { + maximum = array[i]; + } + } + + return maximum; +} + +/** + * Calculate sum of array slice. Start is inclusive but end is exclusive + * + * @param {ArrayLike} array + * @param {number} start + * @param {number} end + * @return {number} + */ +function sum(array, start = 0, end = - 1) { + if (end === -1) { + end = array.length; + } + + let s = 0; + + for (let i = start; i < array.length && i < end; i++) { + s += array[i]; + } + + return s; +} + +/** + * Calculate mean of array slice. Start is inclusive but end is exclusive + * + * @param {ArrayLike} array + * @param {number} start + * @param {number} end + * @return {number} + */ +function mean(array, start = 0, end = -1) { + return sum(array, start, end) / end; +} + +/** + * @param {ArrayLike} array + * @param {number} windowWidth + * @param {boolean} doSmoothEnds + * @return {Float64Array} + */ +function smooth(array, windowWidth, doSmoothEnds) { + const width = Math.round(windowWidth); + if (width <= 1) { + return new Float64Array(array); + } + + const half = Math.round(width / 2); + const ret = new Float64Array(array.length); + + let sumPoints = sum(array, 0, width); + let i = 0; + + for (; i < array.length - width + 1; i++) { + ret[i + half - 1] = Math.max(0, sumPoints); + sumPoints -= array[i]; + sumPoints += array[i + width]; + } + + ret[i + half] = Math.max(0, sum(array, array.length - width + 1, array.length)); + + for (let j = 0; j < ret.length; j++) { + ret[j] /= width; + } + + if (!doSmoothEnds) { + return ret; + } + + const start = (windowWidth + 1) / 2; + ret[0] = (array[0] + array[1]) / 2; + + for (let j = 1; j < start; j++) { + ret[j] = Math.max(0, mean(array, 0, 2 * j - 1)); + ret[array.length - j] = Math.max(0, mean(array, array.length - 2 * j + 2, array.length)); + } + + ret[ret.length - 1] = Math.max(0, (array[array.length - 1] + array[array.length - 2]) / 2); + + return ret; +} + +export const FAST_SMOOTH_TYPE_NO_SMOOTHING = 0; +export const FAST_SMOOTH_TYPE_RECTANGULAR = 1; +export const FAST_SMOOTH_TYPE_TRIANGULAR = 2; +export const FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_3 = 3; +export const FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_4 = 4; +export const FAST_SMOOTH_TYPE_MULTIPLE_WIDTH = 5; + +/** + * Smooths array with smooth of width windowWidth. + * The argument "type" determines the smooth type: + * - If type = FAST_SMOOTH_TYPE_RECTANGULAR = 0, rectangular (sliding-average or boxcar) + * - If type = FAST_SMOOTH_TYPE_TRIANGULAR = 1, triangular (2 passes of sliding-average) + * - If type = FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_3 = 2, pseudo-Gaussian (3 passes of sliding-average) + * - If type = FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_4 = 3, pseudo-Gaussian (4 passes of same sliding-average) + * - If type = FAST_SMOOTH_TYPE_MULTIPLE_WIDTH = 4, multiple-width (4 passes of different sliding-average) + * The argument "doSmoothEnds" controls how the "ends" of the signal (the first w/2 points and the last w/2 points) are + * handled. + * - If ends=0, the ends are zero. (In this mode the elapsed time is independent of the smooth width). The fastest. + * - If ends=1, the ends are smoothed with progressively smaller smooths the closer to the end. (In this mode the + * elapsed time increases with increasing smooth widths). + * + * Version 3.0, October 2016. + * + * Copyright (c) 2024, Jan Horák + * + * Copyright (c) 2012, Thomas C. O'Haver + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + * @param array + * @param windowWidth + * @param type + * @param doSmoothEnds + * @return {Float64Array} + * @see https://www.mathworks.com/matlabcentral/fileexchange/19998-fast-smoothing-function + */ +export function fastSmooth(array, windowWidth, type = FAST_SMOOTH_TYPE_RECTANGULAR, doSmoothEnds = false) { + const a = array; + const w = windowWidth; + const e = doSmoothEnds; + + switch (type) { + case FAST_SMOOTH_TYPE_NO_SMOOTHING: + return new Float64Array(array); + + default: + case FAST_SMOOTH_TYPE_RECTANGULAR: + return smooth(a, w, e); + + case FAST_SMOOTH_TYPE_TRIANGULAR: + return smooth( + smooth( + a, w, e + ), w, e + ); + + case FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_3: + return smooth( + smooth( + smooth( + a, w, e + ), w, e + ), w, e + ); + + case FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_4: + return smooth( + smooth( + smooth( + smooth( + a, w, e + ), + w, e + ), w, e + ), w, e + ); + + case FAST_SMOOTH_TYPE_MULTIPLE_WIDTH: + return smooth( + smooth( + smooth( + smooth( + a, Math.round(1.6 * w), e + ), + Math.round(1.4 * w), e + ), + Math.round(1.2 * w), e + ), w, e + ); + } +} diff --git a/counters/Pups-Overlay by Puparia/deps/reconnecting-websocket.min.js b/counters/Pups-Overlay by Puparia/deps/reconnecting-websocket.min.js new file mode 100644 index 00000000..00540889 --- /dev/null +++ b/counters/Pups-Overlay by Puparia/deps/reconnecting-websocket.min.js @@ -0,0 +1 @@ +!function(a,b){"function"==typeof define&&define.amd?define([],b):"undefined"!=typeof module&&module.exports?module.exports=b():a.ReconnectingWebSocket=b()}(this,function(){function a(b,c,d){function l(a,b){var c=document.createEvent("CustomEvent");return c.initCustomEvent(a,!1,!1,b),c}var e={debug:!1,automaticOpen:!0,reconnectInterval:1e3,maxReconnectInterval:3e4,reconnectDecay:1.5,timeoutInterval:2e3};d||(d={});for(var f in e)this[f]="undefined"!=typeof d[f]?d[f]:e[f];this.url=b,this.reconnectAttempts=0,this.readyState=WebSocket.CONNECTING,this.protocol=null;var h,g=this,i=!1,j=!1,k=document.createElement("div");k.addEventListener("open",function(a){g.onopen(a)}),k.addEventListener("close",function(a){g.onclose(a)}),k.addEventListener("connecting",function(a){g.onconnecting(a)}),k.addEventListener("message",function(a){g.onmessage(a)}),k.addEventListener("error",function(a){g.onerror(a)}),this.addEventListener=k.addEventListener.bind(k),this.removeEventListener=k.removeEventListener.bind(k),this.dispatchEvent=k.dispatchEvent.bind(k),this.open=function(b){h=new WebSocket(g.url,c||[]),b||k.dispatchEvent(l("connecting")),(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","attempt-connect",g.url);var d=h,e=setTimeout(function(){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","connection-timeout",g.url),j=!0,d.close(),j=!1},g.timeoutInterval);h.onopen=function(){clearTimeout(e),(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onopen",g.url),g.protocol=h.protocol,g.readyState=WebSocket.OPEN,g.reconnectAttempts=0;var d=l("open");d.isReconnect=b,b=!1,k.dispatchEvent(d)},h.onclose=function(c){if(clearTimeout(e),h=null,i)g.readyState=WebSocket.CLOSED,k.dispatchEvent(l("close"));else{g.readyState=WebSocket.CONNECTING;var d=l("connecting");d.code=c.code,d.reason=c.reason,d.wasClean=c.wasClean,k.dispatchEvent(d),b||j||((g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onclose",g.url),k.dispatchEvent(l("close")));var e=g.reconnectInterval*Math.pow(g.reconnectDecay,g.reconnectAttempts);setTimeout(function(){g.reconnectAttempts++,g.open(!0)},e>g.maxReconnectInterval?g.maxReconnectInterval:e)}},h.onmessage=function(b){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onmessage",g.url,b.data);var c=l("message");c.data=b.data,k.dispatchEvent(c)},h.onerror=function(b){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onerror",g.url,b),k.dispatchEvent(l("error"))}},1==this.automaticOpen&&this.open(!1),this.send=function(b){if(h)return(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","send",g.url,b),h.send(b);throw"INVALID_STATE_ERR : Pausing to reconnect websocket"},this.close=function(a,b){"undefined"==typeof a&&(a=1e3),i=!0,h&&h.close(a,b)},this.refresh=function(){h&&h.close()}}return a.prototype.onopen=function(){},a.prototype.onclose=function(){},a.prototype.onconnecting=function(){},a.prototype.onmessage=function(){},a.prototype.onerror=function(){},a.debugAll=!1,a.CONNECTING=WebSocket.CONNECTING,a.OPEN=WebSocket.OPEN,a.CLOSING=WebSocket.CLOSING,a.CLOSED=WebSocket.CLOSED,a}); \ No newline at end of file diff --git a/counters/Pups-Overlay by Puparia/deps/socket.js b/counters/Pups-Overlay by Puparia/deps/socket.js new file mode 100644 index 00000000..b8eaf921 --- /dev/null +++ b/counters/Pups-Overlay by Puparia/deps/socket.js @@ -0,0 +1,1013 @@ +class WebSocketManager { + constructor(host) { + this.version = '0.1.5'; + + if (host) { + this.host = host; + } + + this.createConnection = this.createConnection.bind(this); + + /** + * @type {{ [key: string]: WebSocket }} asd; + */ + this.sockets = {}; + } + + createConnection(url, callback, filters) { + let INTERVAL = ''; + + const that = this; + this.sockets[url] = new WebSocket(`ws://${this.host}${url}?l=${encodeURI(window.COUNTER_PATH)}`); + + this.sockets[url].onopen = () => { + console.log(`[OPEN] ${url}: Connected`); + + if (INTERVAL) clearInterval(INTERVAL); + if (Array.isArray(filters)) { + this.sockets[url].send(`applyFilters:${JSON.stringify(filters)}`); + } + }; + + this.sockets[url].onclose = (event) => { + console.log(`[CLOSED] ${url}: ${event.reason}`); + + delete this.sockets[url]; + INTERVAL = setTimeout(() => { + that.createConnection(url, callback, filters); + }, 1000); + }; + + this.sockets[url].onerror = (event) => { + console.log(`[ERROR] ${url}: ${event.reason}`); + }; + + + this.sockets[url].onmessage = (event) => { + try { + const data = JSON.parse(event.data); + if (data.error != null) { + console.error(`[MESSAGE_ERROR] ${url}:`, data.error); + return; + }; + + if (data.message != null) { + if (data.message.error != null) { + console.error(`[MESSAGE_ERROR] ${url}:`, data.message.error); + return; + } + }; + + callback(data); + } catch (error) { + console.log(`[MESSAGE_ERROR] ${url}: Couldn't parse incomming message`, error); + }; + }; + }; + + + /** + * Connects to gosu compatible socket api. + * @param {(data: WEBSOCKET_V1) => void} callback The function to handle received messages. + * @param {Filters[]} filters + */ + api_v1(callback, filters) { + this.createConnection(`/ws`, callback, filters); + }; + + + /** + * Connects to tosu advanced socket api. + * @param {(data: WEBSOCKET_V2) => void} callback The function to handle received messages. + * @param {Filters[]} filters + */ + api_v2(callback, filters) { + this.createConnection(`/websocket/v2`, callback, filters); + }; + + + /** + * Connects to tosu precise socket api. + * @param {(data: WEBSOCKET_V2_PRECISE) => void} callback The function to handle received messages. + * @param {Filters[]} filters + */ + api_v2_precise(callback, filters) { + this.createConnection(`/websocket/v2/precise`, callback, filters); + }; + + + /** + * Calculate custom pp for a current, or specified map + * @param {CALCULATE_PP} params + * @returns {Promise} + */ + async calculate_pp(params) { + try { + if (typeof params != 'object') { + return { + error: 'Wrong argument type, should be object with params' + }; + }; + + + const url = new URL(`http://${this.host}/api/calculate/pp`); + Object.keys(params) + .forEach(key => url.searchParams.append(key, params[key])); + + const request = await fetch(url, { method: "GET", }); + + + const json = await request.json(); + return json; + } catch (error) { + console.error(error); + + return { + error: error.message, + }; + }; + }; + + + /** + * Get beatmap **.osu** file (local) + * @param {string} file_path Path to a file **beatmap_folder_name/osu_file_name.osu** + * @returns {string | { error: string }} + */ + async getBeatmapOsuFile(file_path) { + try { + if (typeof file_path != 'object') { + return { + error: 'Wrong argument type, should be object with params' + }; + }; + + + const request = await fetch(`${this.host}/files/beatmap/${file_path}`, { + method: "GET", + }); + + + const text = await request.text(); + return text; + } catch (error) { + console.error(error); + + return { + error: error.message, + }; + }; + }; + + + /** + * Connects to message + * @param {(data: { command: string, message: any }) => void} callback The function to handle received messages. + */ + commands(callback) { + this.createConnection(`/websocket/commands`, callback); + }; + + /** + * + * @param {string} name + * @param {string|Object} payload + */ + sendCommand(name, command, amountOfRetries = 1) { + const that = this; + + + if (!this.sockets['/websocket/commands']) { + setTimeout(() => { + that.sendCommand(name, command, amountOfRetries + 1); + }, 100); + + return; + }; + + + try { + const payload = typeof command == 'object' ? JSON.stringify(command) : command; + this.sockets['/websocket/commands'].send(`${name}:${payload}`); + } catch (error) { + if (amountOfRetries <= 3) { + console.log(`[COMMAND_ERROR] Attempt ${amountOfRetries}`, error); + setTimeout(() => { + that.sendCommand(name, command, amountOfRetries + 1); + }, 1000); + return; + }; + + + console.error(`[COMMAND_ERROR]`, error); + }; + }; + + + close(url) { + this.host = url; + + const array = Object.keys(this.sockets); + for (let i = 0; i < array.length; i++) { + const key = array[i]; + const value = this.sockets[key]; + + if (!value) continue; + value.close(); + }; + }; +}; + + +export default WebSocketManager; + + + +/** + * @typedef {string | { field: string; keys: Filters[] }} Filters + */ + + +/** @typedef {object} CALCULATE_PP + * @property {string} path Path to .osu file. Example: C:/osu/Songs/beatmap/file.osu + * @property {number} mode Osu = 0, Taiko = 1, Catch = 2, Mania = 3 + * @property {number} mods Mods id. Example: 64 - DT + * @property {number} acc Accuracy % from 0 to 100 + * @property {number} nGeki Amount of Geki (300g / MAX) + * @property {number} nKatu Amount of Katu (100k / 200) + * @property {number} n300 Amount of 300 + * @property {number} n100 Amount of 100 + * @property {number} n50 Amount of 50 + * @property {number} nMisses Amount of Misses + * @property {number} combo combo + * @property {number} passedObjects Sum of nGeki, nKatu, n300, n100, n50, nMisses + * @property {number} clockRate Map rate number. Example: 1.5 = DT + */ + + + +/** @typedef {object} CALCULATE_PP_RESPONSE + * @property {object} difficulty + * @property {number} difficulty.mode + * @property {number} difficulty.stars + * @property {boolean} difficulty.isConvert + * @property {number} difficulty.aim + * @property {number} difficulty.speed + * @property {number} difficulty.flashlight + * @property {number} difficulty.sliderFactor + * @property {number} difficulty.speedNoteCount + * @property {number} difficulty.od + * @property {number} difficulty.hp + * @property {number} difficulty.nCircles + * @property {number} difficulty.nSliders + * @property {number} difficulty.nSpinners + * @property {number} difficulty.ar + * @property {number} difficulty.maxCombo + * @property {object} state + * @property {number} state.maxCombo + * @property {number} state.nGeki + * @property {number} state.nKatu + * @property {number} state.n300 + * @property {number} state.n100 + * @property {number} state.n50 + * @property {number} state.misses + * @property {number} pp + * @property {number} ppAim + * @property {number} ppFlashlight + * @property {number} ppSpeed + * @property {number} ppAccuracy + * @property {number} effectiveMissCount + */ + + + +/** @typedef {object} WEBSOCKET_V1 + * @property {'stable' | 'lazer'} client + * @property {object} settings + * @property {boolean} settings.showInterface + * @property {object} settings.folders + * @property {string} settings.folders.game + * @property {string} settings.folders.skin + * @property {string} settings.folders.songs + * @property {object} menu + * @property {object} menu.mainMenu + * @property {number} menu.mainMenu.bassDensity + * @property {0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23} menu.state + * @property {0 | 1 | 2 | 3} menu.gameMode + * @property {0 | 1} menu.isChatEnabled + * @property {object} menu.bm + * @property {object} menu.bm.time + * @property {number} menu.bm.time.firstObj + * @property {number} menu.bm.time.current + * @property {number} menu.bm.time.full + * @property {number} menu.bm.time.mp3 + * @property {number} menu.bm.id + * @property {number} menu.bm.set + * @property {string} menu.bm.md5 + * @property {0 | 1 | 2 | 4 | 5 | 6 | 7} menu.bm.rankedStatus + * @property {object} menu.bm.metadata + * @property {string} menu.bm.metadata.artist + * @property {string} menu.bm.metadata.artistOriginal + * @property {string} menu.bm.metadata.title + * @property {string} menu.bm.metadata.titleOriginal + * @property {string} menu.bm.metadata.mapper + * @property {string} menu.bm.metadata.difficulty + * @property {object} menu.bm.stats + * @property {number} menu.bm.stats.AR + * @property {number} menu.bm.stats.CS + * @property {number} menu.bm.stats.OD + * @property {number} menu.bm.stats.HP + * @property {number} menu.bm.stats.SR + * @property {object} menu.bm.stats.BPM + * @property {number} menu.bm.stats.BPM.realtime + * @property {number} menu.bm.stats.BPM.common + * @property {number} menu.bm.stats.BPM.min + * @property {number} menu.bm.stats.BPM.max + * @property {number} menu.bm.stats.circles + * @property {number} menu.bm.stats.sliders + * @property {number} menu.bm.stats.spinners + * @property {number} menu.bm.stats.holds + * @property {number} menu.bm.stats.maxCombo + * @property {number} menu.bm.stats.fullSR + * @property {number} menu.bm.stats.memoryAR + * @property {number} menu.bm.stats.memoryCS + * @property {number} menu.bm.stats.memoryOD + * @property {number} menu.bm.stats.memoryHP + * @property {object} menu.bm.path + * @property {string} menu.bm.path.full + * @property {string} menu.bm.path.folder + * @property {string} menu.bm.path.file + * @property {string} menu.bm.path.bg + * @property {string} menu.bm.path.audio + * @property {object} menu.mods + * @property {number} menu.mods.num + * @property {string} menu.mods.str + * @property {object} menu.pp + * @property {number} menu.pp.90 + * @property {number} menu.pp.91 + * @property {number} menu.pp.92 + * @property {number} menu.pp.93 + * @property {number} menu.pp.94 + * @property {number} menu.pp.95 + * @property {number} menu.pp.96 + * @property {number} menu.pp.97 + * @property {number} menu.pp.98 + * @property {number} menu.pp.99 + * @property {number} menu.pp.100 + * @property {number[]} menu.pp.strains + * @property {object} menu.pp.strainsAll + * @property {object[]} menu.pp.strainsAll.series + * @property {'aim' | 'aimNoSliders' | 'flashlight' | 'speed' | 'color' | 'rhythm' | 'stamina' | 'movement' | 'strains'} menu.pp.strainsAll.series.name + * @property {number[]} menu.pp.strainsAll.series.data + * @property {number[]} menu.pp.strainsAll.xaxis + * @property {object} gameplay + * @property {0 | 1 | 2 | 3} gameplay.gameMode + * @property {string} gameplay.name + * @property {number} gameplay.score + * @property {number} gameplay.accuracy + * @property {object} gameplay.combo + * @property {number} gameplay.combo.current + * @property {number} gameplay.combo.max + * @property {object} gameplay.hp + * @property {number} gameplay.hp.normal + * @property {number} gameplay.hp.smooth + * @property {object} gameplay.hits + * @property {number} gameplay.hits.0 + * @property {number} gameplay.hits.50 + * @property {number} gameplay.hits.100 + * @property {number} gameplay.hits.300 + * @property {number} gameplay.hits.geki This is also used as the 320's count in the osu!mania ruleset + * @property {number} gameplay.hits.katu This is also used as the 200's count in the osu!mania ruleset + * @property {number} gameplay.hits.sliderBreaks + * @property {object} gameplay.hits.grade + * @property {'XH' | 'X' | 'SH' | 'S' | 'A' | 'B' | 'C' | 'D'} gameplay.hits.grade.current + * @property {'XH' | 'X' | 'SH' | 'S' | 'A' | 'B' | 'C' | 'D'} gameplay.hits.grade.maxThisPlay + * @property {number} gameplay.hits.unstableRate + * @property {number[]} gameplay.hits.hitErrorArray + * @property {object} gameplay.pp + * @property {number} gameplay.pp.current + * @property {number} gameplay.pp.fc + * @property {number} gameplay.pp.maxThisPlay + * @property {object} gameplay.keyOverlay + * @property {object} gameplay.keyOverlay.k1 + * @property {boolean} gameplay.keyOverlay.k1.isPressed + * @property {number} gameplay.keyOverlay.k1.count + * @property {object} gameplay.keyOverlay.k2 + * @property {boolean} gameplay.keyOverlay.k2.isPressed + * @property {number} gameplay.keyOverlay.k2.count + * @property {object} gameplay.keyOverlay.m1 + * @property {boolean} gameplay.keyOverlay.m1.isPressed + * @property {number} gameplay.keyOverlay.m1.count + * @property {object} gameplay.keyOverlay.m2 + * @property {boolean} gameplay.keyOverlay.m2.isPressed + * @property {number} gameplay.keyOverlay.m2.count + * @property {object} gameplay.leaderboard + * @property {boolean} gameplay.leaderboard.hasLeaderboard + * @property {boolean} gameplay.leaderboard.isVisible + * @property {object} gameplay.leaderboard.ourplayer + * @property {string} gameplay.leaderboard.ourplayer.name + * @property {number} gameplay.leaderboard.ourplayer.score + * @property {number} gameplay.leaderboard.ourplayer.combo + * @property {number} gameplay.leaderboard.ourplayer.maxCombo + * @property {string} gameplay.leaderboard.ourplayer.mods + * @property {number} gameplay.leaderboard.ourplayer.h300 + * @property {number} gameplay.leaderboard.ourplayer.h100 + * @property {number} gameplay.leaderboard.ourplayer.h50 + * @property {number} gameplay.leaderboard.ourplayer.h0 + * @property {number} gameplay.leaderboard.ourplayer.team + * @property {number} gameplay.leaderboard.ourplayer.position + * @property {number} gameplay.leaderboard.ourplayer.isPassing + * @property {object[]} gameplay.leaderboard.slots + * @property {string} gameplay.leaderboard.slots.name + * @property {number} gameplay.leaderboard.slots.score + * @property {number} gameplay.leaderboard.slots.combo + * @property {number} gameplay.leaderboard.slots.maxCombo + * @property {string} gameplay.leaderboard.slots.mods + * @property {number} gameplay.leaderboard.slots.h300 + * @property {number} gameplay.leaderboard.slots.h100 + * @property {number} gameplay.leaderboard.slots.h50 + * @property {number} gameplay.leaderboard.slots.h0 + * @property {number} gameplay.leaderboard.slots.team + * @property {number} gameplay.leaderboard.slots.position + * @property {number} gameplay.leaderboard.slots.isPassing + * @property {boolean} gameplay._isReplayUiHidden + * @property {object} resultsScreen + * @property {number} resultsScreen.0 + * @property {number} resultsScreen.50 + * @property {number} resultsScreen.100 + * @property {number} resultsScreen.300 + * @property {0 | 1 | 2 | 3} resultsScreen.mode + * @property {string} resultsScreen.name + * @property {number} resultsScreen.score + * @property {number} resultsScreen.accuracy + * @property {number} resultsScreen.maxCombo + * @property {object} resultsScreen.mods + * @property {number} resultsScreen.mods.num + * @property {string} resultsScreen.mods.str + * @property {number} resultsScreen.geki This is also used as the 320's count in the osu!mania ruleset + * @property {number} resultsScreen.katu This is also used as the 200's count in the osu!mania ruleset + * @property {'XH' | 'X' | 'SH' | 'S' | 'A' | 'B' | 'C' | 'D'} resultsScreen.grade + * @property {string} resultsScreen.createdAt + * @property {object} userProfile + * @property {0 | 256 | 257 | 65537 | 65793} userProfile.rawLoginStatus + * @property {string} userProfile.name + * @property {number} userProfile.accuracy + * @property {number} userProfile.rankedScore + * @property {number} userProfile.id + * @property {number} userProfile.level + * @property {number} userProfile.playCount + * @property {0 | 1 | 2 | 3} userProfile.playMode + * @property {number} userProfile.rank + * @property {number} userProfile.countryCode + * @property {number} userProfile.performancePoints + * @property {0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13} userProfile.rawBanchoStatus + * @property {string} userProfile.backgroundColour + * @property {object} tourney + * @property {object} tourney.manager + * @property {number} tourney.manager.ipcState + * @property {number} tourney.manager.bestOF + * @property {object} tourney.manager.teamName + * @property {string} tourney.manager.teamName.left + * @property {string} tourney.manager.teamName.right + * @property {object} tourney.manager.stars + * @property {number} tourney.manager.stars.left + * @property {number} tourney.manager.stars.right + * @property {object} tourney.manager.bools + * @property {boolean} tourney.manager.bools.scoreVisible + * @property {boolean} tourney.manager.bools.starsVisible + * @property {object[]} tourney.manager.chat + * @property {string} tourney.manager.chat.team + * @property {string} tourney.manager.chat.time + * @property {string} tourney.manager.chat.name + * @property {string} tourney.manager.chat.messageBody + * @property {object} tourney.manager.gameplay + * @property {object} tourney.manager.gameplay.score + * @property {number} tourney.manager.gameplay.score.left + * @property {number} tourney.manager.gameplay.score.right + * @property {object[]} tourney.ipcClients + * @property {string} tourney.ipcClients.team + * @property {object} tourney.ipcClients.spectating + * @property {string} tourney.ipcClients.spectating.name + * @property {string} tourney.ipcClients.spectating.country + * @property {number} tourney.ipcClients.spectating.userID + * @property {number} tourney.ipcClients.spectating.accuracy + * @property {number} tourney.ipcClients.spectating.rankedScore + * @property {number} tourney.ipcClients.spectating.playCount + * @property {number} tourney.ipcClients.spectating.globalRank + * @property {number} tourney.ipcClients.spectating.totalPP + * @property {object} tourney.ipcClients.gameplay + * @property {0 | 1 | 2 | 3} tourney.ipcClients.gameplay.gameMode + * @property {string} tourney.ipcClients.gameplay.name + * @property {number} tourney.ipcClients.gameplay.score + * @property {number} tourney.ipcClients.gameplay.accuracy + * @property {object} tourney.ipcClients.gameplay.combo + * @property {number} tourney.ipcClients.gameplay.combo.current + * @property {number} tourney.ipcClients.gameplay.combo.max + * @property {object} tourney.ipcClients.gameplay.hp + * @property {number} tourney.ipcClients.gameplay.hp.normal + * @property {number} tourney.ipcClients.gameplay.hp.smooth + * @property {object} tourney.ipcClients.gameplay.hits + * @property {number} tourney.ipcClients.gameplay.hits.0 + * @property {number} tourney.ipcClients.gameplay.hits.50 + * @property {number} tourney.ipcClients.gameplay.hits.100 + * @property {number} tourney.ipcClients.gameplay.hits.300 + * @property {number} tourney.ipcClients.gameplay.hits.geki This is also used as the 320's count in the osu!mania ruleset + * @property {number} tourney.ipcClients.gameplay.hits.katu This is also used as the 200's count in the osu!mania ruleset + * @property {number} tourney.ipcClients.gameplay.hits.sliderBreaks + * @property {number} tourney.ipcClients.gameplay.hits.unstableRate + * @property {number[]} tourney.ipcClients.gameplay.hits.hitErrorArray + * @property {object} tourney.ipcClients.gameplay.mods + * @property {number} tourney.ipcClients.gameplay.mods.num + * @property {string} tourney.ipcClients.gameplay.mods.str + */ + + + +/** @typedef {object} WEBSOCKET_V2 + * @property {'stable' | 'lazer'} client + * @property {string} server + * @property {object} state + * @property {0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23} state.number + * @property {'menu' | 'edit' | 'play' | 'exit' | 'selectEdit' | 'selectPlay' | 'selectDrawings' | 'resultScreen' | 'update' | 'busy' | 'unknown' | 'lobby' | 'matchSetup' | 'selectMulti' | 'rankingVs' | 'onlineSelection' | 'optionsOffsetWizard' | 'rankingTagCoop' | 'rankingTeam' | 'beatmapImport' | 'packageUpdater' | 'benchmark' | 'tourney' | 'charts'} state.name + * @property {object} session + * @property {number} session.playTime + * @property {number} session.playCount + * @property {object} settings + * @property {boolean} settings.interfaceVisible + * @property {boolean} settings.replayUIVisible + * @property {object} settings.chatVisibilityStatus + * @property {0 | 1 | 2} settings.chatVisibilityStatus.number + * @property {'hidden' | 'visible' | 'visibleWithFriendsList'} settings.chatVisibilityStatus.name + * @property {object} settings.leaderboard + * @property {boolean} settings.leaderboard.visible + * @property {object} settings.leaderboard.type + * @property {0 | 1 | 2 | 3 | 4} settings.leaderboard.type.number + * @property {'local' | 'global' | 'selectedmods' | 'friends' | 'country'} settings.leaderboard.type.name + * @property {object} settings.progressBar + * @property {0 | 1 | 2 | 3 | 4} settings.progressBar.number + * @property {'off' | 'pie' | 'topRight' | 'bottomRight' | 'bottom'} settings.progressBar.name + * @property {number} settings.bassDensity + * @property {object} settings.resolution + * @property {boolean} settings.resolution.fullscreen + * @property {number} settings.resolution.width + * @property {number} settings.resolution.height + * @property {number} settings.resolution.widthFullscreen + * @property {number} settings.resolution.heightFullscreen + * @property {object} settings.client + * @property {boolean} settings.client.updateAvailable + * @property {0 | 1 | 2 | 3} settings.client.branch - 0: Cutting Edge + * - 1: Stable + * - 2: Beta + * - 3: Stable (Fallback) + * @property {string} settings.client.version The full build version, e.g. `b20241029cuttingedge` + * @property {object} settings.scoreMeter + * @property {object} settings.scoreMeter.type + * @property {0 | 1 | 2} settings.scoreMeter.type.number + * @property {'none' | 'colour' | 'error'} settings.scoreMeter.type.name + * @property {number} settings.scoreMeter.size + * @property {object} settings.cursor + * @property {boolean} settings.cursor.useSkinCursor + * @property {boolean} settings.cursor.autoSize + * @property {number} settings.cursor.size + * @property {object} settings.mouse + * @property {boolean} settings.mouse.rawInput + * @property {boolean} settings.mouse.disableButtons + * @property {boolean} settings.mouse.disableWheel + * @property {number} settings.mouse.sensitivity + * @property {object} settings.mania + * @property {boolean} settings.mania.speedBPMScale + * @property {boolean} settings.mania.usePerBeatmapSpeedScale + * @property {object} settings.sort + * @property {0 | 1 | 2 | 3 | 4 | 5 | 6 | 7} settings.sort.number + * @property {'artist' | 'bpm' | 'creator' | 'date' | 'difficulty' | 'length' | 'rank' | 'title'} settings.sort.name + * @property {object} settings.group + * @property {0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19} settings.group.number + * @property {'none' | 'artist' | 'bPM' | 'creator' | 'date' | 'difficulty' | 'length' | 'rank' | 'myMaps' | 'search' | 'show_All' | 'title' | 'lastPlayed' | 'onlineFavourites' | 'maniaKeys' | 'mode' | 'collection' | 'rankedStatus'} settings.group.name Note: `search` and `show_All` share the same number - `12` + * @property {object} settings.skin + * @property {boolean} settings.skin.useDefaultSkinInEditor + * @property {boolean} settings.skin.ignoreBeatmapSkins + * @property {boolean} settings.skin.tintSliderBall + * @property {boolean} settings.skin.useTaikoSkin + * @property {string} settings.skin.name + * @property {object} settings.mode + * @property {0 | 1 | 2 | 3} settings.mode.number + * @property {'osu' | 'taiko' | 'fruits' | 'mania'} settings.mode.name + * @property {object} settings.audio + * @property {boolean} settings.audio.ignoreBeatmapSounds + * @property {boolean} settings.audio.useSkinSamples + * @property {object} settings.audio.volume + * @property {number} settings.audio.volume.master + * @property {number} settings.audio.volume.music + * @property {number} settings.audio.volume.effect + * @property {object} settings.audio.offset + * @property {number} settings.audio.offset.universal + * @property {object} settings.background + * @property {number} settings.background.dim + * @property {boolean} settings.background.video + * @property {boolean} settings.background.storyboard + * @property {object} settings.keybinds + * @property {object} settings.keybinds.osu + * @property {string} settings.keybinds.osu.k1 + * @property {string} settings.keybinds.osu.k2 + * @property {string} settings.keybinds.osu.smokeKey + * @property {object} settings.keybinds.fruits + * @property {string} settings.keybinds.fruits.k1 + * @property {string} settings.keybinds.fruits.k2 + * @property {string} settings.keybinds.fruits.Dash + * @property {object} settings.keybinds.taiko + * @property {string} settings.keybinds.taiko.innerLeft + * @property {string} settings.keybinds.taiko.innerRight + * @property {string} settings.keybinds.taiko.outerLeft + * @property {string} settings.keybinds.taiko.outerRight + * @property {string} settings.keybinds.quickRetry + * @property {object} profile + * @property {object} profile.userStatus + * @property {0 | 256 | 257 | 65537 | 65793} profile.userStatus.number + * @property {'reconnecting' | 'guest' | 'recieving_data' | 'disconnected' | 'connected'} profile.userStatus.name + * @property {object} profile.banchoStatus + * @property {0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13} profile.banchoStatus.number + * @property {'idle' | 'afk' | 'playing' | 'editing' | 'modding' | 'multiplayer' | 'watching' | 'unknown' | 'testing' | 'submitting' | 'paused' | 'lobby' | 'multiplaying' | 'osuDirect'} profile.banchoStatus.name + * @property {number} profile.id + * @property {string} profile.name + * @property {object} profile.mode + * @property {0 | 1 | 2 | 3} profile.mode.number + * @property {'osu' | 'taiko' | 'fruits' | 'mania'} profile.mode.name + * @property {number} profile.rankedScore + * @property {number} profile.level + * @property {number} profile.accuracy + * @property {number} profile.pp + * @property {number} profile.playCount + * @property {number} profile.globalRank + * @property {object} profile.countryCode + * @property {number} profile.countryCode.number + * @property {string} profile.countryCode.name + * @property {string} profile.backgroundColour + * @property {object} beatmap + * @property {boolean} beatmap.isKiai + * @property {boolean} beatmap.isBreak + * @property {boolean} beatmap.isConvert + * @property {object} beatmap.time + * @property {number} beatmap.time.live + * @property {number} beatmap.time.firstObject + * @property {number} beatmap.time.lastObject + * @property {number} beatmap.time.mp3Length + * @property {object} beatmap.status + * @property {0 | 1 | 2 | 4 | 5 | 6 | 7} beatmap.status.number + * @property {'unknown' | 'notSubmitted' | 'pending' | 'ranked' | 'approved' | 'qualified' | 'loved'} beatmap.status.name + * @property {string} beatmap.checksum + * @property {number} beatmap.id + * @property {number} beatmap.set + * @property {object} beatmap.mode + * @property {0 | 1 | 2 | 3} beatmap.mode.number + * @property {'osu' | 'taiko' | 'fruits' | 'mania'} beatmap.mode.name + * @property {string} beatmap.artist + * @property {string} beatmap.artistUnicode + * @property {string} beatmap.title + * @property {string} beatmap.titleUnicode + * @property {string} beatmap.mapper + * @property {string} beatmap.version + * @property {object} beatmap.stats + * @property {object} beatmap.stats.stars + * @property {number} beatmap.stats.stars.live + * @property {number} [beatmap.stats.stars.aim] This is available only in the osu! ruleset + * @property {number} [beatmap.stats.stars.speed] This is available only in the osu! ruleset + * @property {number} [beatmap.stats.stars.flashlight] This is available only in the osu! ruleset + * @property {number} [beatmap.stats.stars.sliderFactor] This is available only in the osu! ruleset + * @property {number} [beatmap.stats.stars.stamina] This is available only in the osu!taiko ruleset + * @property {number} [beatmap.stats.stars.rhythm] This is available only in the osu!taiko ruleset + * @property {number} [beatmap.stats.stars.color] This is available only in the osu!taiko ruleset + * @property {number} [beatmap.stats.stars.peak] This is available only in the osu!taiko ruleset + * @property {number} [beatmap.stats.stars.hitWindow] 300's hit window; this is available only in the osu!mania ruleset + * @property {number} beatmap.stats.stars.total + * @property {object} beatmap.stats.ar + * @property {number} beatmap.stats.ar.original + * @property {number} beatmap.stats.ar.converted + * @property {object} beatmap.stats.cs + * @property {number} beatmap.stats.cs.original + * @property {number} beatmap.stats.cs.converted + * @property {object} beatmap.stats.od + * @property {number} beatmap.stats.od.original + * @property {number} beatmap.stats.od.converted + * @property {object} beatmap.stats.hp + * @property {number} beatmap.stats.hp.original + * @property {number} beatmap.stats.hp.converted + * @property {object} beatmap.stats.bpm + * @property {number} beatmap.stats.bpm.realtime + * @property {number} beatmap.stats.bpm.common + * @property {number} beatmap.stats.bpm.min + * @property {number} beatmap.stats.bpm.max + * @property {object} beatmap.stats.objects + * @property {number} beatmap.stats.objects.circles + * @property {number} beatmap.stats.objects.sliders + * @property {number} beatmap.stats.objects.spinners + * @property {number} beatmap.stats.objects.holds + * @property {number} beatmap.stats.objects.total + * @property {number} beatmap.stats.maxCombo + * @property {object} play + * @property {string} play.playerName + * @property {object} play.mode + * @property {0 | 1 | 2 | 3} play.mode.number + * @property {'osu' | 'taiko' | 'fruits' | 'mania'} play.mode.name + * @property {number} play.score + * @property {number} play.accuracy + * @property {object} play.healthBar + * @property {number} play.healthBar.normal + * @property {number} play.healthBar.smooth + * @property {object} play.hits + * @property {number} play.hits.0 + * @property {number} play.hits.50 + * @property {number} play.hits.100 + * @property {number} play.hits.300 + * @property {number} play.hits.geki This is also used as the 320's count in the osu!mania ruleset + * @property {number} play.hits.katu This is also used as the 200's count in the osu!mania ruleset + * @property {number} play.hits.sliderBreaks + * @property {number} play.hits.sliderEndHits This is populated only when playing osu!(lazer) + * @property {number} play.hits.sliderTickHits This is populated only when playing osu!(lazer) + * @property {number[]} play.hitErrorArray + * @property {object} play.combo + * @property {number} play.combo.current + * @property {number} play.combo.max + * @property {object} play.mods + * @property {string} play.mods.checksum + * @property {number} play.mods.number + * @property {string} play.mods.name + * @property {object[]} play.mods.array + * @property {string} play.mods.array.acronym + * @property {object} [play.mods.array.settings] This exists only when playing osu!(lazer). You must get the settings manually, e.g. from the `/json/v2` response preview + * @property {number} play.mods.rate + * @property {object} play.rank + * @property {'XH' | 'X' | 'SH' | 'S' | 'A' | 'B' | 'C' | 'D'} play.rank.current + * @property {'XH' | 'X' | 'SH' | 'S' | 'A' | 'B' | 'C' | 'D'} play.rank.maxThisPlay + * @property {object} play.pp + * @property {number} play.pp.current + * @property {number} play.pp.fc + * @property {number} play.pp.maxAchieved + * @property {number} play.pp.maxAchievable + * @property {object} play.pp.detailed + * @property {object} play.pp.detailed.current + * @property {number} play.pp.detailed.current.aim + * @property {number} play.pp.detailed.current.speed + * @property {number} play.pp.detailed.current.accuracy + * @property {number} play.pp.detailed.current.difficulty + * @property {number} play.pp.detailed.current.flashlight + * @property {number} play.pp.detailed.current.total + * @property {object} play.pp.detailed.fc + * @property {number} play.pp.detailed.fc.aim + * @property {number} play.pp.detailed.fc.speed + * @property {number} play.pp.detailed.fc.accuracy + * @property {number} play.pp.detailed.fc.difficulty + * @property {number} play.pp.detailed.fc.flashlight + * @property {number} play.pp.detailed.fc.total + * @property {number} play.unstableRate + * @property {object[]} leaderboard + * @property {boolean} leaderboard.isFailed + * @property {number} leaderboard.position + * @property {number} leaderboard.team + * @property {number} leaderboard.id + * @property {string} leaderboard.name + * @property {number} leaderboard.score + * @property {number} leaderboard.accuracy + * @property {object} leaderboard.hits + * @property {number} leaderboard.hits.0 + * @property {number} leaderboard.hits.50 + * @property {number} leaderboard.hits.100 + * @property {number} leaderboard.hits.300 + * @property {number} leaderboard.hits.geki This is also used as the 320's count in the osu!mania ruleset + * @property {number} leaderboard.hits.katu This is also used as the 200's count in the osu!mania ruleset + * @property {object} leaderboard.combo + * @property {number} leaderboard.combo.current + * @property {number} leaderboard.combo.max + * @property {object} leaderboard.mods + * @property {string} leaderboard.mods.checksum + * @property {number} leaderboard.mods.number + * @property {string} leaderboard.mods.name + * @property {object[]} leaderboard.mods.array + * @property {string} leaderboard.mods.array.acronym + * @property {object} [leaderboard.mods.array.settings] This exists only when playing osu!(lazer). You must get the settings manually, e.g. from the `/json/v2` response preview + * @property {number} leaderboard.mods.rate + * @property {'XH' | 'X' | 'SH' | 'S' | 'A' | 'B' | 'C' | 'D'} leaderboard.rank + * @property {object} performance + * @property {object} performance.accuracy + * @property {number} performance.accuracy.90 + * @property {number} performance.accuracy.91 + * @property {number} performance.accuracy.92 + * @property {number} performance.accuracy.93 + * @property {number} performance.accuracy.94 + * @property {number} performance.accuracy.95 + * @property {number} performance.accuracy.96 + * @property {number} performance.accuracy.97 + * @property {number} performance.accuracy.98 + * @property {number} performance.accuracy.99 + * @property {number} performance.accuracy.100 + * @property {object} performance.graph + * @property {object[]} performance.graph.series + * @property {'aim' | 'aimNoSliders' | 'flashlight' | 'speed' | 'color' | 'rhythm' | 'stamina' | 'movement' | 'strains'} performance.graph.series.name + * @property {number[]} performance.graph.series.data + * @property {number[]} performance.graph.xaxis + * @property {object} resultsScreen + * @property {number} resultsScreen.scoreId + * @property {string} resultsScreen.playerName + * @property {object} resultsScreen.mode + * @property {0 | 1 | 2 | 3} resultsScreen.mode.number + * @property {'osu' | 'taiko' | 'fruits' | 'mania'} resultsScreen.mode.name + * @property {number} resultsScreen.score + * @property {number} resultsScreen.accuracy + * @property {object} resultsScreen.hits + * @property {number} resultsScreen.hits.0 + * @property {number} resultsScreen.hits.50 + * @property {number} resultsScreen.hits.100 + * @property {number} resultsScreen.hits.300 + * @property {number} resultsScreen.hits.geki This is also used as the 320's count in the osu!mania ruleset + * @property {number} resultsScreen.hits.katu This is also used as the 200's count in the osu!mania ruleset + * @property {number} resultsScreen.hits.sliderEndHits This is populated only when playing osu!(lazer) + * @property {number} resultsScreen.hits.sliderTickHits This is populated only when playing osu!(lazer) + * @property {object} resultsScreen.mods + * @property {string} resultsScreen.mods.checksum + * @property {number} resultsScreen.mods.number + * @property {string} resultsScreen.mods.name + * @property {object[]} resultsScreen.mods.array + * @property {string} resultsScreen.mods.array.acronym + * @property {object} [resultsScreen.mods.array.settings] This exists only when playing osu!(lazer). You must get the settings manually, e.g. from the `/json/v2` response preview + * @property {number} resultsScreen.mods.rate + * @property {number} resultsScreen.maxCombo + * @property {'XH' | 'X' | 'SH' | 'S' | 'A' | 'B' | 'C' | 'D'} resultsScreen.rank + * @property {object} resultsScreen.pp + * @property {number} resultsScreen.pp.current + * @property {number} resultsScreen.pp.fc + * @property {string} resultsScreen.createdAt + * @property {object} folders + * @property {string} folders.game + * @property {string} folders.skin + * @property {string} folders.songs + * @property {string} folders.beatmap + * @property {object} files + * @property {string} files.beatmap + * @property {string} files.background + * @property {string} files.audio + * @property {object} directPath + * @property {string} directPath.beatmapFile + * @property {string} directPath.beatmapBackground + * @property {string} directPath.beatmapAudio + * @property {string} directPath.beatmapFolder + * @property {string} directPath.skinFolder + * @property {object} tourney + * @property {boolean} tourney.scoreVisible + * @property {boolean} tourney.starsVisible + * @property {number} tourney.ipcState + * @property {number} tourney.bestOF + * @property {object} tourney.team + * @property {string} tourney.team.left + * @property {string} tourney.team.right + * @property {object} tourney.points + * @property {number} tourney.points.left + * @property {number} tourney.points.right + * @property {object[]} tourney.chat + * @property {string} tourney.chat.team + * @property {string} tourney.chat.name + * @property {string} tourney.chat.message + * @property {string} tourney.chat.timestamp + * @property {object} tourney.totalScore + * @property {number} tourney.totalScore.left + * @property {number} tourney.totalScore.right + * @property {object[]} tourney.clients + * @property {number} tourney.clients.ipcId + * @property {'left' | 'right'} tourney.clients.team + * @property {object} tourney.clients.user + * @property {number} tourney.clients.user.id + * @property {string} tourney.clients.user.name + * @property {string} tourney.clients.user.country + * @property {number} tourney.clients.user.accuracy + * @property {number} tourney.clients.user.rankedScore + * @property {number} tourney.clients.user.playCount + * @property {number} tourney.clients.user.globalRank + * @property {number} tourney.clients.user.totalPP + * @property {object} tourney.clients.beatmap + * @property {object} tourney.clients.beatmap.stats + * @property {object} tourney.clients.beatmap.stats.stars + * @property {number} tourney.clients.beatmap.stats.stars.live + * @property {number} [tourney.clients.beatmap.stats.stars.aim] This is available only in the osu! ruleset + * @property {number} [tourney.clients.beatmap.stats.stars.speed] This is available only in the osu! ruleset + * @property {number} [tourney.clients.beatmap.stats.stars.flashlight] This is available only in the osu! ruleset + * @property {number} [tourney.clients.beatmap.stats.stars.sliderFactor] This is available only in the osu! ruleset + * @property {number} [tourney.clients.beatmap.stats.stars.stamina] This is available only in the osu!taiko ruleset + * @property {number} [tourney.clients.beatmap.stats.stars.rhythm] This is available only in the osu!taiko ruleset + * @property {number} [tourney.clients.beatmap.stats.stars.color] This is available only in the osu!taiko ruleset + * @property {number} [tourney.clients.beatmap.stats.stars.peak] This is available only in the osu!taiko ruleset + * @property {number} [tourney.clients.beatmap.stats.stars.hitWindow] 300's hit window; this is available only in the osu!mania ruleset + * @property {number} tourney.clients.beatmap.stats.stars.total + * @property {object} tourney.clients.beatmap.stats.ar + * @property {number} tourney.clients.beatmap.stats.ar.original + * @property {number} tourney.clients.beatmap.stats.ar.converted + * @property {object} tourney.clients.beatmap.stats.cs + * @property {number} tourney.clients.beatmap.stats.cs.original + * @property {number} tourney.clients.beatmap.stats.cs.converted + * @property {object} tourney.clients.beatmap.stats.od + * @property {number} tourney.clients.beatmap.stats.od.original + * @property {number} tourney.clients.beatmap.stats.od.converted + * @property {object} tourney.clients.beatmap.stats.hp + * @property {number} tourney.clients.beatmap.stats.hp.original + * @property {number} tourney.clients.beatmap.stats.hp.converted + * @property {object} tourney.clients.beatmap.stats.bpm + * @property {number} tourney.clients.beatmap.stats.bpm.realtime + * @property {number} tourney.clients.beatmap.stats.bpm.common + * @property {number} tourney.clients.beatmap.stats.bpm.min + * @property {number} tourney.clients.beatmap.stats.bpm.max + * @property {object} tourney.clients.beatmap.stats.objects + * @property {number} tourney.clients.beatmap.stats.objects.circles + * @property {number} tourney.clients.beatmap.stats.objects.sliders + * @property {number} tourney.clients.beatmap.stats.objects.spinners + * @property {number} tourney.clients.beatmap.stats.objects.holds + * @property {number} tourney.clients.beatmap.stats.objects.total + * @property {number} tourney.clients.beatmap.stats.maxCombo + * @property {object} tourney.clients.play + * @property {string} tourney.clients.play.playerName + * @property {object} tourney.clients.play.mode + * @property {0 | 1 | 2 | 3} tourney.clients.play.mode.number + * @property {'osu' | 'taiko' | 'fruits' | 'mania'} tourney.clients.play.mode.name + * @property {number} tourney.clients.play.score + * @property {number} tourney.clients.play.accuracy + * @property {object} tourney.clients.play.healthBar + * @property {number} tourney.clients.play.healthBar.normal + * @property {number} tourney.clients.play.healthBar.smooth + * @property {object} tourney.clients.play.hits + * @property {number} tourney.clients.play.hits.0 + * @property {number} tourney.clients.play.hits.50 + * @property {number} tourney.clients.play.hits.100 + * @property {number} tourney.clients.play.hits.300 + * @property {number} tourney.clients.play.hits.geki This is also used as the 320's count in the osu!mania ruleset + * @property {number} tourney.clients.play.hits.katu This is also used as the 200's count in the osu!mania ruleset + * @property {number} tourney.clients.play.hits.sliderBreaks + * @property {number} tourney.clients.play.hits.sliderEndHits This is populated only when playing osu!(lazer) + * @property {number} tourney.clients.play.hits.sliderTickHits This is populated only when playing osu!(lazer) + * @property {number[]} tourney.clients.play.hitErrorArray + * @property {object} tourney.clients.play.combo + * @property {number} tourney.clients.play.combo.current + * @property {number} tourney.clients.play.combo.max + * @property {object} tourney.clients.play.mods + * @property {string} tourney.clients.play.mods.checksum + * @property {number} tourney.clients.play.mods.number + * @property {string} tourney.clients.play.mods.name + * @property {object[]} tourney.clients.play.mods.array + * @property {string} tourney.clients.play.mods.array.acronym + * @property {object} [tourney.clients.play.mods.array.settings] This exists only when playing osu!(lazer). You must get the settings manually, e.g. from the `/json/v2` response preview + * @property {number} tourney.clients.play.mods.rate + * @property {object} tourney.clients.play.rank + * @property {'XH' | 'X' | 'SH' | 'S' | 'A' | 'B' | 'C' | 'D'} tourney.clients.play.rank.current + * @property {'XH' | 'X' | 'SH' | 'S' | 'A' | 'B' | 'C' | 'D'} tourney.clients.play.rank.maxThisPlay + * @property {object} tourney.clients.play.pp + * @property {number} tourney.clients.play.pp.current + * @property {number} tourney.clients.play.pp.fc + * @property {number} tourney.clients.play.pp.maxAchieved + * @property {object} tourney.clients.play.pp.detailed + * @property {object} tourney.clients.play.pp.detailed.current + * @property {number} tourney.clients.play.pp.detailed.current.aim + * @property {number} tourney.clients.play.pp.detailed.current.speed + * @property {number} tourney.clients.play.pp.detailed.current.accuracy + * @property {number} tourney.clients.play.pp.detailed.current.difficulty + * @property {number} tourney.clients.play.pp.detailed.current.flashlight + * @property {number} tourney.clients.play.pp.detailed.current.total + * @property {object} tourney.clients.play.pp.detailed.fc + * @property {number} tourney.clients.play.pp.detailed.fc.aim + * @property {number} tourney.clients.play.pp.detailed.fc.speed + * @property {number} tourney.clients.play.pp.detailed.fc.accuracy + * @property {number} tourney.clients.play.pp.detailed.fc.difficulty + * @property {number} tourney.clients.play.pp.detailed.fc.flashlight + * @property {number} tourney.clients.play.pp.detailed.fc.total + * @property {number} tourney.clients.play.unstableRate + */ + + + +/** @typedef {object} WEBSOCKET_V2_PRECISE + * @property {number} currentTime + * @property {object} keys + * @property {object} keys.k1 + * @property {boolean} keys.k1.isPressed + * @property {number} keys.k1.count + * @property {object} keys.k2 + * @property {boolean} keys.k2.isPressed + * @property {number} keys.k2.count + * @property {object} keys.m1 + * @property {boolean} keys.m1.isPressed + * @property {number} keys.m1.count + * @property {object} keys.m2 + * @property {boolean} keys.m2.isPressed + * @property {number} keys.m2.count + * @property {number[]} hitErrors + * @property {object[]} tourney + * @property {number} tourney.ipcId + * @property {number[]} tourney.hitErrors + * @property {object} tourney.keys + * @property {object} tourney.keys.k1 + * @property {boolean} tourney.keys.k1.isPressed + * @property {number} tourney.keys.k1.count + * @property {object} tourney.keys.k2 + * @property {boolean} tourney.keys.k2.isPressed + * @property {number} tourney.keys.k2.count + * @property {object} tourney.keys.m1 + * @property {boolean} tourney.keys.m1.isPressed + * @property {number} tourney.keys.m1.count + * @property {object} tourney.keys.m2 + * @property {boolean} tourney.keys.m2.isPressed + * @property {number} tourney.keys.m2.count + */ \ No newline at end of file diff --git a/counters/Pups-Overlay by Puparia/index.css b/counters/Pups-Overlay by Puparia/index.css new file mode 100644 index 00000000..3f8d4e08 --- /dev/null +++ b/counters/Pups-Overlay by Puparia/index.css @@ -0,0 +1,952 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap'); + +/* OBS Browser Compatibility */ +* { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body, +html { + overflow: hidden; + background: transparent; + font-family: 'Inter', sans-serif; + color: #ffffff; + font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11'; +} + +#ethereal-container { + position: relative; + width: 100vw; + height: 100vh; + pointer-events: none; +} + +.progress-bar-top, +.progress-bar-bottom { + position: absolute; + left: 0; + width: 100%; + height: 3px; + background: transparent; + z-index: 10; + overflow: visible; +} + +.progress-bar-top { + top: 105px; +} + +.progress-bar-bottom { + bottom: 105px; +} + +/* Hide progress bars based on position and adjust position */ +.position-top .progress-bar-top { + display: none; +} + +.position-top .progress-bar-bottom { + bottom: 5px; +} + +.position-bottom .progress-bar-bottom { + display: none; +} + +.position-bottom .progress-bar-top { + top: 5px; +} + +.progress-fill { + height: 3px !important; + background: #a855f7 !important; + background-image: none !important; + box-shadow: none !important; + filter: none !important; + mix-blend-mode: normal !important; + width: 0%; + -webkit-transition: width 0.1s linear; + transition: width 0.1s linear; + position: relative; +} + +.progress-particle { + position: absolute; + width: 2px; + height: 2px; + background: rgb(235, 25, 25); + border-radius: 50%; + -webkit-animation: particleRise 2s ease-in infinite; + animation: particleRise 2s ease-in infinite; +} + +.progress-bar-top, +.progress-bar-bottom { + background: #0b0b0b !important; + /* rail neutre et opaque */ +} + +@-webkit-keyframes particleRise { + 0% { + -webkit-transform: translateY(0) scale(1); + transform: translateY(0) scale(1); + opacity: 1; + } + + 100% { + -webkit-transform: translateY(-15px) scale(0); + transform: translateY(-15px) scale(0); + opacity: 0; + } +} + +@keyframes particleRise { + 0% { + transform: translateY(0) scale(1); + opacity: 1; + } + + 100% { + transform: translateY(-15px) scale(0); + opacity: 0; + } +} + +.ambient-light { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: transparent; + -webkit-animation: ambientShift 20s ease-in-out infinite; + animation: ambientShift 20s ease-in-out infinite; + z-index: 1; +} + +@-webkit-keyframes ambientShift { + + 0%, + 100% { + opacity: 0.3; + -webkit-transform: scale(1); + transform: scale(1); + } + + 50% { + opacity: 0.6; + -webkit-transform: scale(1.02); + transform: scale(1.02); + } +} + +@keyframes ambientShift { + + 0%, + 100% { + opacity: 0.3; + -webkit-transform: scale(1); + transform: scale(1); + } + + 50% { + opacity: 0.6; + -webkit-transform: scale(1.02); + transform: scale(1.02); + } +} + +.glass-panel { + position: absolute; + left: 0; + width: 100vw; + height: 100px; + display: flex; + align-items: center; + background: rgba(255, 255, 255, 0.02); + background: rgba(255, 255, 255, 0.05); + -webkit-backdrop-filter: blur(20px); + backdrop-filter: blur(20px); + padding: 20px 24px; + box-shadow: + 0 8px 32px rgba(0, 0, 0, 0.1), + inset 0 1px 0 rgba(255, 255, 255, 0.1); + z-index: 10; + -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); + transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); + -webkit-transform: translateX(-100%) scale(0.95); + transform: translateX(-100%) scale(0.95); + opacity: 0; +} + +.glass-panel.position-top { + top: 0px; + bottom: auto; + border-top: 1px solid rgba(255, 255, 255, 0.08); + border-bottom: none; +} + +.glass-panel.position-bottom { + bottom: 0px; + top: auto; + border-bottom: 1px solid rgba(255, 255, 255, 0.08); + border-top: none; +} + +.glass-panel.active { + -webkit-transform: translateX(0) scale(1); + transform: translateX(0) scale(1); + opacity: 1; +} + +.glass-panel.menu-mode { + background: rgba(255, 255, 255, 0.03); + box-shadow: + 0 12px 40px rgba(168, 85, 247, 0.15), + inset 0 1px 0 rgba(255, 255, 255, 0.15); + justify-content: center; +} + +.glass-panel.gameplay-mode { + justify-content: center; +} + +.gameplay-stats, +.gameplay-stats-end { + display: flex; + align-items: center; + gap: 24px; + -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); + transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); +} + +.glass-panel.menu-mode .gameplay-stats { + opacity: 0; + pointer-events: none; + -webkit-transform: translateX(-100px); + transform: translateX(-100px); +} + +.glass-panel.menu-mode .gameplay-stats-end { + opacity: 0; + pointer-events: none; + -webkit-transform: translateX(100px); + transform: translateX(100px); +} + +.glass-panel.gameplay-mode .gameplay-stats { + opacity: 1; + pointer-events: auto; + position: absolute; + left: 24px; + -webkit-transform: translateX(0); + transform: translateX(0); +} + +.glass-panel.gameplay-mode .gameplay-stats-end { + opacity: 1; + pointer-events: auto; + position: absolute; + right: 24px; + -webkit-transform: translateX(0); + transform: translateX(0); + display: flex; + align-items: center; + gap: 50px; +} + +.glass-panel.menu-mode .map-info { + border-color: transparent; + text-align: center; + position: absolute; + left: 50%; + top: 50%; + -webkit-transform: translate(-50%, -50%) scale(1.1); + transform: translate(-50%, -50%) scale(1.1); + display: flex; + align-items: center; + justify-content: center; +} + +.glass-panel.gameplay-mode .map-info { + text-align: center; + position: absolute; + left: 50%; + top: 50%; + -webkit-transform: translate(-50%, -50%) scale(1.3); + transform: translate(-50%, -50%) scale(1.3); + display: flex; + align-items: center; + justify-content: center; +} + + +.glass-panel.menu-mode .map-content { + align-items: center; + width: 100%; + text-align: center; +} + +.glass-panel.gameplay-mode .map-content { + align-items: center; + width: 100%; + text-align: center; +} + +.glass-panel.menu-mode .map-title { + font-size: 20px; + font-weight: 700; + text-shadow: none; +} + +.glass-panel.menu-mode .map-artist { + font-size: 16px; + color: rgba(255, 255, 255, 0.95); +} + +.glass-panel.menu-mode .map-meta { + justify-content: center; + font-size: 12px; + -webkit-animation: metaGlow 2.5s ease-in-out infinite; + animation: metaGlow 2.5s ease-in-out infinite; +} + +@-webkit-keyframes metaGlow { + + 0%, + 100% { + opacity: 0.7; + } + + 50% { + opacity: 1; + } +} + +@keyframes metaGlow { + + 0%, + 100% { + opacity: 0.7; + } + + 50% { + opacity: 1; + } +} + +.glass-panel.menu-mode .map-difficulty { + color: rgba(168, 85, 247, 0.9); + font-weight: 700; +} + +.metric-item { + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + padding: 0 12px; + position: relative; + z-index: 2; + -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); + transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); +} + +.metric-value { + font-family: 'JetBrains Mono', monospace; + font-size: 18px; + font-weight: 600; + color: #ffffff; + margin-bottom: 2px; + text-shadow: 0 0 12px rgba(255, 255, 255, 0.1); +} + +.metric-label { + font-size: 9px; + font-weight: 500; + color: rgba(255, 255, 255, 0.6); + text-transform: uppercase; + letter-spacing: 1px; +} + +.hit-item { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + padding: 10px 8px; + background: rgba(255, 255, 255, 0.02); + border: 1px solid rgba(255, 255, 255, 0.05); + border-radius: 12px; + width: 65px; + min-width: 65px; + height: 50px; + position: relative; + z-index: 2; + -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); + transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); +} + +.hit-item:hover { + background: rgba(255, 255, 255, 0.04); + border-color: rgba(255, 255, 255, 0.1); + -webkit-transform: translateY(-1px); + transform: translateY(-1px); +} + +.hit-value { + font-family: 'JetBrains Mono', monospace; + font-size: 16px; + font-weight: 600; + color: #ffffff; + margin-bottom: 3px; +} + +.hit-label { + font-size: 10px; + font-weight: 500; + text-transform: uppercase; + letter-spacing: 0.5px; +} + +.hit-300 .hit-label { + color: #10b981; +} + +.hit-100 .hit-label { + color: #3b82f6; +} + +.hit-50 .hit-label { + color: #f59e0b; +} + +.hit-miss .hit-label { + color: #ef4444; +} + +.map-info { + flex: 1; + padding: 0 16px; + border-left: 1px solid rgba(255, 255, 255, 0.1); + border-right: 1px solid rgba(255, 255, 255, 0.1); + position: relative; + z-index: 2; + -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); + transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); + height: 60px; + display: flex; + align-items: center; +} + +.no-map-container { + display: none; +} + +.no-map-container.active { + display: none; +} + +@-webkit-keyframes fadeInScale { + from { + opacity: 0; + -webkit-transform: scale(0.9); + transform: scale(0.9); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes fadeInScale { + from { + opacity: 0; + -webkit-transform: scale(0.9); + transform: scale(0.9); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.no-map-particles { + position: absolute; + top: 0; + left: 0; + right: 0; + height: 60px; + pointer-events: none; + overflow: hidden; +} + +.particle { + position: absolute; + width: 4px; + height: 4px; + background: linear-gradient(135deg, rgba(168, 85, 247, 0.6), rgba(99, 102, 241, 0.6)); + border-radius: 50%; + -webkit-animation: particleFloat 6s ease-in-out infinite; + animation: particleFloat 6s ease-in-out infinite; +} + +.particle:nth-child(1) { + left: 10%; + -webkit-animation-delay: 0s; + animation-delay: 0s; + -webkit-animation-duration: 7s; + animation-duration: 7s; +} + +.particle:nth-child(2) { + left: 30%; + -webkit-animation-delay: 1s; + animation-delay: 1s; + -webkit-animation-duration: 8s; + animation-duration: 8s; +} + +.particle:nth-child(3) { + left: 50%; + -webkit-animation-delay: 2s; + animation-delay: 2s; + -webkit-animation-duration: 6s; + animation-duration: 6s; +} + +.particle:nth-child(4) { + left: 70%; + -webkit-animation-delay: 1.5s; + animation-delay: 1.5s; + -webkit-animation-duration: 7.5s; + animation-duration: 7.5s; +} + +.particle:nth-child(5) { + left: 90%; + -webkit-animation-delay: 0.5s; + animation-delay: 0.5s; + -webkit-animation-duration: 9s; + animation-duration: 9s; +} + +@-webkit-keyframes particleFloat { + 0% { + bottom: -10px; + opacity: 0; + } + + 10% { + opacity: 1; + } + + 90% { + opacity: 1; + } + + 100% { + bottom: 130px; + opacity: 0; + } +} + +@keyframes particleFloat { + 0% { + bottom: -10px; + opacity: 0; + } + + 10% { + opacity: 1; + } + + 90% { + opacity: 1; + } + + 100% { + bottom: 130px; + opacity: 0; + } +} + +.no-map-icon { + position: relative; + display: flex; + gap: 20px; + align-items: center; + justify-content: center; + height: 60px; +} + +.icon-note { + font-size: 40px; + color: rgba(168, 85, 247, 0.7); + -webkit-animation: noteFloat 2.5s ease-in-out infinite; + animation: noteFloat 2.5s ease-in-out infinite; + text-shadow: 0 0 20px rgba(168, 85, 247, 0.4); +} + +.icon-note.delay-1 { + -webkit-animation-delay: 0.8s; + animation-delay: 0.8s; + color: rgba(99, 102, 241, 0.7); + text-shadow: 0 0 20px rgba(99, 102, 241, 0.4); +} + +.icon-note.delay-2 { + -webkit-animation-delay: 1.6s; + animation-delay: 1.6s; + color: rgba(168, 85, 247, 0.7); + text-shadow: 0 0 20px rgba(168, 85, 247, 0.4); +} + +@-webkit-keyframes noteFloat { + + 0%, + 100% { + -webkit-transform: translateY(0) scale(1); + transform: translateY(0) scale(1); + opacity: 0.7; + } + + 50% { + -webkit-transform: translateY(-15px) scale(1.1); + transform: translateY(-15px) scale(1.1); + opacity: 1; + } +} + +@keyframes noteFloat { + + 0%, + 100% { + -webkit-transform: translateY(0) scale(1); + transform: translateY(0) scale(1); + opacity: 0.7; + } + + 50% { + -webkit-transform: translateY(-15px) scale(1.1); + transform: translateY(-15px) scale(1.1); + opacity: 1; + } +} + +.no-map-text { + display: flex; + flex-direction: column; + gap: 6px; +} + +.text-line { + font-size: 16px; + font-weight: 600; + color: rgba(255, 255, 255, 0.85); + text-transform: uppercase; + letter-spacing: 2px; + -webkit-animation: textGlow 2s ease-in-out infinite; + animation: textGlow 2s ease-in-out infinite; +} + +.text-line-sub { + font-size: 12px; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); + letter-spacing: 1.5px; + font-style: italic; +} + +@-webkit-keyframes textGlow { + + 0%, + 100% { + text-shadow: 0 0 10px rgba(168, 85, 247, 0.3); + } + + 50% { + text-shadow: 0 0 20px rgba(168, 85, 247, 0.6); + } +} + +@keyframes textGlow { + + 0%, + 100% { + text-shadow: 0 0 10px rgba(168, 85, 247, 0.3); + } + + 50% { + text-shadow: 0 0 20px rgba(168, 85, 247, 0.6); + } +} + +.map-content { + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + -webkit-transition: all 0.5s ease; + transition: all 0.5s ease; +} + +.map-content.hidden { + display: none; +} + +.map-title-wrapper, +.map-artist-wrapper { + width: 100%; + overflow: hidden; + position: relative; +} + +.map-title { + font-size: 13px; + font-weight: 600; + color: #ffffff; + margin-bottom: 2px; + white-space: nowrap; + -webkit-transition: all 0.5s ease; + transition: all 0.5s ease; +} + +.map-title.scrolling { + display: inline-block; + -webkit-animation: marqueeScroll 12s linear infinite; + animation: marqueeScroll 12s linear infinite; +} + +.map-artist { + font-size: 11px; + font-weight: 400; + color: rgba(255, 255, 255, 0.7); + margin-bottom: 4px; + white-space: nowrap; + -webkit-transition: all 0.5s ease; + transition: all 0.5s ease; +} + +.map-artist.scrolling { + display: inline-block; + -webkit-animation: marqueeScroll 12s linear infinite; + animation: marqueeScroll 12s linear infinite; +} + +@-webkit-keyframes marqueeScroll { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 100% { + -webkit-transform: translateX(-100%); + transform: translateX(-100%); + } +} + +@keyframes marqueeScroll { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 100% { + -webkit-transform: translateX(-100%); + transform: translateX(-100%); + } +} + +.map-meta { + display: flex; + align-items: center; + gap: 6px; + font-size: 9px; + color: rgba(255, 255, 255, 0.5); + -webkit-transition: all 0.5s ease; + transition: all 0.5s ease; +} + +.map-difficulty { + font-weight: 600; + color: #6366f1; +} + +.map-separator { + opacity: 0.4; +} + +.map-bpm { + font-weight: 500; +} + +.mods-container { + display: flex; + align-items: center; + gap: 12px; + padding: 12px 16px; + background: rgba(255, 255, 255, 0.02); + border: 1px solid rgba(255, 255, 255, 0.05); + border-radius: 10px; + position: relative; + z-index: 2; + -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); + transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); +} + +.mod-icon { + width: 40px; + height: 40px; + background-size: contain; + background-repeat: no-repeat; + background-position: center; + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; +} + +.mod-icon:hover { + -webkit-transform: scale(1.1); + transform: scale(1.1); +} + +.specs-container { + display: flex; + flex-direction: row; + gap: 8px; + align-items: center; + -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); + transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); +} + +.spec-item { + display: inline-flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + padding: 0 8px; +} + +.spec-value { + font-family: 'JetBrains Mono', monospace; + font-size: 18px; + font-weight: 600; + color: #ffffff; + margin-bottom: 2px; +} + +.spec-label { + font-size: 9px; + font-weight: 500; + color: rgba(255, 255, 255, 0.6); + text-transform: uppercase; + letter-spacing: 1px; + white-space: nowrap; + padding-left: 0.5px; + margin-right: -2px; +} + + +.pulse-animation { + -webkit-animation: valuePulse 0.6s cubic-bezier(0.4, 0, 0.2, 1); + animation: valuePulse 0.6s cubic-bezier(0.4, 0, 0.2, 1); +} + +@-webkit-keyframes valuePulse { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 50% { + -webkit-transform: scale(1.05); + transform: scale(1.05); + } + + 100% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes valuePulse { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 50% { + -webkit-transform: scale(1.05); + transform: scale(1.05); + } + + 100% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.glow-animation { + -webkit-animation: cardGlow 0.8s ease-in-out; + animation: cardGlow 0.8s ease-in-out; +} + +@-webkit-keyframes cardGlow { + 0% { + box-shadow: + 0 8px 32px rgba(0, 0, 0, 0.1), + inset 0 1px 0 rgba(255, 255, 255, 0.1); + } + + 50% { + box-shadow: + 0 12px 48px rgba(99, 102, 241, 0.15), + inset 0 1px 0 rgba(255, 255, 255, 0.15); + } + + 100% { + box-shadow: + 0 8px 32px rgba(0, 0, 0, 0.1), + inset 0 1px 0 rgba(255, 255, 255, 0.1); + } +} + +@keyframes cardGlow { + 0% { + box-shadow: + 0 8px 32px rgba(0, 0, 0, 0.1), + inset 0 1px 0 rgba(255, 255, 255, 0.1); + } + + 50% { + box-shadow: + 0 12px 48px rgba(99, 102, 241, 0.15), + inset 0 1px 0 rgba(255, 255, 255, 0.15); + } + + 100% { + box-shadow: + 0 8px 32px rgba(0, 0, 0, 0.1), + inset 0 1px 0 rgba(255, 255, 255, 0.1); + } +} + +.hidden { + -webkit-transform: translateX(-100%) scale(0.95) !important; + transform: translateX(-100%) scale(0.95) !important; + opacity: 0 !important; +} \ No newline at end of file diff --git a/counters/Pups-Overlay by Puparia/index.html b/counters/Pups-Overlay by Puparia/index.html new file mode 100644 index 00000000..f7f51e54 --- /dev/null +++ b/counters/Pups-Overlay by Puparia/index.html @@ -0,0 +1,137 @@ + + + + + + + + + + EtherealGlass Overlay + + + +
+
+
+
+ +
+ +
+
+
+
0/0
+
PP
+
+ +
+
100.00
+
ACCURACY
+
+ +
+
0
+
COMBO
+
+ +
+
0
+
300
+
+ +
+
0
+
100
+
+ +
+
0
+
50
+
+ +
+
0
+
MISS
+
+
+ +
+
+
+
+
+
+
+
+
+
+ ♪ + ♫ + ♪ +
+
+ Select a beatmap + to begin your journey +
+
+
+
+
No Map Selected
+
+
+
Unknown Artist
+
+
+ Unknown + • + 0 BPM +
+
+
+ +
+
+
+
0.00
+
SR
+
+
+
0.0
+
CS
+
+
+
0.0
+
AR
+
+
+
0.0
+
OD
+
+
+
0.0
+
HP
+
+
+
0
+
BPM
+
+
+
+ +
+
+
+ +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/counters/Pups-Overlay by Puparia/index.js b/counters/Pups-Overlay by Puparia/index.js new file mode 100644 index 00000000..9887849a --- /dev/null +++ b/counters/Pups-Overlay by Puparia/index.js @@ -0,0 +1,499 @@ +import WebSocketManager from './deps/socket.js'; + +const socket = new WebSocketManager(window.location.host); + +const glassPanel = document.getElementById('glassPanel'); +const ambientLight = document.getElementById('ambientLight'); +const container = document.getElementById('ethereal-container'); + +let cache = {}; +let animations = {}; +let settings = {}; + +// Load settings +(async () => { + try { + const settingsPath = './settings.json'; + console.log('Loading settings from:', settingsPath); + const settingsResponse = await fetch(settingsPath); + const settingsData = await settingsResponse.json(); + console.log('Settings data:', settingsData); + + settingsData.forEach(setting => { + settings[setting.uniqueID] = setting.value; + }); + + // Apply position class + const positionClass = settings.overlayPosition ? 'position-top' : 'position-bottom'; + container.classList.add(positionClass); + glassPanel.classList.add(positionClass); + + console.log('Settings loaded:', settings); + console.log('Position class:', positionClass); + } catch (e) { + console.error('Failed to load settings:', e); + settings = { overlayPosition: true }; // Default to top + container.classList.add('position-top'); + glassPanel.classList.add('position-top'); + } +})(); + +function initializeAnimations() { + animations = { + pp: new CountUp('ppValue', 0, 0, 0, 0.8, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + acc: new CountUp('accValue', 100, 100, 0, 0.5, { + decimalPlaces: 2, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + combo: new CountUp('comboValue', 0, 0, 0, 0.4, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + hit300: new CountUp('hit300', 0, 0, 0, 0.3, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + hit100: new CountUp('hit100', 0, 0, 0, 0.3, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + hit50: new CountUp('hit50', 0, 0, 0, 0.3, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + hitMiss: new CountUp('hitMiss', 0, 0, 0, 0.3, { + decimalPlaces: 0, + useEasing: true, + useGrouping: false, + separator: " ", + decimal: "." + }), + }; +} + +function showOverlay() { + glassPanel.classList.add('active'); + ambientLight.style.opacity = '0.6'; +} + +function setGameplayMode() { + glassPanel.classList.add('gameplay-mode'); + glassPanel.classList.remove('menu-mode'); +} + +function setMenuMode() { + glassPanel.classList.add('menu-mode'); + glassPanel.classList.remove('gameplay-mode'); +} + +function addPulseEffect(element) { + element.classList.add('pulse-animation'); + setTimeout(() => { + element.classList.remove('pulse-animation'); + }, 600); +} + +function addGlowEffect(element) { + element.classList.add('glow-animation'); + setTimeout(() => { + element.classList.remove('glow-animation'); + }, 800); +} + +function calculateModdedStats(baseStats, mods) { + let stats = { ...baseStats }; + + if (!mods || !mods.array) return stats; + + const modNames = mods.array.map(mod => mod.acronym); + + // Apply mod effects + if (modNames.includes('EZ')) { + stats.CS *= 0.5; + stats.AR *= 0.5; + stats.OD *= 0.5; + stats.HP *= 0.5; + } + + if (modNames.includes('HR')) { + stats.CS = Math.min(10, stats.CS * 1.3); + stats.AR = Math.min(10, stats.AR * 1.4); + stats.OD = Math.min(10, stats.OD * 1.4); + stats.HP = Math.min(10, stats.HP * 1.4); + } + + if (modNames.includes('DT') || modNames.includes('NC')) { + stats.bpm *= 1.5; + } + + if (modNames.includes('HT')) { + stats.bpm *= 0.75; + } + + return stats; +} + +function updateModsDisplay(modsStr) { + const modsContainer = document.getElementById('modsContainer'); + modsContainer.innerHTML = ''; + + const modsImgs = { + 'ez': './static/easy.png', + 'nf': './static/nofail.png', + 'ht': './static/halftime.png', + 'hr': './static/hardrock.png', + 'sd': './static/suddendeath.png', + 'pf': './static/perfect.png', + 'dt': './static/doubletime.png', + 'nc': './static/nightcore.png', + 'hd': './static/hidden.png', + 'fl': './static/flashlight.png', + 'rx': './static/relax.png', + 'ap': './static/autopilot.png', + 'so': './static/spunout.png', + 'at': './static/autoplay.png', + 'cn': './static/cinema.png', + 'v2': './static/v2.png', + }; + + console.log('Mods string received:', modsStr); + + if (modsStr && modsStr !== "" && modsStr !== "NM") { + let modsApplied = modsStr.toLowerCase(); + + // Remove DT if NC is present (NC includes DT) + if (modsApplied.indexOf('nc') !== -1) { + modsApplied = modsApplied.replace('dt', ''); + } + // Remove SD if PF is present (PF includes SD) + if (modsApplied.indexOf('pf') !== -1) { + modsApplied = modsApplied.replace('sd', ''); + } + + // Split mods into pairs + let modsArr = modsApplied.match(/.{1,2}/g); + console.log('Processed mods array:', modsArr); + + if (modsArr) { + for (let i = 0; i < modsArr.length; i++) { + const modIcon = document.createElement('div'); + modIcon.className = 'mod-icon'; + modIcon.style.backgroundImage = `url('${modsImgs[modsArr[i]]}')`; + modIcon.title = modsArr[i].toUpperCase(); + modsContainer.appendChild(modIcon); + } + } + } else { + console.log('No mods to display'); + } +} + +socket.api_v2((data) => { + console.log('Received data:', data); + console.log('State name:', data?.state?.name); + + if (!animations.pp) { + initializeAnimations(); + } + + const { play, beatmap, state, resultsScreen } = data; + + if (!cache['hasShownOnce']) { + showOverlay(); + cache['hasShownOnce'] = true; + } + + const stateName = state?.name?.toLowerCase() || 'menu'; + const isInGame = stateName === 'play' || stateName === 'resultscreen'; + + if (cache['isInGame'] !== isInGame) { + cache['isInGame'] = isInGame; + + if (isInGame) { + setGameplayMode(); + } else { + setMenuMode(); + } + } + + const artist = beatmap?.artist || beatmap?.artistUnicode || 'Unknown Artist'; + const title = beatmap?.title || beatmap?.titleUnicode || 'No Map Selected'; + const difficulty = beatmap?.version || 'Unknown'; + const bpm = beatmap?.stats?.bpm?.common || 0; + if (cache['artist'] !== artist || cache['title'] !== title) { + cache['artist'] = artist; + cache['title'] = title; + cache['difficulty'] = difficulty; + cache['bpm'] = bpm; + const mapTitleEl = document.getElementById('mapTitle'); + const mapArtistEl = document.getElementById('mapArtist'); + + mapTitleEl.textContent = title; + mapArtistEl.textContent = artist; + document.getElementById('mapDifficulty').textContent = difficulty; + document.getElementById('mapBpm').textContent = `${Math.round(bpm)} BPM`; + + setTimeout(() => { + const titleWrapper = mapTitleEl.parentElement; + const artistWrapper = mapArtistEl.parentElement; + + if (mapTitleEl.scrollWidth > titleWrapper.clientWidth) { + mapTitleEl.classList.add('scrolling'); + } else { + mapTitleEl.classList.remove('scrolling'); + } + + if (mapArtistEl.scrollWidth > artistWrapper.clientWidth) { + mapArtistEl.classList.add('scrolling'); + } else { + mapArtistEl.classList.remove('scrolling'); + } + }, 100); + } + + // Update progress bars + const currentTime = beatmap?.time?.live || 0; + const totalTime = beatmap?.time?.lastObject || 1; + const progress = Math.min(100, Math.max(0, (currentTime / totalTime) * 100)); + + const progressFillTop = document.getElementById('progressFillTop'); + const progressFillBottom = document.getElementById('progressFillBottom'); + + progressFillTop.style.width = `${progress}%`; + progressFillBottom.style.width = `${progress}%`; + + // Add particles at the end of progress bars (like a wick) + if (isInGame && Math.random() > 0.6 && progress > 0) { + [progressFillTop, progressFillBottom].forEach(fill => { + const particle = document.createElement('div'); + particle.className = 'progress-particle'; + // Position at the end of the progress bar with slight randomness + particle.style.left = `calc(100% - ${Math.random() * 10}px)`; + particle.style.animationDelay = `${Math.random() * 0.3}s`; + fill.appendChild(particle); + + setTimeout(() => particle.remove(), 2000); + }); + } + + if (!isInGame) { + return; + } + + const isResultScreen = stateName === 'resultscreen'; + + const pp = isResultScreen ? (resultsScreen?.pp || { current: 0, fc: 0 }) : (play?.pp || { current: 0, fc: 0 }); + const hits = isResultScreen ? (resultsScreen?.hits || {}) : (play?.hits || {}); + const accuracy = isResultScreen ? (resultsScreen?.accuracy || 100) : (play?.accuracy || 100); + const combo = isResultScreen ? (resultsScreen?.combo || { current: 0 }) : (play?.combo || { current: 0 }); + + if (cache['pp'] !== pp.current || cache['ppfc'] !== pp.fc) { + cache['pp'] = pp.current; + cache['ppfc'] = pp.fc; + + if (Number.isFinite(pp.current) && Number.isFinite(pp.fc)) { + const ppDisplay = `${Math.round(pp.current)}/${Math.round(pp.fc)}`; + document.getElementById('ppValue').textContent = ppDisplay; + addPulseEffect(document.getElementById('ppValue')); + } + } + + if (cache['acc'] !== accuracy) { + cache['acc'] = accuracy; + + if (Number.isFinite(accuracy)) { + animations.acc.update(accuracy); + addPulseEffect(document.getElementById('accValue')); + } + } + + if (cache['combo'] !== combo.current) { + cache['combo'] = combo.current; + + if (Number.isFinite(combo.current)) { + animations.combo.update(combo.current); + addPulseEffect(document.getElementById('comboValue')); + } + } + + if (cache['hit300'] !== hits['300']) { + cache['hit300'] = hits['300']; + animations.hit300.update(hits['300']); + addPulseEffect(document.getElementById('hit300')); + } + + if (cache['hit100'] !== hits['100']) { + cache['hit100'] = hits['100']; + animations.hit100.update(hits['100']); + addPulseEffect(document.getElementById('hit100')); + } + + if (cache['hit50'] !== hits['50']) { + cache['hit50'] = hits['50']; + animations.hit50.update(hits['50']); + addPulseEffect(document.getElementById('hit50')); + } + + if (cache['hitMiss'] !== hits['0']) { + cache['hitMiss'] = hits['0']; + animations.hitMiss.update(hits['0']); + addPulseEffect(document.getElementById('hitMiss')); + } + + // Update mods display only when playing + const currentMods = isResultScreen ? resultsScreen?.mods : play?.mods; + const modsStr = currentMods?.name || ""; + if (cache['mods'] !== modsStr) { + cache['mods'] = modsStr; + updateModsDisplay(modsStr); + } + + // Update specs display + const baseStats = { + CS: beatmap?.stats?.cs?.converted || 0, + AR: beatmap?.stats?.ar?.converted || 0, + OD: beatmap?.stats?.od?.converted || 0, + HP: beatmap?.stats?.hp?.converted || 0, + bpm: beatmap?.stats?.bpm?.common || 0, + stars: beatmap?.stats?.stars?.total || 0 + }; + + console.log('Base stats:', baseStats); + console.log('Current mods:', currentMods); + + const moddedStats = calculateModdedStats(baseStats, currentMods); + console.log('Modded stats:', moddedStats); + + const statsKey = JSON.stringify({ baseStats, modsStr }); + if (cache['statsKey'] !== statsKey) { + cache['statsKey'] = statsKey; + + // Format function to remove unnecessary decimals + const formatStat = (value, decimals = 1) => { + const rounded = parseFloat(value.toFixed(decimals)); + return rounded % 1 === 0 ? rounded.toFixed(0) : rounded.toFixed(decimals); + }; + + document.getElementById('starRating').textContent = formatStat(moddedStats.stars, 2); + document.getElementById('csValue').textContent = formatStat(moddedStats.CS); + document.getElementById('arValue').textContent = formatStat(moddedStats.AR); + document.getElementById('odValue').textContent = formatStat(moddedStats.OD); + document.getElementById('hpValue').textContent = formatStat(moddedStats.HP); + document.getElementById('bpmValue').textContent = Math.round(moddedStats.bpm); + } +}, [ + { + field: 'beatmap', + keys: [ + { + field: 'time', + keys: ['live', 'lastObject'] + }, + { + field: 'stats', + keys: [ + { + field: 'bpm', + keys: ['common'] + }, + { + field: 'cs', + keys: ['converted'] + }, + { + field: 'ar', + keys: ['converted'] + }, + { + field: 'od', + keys: ['converted'] + }, + { + field: 'hp', + keys: ['converted'] + }, + { + field: 'stars', + keys: ['total'] + } + ] + }, + 'artist', + 'artistUnicode', + 'title', + 'titleUnicode', + 'version' + ] + }, + { + field: 'play', + keys: [ + { + field: 'hits', + keys: ['300', '100', '50', '0'] + }, + { + field: 'pp', + keys: ['current', 'fc'] + }, + { + field: 'combo', + keys: ['current'] + }, + { + field: 'mods', + keys: ['name', 'array'] + }, + 'accuracy' + ] + }, + { + field: 'resultsScreen', + keys: [ + { + field: 'hits', + keys: ['300', '100', '50', '0'] + }, + { + field: 'pp', + keys: ['current', 'fc'] + }, + { + field: 'combo', + keys: ['current'] + }, + { + field: 'mods', + keys: ['name', 'array'] + }, + 'accuracy' + ] + }, + { + field: 'state', + keys: ['name'] + } +]); + +initializeAnimations(); \ No newline at end of file diff --git a/counters/Pups-Overlay by Puparia/metadata.txt b/counters/Pups-Overlay by Puparia/metadata.txt new file mode 100644 index 00000000..9ae5ec4b --- /dev/null +++ b/counters/Pups-Overlay by Puparia/metadata.txt @@ -0,0 +1,7 @@ +Usecase: ingame,obs-overlays +Name: Pups-Overlay +Version: 1.0 +Author: Puparia +CompatibleWith: tosu,streamCompanion +Resolution: 1920x105 +Description: Hyper-modern overlay featuring elegant transparency, subtlety, and high-end aesthetics with integrated difficulty spectrogram diff --git a/counters/Pups-Overlay by Puparia/settings.json b/counters/Pups-Overlay by Puparia/settings.json new file mode 100644 index 00000000..2aec9f3a --- /dev/null +++ b/counters/Pups-Overlay by Puparia/settings.json @@ -0,0 +1 @@ +[{"uniqueID":"overlayPosition","type":"checkbox","title":"Show overlay at bottom","description":"When enabled, overlay is positioned at the top with bottom progress bar visible. When disabled, overlay is at the bottom with top progress bar visible.","options":"","value":false}] \ No newline at end of file diff --git a/counters/Pups-Overlay by Puparia/static/autopilot.png b/counters/Pups-Overlay by Puparia/static/autopilot.png new file mode 100644 index 0000000000000000000000000000000000000000..5785bd6f12b90b56044f950871e3d20339d8446c GIT binary patch literal 26049 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 Q>zlAu6g1`U%bH&PKTA8vcmMzZ literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/autoplay.png b/counters/Pups-Overlay by Puparia/static/autoplay.png new file mode 100644 index 0000000000000000000000000000000000000000..99d653e3c09e8a1acabc8271139187b96623f586 GIT binary patch literal 24778 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 HVDSF|%Qaxd literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/cinema.png b/counters/Pups-Overlay by Puparia/static/cinema.png new file mode 100644 index 0000000000000000000000000000000000000000..4d7240bbd8b935f2f6b26ed6b41b2f14dcb33099 GIT binary patch literal 25651 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 OfSQt~V!r(Ofd2q>oeIGK literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/doubletime.png b/counters/Pups-Overlay by Puparia/static/doubletime.png new file mode 100644 index 0000000000000000000000000000000000000000..6d25e323dfa2a210f6aa882942fe1f3ffba48cad GIT binary patch literal 25794 zcmeI42{@GP+wezrvLupZ--TI>VJySgLiQz;WXwjEv5YL0Y)O=Tm$j@RR7#XJvSdwV zOO}*GA*pQNsHf$br^o;QzR&x<-}iopInp?<^FGh(zJAwvo%eNKj^n;yYu&zg(UAUk_hcLKe- zaO2n2(BOCTAmALGu>gS2V7eLJ+-!P}%JTCM>W9Jt;tvr_Iq3LJ)guDfV?-qd=vno` z1hNM>OzL-OX;E=M%nGB7j10KQVIs9NoZ%Vmq(Dw&@RhLeww19{SDc>IEKfaJzx5RH zs(3N|Mi*@z-OfZESrfT{orUVWyIushG&PS+%BTf02)hAT>26>IJlBLM0H6Gol@AEk z(cTA8`1CQ-0qP9W>OlL?Z?L>kPqCp02%)GW#wZ-33t$JR`9-Sd0o1f90@9O3%>Y?c z0K0ay{RF^R8ek`OcB&5$kp3y<6b0aDyZ{G9Rt$iDH#STY;GhI3?m8T<1+W4E*l~xN z;DBe+0FbUFP6tqS8&KED%2)xQ+X(=fgq@QBP@MwUJrol10feLg*tHidmFEwXvc8fe zkxHpht`df81sTSl2Rh~Yah|JM0z(c9stUCZ;t0^pF-gZN^g$@AF%nFn&Lvnwp-z!x|v%j8txSny<4i=&= z+|;1Xs?LB3*zaK{Q5>W$9{Q+^N74@XSd9l-XW|eV=f*74U~z|8#f{|)iY}vGye5#I z3i*(3H%eeIjKV(LN+^{bV*SZrXN2kLxAtOXy1)Y%&CCaV6Dsq#)aTmt52l^^)vL z)9WVZ3wA@jQsIw+_vjwVEy+pf+vmXPu8Ii#bRhJd^w?g(ZbxVI^59d72}pjUhoVK{SC| z5@=pnlvnh;h|yxvqTM{I(AMlsskViz*+e1z$M9s){Xj&MjBU5vdWK7)HL%mqPcGPNC`MGT?_RJlxq?#e>8CVq-1sS8c%hEN>O1p zTtik**7AnwVmwZjb|TsR(`BL|{VVbOq(%Sm=j`t!#wED(p!!u{tc_DqVp5{jHJxiF z*AC9ygO$$ar{~?%s$xLv z>s%{~BgbxNm!y}7JgF|J&fk?^Wf*68E#nEkv24DwwX*OwSJ}&FG()A8E|q6cczaI# z?FXfeb8+|L&fGn7X-$Qe>HGlmHJ&3p{+>5I*cA^eK2PnuJg0i*!H2|YAl|BrwdUw8ZA?RKL^LdNlPqZ((0HZU808$E#h01*m2 z<%K|G;L#l`pZrb>)JCc*4q-o549p@gW>q0MkWoP;K`-k|1RNf|jV=*bewExA)9J{3 z&e;F;lWtnn6e^<8f2Y{F^XDu>RU_TPtoHSQljOX6hBZ7#HNR*kYCccHgN@+VrS;?_ z5k)d5ln3SSLhq_J%iyd#`mNHfbe#|Fhs#Ko!d#v2kFL%xo*z#iXPh|2nGAe*%*{8u zv*E+J{5^#-Y*LDeYWiV@3i0oetda$LE{ZJd_7;g`@NM8}zzYI6YvUUci$m~2@dK5p@(UTmG6XCO1ktL zU7NK`D)ql7>Sy2-Xj|VFRDX-YX@=2);pMqAGs913j~Q73tw(R6zJ#W8BRDREm$DCW zCUKm7CO+)*lKVWNtu|#i{$}B|rYcMqt`|2w^;|mRD05;_(o_<&E7QQ>O{USqH)oeV zY7GIC9*GZC2UluTU8z;RQ-jTK?R=!9YJS!HgZUS8*j(?(E!5Lbu03-kzxOBOBT*yt+cXE1}esr0aNpbMx#Z$#&w0(RhdGI{I z6Y8l8soH5~sVhhAkKQ%vK=eF$^W1Os;1D0nWvH^Xuim10tK;BwP+uH=q3dFLLi!nh zna{&^LphbFUZFcjPp}Z)-DM??^=fTIyi%%B>a)hK9?_zVTt_qSiGaF zir~BIT0wqCjEbP8oB_zdO#|!TsN?5>HS;qxNBcRU;TS}!YB}69`LF8tK{8k3W{2BxgEWex#Od1UWL;2<5GGIBFJX~Ii zA3~CWAO#=B%ApC!P1Q86R-;_NtI7L%U?LWFBNh*R4M53D_5a{jgE#oaK zL-4=@!EiVn2!a415NXmC(w@GqM3j%TtEbR6C*S>OVm;9wj&4Lpf-C=~Uz9z;i>M+f zxY^N<&mZG*ar@DctLGo=NECrSC^sNj1_b;YBLjo2&0Ji5Yw1bUI!U^dKSuW34n56% z-LODYtS7iFG9k{q80_iKf_}kp2xr%po8} z2t-j9d;p}N2m<}$%;N`)_&q zdF7vd7#Jw(x_S~(u4t^TCW16}8AnHqA{>g5gUI2a(l~pFytJG=6eNv;!R4hDz!*7u z914Yo!eqY=^3Udfaji)}du_%6$@RAkf+3(u?tg@pB1{1*j|Iu2q-AmT_R?T5R!-Vp z7KV{Vp+H~|sY?Yk1opk7U!47=BO?z-Qi4M{|8mXdSTLl{?B(J1axfT3T0u@hP8x!P zlDx}7?WG|QlsyUxvzJ$p!+r1KH*WsYm5!q)DVltLi84~GeNACzSoc4-epfg~tv_$;hvgq;j(?rbe-FVo z|G$|3eIMQqSl6w>|C_6?SN**cPXdnUjq<=E@uUd(cUI;%uYWcpcdrcGO#04_{|yu2 zi8}cYrva(}mB)Zl(sC$SIccygDH7pOIkdDr6brQnqhKf~3jKYW|Cdk0&nQMapj`1- z3F-;%pGZ=qDUJZtcNE8O>jMl^&qW3ew+uvh2PNyg~tNjT=D!w z0zb;l&Djx++FYf;ldhOQHV{9O+xG$g;_ZKM%>OuA!C3vf8*2ezb>c#?-}zyUYQsONFFDL0!hnbAQ))~1`3z9 zN6Dk5VK^`p16F{b;27}tY299#KX*s`Ci8UyAMJ#^FL+L zKfIF)*R3mAxGYW<1D6GpDp}I1{#wbxp)j;G%AQn6gJf|a43<@7GEp>Icf`S%|B*8#1Z7p>x;zM~j#SXlgur213fkIo zAWaQTS#4S5?;U(={qv3eI_#~6rHnx<;s_otC?evQNBz&nUpQ?Zl_`?WEJ*e9*D3@- zV*8gi^6RZO&mNq;zMd_}g1&x$;LWc;Y=700+gkq%+h6tMwm(fRTpfuB$RFL2HUDC@ zd7}3%{LDzF*x1d%kvEZFZS3fSb+*!UB%L{VZl0aUlP3794Y}gChSq;)_>1BX!*3J( z%USc+2>jMcI>{y-q62@NqW>j0e>~UzD}VVpqW?;-WWKgLAp^3txQ%OTK4jW$Tx3AD z7PoP2&4*08jf)J(*5Wp zZOw;FyN!zs$kyUEuC4iyX}58a0ohvI#X7ugY6zPpM{Ae9h0|3BJ z1ONyK1^_;9kiMq@051>#@Wu`RP)r5@I0>=GA7}#ryZLoBk>);wZ!e#UXYWsMQC)gn z>fgnPOOBDJ3lk3u-y0*KN4!LLpRHRse9U2IszGG?T{zseqtqR(9|?{~z0)(YHz7I8 z-aJPPj0_aFi>D?A1<~#70Cml!_*;0X%&qtItH^c)Pp9zef1J$d!%vw%op_R8TRXZo zGWzbYt~%ZNa~ju$(OsAC6jq%T)_pU7E@ZNYE^@a5grDQ&k-(6PAs6c;?wAGHUsD?5 z1JKg4ju3QpbWVm6@2Od-M0%9y&(6e0RL!?Dejb+O3#@`wYSyQBo|IIhw}m>tMe>LU zjJ=4?;-RH2>>kY_>=19<>a@BVbKG;( zWhCJ-W$%O2?)@&xAFNbPm4nWY=mrLd=to0pf&mG^?D-|)(H?5C#GLAYFG~4pS>xHM z601SguFu;%qh3CHc#PMkXOH`c{2=@=yIPf@;xpk3_V)Z&E<^EY)H@^;7a8`w&JY%s z(pPjqAuRnhw0rz6x$@pT!L(5*>eq8RkdbdJsO_?_an<@OK&u$w@!Fl8ingcCRD7wYBXvv2_6cyx%`GogN8E)jy?VR>WN z4xThaef)c-90Jjpnze3l|$!q zC>0%}g)OVWy;Soa)2c=j#b=8}m7hFC*Xj>my`+uNqi1suHg@0Pg%hJ{MMm16O^6nL z`cAV4?&V6IwC21o!87>GT$*deE;U)Ec(h5I_9UGz(E1)gQ%MR5u zIbe|J?@7Zk(I9-3>G`Q?aa#YOdVH;H9NOieuZs&0O7Qetsju+3ZsocUA5xv}t>EY0 zUC!{`N~d(0Ebn*kHXZ>U`P9lqSa{v0`hJCT6!-M_NB17ee2dsM6JS|C5)@=X}{h#EtzzE(@!vJXG_nS1v$`jOXoH`aWpy zj14>&+E($(P{TC$wD8Bph}#vueJkdyO%V(_R?h~;svo>vFzVSU$pB#kr?P4$^C2!B z;7gB~efD<5KSbl^`<7ePR_l#Ml=A6{6E+*E!SRHCM10RSU z{n*CDSBCCG7KztK;9tBAT1f~}X9!k!G+a@YXk3+^y{e_|TTo#_ilil(SO&vO9Z zH{D3nL4!`U3Cpa1+5cptea~~hyOA?bo|p=p(}_b$3KsBcniB0|wR!V6@<1u~Zw9I5 zwyd3_20kyRjDYUT2=4HnDTFCyMrFJ)X^~HmqUh7bbP%(D6 z>ruV$^~g%Mob%<@GTAFvMWvO<^)jLi-zZ?avc55n%+1XX#=mF{0M)d{TX0h2+Ce5qgV5AB$B(g4HCt<4Lbrq5C*nh#$(h%Zrdw z54btQTO|IVdCXFEFepf0B$w_ouj)fLwZb!A9TekDVF1!icADS?tj*Io8!R(aZlU4O zxjFG?9ct>{LMMQ{CkkHQI!Ko}bGu^gTF%X*6}8^nlH#{&kAu>jB6np|acpE6bRk*y zUHAGNFXTARN#YCE}xk)SNG>zaDOS&pWj_k8$2b%<68V6EXdSoa<@k~gPEcZ zUS>&WM4~7}s{IA~)KKS9xl4IIl?7P&K4vL>=wH*RdQ{f#+*H>LnGq&RJ#1KnVwr%R_c7UMB?1?;pnGv zBSi<5-(B$wUdUp-;l*6@IO9BYxw&<9{l3cH-+gmv<97=N0zd}vzu-ONw?UQO=gPxh#w04h?z-}I;ZcH%GJ7jxCmN2 ztS_MF5x`B$XRH2+ZsOhYZh?SHjW^#*NLi`Ko?V?`nadLxiLAZGX8z)gE}ecXv0K-P zg+-EOHiRK@C1UwyN3ajPOuns!`^smRLr*$i#=F5y*fctkhjd(*9??&owtMjANauRP<5lnL&)1k~uNZ{PbJncqDrGrm`f;*_CUBZ8Ad2wyCIA!^ zF*wv*Sj!QuxR1U?h9&{Srg*BXoMZF#Bm(Ae)x*lHhSYe%3F#1{)XtT zRqEh(^kM#sM;i@!z2xuBg~tZ6?yIf!R;9Id=z6ERI9OghaFSZKvncPJ0@yV9nL>;7 z2;1D=-C_npCZqs9ezZD%#{bAr!tFOu>*`4@)4f#hIc|P(DhmidO!qL-&${o1jq#3d zGT=~!NxUpqc!o53+OCI7bNBe z&QM0Us$QYZ;(Lr}S^uJ~y^9O1ruE3ZT^s{)4`a)gQoS159i~KMbo_3F$c9R~wfv=4 zz8fz-PD|Z6qsT{aoqDZgGPo?FVl z_;qeJj_0m;mw#Trce&C>s!#Q(#v^NNyaDqVlX!BTR)yB9hjTE5&n(?381JN;6C(qJ zLvx{gr%-X$uItq=**Wq@s1q#W>+*si>Yp60X52nL)Kz_*rzwgv^9^!AZ8$O;uiuLS zf#=7wFGn+;7Xa)_4btA5>eIOA?0Lb9Mfn3k*i{fow67T`YK$EV*S;wALG)$Fa>-3{B& zyWz$I1NSaHrY*4fV0$s~*iu?OKiFAKjLFo<*o5kEX1M9_&c^ou358@C{_u*dnX8C^ zIO+siaV9Of<#dRxOHIrkMWedLqIv0YU1hB7Uc410gRPTxvVT7^d(IDUt9X5p#t#%+W6aj{54HcEi1ZNsPcS-txE z&I?OQQZzL6=%RDRMEX+&Ql98ebn7W0S1$?%1!)xDq71y`Cd^)uH8|bW)DWx(-&Ir4 zQUd%O!mq3IER^40>QVWZy}R`1?u}XVUN&yNWz>oFen6Azp6rg}h^U1#>h5y(_W{0h zan+5%*!i17Tq71(?-=TE}#S8JL^{y z*}K51o1?F&)baG>u@ETi5(oIs%S%T(YyBB$6&iAAMLoy7^Lihe>~qAemzY((RmJtF z3zf7ChQ)t|FIQd=2H*LzzF4&;pM-B8)c)99LOh9FO$VL{Y=4Ky)F>BCd|n-(WNTxX z+EHd;GMi#?GJJfMY6lYwjQOtXSigDc#***pJ1^;uAN?f$Vr<<@zI=81hOh6)%*{FI z!>bUh*H#KQ`DU}AG86TO$~vNg8wVHt+nG&TF10&V&89dhTw5?_do&Q3-KbyoJ{ErY z28Kqp#+j$q*Xuw_Es;;HbP(UxT zI$f@)M`wZzcw{uIt(_Od8Y#`1sHQCvY}jU)r89siNY#^c%!+`CfrKQG9i{7_POSKKDgSzle21<$lw> z1;V;9Q$fH?!&g1*OS94i;pz{X=;(ma9ic4>T=uv!deuJ*O#&Xy3WCav%?wyb#LdG!FB$)dgsA+oPuw(STk zYK^~0Z>&;!xrjb@b!PX0JX6}DcJeYp6a${U0aee6YRHkftpAmQ0r6_6KyF@=k zPRtjVl8)l^x?;!OR>XQPoA>=GS97?i?1W`Qc2JbwMN?QzNLsBmSO98nOi(shAk_q= zsC_1?jsa{|>IChDlWVdqWE-cDs1u|s&IpBi%{BimF;a3}Oub1s_Ar=e~lMj{->WE;KH)d5$RH`plSC(eI zoM3+AEq6ss3PUw*9^On@(y`GyEoJRVaUXJt_PTHA7fsnBBV-ge)f(cX{Qj|(B*cS~ znbOJpq!Iz+qH?qbkLaE^Alms=p?9g1s!NCcZ;I(x;i4Prkq?41!&b!azUJJe)-c3? zj58Jw3(l%SXp0q|HdG8Wq=}oCOVEjJ%D(cbU@p#u#}#8MTN&iz6n-@$8#*pDI1v8y zdNf$d`Jk~}>18Xk%TxLnJp_HA)cx1&gbm!NN{GfXT6Gu$go(tR;H&s-@bfMhPc7rtEY5r?#$ewbWo{$x$bBD zK1YysZ<9$3tB%jz^!$|#<{ca&wMFvYrEk9o8(nw0_wAzA1wQY~)8u*C6|^(23^BtHwvVoQp0M_J5-XW|D7q9L9x`KF-)y9ys=btyx3sGx z%8ycokjSILv%i=kNu0Bm-n_=A`&o1I!HtH>mM=R+t7}W05thY@X@?H`_H=r7Hzu~s_{eUEmLiTryoT#} zf%n~a^t@9V330Mw6Z4x*bF-|yfa2sksIJWx8;87pJ_C`>dA0U-ZN=T8(IYFh6ac-9 XE5-evdB!(i1+A-Ps9CCR7xaGs@(vnl literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/easy.png b/counters/Pups-Overlay by Puparia/static/easy.png new file mode 100644 index 0000000000000000000000000000000000000000..ab3bc0d732c61d11a89e27880d62b427b7913268 GIT binary patch literal 28549 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 P2lHyH>#JSB*@pffVJ*Q0 literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/halftime.png b/counters/Pups-Overlay by Puparia/static/halftime.png new file mode 100644 index 0000000000000000000000000000000000000000..0a91e0f7a9fc8e74e2a5839e629c9eb0089f3d6b GIT binary patch literal 25489 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 f`2P5@6$i+UhFtgPIJqduRaw zV9?f5Hzs~+Z@j4~iT}HM(hUIuZPr z2RMu#u%OZ8+%4G=JI|jFismp9r;nuVr<&x?Ie#`cBC>V$ML@3OvznEc?O$*ADNdIx zWZdkes-vb)(SjLC2hkU)^07QW+uYdnVp38$m{!mYV5Yu_2(mE@O7rwsu!%uffwECsxWlElMPHp_lOV;~c*ew+dXL`QS1_0Ud9K_Kstoe2@mUeU? z&Q~xVlX!ifa$Ug2X5#Bq=T$dl0C+(N?EWeazPTqzjxxykYmU%+a{Hrn*MNh*4@u+L8u#F0f6~x*9T8TsCNe0pMBBkvp%b| zrkO1S1lejQxC6jZbwNqf)|*Pr)BvEK9V~i7g?sVAF7Y}_o(B}e59q!eM}(*fHrA^$ ztJ30vcs!0DC^@4l64ri$SM)gei83#|&d5G2(T!2E-s~=;f*aFk40YxMk(yu{a+MZp zHVpq@1er~w#lG{@To*z=@;}fbXN?jBJ&IsA63~s8)`A*Gnu5%v=n%Ipcz$f4`P5ug`iIkVHdJZ|k#h(=tV?z(EvG#IO> z)(ok8wTlYY=me2$YEUhc6{ktWJ}wg|p}*R+=f@-u$^T-i za!>NlThV6ND7)ujg`*>AmH(=N7yB4gTQz+|L=wt!P#0ku>rS?rk4eYslQ=e|q9 z`?Sn^M}so;Tnk41YNtQ*oC2?zt~q}$Skk1opu9;hNI68`u}l7;w7aW3FSvPV&PeS@ zgR)vaCK;3ZA|$@DTR!)xMvMkiv_q5igy4j8lXFw9Fr_fRu&(}V{r4A*^((I&xFV+~ zr`O!x)}GV;?1FT<0<=$RI(<65FMaIJ@x#7{#VZOc?&7t}Cl6n-d|y%H5_%YEnQvis z_{dF-YZ=#so>gC~E?_CBJeYX!YUVS$h8uGgk1C4p?7lJ8PdQXt;aqVFV`sx7{Uh_uks$|4fMR_!HznF8ok(Y>Aljahl?pQU^|OW=FWcDLxl1gU<@@3 zeD$o03iA>Z)euO(KQuhlJWT1lTZF})ZfL5sPxr8z=a~9u^%V8dbUUa4^16hMw5VdS zE76vcMIX;8RK*l0bFU|mLqO{mpkeg zLkl>IBw58#Dav{g2W68!s4$Bbaz+cyv-t>}r}eAnt+x{ZcO$wZ`qivO`3}x&iR$|& zyp6As_7i*v%NL)j4B1~4SEI+EHo7>)RKi7&(xtb}~{;ut2 z>rkA`rP-|YcdYfSFA^&9!*tChcr9MmmYhJA%e(sx(N1tsh=m=ZERnw(St08D)Zpqn z^VHJ7T48^E$Kaz6TF*SVP3HK9&Wv^{^wgW-zIR6qEWnmyw=ti?GPo5v&PA584{@b( zobDGH_MPGmcWu3YVL0hl(bdLET&Hc1?aa$jiA*cTl;YHvsf;cR1B161#tz+jx3r8N z0;jf%3{{`4P^-+nFMqcNU+}1-T~5g~&veoBvnk?z&&X{|-$$43_uK(B%kZ~PhpcK= z))XJz8!{s^(|>CF6u+vydUHjo^jz`G$COp)Bi9Z(yT5DR*|T$vY9C`oU*(ghygdr0 z#<9=D-e@v5@4fdmW7bE40l{DvbE#>3pPRbhig#a-?C|Lmbw1e(-NTwIl%Z!kzs4`cGO1C- zUWk1h#t`-xad%?k zI{D7Dg)dl`#1H^z@;I1U5G?fdP*_)INes@_1~2LB>_*&(0)V`duNwyIh$nz-@OBO^ z3Iem$_XR)>I0XT7X?=*kn;PEULCfC*Z{mN@6zlJZMdAdM6lvvsQA7vMcmf9G>+Iy> ziSktt_~sWy{Jzl)765&_gy5(kpt8{+$U@%`q~_{@2T4mJB(M-D93+F3gi0f1kTT*R zDWVL9$bzLH5)dRx8is;Mf&O?2DAE$Y$$Q{zQO4>Te{@Hb6a?%E1UD2I?BnAj=>wB= z^{@j&kw_#MA_bO`k|16o;pyi>!1zkIc<%e|H^yEi?MO_A}9z5 zY;^SV^~boJ-F|lD;`s+VB1Nz-#tjUWgn<9XNMCECcgy!^M0+c7Q-!~V2%^YU=| zHd8n(81IC4Cf>X!(GL1s7z78~zZt-W=5M>h`#SuM*@ou3*|(VbKGpKXKt`!~;4uVO z4^vlHC&lmK`l}El)?pjr2@)}PaKX9ycpi`klbZYroL}DX>KFoEk!UF`0g)yCGnIm% zq@++Vs2D^R1%YgG^8HE@ANs^agu@UpfARu_ni7qnP!wExvzI?zOX|lJ=V0siZ+ZE3 z<)3}%>!Y+?JP8;VEM8k(kvMiq2L~KV7A}QA+S$Z2lM5>aJL?jW{5>{+>Z_u2`b`pJ9cP#lUQ_2rNiqa8w?y_BO@zq`=g8BxcN(0S`MDXX!6?>WyDzfmcmT%?tgCmp>T5emWtdk z9-jD(6|NxgV~PLFT|ZOPhRwH3fx=)nl9(cPBYg2h+<$8Qbz46z|1fj->vaBm2)_H@ zWd8Sk_}JrJwhI66uD)IM_f9-rZ3#XY54?&UF+%>GmHFN4pUp_!%Y!$PzLUd$!$f#u zy#L`ez-8ewI4DL!8UvG-fWnB8h=faHC2Zh$xD6D8z`!xsAJhE5d>Vd5G1eaAVu!~m zf`5$cN5lW%%;E4J4*!w4BQ8`7aifFx@KnUQx_IL~i0cnz>*4AQa&X4j;lXY$b|8W) z2;=7F3_-WdpY*1}ZUH z@wOO<6imiO7LNUyl>QUZiX@(Ipx_YVe(=ZB?*CrW_TrEFxKpDE}^C!2hbcJ$x)H2km2ssDS%{Et_rl#CPvhb8WBZEy&<1aU1QB`{LN z<%z@)ch^#I2;K$?|1quGEA!XR_WPdhA8exk@yz{u714io3;i>v{;K`{KX@8`&pv;y zihfjDf32c6s%v67ss4Shrm?Zx+L(4?cKa7a6EO!9k2g@8*2|AF_TPOFl9>M~i~ixA zSh#Lo$s%F4FdPyFC04S;RsF4!MZytS35<=Dv@HZ?3&G)G8%ukmuT9Q=*O%)*EoQ&> z@*6k5diyaCn{aO`ndE|g2sS46Y zt0ACB1aTiJ3Ek{w({;b~^P`?uA)Zfcl--`2ZgS%(x)C9&7`s2W{!kFBKqvx&R7azw zG@xizRivye8bOp05QGL=Ra#XVO&rqJ<)R`?RvMxKkyVv}z*SXb)zqbs2(+w*hBQQ7 zO&z8IQ~8$;et+&Eg~h@VGEiG$w7_itHd=mnZ{Iuo^O!di-HMnz4vVsN^>D@z6gTZ6 zel>2If{jx+6!AEOSekz;a1@Et_Lnx&>n%2pHJrS@9b3R4-(Fzo#>XGFoAso&mjA+b zv!2xUm#LYH13^*hkM2mCH(6~Q7JiRx6XF3meq(T?O{7;FI{4z9EYux{$61~m$1*a+ z*!gBds`#y;<=+`@Qv6}~eS$X~V}A?o@2$i`a^m?s_~!xrU*i7fBlExV%dZjrS9&G! zwcQB`kgdgSTwC)Y(Qe}+0kXBYjcaQ@B-(9UBtW(nw{dOFheW%Liv-Bl;x?|W`H*P0 zaghMoTHMC9H6Ie~HZBq%TZ`Mcw&p{k-Nr=%WNUF7*VcSUwA;8yfNU*pw{ejG z*;?GjwKX3S?KUnFAX|&uxVGj)qTR+t0%U7(8`su+NVMCyNPuiDZsXdT4~cdg7YUH9 z#cf<$^C8i0<01jFwYZIIYd$2}ZCoTkwidT>ZOw;7yN!zk$kyVPxM+X<V&s!5+G{umAjt7WVY0RBP%5Ofv*KCKf!X8^zp0sya%0{|)w0JvNejy==>0A_w| zbrnhXL~E>Q z?TO)kc-8o+ebs9Fo6gmHW2?1evtD!ugtAh*qvnxk%AyKBs8BB_CC8Z-srhUaTTsrrbhk zf5z;kSAFfdqvCJpmfLnUpm)#+4yY{APTx&N-&?jSUvUD}x@c9?-lEkxtoE++I>`5v zq$%UH8&4SpA;u2_;$F+>L*c&6fbn58Zni`fGCH>Oc26vC)gTZaQ^jPPCtGn91bwYQQ%AmRY>#VJiLpVWiGG0|#k|(%8`QZu zF%E4)tTT%eeolIVNFP-IyhKe9^rp!^cc4(*uG~MH+^Gq5EQb*Wi_0N=HB|-&lRNItsMPlCgv0otjohU0fq1F7FM> zK2wS7lt10*C(o|?H4)1dGp}wA&LKiHUB8_1dkYN4;UX`l*Wb2Uiqy{}zl@BUxjPl` zMEv6pe@*U4yD$1iy$;@FNb$oTvIPooFN;uu=gu`AUzZ-cJhy1F-^~1w4m~Io2j>Ut1 zm)t@B@!4D5xc-Wmx1~n}M~5^fAEs)%%nAH;8X zx|caP;N9M@7dqPS3$4Czq2KMUkQ+Fr^H7t4pPf~tcaKJiU9qyCjv6=8C*S(hjlNg; zZ{nN#2bK{01k)YV>;!pq2K&nf`ncV>&L(6hf_!bXr25VFp1qeMd@?9Ji2Kw$BajC; z^f8IrCCpOc$!vNY(fH$w2bsN8ir%go14*h0gj}|%&nn5}`Sc8)qKjk$r?LxQ>`4vF zIn(q;8H9;L z6O<7>R$l02>ENQE7*+N{&6H%mizQTG>jH!d7=@zZyB+Ni#nt8i5yQdb-ynC%CdX0c z;Zkd^mW(}WH0UlY%}Ht!8h-`(x{@^t4n53xxXwtaHhIlJu{7rdFJltha^mC-%Hg5A z*8Ka^z}ALI*F=IH-al}%$xj_SVjm*RATq^xm_dbAyEFTJCgIXGQzP4Rdxajo;Me-Nn5bdiC^yS? zYDK?h%@Thyq<^U+O8)k|M^E+gVgsBWb$Ug~N&c;cV&IbHnJ4=F`^|?xTAqlTcuiJL zKiqB>9~xK`Q>^*ii`Ot+esUrA=xWo7i@=2_W{|aUR+vVd`D|sPL1w?soA_gBmNP9w zvps9CJ<}#>jAjq^d-Tw6t(wx<~p6%Zz{2$V#o5Q%%_3n8Ae5){kVn8$|4T_*T@zGH<$z>2*$| z`>y4|F3dGJ7G=p%iE$RJb~pR2pTAAGKgXjev*!Snb5NX?Of^uoZ+r=q{mAar|d9)_P##efOArxfXv+NIkJna zT5FMK?A=#d;Ptp0tRrvH*(|C)wJesQc@63u@cg*X98+)e7;>|X)L_!~TFb||?sS^& z>{912g>q$|T&XJ)#E|R1_vT)O0TCw%wlgJmch6qklg%DN*RrRka;=xDi0}#>Z)TK~ z3mO{P3lgn(T1lHtZp#stxgeL2SADDS$sxyLDq8w%Chb64O9ZR4>uHKcN}t?lVIm{IhAUpFZq9dn+bpyn8OxHoN$+ zHgKzkyR8z@+6an$aJlbf)~A9J5W3h2Ej%*Da}wrPP8}PLmnp$4_poWjUpS#f>EQpV zr#C(A{+vtIEA)fR0sB1@7>r zv0>h?Mj1;dtS&*zSH9R2o;aFPTbrg(E212IPoNQCKE8*>zolwyDi~1l8M~&RK<;qo znzSraI5iEj7sPh%?m(QZLpC3H4;hy`+L_hj5&V-qJzc-jtOEo@~6!N77#uriM)(vE0lH*AXvE!~;+DS)W9`WXQEF)h(EOuSk?qXW4 z5&QEl-Rrm)pHkhI!^R*hlQ&=Ggg*<_MNWSWN3J~3Z&RGdjSH5Qz1pYJoUrfiWN>&T z@jYYVA!~HUkt`&Km12;Suc>d=TC=xCttAPX7p^SYJb5@Qn3KBe$>>4d)su_M-t#vH zNBTW^c$o@LePGq+%6t^iEjf7Is{OKol12#p?O1D0)<|24)jeGq8q~_kw(-4VO$l=A z848m$SrzoB?yt2FX4Q8ze;G%dKX!UQ!p}cpqzy?pFkSOi{Fd}S$FtUp;q50s)kn<; zJUW9vHZg8qku4*gBQ4`LCuU_??nE(XO@3KK5LL}wmw)|!-CKOYje>%kvY(O^hV$eu zH6~-gFjWu*-@N?l%9z0XU^>D1bky)r2G3d|H?(_TsE?|y zm+NT9y30VDN(`^~#{x0GuVH)3-P@P+sP4tOifBn?>?(;QYPmF#V5stRt8M~!% z=p5f>by9P_HuCovHULPsI@HAX|9w!vnaZ9nMB*$S_5qm&YRRp0{&A^;% zF1BK4+?Tsi=wqvL=Z~$xDy+*duBV*>tV*l+46-RXZhy46ThKHsA~dDQl2eQueqJ-a zr21%L<>FX4h5EcUP!E&S+NlkC(nGH-+8v(bN7G?1#GtO-Bmd^OE!gUOOz8cx`2D5# zGL=T>O%7TG$VnWIknJuXIf$3-ls>N@E<)pbhHUXOilDqdg!0vks&Ql$7^o|i0C#l_ zcOg7fGg`}@@6(~AR3FJ(m_qh@_9)@?Xuy}l+?H!ZM5ptOHkII2T2>n?|o z;j!=wTIF9aKJ``OKcrAi@z{%{wX8AoMIn+;JY?AE$`RIF?RUfa{;r)s>`?0@giZTP z`|8}_sg)b+mXDFsBT5OwqxxeVyyV`q{9R8}6f+z31j`uMcvTQX%}x2u?t?Fn-JE}z z8u4yWe{zipGC^ZXK6CHr_#8Qi`USo>lnYcNdNuPT>kxckd6ARv^AN|AZ_Srq9hE%w z(gFB-YmNnx=_5&YI}CS=>6n@V;=^MhO}DwLR>;?Tuj3zIlVNFuUCD`ztyv9~nm%-5 z%t^Vsw-mV`Q0SEf^2{tt#q9_bs0dAdbT{CDQ2oS%i52XW2QG#jK^fD_RIha z>6t$(YEVWCsqwI- zr_50Chtzi%jG`%2pCk%K(&%MDxdh+74P*lIebJ#dh}ruXawD3@fi=X@E<3!T5hbVV z9VPd0HpJ6ICf+(Od6_C#RkTeKb>{FB8*~CWRM33~b>1p-`8jRc7!WPrJh6U2tDw=% zg72>63Q;~9_X{n0Ab3unkAq>_$T*n?rEO#X%J)O%0pZ}#;1~WAdlY4OrH7$PqI+1i z&&y^e_?I^t8Ff=LYOB*zJ%TL{wpz+l9vPuNqqnn0%m31mXc6D8A~9PfQ-bMYpd5N6 zt}{PofmLL=V4;ehj_q95AlbA|Ui$JPV@qd@m)>5}Sl6!g#O1rIDpR`8)H?#Su3V1( zV7=5B6;g~h7Otu@)9A25Dp)fZ+U!+hN$O8kF{JnEy6R3TCi;f4_C(NNb8A`N%`iUd zM9UQ6#h|O~=cHE0@PrjwRM!W1;92$xdQ590$`UQGK}lfhu~) z>GN3wwb3jBMX+3Fy^kdmqSEN?S%#0yAv&r~M`i9jo6wL*rs)^pjxbPxoGy8!>N%3p z+_GlFcH!~ykd^%$tsW<@9#lV;zmIdMg=MS}zpvYfI*0RS9^a*m%I*YnY&4f~PGnq2 zqC-5*+rA2$k^sKkkHV!!{FPh*ry{(OP3c~56H;Y3lsOPhr!_|9L@4?#ajDpgx{UN; li+-PyrbZMUr`D-}=nBd&_hNZ{HhyMT8+}l{RQ33o{{w7&$lU+{ literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/hidden.png b/counters/Pups-Overlay by Puparia/static/hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4a9978037879d1e2e1f32d785934f708fa6e17 GIT binary patch literal 25876 zcmeI52UL^Gx9CHW-lW(N2~}E1NC=S7d+#8K1wsm)1PIckizp&U6+sY`-c(eiN^cer zQ3OFzs(^x0M5Mi-$8vH!{Qvi!d+&SqEwY4U&;ItFZ+^39f3t_R;#m_TZDxjj3;+Ot zSyxBHjP$O%`9nuT`t9MxI7oVgpyYj(8&8%Mnii z>Z+>)37&YIlPeYg@O_bP?qFd)xl3{B)qiuoltGXHV57T*;qzJ(pa6UhQcw`*ucy5S zpz!Tsqyy9&rqx6CM{clAsa-ls5ps&6o){;mPZz=oQ1OpZ%LS-tQG}$Y2%7^ksR4Em z(Dow$6A-}eVDNYkASC_sr2q=RkwiW&ip)3wkOO;01K=nRDDFBGr3tWx061~_%?Lmr z2msNw!s!5R+y&HkvN4tc=$HTy(=!pG0O|mMUAusQFW}TA0H@ZRmBL5yQnm>(5~)jN z3YCHg&CnxsAP-tAE6D>Qow~clIb~3ks8kinM!!pYp`p^Oujd~E0GV-Iq|wf=`F66D zc6Q3dl(X1^rs`-m`0edS*2lVv2r2-;8)8uRx&-*vz7Tnu5V!TKLNnBk#~Cxdm(JnJ zSXJ%-GACbH%@a1+Xl7lg?C&2N9qrR=Ry%^aZxy)i&}dt4wdT4Uq_DcQ`1;UcJk>vC7lK->hq2X)VS%V#@9jqmddt56$5}s}?WX zBJ^YfGdv`*LZvhW2i$O0q6mls-w34SOW&Y4$hl7;Io%wUareCfMAl z#-_%A3EA&yCt4h)CUW}G4IVK&@KY5Y>3UPg(+LC?$wtcx7DWQ<7ZhDagGfy%J+*2( z9S4f<#Tg3wC~JWjy4{x|KJzu`P_v&C1a_R^H09TigX>6{MOgqXb$I3!Jt+~9N42Wr zfi36g*CfEBwL%*Zpul}C!inPH! zIHTSyE69FU9eS|x0;TTFY>OxCPqd!6n+Z%x6r@S(>=Q`nc!6;#qeUc20L9xQM$<=| zMq#7eqkMBm7}D)kJhDHV4~v-Hch=iG#x^EBMuSa(s#;!4HG7$#Ww8?;Yok_@Rc?0O zG%}w<+B+5TD14W$eoo2Nq@I0_yB(LDuD>N#?R=SZ!06&*t0xa8wclQROSRy`#C)17 zyzPvG$lkO)w0j)(`s}%$VvxJH=iJ^l3y7@Lbjrjf)=PLxYq4^%lU#B48Itspgp;_% zz!n9CxrMI^87=26A6Uc|95)Xv)v|<{j}*{9O)j!5OgEV}=QejJkk5}SbjZhBC}#&9 zUOP*3xXGZ&SUuY`^QP@cO)HQQz4w-{1fL6Y(P{5cc(d@$NBt*Hh*hVo@l>BvEG)=E zsKfMNR=3RN6LHG4BPkxAFB6UECq(it&Id)k;+z#77Uj;BHmH=s9(5^9zL;!Xq*G*C zq&;0LQ~EwHJ-1e~`tV99i)x$R!J`MY9b!9oq)(Xlo4?Fs$lGP8h+Hg{EOg1?&Z^e% zsdLYpNy)f(JS4*apZChIcH+zaK=7Kyn%kGWMQtW)np;eQGy_bXdlXvW9(V;FaNEE~ zQ}ts_D(X3?B-F(>r{XHR6|OzgIXPcboq3f;2}VU3y$($`K9+Zs7u?-@W2}#6ptRhrJP_qzzuVz% zOKHE>xY+77!ND!szz&zw7}AND}ZG!r>^<)QQy(Tu||ug6X8>aR`5x|JEPBtcw;ii3>RjYA#oObCF{;5e(2=Qr-= z_!KUoW_K%nQu4eqqBNo)`wIH%uReM0)4_b|F@!VL`?{qr!hO02)xCx^zGx(Cyh?MBGDchn>A}U6 z3MHKtUdUESS1Gqj;toH2W}R-W>#DyWAt_cW8Zu*7>ItA5R1sM#6&@dV!9%T(&oH6fVaj0~ zcj7@YHll33#r@n}@PQ=S4wqXOigz3aF_f$2zO}Fsc`im<=76=r)jc|UACX*?A^zz7 z!&~}TuGonnv!*76LglmWR=|eQd3Kdc1Vs6ij zi{4vZEDfp^_BV71J>GCXtl3{ zC(Qxy#YZ9o)#2spmDlPNDr&HK9i5Nll`XO@7A(G4$jm%>c?b3UvwQapcR37ct zj?^rzDRtZ%u%xgwe1?05UC~{+wWM5nws7)u@`~HB5+gT{_ia>9sMcr&SjwMQK7GdX zMA5=5wpV;wo28BS-g^414~SWY+4B75)?opHhTrJq68+H90cPZj6VU<1Z)kgXPw+VK zfSuJ+=Tf!O%u`p6*dM7feyG&lJN3$cReOM!^|G|WVL!cjiw>t3lVLpx4s%`6=}GB< zL6XaZb^}+-118X&L(Z)D*(x^TnNLh*Jvd z2|dPb)t9SNODm7MRL=O<-U+}hO>$?*cD`Jw_4~MMqxV?`Lh)toygz=aWodC}*UKQ! zgKM1+s{4Ho&Xm*`*VrzoyjSg4e;N5q`N;ZU-|S$pbG=XIeD|RC5=}&S*LvJyEUWsC z*h{ewPBWjL&X7|=AcmDa*Cto<)VnZU!Wp~QudY8R-MtGO^!eHJ^Um&+?yQS*7Zd8- zPUfsl)lcueKG53Odf;A%FHGwA!l9M-4L*ZDJhRt^SdB+d0)s_19G7n{nm^84N!Xi^ zut80gGQWz3fd&8otp+CxYofKG0TPXOlSE6VNRk6LED;6tb#rz1 zLi#H5fAxzbeco&a^8>$LLUd8&SKaIoXl-Z$RL6T_fpAF~5E>#S4U|PlO2K7h5wa3M zC`krGKq$@yPe(pq+FUZ|X;G2{0el)ONXip~s(FyMk-1LjG$9oeM`S~|H z`tkZ>TyBIP9l3k`!Hz@`?296Rr6eKXzcDg2+}g~|?YEX*M9mYVJNaW|zwOY=!jFIj zn_<21-kxZz<_WAjQQ&ts;YBpV{)F^zxFTKtTStWNCCTsa>xcSpabVCtED7G8u3u*g zg9c+=v2LWB_afOz{T2q%3HLVx*wp-OcUWJizcJg?d^7tRQ{SdqffUF{bx$mci1)O> z<6V`$h3n5kj8unhh9^+O%E=vr_wf={0F#^i44j|duo@^LR*7T@2SMaW|16*oBovB- zNr^+`kPyf(PQG19=EIP*h%hK3>Q7#zq)0nHq_hkYCiknCKV3`i2aj>W`Tbj7eqQ-! zABKiVU3V`c${mf>)ledhUDC-3gG5V9qu>}R90)3l#ev{xX?qX~hDL+1a1=rg14Cn_ zFu1RS{ImIATx;Ob-kWhia{VoXVDM;?`yXM2gvd$RLm_Ys2!^vqfuy9caF9Jr1_MH& zAW{&N3_=bKmHFP$FV6nbk+G)}DZ!y!f4OFJEErN}_Ob|jxQq-0BnOv+gP=HRl6N?1 zKu{>k9wjYfFDnQCF_z!B`Ab(iPF|#F^7|#qNU`=cg_&bL{@nUq;p+4?6%kOLUf9hQ zuE_s=iT}u5KT^}C&DTtUM4>m6m=bz3e6bh>@Sj?L-qsJxKg^u|I-UO>f^YtRG5`BM zd>pavTZR8OS6{FCdnaCa9MK2miB)wVMaaLiGQWBKvl+R21@LClcXj%2mT>N(@P1BcRzvkB&|On&J*tjbaF#EV8H};2Otp-L=gzC zPH5ETDg~c#$NaH@_>tVc5BL{v|AS-x$I&V!g@z#@5Euv!k&^*I?WJ*~KqW;h7KegB zVY2pe(&!&a=|2&zh_6pO2x&j~{b~1qFKPV06|Mhx<{5Y~{fG}`rCd|M<-P*r!0@+cQV@sQ#WTzSI5V5l+7Bf5zJ{x#4Sm`4=f= zGwb|FLEk(1#Rqvu|BX+>|GJ#|zh}((-Sl z0)~TO5HKlHB`b~iR>>lyWzZm$Jrs_Ez;F-@7Ph&xH~ad<+3)(o|I=djTQ9$H^Ru__ z^Y9DqUrHv0ADdXDI^GrUX^6*Ql}NY$yXIef{#29xz-{vF@7qdVX4+~%T}^cvDTEAZ zA1NvItD9f0`>mhv^}H(Sd}6cg_WI=}H=m-L5u%22_;c%b1*r;@l7S#JG&P}GQkrUN z2st@T8ImLekqbaAQ1&3&;YrwQ% zs=s&et@Y10_Uo{>8kPbEjl|(S-B3iOUmo>88-L-nc~piZomr6T=dV?W5{d0!+Q_fB z-aLD7_5OOc0E2vefu%Oz{;>U3Pi}koU)cVtC%64+YU%DoRD%A|9a-})R+}e!-@?zF zbc&7L92|KQ`PC*)zF1dl4JXo>lh@|ii7aV?zuJ&1ertI6?+kxY{9*WQf`2({{u+Vb zT1h9_q(gM@k5lx&1m}ZOw;FyN!zs z$kyUEuC4iyX}58a0ohvI#IG5q{q8mv3%%V>N^-#Wv%>h_5AjWs~Dj+r3<;4cIKgoFbC z%NwNkNdUkb0su_e0RYGp0AM#h-nK;x0O0V{)ljwYeev$HA7Q^$dYf|KqlJe$uzknM z(H)T|1wY31#pqI=kbFmIK26fH&H70-tfgOX>j+lCq=-H$y0G4maglYHU}da|gIm&&cm8Zr|7QG;G# z_ZR3e4l_CU#y5mNd_omTyF*{${XhbXde-~CWheXq+c zNv|-BxPo+FZgud@-=ItR)J%~i+s0*lGiN7dgH*^|($ln3*6g|E0)^42;f=VNj(HVx zl*hrrva_tgczM>OekM;#Oc<{phmYLZFMzp$W)EQ8jt8kPP->st#F8RiQA8DN%VC+z z28}D%$5}Lm({kn4cYwR@99j8awh%mnct;gJj$WKs8C&2gf@Sy z!UC;4OSKQ4a@pA=5aHOZ>eYNBmWA4a?v#ndhhlc?T_<{JGsCmbmu3=GQ&RY!J-=>* z5EQ)NCX$27)Xeo>M~*sKslH=B^HBXss^d~UyhpCG$$G5|ec5;4$SAtcX}1uy89@h? zq$F}A|9V*Nfp}h#7fvSJnSRgGPj%KYi^^Od*XAnODfC3u?nRQuuAztogvR<(T6 zyEO7U%ES#M(yu6}m{aMp8})UlzMGSGtaRsg?s;-nzs^atWV(E(jUR1b9x$DK-LVW{ zc(&3n2Jn>F;^0&>st;FAQ2HcJ!=k7q`ca;8hJH@y!r~>37rQxTZM0o`3sDodOJC{q z##~q)3h1_}Uok&Diplg?4sfQ_;~nUXd%pxBd=@RH6cM9Vw--aF$$Pv5Ilj5hHd_@{ zd3|I5&3>1{&MN_n7e#Vd68zspO5c8F5dL&%5L0juH$KV-SyM#Otwz3g(|)7!ba$ck=ru)}E7BMbCAkBOw- zF{kH9xRBB4wEf5@dCH#miyE_E}ptTQYJ1oR9q&%$h-tuWzwk z%N{0q)oYoSR(as2BhN~;!aiJze3eOJC6f6x&DHSJ58kfnp6KU1!BH z#REtllOp2sZjbj?^xJXEv|8zg$}@NvbB_m4w~?Z1hl9RLMQOW8jK1js9leUw zw4^3)?c?OoyPy3s;J!)cZq`VMv$e zl6L-ho(~*{8*Ua~(|wJIn99q7)4_6OL|}~PVaUTC(;Hb+ZcO`wV{C)a%rRp-V;G-V zDp4P%5PEFFbD}S&uvJ`@!oY>SY!BWSB3vF`bYQQ@UNm7GDwmT{c|e6wq;YM0)I`A-Y8lq*bj!)L z?#7f!?vfB^$*1$NI}%6J0vk$?JM%uLzRM&Q7n&?Wedk4jo-UR6O~$)VBa81cKN{RU zq%r)umip?mN|(bFITWAP-oCUJ(%}R?9bMtWS4>4K5RaZTzY{eVm~HedT- z7b{|PZe70gKoSc)k`EcBcYdX0bcF}?Rxvcu zHn|hFIRrcNMUkww!xiiD)|wPKgB)EuyO-X%tY0deStp*loC0^?Pz@Sp zBXT_5(l@B*b=5|HS$k3@=ML!|o;2C|>H==Zpb1e-7O9?C0p>5i#4McbXM3+&+ySlPe~#@-;5^=Q?6T%BsNW^k*G zu%Q0cx`XkVg^v$#AC{U>xMhmDNlb6QoF!tM-|-HiIXAh)ERX-hW&1il*7e$AV-bN# zWI=t#BJN#>#H9@W2#WTFs5sYgO)HQ0#|E4MVd=_2ylauhJELNGO!k^}uqzi_&bJg< z$=B5#5{o)>EqO0z2#PpV0!mn4)o(;xqa42VHd0%eGl3)-h6Z+_5vMW;|)8z}n#QTAVcv=2F z-Rvy5u`3SS&IPeN|1vA@w{?rJ+tP&2E&~O82 zHOE+UA827p|NP><()=n(QRXlCOxD<*d5ytr8MT?p^9!!W^h;-3=xqf8z6fRX*CZ<* zkzseIgv%MJxQO2T&qE$-{9Svb`ya0~Y8~(U2v4o(o8MDGA4*5>grSk!yz?COPMWghSLw_N@lU96Hl7A@j`IfTijoz{?e%;Sj*1*c}n zRM#17;eF9)Cv|gb?deWoc2v+8=Y|DzAKG#MsAwk?|RyrAz2bXiAu)IeSxgV6-KEzr)OyYzv>x^m;r?XW)D zJrtLka}a6YX;ifu^fG(7+aJz(w#6e!>rryJ{t;xZ(j#z^3{ zz8y}Z6UjESBhy+ZK~lAx)*jj}Eco24QspHW|-*G^W!hS^x5W8Itp@ct%;$x?fL7g45_LU78#e;@}GD%7J+DNPl5~9l};#sLa@K2 zm$a@utuwzPC4!StvM%(V)u)dGwkPRt+3ln|kH05dSZSzG`hjqaQ4ty5dpP~nfPBYv zx}1%CnS(tB)p~VN;@C!r_0>;y{gEfwY?t?bS>f~lNP~fg#K}jDHKxXrQtmScIsg6R zrLRJE(b-)zON8DauDv|^DO6kcQ+CQL?;ZGBm)$xHpj*eArj|}7L=?FTTnXcP9++__ zc!fGyw9sPes$f@IgjpFWk(@)YgpG7j;PFngVnz zHdpmXcLgiEDd>7@YM#68_2JTr-*QK=&{OJVL5aWz#~#+arLvs1j$!_I>7v~z;{xwX zZC4iS%BJx2Gd{)j?Yngj3}_E1K+1+wPNxVe9TgqPxlf?>_fCAj(|0*EpXHxE&0sMh+#)QnqW$Q4rj>d#OW}d_`cwiUArs{ z$FJUfrC*VgpgCPPDGpUx%4nmB)wDq#p5irs%9h8n5U;;TSU$gTs&I!X<)fN$H(OQw z0zvUy$bpXykk14`-F;RpQ^nWPMrj=pM??xmrDZhz4sbr9>eIsAuu)HLfI>N8we3*3 zLo7v!LVcM%)xqHEpgH>Fmmj>xkNU$ZM|H~rwdpl%5OdSEH>VF?v0G-gb?C&(!U$gk z3wpFoEtnPhJcp)zo3!r|dIDEIJl4rTM!DeYB?LvX0|NW(()=U@#1n}zQcqut&%VjL z{krYScuToR!%^Lbm%<7GmXh&%L=Q$&=Xo(>=7hz@?V>DAsoM1b58C;}_eJH7r1%|e z%SnuA{j?{PkZ52m>ujRh9oDBsAx`Umgh@RrUasHJ#LC2i`MIcRJ00Dl3Gdf$;uL}? zH6u*WdoX(k+LxdAnpp5WczE7rm6ew7Qd7meYVt0_S=MWEFXUjZdzhF=JWvdJY!T)O*MZCF^{R3xW|)7*)Z*|n*`o57Ld!&O4n!SiF;-IR8F zSxQGT^Vwpee0*t*cxZua?0XHanbdn|l-xCm*A#WgniNR<@KiiSB2UFU+TA~f)}I>b zEthfXDqpT}6!JDfL>w4-`XR^JEWM-6Hg$sZEx2EQA(lO z`yqn#IsB966q=2RSXVr!CRZ-o)1pdID2p9SIL2ln(ST(#G>(?)nQX1HgNZ8h6Tjm! zJVwmnqZNB%6&_Ia*f&nbQ0tWfTCVKP4`HaHiLI-rDm`cFMO^8Iom^UFIrQp_meP|n z_8>>WrPme1=_x6l`TAX{l--d1OLeijmRbi~1%nrE@BbJe7HDq55fZc@opxpLfjT_A z=zA^4(jrXmWxxr0UMhoFmf(1#~FgXYb@L`1M> wP`h_$bKfXj@u11Ba}CB!y9YZDY_I}?=Q6HliqFYyez~-+rjbUenqAoc0bx>96951J literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/mask.svg b/counters/Pups-Overlay by Puparia/static/mask.svg new file mode 100644 index 00000000..3fd0d7ec --- /dev/null +++ b/counters/Pups-Overlay by Puparia/static/mask.svg @@ -0,0 +1,3 @@ + + + diff --git a/counters/Pups-Overlay by Puparia/static/nightcore.png b/counters/Pups-Overlay by Puparia/static/nightcore.png new file mode 100644 index 0000000000000000000000000000000000000000..012c8a13f5461f8ec161594d827063791b7b4478 GIT binary patch literal 26173 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 P3%7=fj&iBe>7f4rX!N6R literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/nofail.png b/counters/Pups-Overlay by Puparia/static/nofail.png new file mode 100644 index 0000000000000000000000000000000000000000..8180c6d6b433edde47e20385ed10bac058101a94 GIT binary patch literal 24810 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 iix} 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 XKTXm+G{t!DyWN%LHRN(-Onm+ijC>5$ literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/suddendeath.png b/counters/Pups-Overlay by Puparia/static/suddendeath.png new file mode 100644 index 0000000000000000000000000000000000000000..f48babeefad1575a07704f6ef9d771e9f7762a09 GIT binary patch literal 25170 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 literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/target.png b/counters/Pups-Overlay by Puparia/static/target.png new file mode 100644 index 0000000000000000000000000000000000000000..f2d782abe2d77a783e8e4597c599391c2ffcb2a1 GIT binary patch literal 26399 zcmeI41z6Nux9|s1x}-%wx?zSGx*O?|keVa}hHjB=0YQ-vLsuS>&r(Wlj;zV6M+96~N9j@EFzCrg2asQ5<6^`mIUm7z=PiY9?P(>Y zlV@LMMqtLq2EB9t{Y#<(s6MzJ#6wc_n%Zvfo@|Tq4W~#w{0l@I;#m52E zXr|SGXv6o3=j2n&Fakm_YTT}gs^bKZ17v+-%02Fjxh*AO=g8<}6^#(D(8(siN%?POq zc=!}h(@BC~0>B{vfOI25IRPhq0ah=WnY{oZDFAZiRU^q2?jn+DE;Ol>63KEFF{QwZ zIK0l-Mn-(}9Gz-Z+~mTL6OdF{zB=!eGXjA^#P2_~0|1%VDA1$*wCmMLRMgoi99u?Y z$van#wa)~Fj_*x&Ze2P8!4a8gH&S40A)Boy6F!W^5AxSgl0W_Hp1~2G|6D=!IA)wOVSP8Z6q{Q$w}*J66IW@+=K?@+9(j@BmsD zE6#!-d5*A-hjd(4z&=?zp&DJAutX;!zBoTcd1FQ1uMHw&{s?x1WxttISH&d>-Ch-y=5VR9k zrNVzbutZm?kKlVX{2I=?@YhSw;_HPC#}#7s+pn2 z7HqHw@io=UKN97^O@y^QVk#iWZ=!j4p#ZZoavj$7$nzv=pi&L4@JUa31_-^Js)4qRbJZWSRh<6ZKn)e(4>wljVSY^-M+PMEjZkP1VIhrF z5MVElKcV(0%b%4Rd14JNTs%Y_aP+4BRh6C(f&UL`)7Ki&omo=MEK{Er&EYiP=>}_Wn6v~*IMyzoWH?#<181@;6dK~ypcS7 z!%v2725}E8^e-1F8w%==Kfvuv$~VkQ*O}Kpt8e{4A~!tGIu~UiljU!+8;NC7uTih9 zkfodX$a1`@i2)yWrqqjv@e*Nvn0p|&f$dSpTR#u3%H&5vrBnNHRr7W8Rpy@y7cJ(b z-+!)DX|f$iB-ebN-HctuI_ z2*}Vt<&1bgpZ-F78Mte(>+mIKU4_6HtCWBRYmlImTCx%BjFO}SHV>}oDwx;HDr7@$ zKyH2rxmMmSd9PpjsxonmZIjtJ%eX_6L(@GrEH*|qb7nmgJ% z?smLR0jEjv4+u=BO{Wc{jXt$9^)lrt%Po6`P%D`*y>GHqR^=FKDrS;xY-nm;s$7^} z$ojgnurlX#PPta1R({57>-vW)Wi4e7o}PI)`37sSsLY}4GQ=86W&O0VsD3H&dE(`Y z%U5@$unEK866MpG()qhSb|DwPAU=}Xd231La^qUkEYRAxi=^v~;CLBX8)t)Ux_(-( ziZzvWxohyJi0DZ5pf0lG9=;IFNq9ccYzni&WKUNb5jc=$BiGj9{JOeMV` z?Q(ludR$UuL}0|kvR$O+>C2~W+V!Xm%g|AUE6n@weV_eqKu!QFhBannpj_a^6Wd!p zevH+zGU9`Xjgq&Eaxt0ZaujlLL4`q+wS|l}FBjqq88@esJFj)x5{2sc&%Azx4Vi*O z*ZUK&hlYn5g~`M^MHtg`^WOw}b`L4Ijw*gpOi~<4v*y zBw39JEz#>Aa3Z7-NM}wZxqb9=(Sc=xioze7Oqu+y;&Ls zvw0@VL)ah0S7{Jx45x`_P^Nk?I0#6IKj#llxEAj$pU0?~SY|zEJ%#jWD?o&n>@_+@ zKLyg?z;3xz8eeeAgcq+&{{D=CDaQa8c8N8@2wB|`*(#QlpTXU+*k0N?7%y^b`S$)I zX&vc@gtF`~bt7In*qm%}4W6 zphazKQ0)_pOY``Kc$1-*=Z6Ls&9#kzCZkUvU&7MQN>fBe6_F28-K4nkhGWQU@@zP& zwK`?!`r`-r4dw7IWDjz7YJ@lAB2iM_&8eG2j)ZUDJtiEz@OW{3Lun9rvx8%>GPq2k z{9d)>vnoVROJ|3Kj6s&cn!y(X;iaD8Cy;?H$L^)GzEvAS3;lx^t2TF~TV4zrVi;=n zBl{8CYTKooGDVSjvs+2q4(5eg4$h0sm_3-g*vv#_1Lb}FbUjiAdU3D0=T(TB&%M}7 zU-slB6ecvhdaG%S*-6oRVs;aEbd#P?{GCUPZ@~xb-g6#w)^tES`P9`^iC8{Jk%~qeet(FW;eKU*zWO*$k1+;kD=9E0p`M`!mF(hM#}(L2Wi}u8&d<`@693cD7Z%^<-ZvtkSNs zT$5dtd#f-U-Y;`;Z|KeP&=tEH&&*HVLn@nCp}}2y*Vf~R6;8#a#I=PHhRtV)N{fk& z$++y!?&K(R!MoTpsP^vewG~lO0{yr8=Lb5wle_QST)mlC?ckTaJ6AJ*rg*Tau8ICd ziS*F>(JSX7Z;Um>};U0H9oJ zYhdhVtf?UmLpkt4;3z19&&$CHeGmlzBxSsuAh1gaHwGxe+SXBuX}PkRiNO{w#bgB5 z1Zg@cAZ%<^eOwUwK3WDapGz8`NPyvw7n3v|`jey!94W4+sQgEF=-;H6Y~0+O#DPFhPftEiK|Yj=HIQFSObiGT z01623qFeB~dONy7ym%d5nZG&t?ne>f3Uje_aLFa+^bkKG{Tr^(&HvJo)Ay3(ub=CO`fqW-VLvRL++FOy&J-L5MA#!7 z&=2p5w&VXx7;d)6zZt-R=5M=0c-j7q*@5Pp+1Hr*Hr0~oKo(bUK|tJ4E(R!+z4W(m z{aJ{i>#&3HWZ*Eeb%dilT{$IzznlCFoS)thiV!!1G};o(3lc^DGY|lY3kZk{@^gbk z#X+E7oP2Bfn-5L&B7#HQAb;}0&yPOwi3^~Yhv2VX{?zt&KPb2@()-`?^0VcieQ0Wm zt2w&5K^$QSHAQLk*!gU2;o_nQQ2{st3F8GL5eW47grK})qN4n~P$(1(7leRC;b7sf zgZ#7kA=ip1nEOE-pk05ug2HfK2n56r zf(VO=!UTSF^oz4Y9cjDRq7xj%{+BifV}YYPgNlej!NS5IUQw_pm{$NPg!T?b4@f`& z0)+?(Lq$Zv$nRtM3pa04eR$d+ z9FGeBZ?3+!`g-Ae)wlD@s|f5Sw$LOlNAGzf_b ziNN_GykLkRn3rD=9f@K>U>Gk{2q6UJhX|wB0qpxU|1Y10pHU36fjC+t;L^bFBl|A+ zADlTj!o~JKGI!{O3PB%q5H7CLFqESQ!Uetl7?3U~2L@XQh&2M}*{hGKv?IoaF7 zAP1`y=-~+e;{fp^xqTn-FW&wK$NZ0@m7gCbC zU8BoM#cyXd<%84K!BHNa-Tp<kaW=*30)YmjB<}2!AvGQx^ThJGyW^x{?(W zL<+*i1o_dGtdQ8ZN>)rr7{&{M3V@LyK_m!{5Ik7g2YvnG?63Ml{nKLhTQ7g%=4Wr; z=iwLJzm!apKMt|t3MhM&izW(=kVZfLUx|P5`BRPl1Gmn%zi&&s>Z!;xs3|E3^NR_i z&yjrmzqvx?GeN6a|BnL89^^AR&1IBaoAfVR{ZHX9oDQza#L;&a==%9<6(Wshdr0Tlv-tPXDU zzJ;GY`W72;Fu31Ezqi)0^+MPiE83#(oLmp?PDIcX{MF`n#a|kl{GH)1ia!j$P4F*w z&0iz%n-qPMjlM(&{5g$7LUNSg z7}rsB4(X0@9YS)H;276YbPnl`aUDW(l;9ZGQFIRJj&U7Aa+Kg0*HLs1>5g$7LUNSg z7}rsB4(X0@9YS)H;276YbPnl`aUDW(l;9ZGQFIRJj&U7Aa+Kg0*HLs1>5g$7LUNSg z7}rsB4(X0@9YS)H;276YbPnl`aUDW(l;9ZGQFIRJj&U7Aa+Kg0*HLs1>5g$7LUNSg z7}rsB4(X0@9YS)H;276YbPnl`aUDW(l;9ZGQFIRJj&U7Aa+Kg0*HLs1>5g$7LUNSg z7}rsB4(X0@9YS)H;276YbPnl`aUDW(l;B8Qct5|F2H}YQG8#|xx6WvutBpZ_V+{jL zRZkND@L>f20)hd6&->{2SpdKt1OUug0RZC3000##!Lm^q0HC<6rYL9N^={#ox1Yge ze{=O_XL~wtV#>lvjd)GPx}ty}9ZbX1y0Q=PxbTWznP%f9l@+_+Go05eG|a0i;xJWw z5Y^9=Rsy`kz_FbW?_SdRVt9LRrCo!RRQ|%_<($n=DcS;_OOl)A)!P!&V$+_TbZWgq zdzIklE&HMG+tZ{s;#kzyWv+p&1dw+a@7d}_t0b|+v+7)|?TfYYT=+s0Tga$(`b4dt z5U<%48q>@1a}GwasV#_lYltur+uiep6{@%oO>1&x6&?0MbGe>Ljuo>!p`+ErG@-om z+yVz{K91WF86wLOM<`)w-I3Htc%MRnyE99|e}iHdsOB0P3P~m2LMq0;h7DGZw zi-#t%{23{_{P9(L8yK7$my4-(_DpMN2L1d$Zdnb@yd}Rr@yKKT5+U7FEnxvmDv=Yva@_zqR#oGD2n zt}fd+wY(A}21>@^vx z@}^jrbhc}yIq`RsUt!lj3&vQL0^9TQPS|+k8i?1zu}TdAq|vt|s5486^%lnRxMhn$ zMVkP}Dk~DQip|~Yu7n4UeL>`^PVo?jT0t^|N z^$3PH^X+k#n+&Hx(n*7RB?LvE3*v{FwdzZ}n2PMMl+$Dt)tlR9P@AJ3yA2N5q5rs@ zEaG!QJN8+X^u>Th_SlDSO%zkQ)ZffE-ld*RPw0HPK<}pY7&G2R$IEYvx@gH?TI9-$ z>k8p7u%ioKPl%hIn$aP{-(q+_ot=+@dUS@a#7SNQ0sTs&8YP5Xo@J5vIlfYRzkyf! z_^mE&i&_735m&wzgnis64C;)LP+pPt59}z(=8RxpMyXQo@(*#8S*j-``7&r_3h8BU z(|w7(ePxTXIhG!vdCCMkmb^VOaz+4NRSU2)6sxTx^E2}bit}{%Fs1I|?Y_!O%^C^6 z7g>x-Q}1kx)7LQrs6C*=y8fcu>4lVufnldR)m7w3z=xG#Z3ok~olQ#$jN9F+TE#Dh zByB{QODbJ0TxgWjiE_Hyrh;GvJO0G#9;o0|y%CFb;?-EXvHZ&EYmQGKMlpW=y5>Zu~LrizaFEsuFDK3!Jvj(4HE{1-HdV1%g zC(hF=JvuTI>pn_5J@jh1_X9_pgCOO`_X6MVt?Dfqf8kQBqfXE>@!j0<0h}_tQB_A) zAmtOklNYtMSDRu|knS$it876ORkvq;F{ON=V{1CjOgMu@Mg01WNa}+6Wb$Z;Bz^q4 zysp8M*MeL#%?Ym~eYanKxg%l37u@Qi`f%k#VYQW;hXc;Xk4Cp2dNnI+T}TSfgMw0? z@l;}e^7kQxmG}Z4!kg@g43i$Y&x=%T7heHcZ`tsPJ!SU^&hS-^fqY0%VhSrses@FH zc{okUpi#u-aX6U{E)cap58J*}$lwz;Wv4)?S^#ju!Kt z02mkrbt&X#MF5|otQPdEKTPt@kJs}(M-b_qr+IeC%f3HnWw$rnj9>%K;f{wug^-yaVL%p~1vU8l0dqS-X=9 z(6l^$2lyDSKwIP#bl=$-d12?_W_1VVO?;Rh7fSniq1|tE1OZZ&qZ&zN z78I{On;9{$NJz1|A;?f?#~`K79xwV)O=FA>lEg&>0X^ZKLuow?^m zjN}a?rNo<8^C*@r-c@P66c9J>Juhp&bOYS&of=}>NDUVj{-{$QseA zY@WI1<8;c)X5Q|Chgd3LX{hKhdtYE{Qp{T*fPYer5nv&&U=S=Ewq zFHHza+VusOCtF9vR$z{n6~P_$$t# zs#PhX;SInnlA9hkXuLtN4gx%udGxt0QMJF&!=@Iwu0M*5jN2{(Ct zqlsS^oJ^zRc|C>6qDB&hgLMbICYQ%0n=k>09+}Viyn`)q-;}AX?#eUsAl(Y_`_rm- z>gLBP;w-IqI!D@{+mM$}uNP)N;TZ>Aq@gQoUxcnCx$oHa=Uk_v4elf8KKJSZR=Q72 z*h{Xtm_dHlY-$}o;x`5BfhBKh3Rd4fy6jhGjg49929xh(2!kWLMVJ$XN-0bdKAyy! zFfx3|yU%f!czOEX<^3k#)n`^(IebsXEL_i!6DXZw0h{B--DsWPdK#Nw*;4Y#!;D^4 zH5V+UNtUQOe{zGNa+SFB(z4b=c1G4W4`y4TemHlkqF_=px71>o&;Ze(^Vy znB+G4=8wj?pNWfA6jaU&a$#N9!sb-###6`9!0N6xDBdokpg3znYNvD-!_K#1m`OR* zjt)BfvWib9sz*AT!6Yc2OYf@i3AYW|D5cSBpl4=G8FmD@k6Cn=@xupk;wf)PJoexm zzP+2#qSLoV1G_$?tlW5J0wogADXq${99r)lke~&*PS8TMLam@4kT6MvF%yo#=`UBC zJ8OG2IipV?6RP!&%7*G(pEQG7!bhOL<*pG+&kk-A_2h<79mf;rOlX|&R+Vm9A3`T{ z_)K3JiL7DwJVkrbNm@2RRnpUj*$;DNHHM~0IzMahU*(DR$xx5J4|1=^q#*EdVv$ul z6LJb>|N0~?68}{H4I3LKs(A*iCxlsfF377DQ8~>P+)=UDa44g1Ftdhgn0^t7HM$wh z`{)9Oy%sHnzUX|a1xHM+Or}A$oogFBdNi)n83CaqO*A{|?1j(mpoX2Qn3CJ%Z z9S_nWxJ#JFyBOB{^fh}ZnBr-dg8zzIL`Vy8v{@6id*e!{H%>YfsiRC;-_=!{F~K0g znl2&ZgK6^m)65f*-b!_&)mVC~4_~?%IZ~hZB=&kqdY({=C6^v5kIcR#1DmP2BPrpC z7s-atz2p`DmU~piV>@|BF#P7gUbL0rDfI4A?Mz9PF%Z6py|FS8wK>kESdEYM@O|n7 zo7ARr(k4wA%N`1LKGAXsY3CPGJ=g_O^P-yEt#L!-W3JA129C+|wVi3eC(GfNEY=heMXs{|P|SD0(ZNX;BY zY`9X}2wAf=X0I@IX=m`Yi@vws4GP_H9_y+xX+6h2Qd52IG7%T|v)pCbRZ1R3UBiNs zSaWrge&X5Y)_^nWODMcN;{fH(MSFue?8I#v)4K2wEfBm@@{dIXs}RE zj7`&Hd9r?4$k?&_T)Du}I^8fLx#4XlDKSa;iiLi6R#ERNWskqNAUWOiQ)1~(*iCKd z$o`9$!LPFmDy^l-EKPAvvFm;zBD1w{XC0V|9q;+%IGD3BV#4e)ov;5sK|Qub zgSy}nQrnqvU>AZhL$EcnlRTZ%0ev$xSW6#CX?hVe0eCXfbk|xWwUkr&ygWvc$r{0J z`)wL~51y!?fn_q{E|&YGe4YtzwN@TomroYc$YFMKd>|HNV@|uW&_)JnI2G*e_gO;n z1(frR{hHeH$r44V3%ea&6t2=;PIZo#uNu2sHM`?JS7^51WVyALuU#(eDXETZ#{kQx3}_BaJf0ytuLW1ZOWY=a zzl}w`VsXa2bV~~-JRU~HuJ&w4x*#d{q`n0f5`R1_7H)|U!&PRswBHRYkIrc9V?BGb z)PRR{gXMI_<9FkIpdx2G-CmY1dj^TS3ptFEbc z&Eps4dEj8cO>97^=L+sOoyksou;Rn{pjX*%jv9<{juqUEE2ifKS+_PzaOWG9c^pq> zXh?p8LLXY3g&N4@upth7Ab zjT9eYW$#3tw*Uis-i*jLF$p-z@+aMO85BNzk!=yE4T!T6r7euK9Yb*_LewCSC$7u7 zBg#J_l*wiYMPY;%;=wu~1v$nY>>Y9nih#E#@}kjdQ__bB~!9X`P$b&H>j0dxY-nvb?DwzfAj>PbZbFRcb{={>i&$rFD0$ zGu-DIvrJ2sXs6dz*0XbGim4m9lc+BitTRtHy>o!lcrU!Up!lxC2xCn46it)vqcx@$ zK57bE>{-L!vCHpek{0_SF7D|9))g>W?&P0M8aTxo!4j^m-a@T&mGcT6MjtU=0xd=m zp&Xt{6mA&NJ!%`$Tr29Ts|JjF)qw1Q;DIX}_|YrwD~K zqV{_OduAJ|JQscGHSvXBR5-L>)Ic_cP7qb6&CL|c-s+Ue&5LN|y&rZ;u~c`B>4JgC zaQ0v_Q18jin|E(NY0{jaZ3LY4;DavL4$u&@&1=~-#G4Q-%HTJGa$79N^uRi6Ru}AU ze)gg9P~7R$a(%K)t-4q9_LLg?C9hrYg)ff$qx8mRm9OkH16Vw$bqGvsQirktWEU5+ zdd(i+f3kypuX7Gad7g%pt5!#vBv0n5zU-If4Oo8VZn(p~2;foZwS|Vb(D;Mz8CO%% KQY@0U3i>~MZ%*X^ literal 0 HcmV?d00001 diff --git a/counters/Pups-Overlay by Puparia/static/v2.png b/counters/Pups-Overlay by Puparia/static/v2.png new file mode 100644 index 0000000000000000000000000000000000000000..42ab9e033918f7661d9a164606ce0ffc300f6a6d GIT binary patch literal 10223 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 literal 0 HcmV?d00001 diff --git a/preview.json b/preview.json new file mode 100644 index 00000000..32947851 --- /dev/null +++ b/preview.json @@ -0,0 +1,46731 @@ +{ + "client": "stable", + "server": "ppy.sh", + "state": { + "number": 5, + "name": "selectPlay" + }, + "session": { + "playTime": 2047502, + "playCount": 0 + }, + "settings": { + "interfaceVisible": true, + "replayUIVisible": true, + "chatVisibilityStatus": { + "number": 0, + "name": "hidden" + }, + "leaderboard": { + "visible": false, + "type": { + "number": 3, + "name": "friends" + } + }, + "progressBar": { + "number": 1, + "name": "pie" + }, + "bassDensity": 0, + "resolution": { + "fullscreen": true, + "width": 1920, + "height": 1080, + "widthFullscreen": 1920, + "heightFullscreen": 1080 + }, + "client": { + "updateAvailable": false, + "branch": 1, + "version": "b20250815" + }, + "scoreMeter": { + "type": { + "number": 2, + "name": "error" + }, + "size": 1 + }, + "cursor": { + "useSkinCursor": true, + "autoSize": false, + "size": 0.86, + "menuSize": 0 + }, + "mouse": { + "rawInput": false, + "highPrecision": false, + "disableButtons": true, + "disableWheel": false, + "sensitivity": 1 + }, + "tablet": { + "enabled": false, + "x": 0, + "y": 0, + "width": 0, + "height": 0, + "rotation": 0, + "pressureThreshold": 0 + }, + "mania": { + "speedBPMScale": false, + "usePerBeatmapSpeedScale": false, + "scrollSpeed": 27, + "scrollDirection": { + "number": 1, + "name": "down" + } + }, + "sort": { + "number": 5, + "name": "length" + }, + "group": { + "number": 6, + "name": "length" + }, + "skin": { + "useDefaultSkinInEditor": false, + "ignoreBeatmapSkins": true, + "tintSliderBall": true, + "useTaikoSkin": false, + "name": "Nebula_mixed - Copie" + }, + "mode": { + "number": 0, + "name": "osu" + }, + "audio": { + "ignoreBeatmapSounds": true, + "useSkinSamples": true, + "volume": { + "masterInactive": 0, + "master": 0, + "music": 65, + "effect": 80 + }, + "offset": { + "universal": 52 + } + }, + "background": { + "storyboard": false, + "video": false, + "blur": 0, + "dim": 100 + }, + "keybinds": { + "osu": { + "k1": "Q", + "k2": "S", + "smokeKey": "C" + }, + "fruits": { + "k1": "Left", + "k2": "Right", + "Dash": "LeftShift" + }, + "taiko": { + "innerLeft": "X", + "innerRight": "C", + "outerLeft": "Z", + "outerRight": "V" + }, + "quickRetry": "~" + } + }, + "profile": { + "userStatus": { + "number": 65793, + "name": "connected" + }, + "banchoStatus": { + "number": 1, + "name": "afk" + }, + "id": 5146531, + "name": "Puparia", + "mode": { + "number": 0, + "name": "osu" + }, + "rankedScore": 6351533336, + "level": 99.73088073730469, + "accuracy": 93.88, + "pp": 3608, + "playCount": 31033, + "globalRank": 206194, + "countryCode": { + "number": 74, + "name": "FR" + }, + "backgroundColour": "ff010101" + }, + "beatmap": { + "isKiai": true, + "isBreak": false, + "isConvert": false, + "time": { + "live": 1684357, + "firstObject": 1912, + "lastObject": 3694457, + "mp3Length": 3704728 + }, + "status": { + "number": 2, + "name": "pending" + }, + "checksum": "3075b0452f55357faaefdf1ba3814e89", + "id": 1210810, + "set": 349685, + "mode": { + "number": 0, + "name": "osu" + }, + "artist": "ZUN", + "artistUnicode": "ZUN", + "title": "Touhou Compilation", + "titleUnicode": "Touhou Compilation", + "mapper": "Kenterz", + "version": "Marathon", + "stats": { + "stars": { + "live": 0, + "aim": 3.61, + "speed": 3.47, + "flashlight": 12.65, + "sliderFactor": 0.96, + "hitWindow": 32, + "total": 7.42 + }, + "ar": { + "original": 9.2, + "converted": 9.2 + }, + "cs": { + "original": 4, + "converted": 4 + }, + "od": { + "original": 8, + "converted": 8 + }, + "hp": { + "original": 5, + "converted": 5 + }, + "bpm": { + "realtime": 165, + "common": 164, + "min": 120, + "max": 220 + }, + "objects": { + "circles": 9585, + "sliders": 7599, + "spinners": 22, + "holds": 0, + "total": 17206 + }, + "maxCombo": 26445 + } + }, + "play": { + "playerName": "", + "mode": { + "number": 0, + "name": "osu" + }, + "score": 0, + "accuracy": 100, + "healthBar": { + "normal": 0, + "smooth": 0 + }, + "hits": { + "0": 0, + "50": 0, + "100": 0, + "300": 0, + "geki": 0, + "katu": 0, + "sliderBreaks": 0, + "sliderEndHits": 0, + "smallTickHits": 0, + "largeTickHits": 0 + }, + "hitErrorArray": [], + "combo": { + "current": 0, + "max": 0 + }, + "mods": { + "checksum": "7554e5d53afa69cbf3dcfeb4e10bdeb0", + "number": 536870912, + "name": "v2", + "array": [ + { + "acronym": "V2" + } + ], + "rate": 1 + }, + "rank": { + "current": "X", + "maxThisPlay": "X" + }, + "pp": { + "current": 0, + "fc": 770.14, + "maxAchieved": 0, + "maxAchievable": 0, + "detailed": { + "current": { + "aim": 0, + "speed": 0, + "accuracy": 0, + "difficulty": 0, + "flashlight": 0, + "total": 0 + }, + "fc": { + "aim": 0, + "speed": 0, + "accuracy": 0, + "difficulty": 0, + "flashlight": 0, + "total": 770.14 + } + } + }, + "unstableRate": 0 + }, + "leaderboard": [], + "performance": { + "accuracy": { + "90": 373.84, + "91": 378.97, + "92": 384.38, + "93": 400.26, + "94": 422.24, + "95": 449.56, + "96": 483.52, + "97": 526.2, + "98": 582.55, + "99": 677.77, + "100": 770.14 + }, + "graph": { + "series": [ + { + "name": "aim", + "data": [ + -100, + -100, + -100, + -100, + 0, + 10.986781765345125, + 16.99156969365232, + 39.596594333055144, + 41.13552011986445, + 49.7133986234426, + 47.59086005392959, + 32.195044977873735, + 25.111557397918656, + 32.89133342448814, + 48.5048375224478, + 49.6566842855256, + 41.841397545293255, + 47.060876589463206, + 59.77160448619364, + 63.79163603025777, + 49.396492407063214, + 62.78705573158244, + 52.233721641403136, + 60.63238602283069, + 52.591009036841804, + 45.1670621263565, + 54.29690353681507, + 33.983617285320975, + 31.28217022365615, + 33.19682074948467, + 39.24907994042151, + 53.88696282364081, + 59.37478397191357, + 48.4556581908388, + 37.11418916566241, + 72.46199984425505, + 54.61952429346406, + 35.72277027950978, + 50.128989572629294, + 46.407679375172016, + 39.301880083062095, + 32.88258145184717, + 28.15749193987513, + 33.99860856829867, + 43.3632944380343, + 39.43908516050355, + 49.554099303312555, + 46.990508213907, + 43.80551225294115, + 43.30971349887941, + 30.761353001561464, + 28.01803774954823, + 28.551703908882956, + 30.77359303257245, + 40.23704087859227, + 47.23129326906631, + 38.44051287209621, + 41.57482681623846, + 36.409853544387104, + 35.429501501369415, + 33.000419581490604, + 32.03232245200582, + 43.81687590961861, + 60.23459605366527, + 65.04526708218413, + 41.098860983309386, + 25.68003113687323, + 12.023531613133704, + 5.629483534560377, + 2.6357551080307506, + 1.2340750171592296, + 0.5778007005796477, + 0.2705294612955085, + 0.12666337952760842, + 0.05930448993069189, + 12.921816061273912, + 46.59846721836047, + 41.183822810434165, + 51.76731705822958, + 49.824791814376674, + 52.059303536803036, + 45.27476862729661, + 49.233289247650625, + 49.563789066698206, + 44.661517892464055, + 105.68561672927851, + 105.08583026178506, + 102.93309470528166, + 117.47803363779595, + 75.22082884272605, + 69.03449190184742, + 65.35152725901187, + 83.90726982230922, + 60.308036460842494, + 57.993356034714935, + 54.21486116894704, + 49.713815055117635, + 59.836942707976235, + 55.98299458685402, + 57.91469908644216, + 78.64171732302302, + 57.54011170866444, + 48.51684026583442, + 52.10531535970682, + 70.279808963466, + 85.83909379091241, + 75.45001487306764, + 54.640883917675566, + 44.75364534944597, + 55.821702106014364, + 44.540791944958514, + 50.32254123976482, + 33.62066464816543, + 51.7560148294509, + 46.181826292623455, + 52.59831046173311, + 80.76428498351174, + 75.59634951065625, + 49.15489231173312, + 56.54552997374154, + 71.88834118727424, + 77.89419580249273, + 63.74629545990487, + 77.93848470879759, + 54.11450294207352, + 58.07992188480177, + 48.74931434438233, + 38.99973159713698, + 42.912577241472746, + 56.50075395861214, + 52.91502779616174, + 69.2061308090608, + 75.42802027034404, + 62.10371536488067, + 110.16184168426099, + 99.24673014464037, + 62.86099841247018, + 49.10387459680809, + 22.99070376493172, + 10.764373767792339, + 5.039938916070844, + 2.359727079872183, + 1.104837178428182, + 0.5172908347109638, + 0.24219840977532767, + 0.11339862561159392, + 0.05309385929712411, + 0.024858836514634074, + 0.011639043780996684, + 22.314103031013598, + 24.521907218684703, + 53.54796630044446, + 46.05910473419467, + 41.30039449664645, + 34.709601356071666, + 48.12529462873912, + 58.54561631327695, + 56.48747136257888, + 46.35414666841857, + 43.90289769448174, + 38.07425802240934, + 53.27113939138945, + 48.81920469309273, + 48.68214722438839, + 41.68966412195803, + 48.28435705355591, + 77.21446745027657, + 76.38371451365992, + 76.03781370542268, + 45.03137957079129, + 57.60277232885068, + 70.36260073133775, + 53.60388100050885, + 42.574451781007454, + 32.25474762830906, + 44.06189773020372, + 41.53633205260112, + 28.247882517359066, + 16.76528708436708, + 27.675144718589905, + 18.093989859770268, + 36.45482955878912, + 26.255413345852972, + 45.923718332870024, + 48.26981024664276, + 57.34573213969833, + 49.364223649959705, + 49.76184477217936, + 42.898058989330465, + 52.15957123630395, + 49.21358128717286, + 52.41452656836287, + 45.119354405037875, + 61.0430445270989, + 52.546935750500836, + 49.93984881687406, + 62.690873936391014, + 53.9654165416976, + 47.29734921387588, + 45.18290557117545, + 39.805971999949136, + 83.37279909389935, + 71.76878465460038, + 51.06731648064286, + 43.95965205941808, + 56.00243968146256, + 50.28064682889075, + 75.58400086871433, + 65.06404895402895, + 65.91367513990531, + 56.73966099640404, + 56.43723654055045, + 55.214913062146096, + 47.52997678315455, + 44.33890712580704, + 46.02892993124745, + 39.62251952698457, + 32.09500832542088, + 27.627952593992806, + 12.935559137350735, + 6.056499830258166, + 2.835686482851925, + 1.3276839848745376, + 0.621628933364838, + 0.2910500805903914, + 0.13627124618080869, + 0.0638029458641683, + 0.0298728896596771, + 0.013986651000708861, + 0.006548626813283811, + 0.0030661030390681954, + 14.14821534103605, + 50.005217932749964, + 45.321796487607, + 38.845698391713604, + 51.599281856407885, + 45.05298202526768, + 37.90867852016015, + 33.510219446393215, + 32.95893851292999, + 44.001800253297844, + 42.50649248522568, + 36.13659293278877, + 38.647833036229166, + 49.32635430348921, + 46.27659239559276, + 44.49974808109628, + 62.2052338064028, + 63.00431567117835, + 61.82031467755937, + 44.52426011646707, + 50.5202588920054, + 38.288250503898276, + 43.12573555632782, + 36.63236357650816, + 39.4105826636226, + 33.730593257724735, + 51.32233526689916, + 50.0912679932149, + 58.208013640660305, + 49.13712501296506, + 43.98959336750939, + 52.495453230346, + 43.42409894472873, + 36.73933037959756, + 31.400521182439768, + 53.027914381085395, + 48.67666738788095, + 29.55512755668137, + 37.440202882009565, + 23.43326125336571, + 32.4265601568591, + 29.125357230108744, + 41.530115806807274, + 35.22019748892416, + 49.234469851785235, + 48.940332103506485, + 56.515946690959986, + 45.779321698420105, + 32.90858679401749, + 15.407981071069713, + 7.214101358178077, + 3.3776818757769673, + 1.5814492044832444, + 0.7404432028653934, + 0.3466795740990685, + 0.1623172805590067, + 0.07599784220498178, + 0.035582607100872986, + 5.766955932234739, + 30.335846702770446, + 75.62065172490193, + 74.8403145177639, + 82.07766096657438, + 114.53667537462199, + 112.81148156140486, + 72.28301509084778, + 59.96952816361774, + 102.69487801386384, + 73.78890404003425, + 70.2616199937459, + 57.59868270934538, + 67.65958811795109, + 55.27015048477629, + 43.048801778753436, + 74.79188963659048, + 55.97274099442069, + 73.91940584445217, + 111.6682813249835, + 81.60347588763706, + 70.62715671746466, + 61.588446113146716, + 80.64918971614226, + 67.50251858047253, + 67.91379864388296, + 75.31364704498426, + 61.60092270382775, + 84.46717173234181, + 79.64284797261782, + 57.82605071527996, + 63.278849332887305, + 64.55548269351527, + 69.59587086000047, + 58.67210730459395, + 63.209385805277634, + 83.41426738158435, + 90.37403348082908, + 74.474050362127, + 89.21132657797877, + 63.63176856063134, + 62.26976978746056, + 66.03269622697711, + 106.63633077833296, + 85.30087258113159, + 73.56793942409682, + 75.87918934643523, + 99.8903705398417, + 107.10278031857541, + 72.70006742817056, + 60.433707460082964, + 43.14162932912208, + 64.11404698327112, + 101.34223612080173, + 76.38851728700874, + 74.77703030555861, + 67.25673769789879, + 57.63893510310237, + 74.14433475349185, + 69.90959753589372, + 52.75314484649969, + 65.87873135599168, + 54.122269178433626, + 73.84944546707412, + 77.24205499246558, + 64.47759428249921, + 64.02876507602434, + 57.684634459979804, + 62.119250211082104, + 79.21514051181205, + 92.81817492883113, + 64.17728894494878, + 49.195016746439016, + 65.61116290304929, + 61.86379590111728, + 54.119268932773196, + 68.74926810755565, + 76.41878480315698, + 100.99906696752535, + 105.2620072213063, + 67.49981238679426, + 34.03074919105326, + 15.933383668282934, + 7.460097739706796, + 3.4928587326219787, + 1.6353756414099085, + 0.765691856798698, + 0.3585011325363659, + 1.8138258045269482, + 28.498577516311663, + 35.466438324904374, + 39.77316725194982, + 55.442659385789476, + 105.04432774236665, + 117.22334147035838, + 77.42087974394158, + 56.469354759161256, + 48.8228769104841, + 59.731713872296154, + 54.19920168092156, + 48.77497466534379, + 42.71532645904467, + 57.36351113332413, + 72.70693372846826, + 55.566231153221466, + 52.11933290562736, + 89.7342796141426, + 68.47692258338915, + 62.267080020919025, + 69.94289212195919, + 86.22299097163656, + 72.45043682716505, + 55.93174525313433, + 54.34473761150211, + 51.40379381569866, + 68.16268813518587, + 82.31452935313959, + 62.89015544332155, + 57.26004757809636, + 75.33443492970657, + 85.23791399345828, + 100.18746162164254, + 96.5520855691318, + 57.00566829863834, + 67.7026039868611, + 55.700168178134334, + 42.482833561151594, + 37.625589815037735, + 26.628772250681866, + 22.79542714755735, + 34.275593007800296, + 46.3325081265653, + 35.64984309823217, + 31.137795514242857, + 19.786713849741787, + 9.264248093172991, + 4.337571836516929, + 2.0308749558217936, + 0.9508668078904052, + 1.929240790888457, + 26.61427691811108, + 33.9738853431257, + 38.5429264479965, + 58.25516062897994, + 68.88614197563821, + 67.75396413151427, + 70.40107043622086, + 59.579662493186646, + 54.497217385150215, + 59.49057144143785, + 93.4481332698861, + 73.1621404309214, + 47.7435328546821, + 44.62648069811976, + 42.55934355128253, + 32.345903938502246, + 35.75789461931908, + 44.73491850489051, + 53.34724966593663, + 49.72851898762512, + 48.20491749590436, + 48.44791625575639, + 68.73327689915399, + 58.608244811267504, + 43.406371916560936, + 66.19386282345037, + 70.72352943317318, + 59.25551121007804, + 68.77349225545254, + 57.47263824194119, + 48.23748523966046, + 46.65395108666847, + 58.47227667470351, + 48.09813142935436, + 50.795009203916194, + 52.95451749037538, + 46.63383476429959, + 55.44861326380716, + 71.11656827879295, + 74.62831748935074, + 64.04495488766409, + 62.01239082880426, + 55.902027309219015, + 53.09834346317523, + 42.637296587818994, + 71.1502464947013, + 73.59631469782232, + 100.8130857029349, + 96.69208287298231, + 64.11649592012661, + 58.061962702478375, + 69.01474300314257, + 53.72617486859288, + 39.69378419038993, + 18.584847756386743, + 8.701527787610024, + 4.074103098989829, + 1.9075174459400825, + 0.8931101442837732, + 0.41815907451870177, + 0.19578437522122558, + 0.0916673197272711, + 0.04291914253365183, + 0.020094978246384895, + 0.00940857917667079, + 11.693467804853302, + 10.703307906763474, + 18.383336006735192, + 37.548494953805246, + 60.67300709678238, + 55.19134541588079, + 65.06858042352141, + 55.71195382862881, + 49.8390843001797, + 25.846603416946976, + 57.50285769791563, + 44.934642611663946, + 56.913431187234835, + 61.991517761663275, + 70.12039127479724, + 64.67482329072813, + 83.66095939876908, + 66.53520755627109, + 63.93658449198044, + 47.81928332161938, + 48.921833513744616, + 53.15359348268931, + 56.90569086790806, + 80.58859378597363, + 72.19163381684335, + 64.23859627520063, + 54.113803898626166, + 65.00568084332457, + 56.994629058395496, + 39.801914111686656, + 41.177571988291305, + 32.17752221342217, + 46.43732363161138, + 59.298180727926535, + 53.42801210642752, + 44.764445420159106, + 40.011151517019464, + 39.15953027998307, + 37.63010154127674, + 50.3925190738424, + 42.16175179170415, + 48.89931387516627, + 44.8031091146379, + 44.54843606826266, + 45.42526567769757, + 58.73202943342082, + 59.94444367910471, + 56.94892835501592, + 56.913630500636074, + 50.983492567209424, + 50.52453791221206, + 45.06280670128929, + 49.63561185025887, + 50.55043884490698, + 46.75531737365203, + 43.257081181367624, + 40.137491026734466, + 66.3160955048137, + 63.72603015983429, + 29.836877304486503, + 13.9697898182286, + 6.540732315044859, + 3.0624067916360995, + 1.4338356785962716, + 0.6713297393509465, + 0.31432027091014336, + 2.1198156962809627, + 33.083320592011816, + 34.56879411732183, + 46.156525945623486, + 56.41431370912255, + 53.43953212217457, + 49.72263264043036, + 58.904606918032556, + 62.475239508939765, + 64.03769306809885, + 53.70933212844999, + 56.0391214799575, + 62.46080529246629, + 53.68362904901275, + 58.93419094895225, + 58.221879952116595, + 57.89145943901348, + 41.406417289161496, + 61.81480998723795, + 54.23744673904884, + 59.45114873687797, + 51.37850541150412, + 43.593019038124666, + 58.02907207050665, + 58.503757299476035, + 54.09947611054067, + 60.10849152353535, + 57.84614988975548, + 78.448313467476, + 66.2338315695003, + 88.8396860124689, + 88.3502223814137, + 64.08837805589059, + 62.91371336978146, + 55.59635769889947, + 49.7090799203228, + 48.633830472157186, + 71.10969584746671, + 67.04828135722249, + 51.27747350789612, + 64.7402621352714, + 64.37284853318985, + 49.99838252220738, + 48.918243585552275, + 46.9255429793611, + 47.66475054733537, + 49.46670166257551, + 46.288824018191555, + 45.60522709299789, + 42.93783746669118, + 42.714324751574324, + 51.71614532529952, + 53.96157312085399, + 44.8255140988343, + 58.23837630153106, + 49.39159712499388, + 74.85440369426809, + 63.4654398901676, + 29.71486750906559, + 13.91266416193417, + 6.51398576903344, + 3.049883911901398, + 1.4279723975287704, + 0.6685845189539757, + 0.31303494364351875, + 3.303079680547766, + 22.0044489335559, + 27.011188337303977, + 55.06898961149791, + 49.69960043312411, + 35.93060272916641, + 39.07875292354623, + 43.11125315602568, + 37.7556316345543, + 34.84801737329934, + 33.045218652757, + 40.245284992457115, + 34.70964128314807, + 40.796091254659316, + 21.32267881543057, + 39.47615057379942, + 52.10932372910597, + 61.71517417744482, + 54.59939620064388, + 48.91704862332382, + 45.11285012109848, + 62.139985464657826, + 52.25178922308075, + 43.49104480221831, + 66.15726026246489, + 58.223758907717865, + 49.71943550687844, + 45.339430335298175, + 43.840982266485995, + 47.424044156072334, + 62.18063159192678, + 55.9179435848729, + 45.64274012202608, + 43.64927514011498, + 55.35016743434272, + 41.31419211183368, + 59.59580844129136, + 48.51709960489764, + 55.494276749138585, + 56.342468316302394, + 49.14897213997143, + 64.01642048352377, + 64.68187764610333, + 53.36313360065624, + 63.99649991460494, + 66.23473003998635, + 44.802950216325996, + 52.498188679153685, + 75.87413972852644, + 68.06308094447505, + 69.30469035322847, + 47.84218675680003, + 57.068872977111965, + 62.688691926045934, + 52.74782464462379, + 51.171342096556955, + 50.453834820053466, + 45.03643566996611, + 59.123793490339416, + 49.505274670615535, + 59.293557452251406, + 68.2049549465868, + 60.751568226048505, + 62.90778626222105, + 71.64617887527201, + 57.46394722880356, + 55.08309998360553, + 41.19272887265964, + 50.64796488182009, + 95.45244571850563, + 96.39202338775226, + 54.146805482509045, + 25.351831701416636, + 11.869866834980108, + 5.55753684150119, + 2.6020692712088707, + 1.2183031233564539, + 0.570416213281874, + 3.231424696958119, + 60.685610422532534, + 65.45545440500733, + 64.7446349664164, + 74.80291525450463, + 57.872997583187164, + 61.05886516231729, + 48.97583341276023, + 50.35710176996231, + 49.5986044577177, + 50.12258728709878, + 48.79179576448419, + 61.41537790199936, + 96.84702424296393, + 86.42746133772238, + 83.14395199501442, + 68.5060371706125, + 77.72127347088708, + 73.94247309424189, + 59.901831579358095, + 55.52019054102966, + 52.15634275249625, + 58.43359255320843, + 35.12945337641012, + 44.54789424473031, + 39.571286343396125, + 46.20422191886644, + 52.39387119753982, + 42.3665487212855, + 53.092065536534534, + 70.71600624014982, + 84.86539388197761, + 76.89310116092396, + 64.19447891518894, + 66.2952434150523, + 51.91052162767893, + 30.058664118500364, + 43.96475855497806, + 46.933330529282486, + 74.03840328188079, + 58.80871981583907, + 62.28457943489752, + 56.180890899246556, + 47.59964220595235, + 23.546889478223566, + 41.56466482571452, + 71.21392169514054, + 75.02646112143353, + 91.21539778334696, + 85.23151059795754, + 65.30552508719217, + 58.94661267503531, + 42.856883799490575, + 38.12451436164985, + 60.32637792444573, + 101.08009627330092, + 95.01668314042955, + 77.40848716281367, + 64.19688363797094, + 47.64549284749944, + 49.58592360686184, + 51.39803560709886, + 88.94515239512289, + 88.44332940262898, + 65.6300902035266, + 55.28787811731836, + 69.9600594531463, + 46.00090100242592, + 50.32611582673484, + 66.80418474297127, + 77.60624151172544, + 68.3431143338037, + 64.54841861140467, + 59.297432727517155, + 60.682752065040305, + 52.019030734105556, + 58.3855854200846, + 31.576152225287057, + 14.784127888253323, + 6.922009871778877, + 3.24092303767707, + 1.5174179654047022, + 0.7104634250689589, + 0.3326428774856996, + 0.15574522211502473, + 34.33151778315511, + 73.6618118248086, + 125.58876731128392, + 122.63942534242358, + 101.77353612826363, + 99.62171824784231, + 95.92274592044566, + 84.79447085460976, + 104.32066048929511, + 98.98271049902826, + 71.16232501637884, + 102.83392210910839, + 103.79521679451926, + 89.68587464438366, + 61.538114214937536, + 112.11903418957169, + 119.64397129827017, + 116.61004433357404, + 85.86775756315133, + 121.19344227554784, + 114.05492447592376, + 135.84545714806393, + 105.1519763127465, + 94.60905096464934, + 90.01267897655892, + 70.5280574823552, + 55.689596271923186, + 97.96360741710461, + 88.53778460034417, + 68.92161222294429, + 86.22314598449613, + 92.58240734287156, + 79.94172218998195, + 73.52302789267722, + 59.54438029492137, + 87.37644699758894, + 65.36365718719874, + 70.32634999669855, + 66.42573775387642, + 81.69824067203602, + 66.95179690915072, + 88.66352248681247, + 97.41671549226427, + 73.44859075466069, + 69.24174334504178, + 58.2629269468958, + 53.99456209128384, + 88.16833053574595, + 77.20385842430026, + 70.1438162773411, + 84.22221692528863, + 68.86232675689853, + 89.16195455612018, + 103.51798877979418, + 98.16267413660532, + 67.32547408412692, + 50.02841254263278, + 35.48863050156029, + 16.615971704553218, + 7.779689207065193, + 3.6424932128369947, + 1.7054353268398363, + 0.7984941862851062, + 0.37385936335244735, + 2.2821396346296567, + 39.7373107748268, + 78.52767873033909, + 69.44760028797408, + 62.32961514804377, + 67.42283411749703, + 77.4238309225544, + 60.23694140807418, + 62.07064699111933, + 61.456185765820614, + 68.06689618494258, + 86.01763033497994, + 66.19931945265935, + 108.49260386316976, + 100.80795386297238, + 92.78848992574069, + 90.8346634853005, + 74.71176756775637, + 62.93466260340195, + 99.13618862410789, + 75.11100306804592, + 60.94602913234541, + 59.64470188137581, + 65.03727301541812, + 92.02612302097879, + 92.52547295096291, + 77.64653602894181, + 95.87873451211995, + 81.4453214074921, + 63.394174793104135, + 47.69392251806315, + 61.20796541894633, + 42.79958723437541, + 52.07321734927801, + 57.00787454907111, + 67.69861908934635, + 108.22745083867596, + 107.20570214993357, + 68.08071927587298, + 60.94664593122812, + 64.00098375061035, + 72.16606088945296, + 82.19833464136295, + 69.69294452882092, + 51.832291594619704, + 65.49497935898178, + 63.943917601541315, + 34.58221513991895, + 54.17653814758693, + 71.04235977391181, + 64.36860900455011, + 54.72527977896887, + 53.95102397187612, + 53.35720978945364, + 69.09744494614037, + 104.27087784232044, + 92.08780719050321, + 73.77353424447209, + 79.54314175767747, + 82.55041426466356, + 40.83655655774088, + 19.11990005489158, + 8.952042212279682, + 4.191395328446541, + 1.9624343119411805, + 0.9188225225491696, + 3.291173779213302, + 23.8100520987129, + 34.35136621752802, + 51.388124514387144, + 75.54460278805973, + 63.149964504443666, + 77.39320924924954, + 92.35343855603408, + 74.42616218138883, + 58.29580384716216, + 44.514216280693915, + 74.85093330364879, + 66.53319352064938, + 58.967024771265116, + 71.31619602369571, + 71.18102889764077, + 79.94613945645744, + 86.01429026318014, + 83.44264657935338, + 59.03436378062438, + 66.60921096848233, + 104.76421104456375, + 97.66260929741887, + 66.49821217790172, + 76.25789178274641, + 68.41647377196131, + 76.7718482103034, + 102.76406870202945, + 65.78947142748088, + 70.53053869010394, + 65.77256589181374, + 67.54070491195583, + 94.56488753341094, + 92.84575226232545, + 73.6908321227363, + 66.75756691792107, + 70.3824868690224, + 109.40964812791366, + 98.27227628918482, + 70.09465909754572, + 66.66843664261778, + 62.19283229863507, + 56.39615005322608, + 55.41120981320301, + 56.826399950417056, + 73.38651299520922, + 80.29183466363227, + 57.30568249250414, + 42.95140115052617, + 57.73225870776604, + 64.59141713731468, + 53.65665004117892, + 43.404458079984224, + 50.54712661695652, + 57.2356521599574, + 55.11792231985193, + 53.16656134166888, + 47.100722943363756, + 36.964506460777244, + 47.71260866204892, + 44.73541394126194, + 50.98126409694029, + 55.56684050551121, + 47.653656781216945, + 42.446100630547775, + 26.655483384176343, + 37.29105958988315, + 38.97467801407907, + 41.00454025627111, + 35.361615895782805, + 57.05489096662377, + 77.13942173184131, + 70.67921952218086, + 53.71218792175611, + 25.148341372550455, + 11.77459154543514, + 5.512928427683905, + 2.5811833668700026, + 1.2085242282395123, + 0.5658376808823853, + 0.2649283097722907, + 0.12404088962288791, + 40.537430765537245, + 41.34719256645444, + 71.74751679148483, + 65.74508534124936, + 71.52871780638637, + 60.10069424323957, + 39.668289534963094, + 49.15190167267624, + 52.17001434959188, + 57.55021797930832, + 60.53027074721395, + 57.24840251658931, + 71.72760947476718, + 84.02105330261446, + 61.45607761763307, + 77.59200301799632, + 79.28998622834033, + 62.953662721211955, + 74.8978422107573, + 82.68670956185957, + 67.1137758629824, + 54.635941244450905, + 55.64766691798235, + 78.32662802618734, + 65.70917548505915, + 86.45423333434039, + 64.15162542105062, + 82.73936503031817, + 78.99781407033727, + 61.38117696707924, + 65.78091804452201, + 43.41741032649215, + 32.09651852896881, + 37.86360698216184, + 74.32946082184085, + 71.03585320578156, + 69.53812190547137, + 73.00789802500736, + 63.06871011485221, + 73.05180934118667, + 68.60996791017877, + 39.57798516005761, + 54.62781347500508, + 78.73310911812858, + 71.84919471983, + 89.52191749157706, + 83.37223367603349, + 61.176768332291125, + 62.25690923698959, + 64.40800200179412, + 66.8083616460104, + 70.57122810128966, + 70.18616459702358, + 72.59297815940089, + 45.81720009785306, + 34.81576543277892, + 79.42100573367777, + 87.20294614533094, + 65.93923393678074, + 62.74789210683433, + 81.64447100192322, + 74.2697082864081, + 59.2606728170915, + 42.71298083205835, + 45.87843127563238, + 49.44570463739097, + 47.9871511097564, + 66.99944270693997, + 48.74415530322193, + 52.97618981870132, + 59.027212475957114, + 45.08134889306292, + 62.239276154574696, + 51.06720168908298, + 68.12772969915176, + 81.10016942127258, + 77.50730156194048, + 52.57781414199182, + 41.46664476206706, + 47.73812853854796, + 78.22141373921917, + 74.12797359412028, + 69.00160326018876, + 33.817136229796006, + 78.86788724286649, + 74.08174752110375, + 63.784627667890284, + 29.864312979576106, + 13.982635351982404, + 6.546746664496123, + 3.0652227430800156, + 1.435154122527531, + 2.595598550725579, + 12.620778040136896, + 30.448271856947052, + 17.431448562745185, + 40.30265042885717, + 40.14316388941818, + 46.345367079515725, + 44.457837863838876, + 36.41705667844713, + 56.078561438228434, + 50.4264012014335, + 43.9311548523756, + 47.08392823587458, + 44.217621010187145, + 46.62076158949472, + 60.90193896620028, + 50.908215335430725, + 59.1225434849658, + 39.09678120269116, + 48.51385947853094, + 43.43837029072182, + 51.5742229440157, + 42.184534120606735, + 39.441947264421174, + 47.588904766253265, + 53.27290643138468, + 47.28666720950032, + 51.04291832553808, + 39.551728541048504, + 43.871887648712544, + 66.53408282171428, + 70.3795329986944, + 70.28983138279422, + 60.133169198797205, + 62.73476211990038, + 52.76682761135271, + 55.4505307636737, + 65.87667098913091, + 69.11105722332472, + 60.05902668988722, + 65.70205275978918, + 63.875724265204, + 51.42856683835759, + 61.85712596323425, + 66.80321924909703, + 80.50393414437403, + 88.92993884288599, + 75.16089977992675, + 66.31533894023019, + 64.34797552567998, + 67.14390560949101, + 65.563579402902, + 58.806701766469274, + 53.093804214460114, + 61.087585639942226, + 83.76269533674342, + 71.2521245156583, + 61.724866209222874, + 61.92380221951083, + 52.32486177060893, + 107.42600269021138, + 122.99864234775828, + 87.70305501059048, + 41.063052021541814, + 19.225946474957315, + 9.001693728561888, + 4.214642441056227, + 1.9733187377382853, + 0.9239186704846907, + 23.33484425063089, + 54.52027620414849, + 51.21168421944621, + 54.6719170990517, + 59.98899268221501, + 58.94778950282049, + 52.37445747800894, + 68.036181696597, + 83.41237095284919, + 82.6574684342809, + 94.78356775730788, + 65.9814276828861, + 63.62370179958657, + 52.62157398558957, + 44.91913229898522, + 47.67514219664034, + 64.796540276602, + 67.14507104662684, + 56.041039706200266, + 56.66493992082741, + 62.26896196492393, + 58.82397437617975, + 55.55100124407745, + 42.99575726458033, + 50.18447032315788, + 48.7368132904229, + 55.06877576579899, + 55.75202662849358, + 64.19248078461585, + 104.79901630763305, + 104.78634337208157, + 81.48203485237323, + 62.430832555731925, + 72.78395580859745, + 83.49277290306057, + 59.81569092432427, + 57.54491354344975, + 67.67311815425299, + 60.74559137501007, + 86.62952559920704, + 83.19494075257028, + 107.19048965851982, + 105.97728820311637, + 130.75773991470382, + 84.3260125463469, + 62.342639686629006, + 47.317775867936376, + 43.42446179571097, + 60.24152085498031, + 46.630304074743165, + 65.49899888918526, + 105.01519141796507, + 78.46510097927751, + 76.1673838422576, + 65.44196626651497, + 55.69512306648423, + 67.44133005181196, + 61.68824512890727, + 54.77573974840504, + 53.99114169568283, + 52.20167885618609, + 52.24123364801736, + 46.857791257939624, + 51.99044268056443, + 54.2382630495473, + 42.131183212890164, + 40.641099184783215, + 21.001252840889062, + 9.832901919081896, + 4.603818680856918, + 2.868802923081826, + 33.03714378477224, + 56.05272207895025, + 60.30482096387119, + 55.551897525870416, + 61.068357466669774, + 56.293830011122594, + 50.06598713246552, + 70.30073362339765, + 59.488730972073675, + 74.71290656966869, + 66.25982278768673, + 73.57385754112744, + 71.2268983755332, + 97.01212657150147, + 85.2715910945848, + 66.55017899936011, + 64.67797715665216, + 76.39179560182858, + 65.72294405637783, + 117.16992296919844, + 81.14428916276111, + 81.5859215851519, + 68.77384484547835, + 79.31420678830612, + 75.07538369246882, + 76.86527262785617, + 64.56280677938214, + 72.68279981912858, + 77.30631957020961, + 69.38286027655937, + 75.8253812478103, + 64.77839406342683, + 61.072958893254025, + 80.19115313464687, + 106.41634681605595, + 116.67753557625687, + 120.26829680742273, + 105.89494318637507, + 79.27689201856538, + 107.54449771735676, + 90.6463127282839, + 75.74473202531019, + 68.82516443574804, + 77.06303118331509, + 73.64715573148993, + 64.48851361817653, + 82.14869266880521, + 47.47784849400569, + 22.22938941345677, + 34.88594980721487, + 60.50696048153899, + 76.7183081109246, + 86.72463092787501, + 75.89673647965532, + 98.61695640528966, + 120.34321712409783, + 110.96659093780121, + 96.9416781363783, + 73.82337184194404, + 94.11041146136509, + 82.40699170061022, + 66.89480547164688, + 85.18525213990505, + 95.57320543698566, + 75.82619889263029, + 90.0050833971886, + 127.14041994261578, + 93.85517915024818, + 120.99027184957222, + 85.01654012265206, + 114.65163263057478, + 125.40299416353164, + 118.01652597553183, + 120.71743089652925, + 138.60490018888953, + 131.55099532880243, + 93.22470261469837, + 96.50341604402443, + 96.54017327915247, + 95.41164584283189, + 74.5603017206132, + 72.25242942023782, + 94.0036576899387, + 85.69787969232772, + 100.97149622444897, + 99.82868246770606, + 100.05677412622217, + 93.44149172923657, + 64.12202010766441, + 114.33370059115514, + 132.18648405497026, + 93.15995526414022, + 94.22442793764728, + 76.6227009234608, + 64.38530071809603, + 83.09150088539558, + 62.869791316605514, + 65.22049943987457, + 78.15886140751832, + 54.92008469122698, + 25.713885273791355, + 12.03938230596585, + 5.636904915996465, + 2.6392298395773883, + 76.22145960900296, + 76.07699543096916, + 57.10899977987715, + 111.13151162078361, + 115.5578884596427, + 86.42437873519506, + 69.95590865434161, + 57.577908940078046, + 53.72099515904205, + 58.40460818069421, + 69.03716405353276, + 61.86738999838115, + 66.87632111328593, + 62.591567803439965, + 77.10158199321873, + 75.50927370515818, + 63.744783945755174, + 57.45055280312252, + 59.57518938982443, + 55.93937923238346, + 48.471812866721955, + 67.68811813648303, + 50.00622105101375, + 64.00999901741908, + 60.21394555882709, + 73.87592227575357, + 77.19390021755112, + 93.56574923466908, + 81.001889413455, + 66.65909763152892, + 58.43326267297375, + 59.18740131485044, + 56.21955278825342, + 83.03247660901425, + 83.07837743254751, + 55.311994153299, + 83.68222940854223, + 87.07248069583665, + 57.05440867480879, + 77.44365289050464, + 85.53520788863055, + 86.97576012170498, + 56.600952346328974, + 93.30773166349975, + 83.58549616117082, + 63.08582887409095, + 77.70410768570747, + 61.11542689772442, + 117.43869091629314, + 115.45055442798298, + 70.66492165932985, + 66.0602872566885, + 70.29349487644589, + 62.513935280548864, + 70.50377241148263, + 75.76638192561856, + 62.60280175814935, + 96.23658408089844, + 84.58910013569741, + 70.26821962553805, + 68.56398061138344, + 61.23997758835909, + 54.898527191955495, + 91.90298517932466, + 92.94347591812198, + 71.8321045703453, + 72.53718603682279, + 64.81320924655776, + 58.03813422296247, + 56.02870117351225, + 53.375308615740565, + 75.92202603315485, + 70.96160137171165, + 67.29083993688248, + 66.47267883218754, + 57.94353360649618, + 70.63752374174388, + 77.33177069959976, + 79.57028648169468, + 65.90598972957704, + 54.486752581452706, + 84.66633963722137, + 86.54917119511032, + 69.61824932744318, + 82.95627822010331, + 73.89087786971514, + 97.79999206019406, + 99.26788175958562, + 75.68151282947566, + 87.99579846669295, + 87.35101881365506, + 97.31377084413656, + 60.332218994986576, + 28.247876278278202, + 13.225810810956895, + 6.192397257904103, + 2.899314404825053, + 1.3574749273871984, + 4.328542677379396, + 74.60235780160251, + 53.28215600405611, + 44.64200506818912, + 83.63325880908499, + 83.00101143458834, + 92.59547016234912, + 83.57928839612457, + 55.54854020627636, + 37.9817588136561, + 53.71661924270819, + 56.33993152690053, + 73.03763727518661, + 70.71967676245028, + 60.45179813164861, + 54.522228557050816, + 45.79035334764317, + 66.60178815480762, + 59.93227170477268, + 62.11992012522298, + 57.02326514978073, + 58.568689763857556, + 53.00852674655925, + 45.63068029714037, + 49.24352156278159, + 45.746691904879235, + 54.619101684210094, + 86.97403989837755, + 107.02706297689963, + 98.83014683640802, + 101.01899211492062, + 118.06712778504102, + 110.66163298968193, + 91.0972552248817, + 93.82967147650774, + 82.75916201203671, + 89.96855673829599, + 81.20816209506863, + 97.34850163861438, + 95.33805228099841, + 77.54984668079545, + 89.42802414470103, + 102.39187023655907, + 67.40837017645829, + 31.560969123698243, + 14.777019076703771, + 6.918681487169755, + 3.239364669723574, + 1.5166883289703108, + 0.7101218052832102, + 2.839846881332134, + 41.132486510248754, + 63.25202954461311, + 60.55942769002278, + 84.30123050215586, + 84.30123050215586, + 80.91310364721829, + 76.29176969708648, + 73.86906629594856, + 82.87630587763431, + 92.51822606399602, + 101.15824525537298, + 82.41744428962846, + 65.4862277730831, + 77.88607170709176, + 87.65435885406538, + 91.86389202997333, + 70.74672894661116, + 75.50824222862084, + 81.01594489997657, + 71.98965579129856, + 74.78897073711542, + 92.59600828316405, + 101.10485909000172, + 129.5863545261499, + 143.76114868692915, + 101.05264776239068, + 93.34843773664934, + 81.67046378893801, + 95.00762190714434, + 95.00762190714434, + 75.502909468387, + 70.23941104880026, + 64.36963689512541, + 77.62014155923052, + 67.07079550442124, + 69.14026023894885, + 84.72921577692648, + 67.09534828567162, + 97.18303246904264, + 75.57448081920175, + 74.12222506883214, + 73.73816116471792, + 74.29470488030991, + 77.43985442664984, + 76.51128332235274, + 57.19288853672378, + 59.226965966711056, + 96.09943906548116, + 97.87651511170674, + 98.83935604327337, + 71.80929962041918, + 81.3262480109731, + 90.28902624844902, + 103.68024381654104, + 76.5697491150543, + 82.62691562259607, + 77.90769768199854, + 60.68765445348795, + 78.6434406481752, + 67.95501811154051, + 77.745786448898, + 86.63821994235202, + 74.0743884170629, + 68.24576828725563, + 80.18139918715906, + 70.26639870609218, + 74.76741546685653, + 70.84513753683768, + 70.74716767517879, + 94.16982674735658, + 99.94209180190975, + 85.45828496896905, + 99.49851253419261, + 118.16614085272975, + 83.30629459097646, + 107.10275170881673, + 122.28416694824284, + 89.42284319375067, + 93.55881802953266, + 95.2979728802253, + 80.94419633533144, + 55.04844938185409, + 54.18226063761575, + 83.05322819904018, + 137.689178350035, + 115.63790211175109, + 82.29650077353062, + 103.68436201383216, + 108.77077122767706, + 102.4180732049542, + 100.50555631595279, + 105.65124349611492, + 78.92189863688223, + 86.96628494525028, + 56.10841479757883, + 26.27026795589973, + 61.970528536591004, + 66.02343180869599, + 37.941696196077096, + 17.764510534974118, + 8.31744139524882, + 3.8942717406820724, + 1.82331941634574, + 0.8536881644117349, + 0.3997014870369175, + 0.18714243139309844, + 0.08762111416534661, + 4.183222161553635, + 23.083578130751732, + 55.43743431585859, + 72.6271763102722, + 79.38908946756695, + 64.94132856187636, + 69.25490453400073, + 90.4043235299525, + 87.86796527351989, + 67.76952838280928, + 79.04856901234237, + 81.44211432959827, + 73.09475953031415, + 58.13511736337739, + 62.77902766436238, + 53.12642788081385, + 58.28380612858672, + 66.34288068455972, + 51.93817369620329, + 64.64368537015312, + 62.19878206199769, + 59.02427376741101, + 52.06808642761188, + 55.9295888868159, + 52.31150911732197, + 63.1064780267868, + 62.15594488873609, + 56.277516531532555, + 63.889274702088564, + 73.51666301142853, + 66.99066014839642, + 58.31077584172651, + 68.06092599782154, + 76.74107759672171, + 64.57318348504619, + 51.48507401407287, + 48.00573659519851, + 62.05658591803572, + 78.3664611049713, + 107.0209343449879, + 80.05909950278156, + 73.4174946082824, + 74.36150765028884, + 56.36246667940794, + 54.973763433873444, + 65.5276226455425, + 80.878127092381, + 76.25879082041308, + 78.90311228845226, + 71.49091894330016, + 73.66822789087541, + 75.21453081784878, + 67.66139779041063, + 68.82442268393778, + 76.57141803903352, + 74.2568465525209, + 63.89686018376107, + 77.40427052773222, + 112.50867916085355, + 115.04137774052761, + 76.65451925471386, + 71.81646984838203, + 122.38366703093257, + 121.92019385009351, + 101.49279138167068, + 82.7001373188555, + 65.56057416243883, + 67.16975635244981, + 94.01077210777007, + 77.75646224072412, + 77.91150525452959, + 66.18284668739072, + 60.08298301192775, + 67.62438539399702, + 72.42837516894224, + 55.91443238615678, + 48.49065394695085, + 64.61975460176929, + 70.83094741489387, + 61.94560604398659, + 64.1572132590579, + 50.7165703482065, + 57.821587414712695, + 49.895303202207884, + 57.46495290302462, + 73.92295558633108, + 75.1656128153775, + 68.95679727492512, + 70.34132824337844, + 41.90670148774838, + 64.4486697099354, + 81.84087406562247, + 79.74700726645864, + 119.79003747565292, + 108.31820770421209, + 77.65435919883942, + 69.26605295892648, + 57.88721472815699, + 64.75560980874708, + 60.36036123356243, + 81.5925299635252, + 100.45828756995695, + 97.0857329083936, + 70.66657540892882, + 64.54416072031367, + 75.97132407205143, + 59.843831565420864, + 55.23893006474617, + 62.25299955117234, + 64.30283086071033, + 71.68764100316166, + 62.36868465569507, + 66.68153379480157, + 60.384043953838614, + 61.573735275039624, + 64.53419797549304, + 61.882038538395385, + 88.63531340697406, + 62.518359910293114, + 59.14576185820081, + 66.06369689001548, + 77.97643653525333, + 50.6916117797802, + 66.95374203998522, + 60.66407783298231, + 28.403254408798077, + 13.298559705003713, + 6.226458689634084, + 2.915262154226572, + 1.3649417512421018, + 0.6390732241979568, + 0.2992175933625836, + 5.248297142883606, + 54.67951015585699, + 53.21137857173272, + 66.73702122177878, + 74.50935174680673, + 68.65024231719119, + 80.13250342879145, + 82.40559290503421, + 73.87366580291688, + 75.60897850246906, + 62.27290364944637, + 64.25606022877572, + 63.288211657950576, + 49.93231310797963, + 50.92219331898104, + 91.75207328089023, + 82.32728426233855, + 68.19364907866547, + 76.57488904195884, + 71.50583303558959, + 64.83056226321408, + 78.2118348317904, + 92.07442907133274, + 99.68292426830493, + 91.78625410094037, + 87.0224947216915, + 105.74256328750957, + 93.01473301502783, + 70.30281085179763, + 98.98250181606203, + 96.11326140824116, + 85.95028263199112, + 66.0038501708519, + 66.0038501708519, + 57.249174874754495, + 61.42312322376216, + 108.44019900854728, + 94.77478007434625, + 89.84577297692428, + 97.80769020320864, + 90.1958383394324, + 70.25997351287104, + 71.19067441795278, + 66.2881318401603, + 75.46130654975636, + 112.62448914968542, + 105.14220439223027, + 72.18250372023486, + 69.42604581822346, + 108.0589334212297, + 95.86568179985485, + 72.57048311400297, + 80.99416403269956, + 83.6378166515622, + 111.23012705115596, + 91.46429430727244, + 86.73255559783298, + 98.70178219601542, + 84.60490017330373, + 102.78316052092816, + 85.1834062836032, + 39.883338649643925, + 18.673598195243432, + 8.743081230500549, + 4.093558649162871, + 1.9166266413810715, + 30.389816533939072, + 90.82018290280547, + 77.14827510443598, + 84.69120345385686, + 56.60017741794371, + 58.12950763621627, + 55.356096973997154, + 44.3436972413257, + 41.50104496712481, + 35.724835816438514, + 40.23388674567132, + 51.66869133846626, + 54.0410315244567, + 65.79975122652814, + 70.30619110288922, + 53.01142864128195, + 46.24322127251523, + 56.31347825374699, + 82.88839572626577, + 101.4880384867113, + 88.59874243980587, + 92.87937443396352, + 69.47431460521057, + 76.02638898034877, + 61.240505500158044, + 84.34272278682015, + 78.62542275153372, + 84.26440929856342, + 90.83273547263033, + 89.29501503043912, + 94.21132170840463, + 76.90327965908841, + 85.25220179444099, + 114.59362604206004, + 96.72221291763277, + 104.3627074098122, + 113.08111843885825, + 75.63367532925332, + 71.94292084761454, + 58.66526337632778, + 76.60309118196871, + 71.30308113553389, + 77.48378795274827, + 89.42744151264196, + 82.26570451625743, + 64.50436884395522, + 69.11478183768469, + 80.96967280434227, + 77.41455347973462, + 114.60037523929226, + 124.50869993087451, + 144.52242635801034, + 122.76627893780596, + 82.97188094830872, + 86.06191082477065, + 74.84864313951608, + 71.95354172238953, + 87.63015927849105, + 106.66406919973988, + 130.05714871279662, + 102.01731984536966, + 104.44999433667223, + 89.90853282365646, + 114.16282859430106, + 83.96015147356871, + 108.36338854683177, + 98.66544565603803, + 83.11914257688989, + 131.014313309559, + 167.37531055512312, + 132.1914154931847, + 114.7891696561393, + 145.38897610607438, + 128.52198067007546, + 99.78457983463967, + 60.95600898087019, + 52.05367393214463, + 62.638616841511805, + 65.55209898459606, + 128.15398619035633, + 114.80093160321708, + 86.60974734845031, + 86.69677888869874, + 85.56082571741092, + 85.06247287594636, + 97.19476333371728, + 96.8266818142136, + 73.87552233951574, + 34.5889252840713, + 16.194724780539662, + 7.582459083751996, + 3.5501489859130064, + 1.6621992526391034, + 0.7782508188916041, + 0.36438130756214243, + 40.04243263992849, + 31.853367955028972, + 33.69196509831893, + 48.33907806689834, + 80.26361360088603, + 81.68321172696692, + 74.47747921008997, + 106.90113826644841, + 135.66334246332062, + 94.13165341430256, + 64.10411781625724, + 52.13492555338193, + 59.70515441124509, + 89.57489451181027, + 92.64742494093855, + 77.77790479864075, + 71.357433680574, + 58.4764395131421, + 57.06645792386368, + 57.46027749716983, + 56.228779990559694, + 60.83931311190059, + 58.962514943454096, + 84.84709220271942, + 53.78487557801106, + 51.19629596285099, + 60.05963450689352, + 90.39067398719963, + 69.04441963964122, + 82.3865358119503, + 85.31582834614014, + 70.63525302040482, + 78.5796911011465, + 81.23302185888062, + 93.64889110017515, + 85.17403115126318, + 77.9152720349143, + 97.61036713704462, + 76.78885152365571, + 68.91198988048927, + 70.00937541081007, + 70.9151482065327, + 59.386573614501216, + 46.07831164965391, + 74.94857371911162, + 70.32378791559739, + 81.16980105764634, + 79.38400993076063, + 117.62680034686127, + 83.3765712841101, + 72.5140111285875, + 69.55151314573887, + 69.94293318124824, + 63.42467240906942, + 54.433452706578485, + 56.610252239103126, + 52.8219115246214, + 51.803963281768965, + 40.252111512253485, + 59.41613197477277, + 82.88074825504938, + 98.22818607152658, + 107.41017046393466, + 107.47120237886335, + 100.0431921143962, + 76.58168941014856, + 59.92543000291728, + 41.00430080977959, + 19.19843883494832, + 8.988814500437591, + 4.2086123157156505, + 1.9704953999363513, + 0.9225967682200407, + 0.4319648737863371, + 2.310302398370726, + 9.386334573103193, + 37.51464085689821, + 48.773212894752206, + 58.29101800361036, + 57.4364107877097, + 54.56846746187872, + 61.078936323609824, + 73.65137002569254, + 65.61032476632121, + 64.04850302963696, + 66.53893883816463, + 65.53670470445876, + 47.95551780158843, + 59.1621242345084, + 84.18463756251704, + 75.12739358838085, + 62.335474796474216, + 58.432352867393476, + 72.7637048512509, + 64.23172398756343, + 71.64932467325951, + 61.033535767070894, + 94.44057706996259, + 78.25834387295185, + 73.03586582927217, + 67.0183552974963, + 76.9315747693554, + 66.78264755455152, + 66.16218614994486, + 43.34591857387268, + 43.377711171990725, + 49.40740270456228, + 67.37599956011462, + 61.253848099700605, + 89.93710355606393, + 84.57901642787306, + 64.99799924445026, + 67.89828627126163, + 63.229399698947546, + 69.73260130458227, + 85.15482073262393, + 62.71263373422647, + 70.0603137748212, + 88.26379024825913, + 79.65287735929657, + 82.16873791403961, + 71.67788581504558, + 54.61926498082872, + 57.87085917770254, + 59.845299963303816, + 80.48543362881769, + 122.99768596609246, + 92.53598021447851, + 75.39073234593526, + 63.18419409317637, + 65.09364153309853, + 93.66073836113011, + 91.53168499221495, + 59.50372763029238, + 27.85997207124998, + 16.121247254423153, + 12.408696165367095, + 31.789502768983958, + 26.396155516354753, + 12.358824980565355, + 5.786469730624597, + 2.709256907196934, + 1.2684889632010572, + 0.5939134991179821, + 0.2780735620627204, + 0.1301955689390534, + 0.060958280411931, + 0.028541001672023784, + 0.013363053730154595, + 0.9983919841231336, + 40.831625343150435, + 55.17690976783281, + 90.27432499333165, + 85.49592171443024, + 100.64992887532543, + 91.09346531289508, + 49.07869134118134, + 90.340306567529, + 81.23165147696906, + 101.69766333958638, + 84.89992418538618, + 102.25362508175513, + 106.20578236899345, + 96.08508545316579, + 56.56805446607832, + 60.55922494645559, + 44.36691941022276, + 56.03253418065485, + 67.4791430125565, + 72.22478361468472, + 106.12387902759022, + 90.66270874025051, + 101.3532964919786, + 84.99899691621943, + 81.27915671680107, + 90.24343722902368, + 97.0924373489964, + 107.58527694546663, + 87.48765770820371, + 99.45833858922371, + 105.81112293560184, + 63.518447129123686, + 73.17366459798828, + 69.38815830930847, + 72.34978261005821, + 123.01043605986646, + 93.22380539575846, + 90.85413519784063, + 87.77186283219795, + 87.77186283219795, + 107.91662057826895, + 153.16512997296923, + 119.68497619848074, + 120.22267328322687, + 98.10424166023961, + 102.32872637564482, + 97.24602426333756, + 86.02385316351493, + 80.83356435026766, + 79.27109821125723, + 76.67855302193391, + 79.40969416967769, + 70.7989444873, + 89.78208152246455, + 80.71108794573996, + 127.13702916330158, + 115.8368392433255, + 92.25124011610255, + 102.57706164164624, + 82.39426706608592, + 84.81856430524552, + 88.37446908342314, + 97.58493103934872, + 82.0580069788752, + 78.64386402550144, + 73.32660418036032, + 96.76262274767163, + 102.67917658985644, + 87.84336059749721, + 79.86725766870877, + 85.8761545757449, + 93.42040776815799, + 136.76311411980276, + 118.85015005010196, + 106.68025878220193, + 95.71631536884595, + 92.12202001098882, + 89.99461567884396, + 126.20821481985391, + 118.75777312629906, + 85.69961153237794, + 68.54010377571844, + 83.38761276666975, + 104.48384777535888, + 57.69865929444611, + 27.014829162963114, + 12.648491379665916, + 5.9220931295326835, + 2.7727565274100323, + 1.298219834125037, + 0.60783365616667, + 27.584104465083687, + 75.31829429413635, + 79.07896687572662, + 91.09454112612079, + 99.9683359562352, + 111.00950593496545, + 100.61124951367083, + 78.20117290023144, + 73.30022190314193, + 83.56684420344214, + 80.88133285873823, + 75.53875525083933, + 80.97452086974405, + 89.76216231354317, + 101.64667063192203, + 123.77305316583488, + 120.66500670429807, + 110.50882011254703, + 116.8525815017685, + 113.10013301566495, + 97.92735036493895, + 91.75015476016095, + 100.12756071036723, + 104.65308647660716, + 100.49948392128437, + 78.8035575423209, + 52.646555806830406, + 90.11099818031829, + 76.40077077915345, + 69.25264222129583, + 76.10615658807093, + 68.95674214892172, + 74.70181034746162, + 82.97492513914995, + 90.98482046505477, + 78.90345888943693, + 87.93786522425208, + 68.72397833714753, + 53.907348795946675, + 74.88017320668351, + 93.56616782965743, + 80.69636287120149, + 88.08937224583353, + 87.00792215283624, + 72.48102275370026, + 52.21727053253359, + 72.22205418077503, + 99.708683270193, + 84.79012490651584, + 115.2360098702168, + 112.67698746714277, + 85.54790785582097, + 68.57057573631849, + 70.85139015705771, + 62.41212252822083, + 72.55536156199625, + 67.6370857758671, + 47.760383920832034, + 39.26618995240766, + 95.57224457648043, + 76.77795234947789, + 76.46468048035493, + 55.486796213198204, + 55.584201717339894, + 44.94419372870009, + 76.39930613439581, + 80.43028884710982, + 82.19762828235278, + 79.0734842758815, + 109.81909957397411, + 107.34726245594729, + 83.34385788213419, + 79.79970734022712, + 74.24711651544158, + 55.54200517202582, + 51.869708693912145, + 27.840160964619145, + 13.03491626192734, + 6.103019381654721, + 2.857467192301383, + 1.337881832658531, + 0.6264036217039309, + 0.293285615893365, + 0.13731793608723114, + 0.9079423229019522, + 24.201700766959828, + 55.94239048273552, + 54.89109986539643, + 87.65438854730667, + 73.05979098962655, + 76.66501430890318, + 54.38382364995019, + 53.23656093328293, + 58.45235254673432, + 92.01483228826045, + 115.68965963732387, + 82.72053599911288, + 92.2691243922259, + 102.83765780468568, + 107.07540480466123, + 111.38633403231194, + 113.11595002542842, + 83.40097175781312, + 80.36284277411718, + 98.32899748892255, + 108.12937765962032, + 137.35452182675016, + 101.58994726536982, + 113.23049339497105, + 88.74880116877445, + 78.37931908262657, + 86.11783791303091, + 100.44521970343777, + 127.8371254410307, + 119.61127712833746, + 112.46087267326034, + 145.50059222111705, + 133.34138412396308, + 131.26647573883065, + 143.69265869177917, + 155.10098522250115, + 124.87670387770544, + 166.75417668292633, + 125.67486997328814, + 143.34103914362336, + 102.30508820559682, + 93.41155193718777, + 74.8175124892978, + 96.62951428581873, + 107.76894081401173, + 86.52040650093002, + 96.94371033397431, + 106.81267752320602, + 154.7784005690374, + 154.9760119251118, + 127.46820803052255, + 108.88012464923801, + 94.54780227269097, + 101.5741121337946, + 103.28686133399887, + 95.07117674610022, + 94.53162929370606, + 121.50553009211097, + 149.71291722412943, + 116.76891042394475, + 119.02484766664517, + 82.89977032195696, + 78.493445013044, + 119.29468483329542, + 85.36636125576314, + 103.86559488117737, + 90.26148326702665, + 94.2618113477036, + 69.58415895636219, + 32.57968537989128, + 15.253987622647742, + 7.142000779894176, + 3.343923989047737, + 1.5656435765181487, + 0.7330429210475538, + 0.34321472150957416, + 0.16069501754761903, + 28.10920046844922, + 65.09028000807234, + 101.63547261197232, + 98.03723293045293, + 102.63168003780262, + 94.23354837623961, + 77.1294893950016, + 78.1030947750663, + 80.77521469126177, + 95.62177078499138, + 132.1623784051102, + 103.97959709329861, + 124.73563525709682, + 100.8437404187999, + 99.65191263828477, + 96.15553595343465, + 88.12736474832222, + 75.77197442179465, + 80.85199062181775, + 67.95887901164338, + 104.03836353962242, + 95.4770312900088, + 87.80221165885912, + 68.36652242873363, + 62.68137806679118, + 76.34788143523807, + 79.66169056737377, + 64.85548563939143, + 69.807233115592, + 106.3118081740927, + 98.43921615145732, + 68.68067458587261, + 61.02396674844547, + 67.36674485867766, + 63.398719046001894, + 51.01555673567086, + 61.37889947299445, + 78.16353556562268, + 66.64934125671833, + 77.31284673016017, + 66.33205512595276, + 89.7615192555939, + 69.48043272637968, + 61.10915838862577, + 64.05567340288425, + 100.31744968888712, + 86.97629852071245, + 79.9983565094131, + 85.02517276135832, + 69.18994783077423, + 58.62550519191278, + 82.09488158820064, + 96.42203520215514, + 80.10483483947314, + 68.23931896783529, + 58.66635143128007, + 74.20867136089277, + 96.32261192403365, + 59.59176331045404, + 101.42385497255994, + 91.64447795196918, + 44.56777778524512, + 20.866878325493293, + 9.769987032988139, + 4.574361585658974, + 2.141741216820496, + 30.97412736034421, + 73.76540439323085, + 67.21732099901979, + 64.3309136054236, + 62.586420244074645, + 62.94626079465712, + 67.22508419064556, + 59.65201303854907, + 88.99447453222254, + 94.99295539607259, + 83.02213144744735, + 63.627599503082536, + 54.43164216558539, + 53.18653256898138, + 62.515690049107945, + 53.306564625446164, + 52.69435294480719, + 52.08280669911264, + 54.50565551317483, + 45.60307683017726, + 46.14617422878531, + 50.31473347595566, + 73.23809152503648, + 62.776146036851294, + 87.25895831541202, + 73.37775365075228, + 74.84399753693317, + 61.14250047832948, + 61.19250614256629, + 72.92829274496319, + 57.640980923687685, + 26.98782383300414, + 12.635847335865726, + 5.916173118784285, + 2.7699847458649076, + 1.2969220707829725, + 0.6072260362425931, + 0.2843065650569789, + 0.1331138951726465, + 1.7184130023238864, + 18.96482894060434, + 14.841551460878064, + 91.79761201313512, + 68.28127471693819, + 47.94737186078245, + 83.58190934121006, + 67.19899573325586, + 47.84021797828524, + 101.4261287638648, + 88.30890740920144, + 57.58081784550179, + 79.09410996525762, + 136.85252800179757, + 132.25815711987522, + 64.80063390240468, + 75.0366941573067, + 110.9885172257041, + 54.89023293371217, + 76.49111489460051, + 109.6902658147116, + 58.097662681251386, + 70.96444491701303, + 108.73321979252967, + 111.78618188644745, + 108.66140249550956, + 103.69924898751557, + 102.02977535959528, + 109.37594631657184, + 116.9000964949017, + 105.62671570558689, + 93.68054304936793, + 84.41287269625323, + 61.14264107126694, + 77.69109368665202, + 102.21814433070634, + 80.02833195728796, + 42.13277994514977, + 64.12917848025441, + 86.7588143671101, + 74.68352667623455, + 98.51728886711456, + 109.22761055813588, + 117.13565497994857, + 84.32010467954113, + 127.56082622284205, + 121.7904227956428, + 116.81191555620657, + 96.94426798437142, + 84.31063696207009, + 86.48915311328531, + 63.74043758988218, + 136.40765533266494, + 119.84468041976031, + 78.28574847328208, + 74.69031197980428, + 72.44187724810394, + 78.20430865517297, + 130.98011045636153, + 117.13693282756745, + 86.78302516229661, + 114.89133297465068, + 111.9494173890497, + 103.33094964547597, + 94.45800469501779, + 109.52683518022292, + 101.87474782745107, + 92.88408668676959, + 105.80827913948227, + 108.84106564564206, + 99.30350252037496, + 114.7631573539247, + 124.95745200509923, + 109.2279052198459, + 122.68976773487222, + 83.63321240333998, + 39.15752936123273, + 18.33377030026135, + 8.583971943733564, + 18.454341769394222, + 33.460570382189005, + 48.34880932769329, + 68.87488448409667, + 68.74434442851116, + 57.71726168435545, + 77.18010927961708, + 62.58841167366135, + 64.60662202966185, + 78.03806470705301, + 83.8687974059359, + 119.42250238667603, + 107.02215196719459, + 103.36864565849112, + 85.33148530850728, + 107.24783055248903, + 116.73977276304703, + 90.08268590595368, + 75.11597176221103, + 67.34365360198707, + 91.10384944166643, + 94.59527163195156, + 84.73888040030864, + 79.0822035948795, + 76.12491464641562, + 71.41329985238859, + 71.7800549267022, + 75.7009199780334, + 66.33565820631503, + 66.78067003401758, + 95.48644357564964, + 124.52019108002037, + 94.85865581344875, + 129.3297284489262, + 105.9918083149946, + 79.43388331857668, + 79.88416869370104, + 90.1560061001866, + 130.58160260374848, + 92.67795300644846, + 111.99756006865245, + 84.08401858089108, + 84.40491466142731, + 67.9069690664519, + 76.55134749693246, + 73.03351825545322, + 84.51692761156121, + 99.29651242283435, + 106.29697863351983, + 96.98698305978206, + 107.34126781183457, + 83.697143203217, + 87.59713776084152, + 86.1141932176501, + 73.98294071621687, + 73.23566674433934, + 61.45271999072117, + 57.590679174193795, + 73.03036326950946, + 86.69550000494127, + 87.90895455982087, + 60.888574103807635, + 36.28036685047228, + 27.716781357149927, + 18.280485715211288, + 29.3359790668404, + 52.84901092502399, + 64.3767237575293, + 58.1017899823507, + 67.01139768768864, + 32.58842374320518, + 15.258078972342439, + 7.143916372290948, + 3.3448208799283465, + 1.5660635057541794, + 0.7332395342221166, + 0.343306776877705, + 21.834438078550747, + 65.95068484016907, + 108.36959019878503, + 114.32165334080962, + 116.26089337467015, + 105.51358628177803, + 93.95105966512807, + 120.0836493751338, + 124.62681270763136, + 106.14681923334064, + 109.3183981639839, + 152.76189306036235, + 118.13162473695579, + 90.20750825333175, + 75.97724605024817, + 70.32076682206609, + 80.53710044894534, + 106.48794203205142, + 103.1083852183111, + 84.47139799484185, + 88.80935729893835, + 74.27579014970632, + 79.92934177195608, + 76.48057566819219, + 89.6839504966544, + 132.17850268573284, + 147.02851742812652, + 109.50431944338808, + 82.99818211946173, + 87.54014473163636, + 78.54532252522269, + 125.57913459669723, + 104.47741639234718, + 111.01339917600842, + 84.93719817536865, + 102.29445677536799, + 84.16083611868193, + 76.15297726764402, + 87.09675372417786, + 79.96280311444406, + 92.31221676179644, + 87.43121025972113, + 73.65483774691418, + 92.37342574758816, + 80.5796952851689, + 79.91343545157635, + 83.47295051598536, + 70.5485621868954, + 141.24833367729588, + 140.44672186182382, + 117.98232942501087, + 128.0631781710762, + 130.63065051739457, + 115.56785139935414, + 101.69116079833384, + 121.13920331539444, + 111.22664046496841, + 103.64296635530059, + 113.57025449254647, + 93.9671529407102, + 100.19504586725319, + 123.52388027769499, + 174.26195277602514, + 128.0973879745081, + 92.2549858072522, + 116.36672387993224, + 120.66119196886672, + 99.05930551237577, + 115.91814555143964, + 135.34068821851815, + 106.36334097363842, + 49.79990039181759, + 23.31658686473205, + 10.916954024870343, + 5.11137783040624, + 2.393175171906865, + 1.1204977588158953, + 0.524623204456471, + 2.875123633370975, + 16.886876961962734, + 46.80570174318619, + 66.10454256011107, + 65.19946623113826, + 73.59842300669092, + 85.88793024649866, + 77.2740832867725, + 84.45101027156267, + 100.68612458554176, + 114.99386410995308, + 98.13800603352453, + 96.25585800443278, + 113.22386729560002, + 93.48096819932846, + 127.93304866795408, + 132.44933594652338, + 102.83410003364503, + 89.52992892138758, + 82.31952269398991, + 109.17742798748006, + 100.43402649949819, + 100.35142950415198, + 82.48472116944352, + 71.21549323132243, + 87.33433405390899, + 88.18208025079143, + 95.97917447670653, + 114.60355937105444, + 96.57590477552039, + 75.35887042091557, + 69.68175568766452, + 75.45517858577375, + 89.98121244842304, + 106.92282425001, + 111.37675851535838, + 98.66977519013506, + 95.90152374825647, + 112.46277274544923, + 100.0854161750278, + 110.51871566104641, + 89.30282282691178, + 121.37782171244106, + 96.62560219331877, + 116.70886008615618, + 94.54831954703226, + 92.86088888818902, + 101.26726409165356, + 87.96458780978921, + 84.42719530241789, + 81.79465293761334, + 80.52337484145082, + 79.39074257723502, + 74.96956036072261, + 100.75650664097972, + 134.31292855921427, + 160.94228405236072, + 119.25938882506219, + 85.75707467480078, + 109.50104067441971, + 111.27758370958206, + 59.613100606031345, + 27.91118109916786, + 13.06816827896595, + 6.118588158652429, + 2.864756579195505, + 4.641002205410681, + 71.59844369968455, + 74.44153782198514, + 95.58956290371012, + 117.75363825763125, + 123.03608404878207, + 103.57938440921181, + 95.2113731816782, + 138.45396545572495, + 141.2366129740779, + 113.14312814228032, + 102.17701354961693, + 95.9421474544509, + 112.93875689911792, + 131.98455917229836, + 121.4558141491249, + 95.94021583377801, + 109.86924859451818, + 111.07689316147163, + 97.1968213378039, + 86.12800056995567, + 73.75523307102556, + 65.57881063579191, + 71.48966425951762, + 89.07527268352246, + 102.11783111485167, + 96.80285610496284, + 104.40701974731508, + 93.19876079954022, + 80.33304688316215, + 87.23168897210309, + 104.06508422539017, + 129.56144012091912, + 107.70552511710923, + 123.60185737316385, + 111.0303580452677, + 124.53717886091587, + 98.48608438128474, + 118.30187898902942, + 90.49141462590198, + 85.55522354686644, + 84.71282329601621, + 87.2495328409841, + 108.47508368875873, + 99.57756865563623, + 113.90745903356262, + 91.7543298453515, + 70.97169588299546, + 34.58256118530342, + 46.4563155647339, + 57.94544599604206, + 61.6351958839131, + 49.86626853107947, + 49.27036578506032, + 76.06384164695596, + 38.421216297971576, + 17.98902448020773, + 8.422560057438824, + 3.9434888756316084, + 1.8463631492298453, + 0.8644773667043606, + 20.682496758558667, + 69.62340021541574, + 80.07693570120067, + 63.09217066905603, + 76.1645911369254, + 69.84641052945959, + 62.59969256469829, + 69.95337955616228, + 83.6192031709003, + 83.25839984907796, + 110.99372046223854, + 129.01422479259895, + 122.7146467163722, + 116.05875531009814, + 113.98138376060483, + 169.84601695229094, + 156.8379653527162, + 123.57303390003781, + 99.45049450683936, + 101.02143094593401, + 89.40217385786863, + 92.02766967447552, + 135.9004534276913, + 133.421514454645, + 115.35174796392324, + 90.90975029423402, + 118.28588440030626, + 127.6685598916562, + 104.88756076772873, + 80.14130604553617, + 94.80214249190036, + 114.47743275040087, + 107.39265741190191, + 99.55786618275846, + 80.32172211725171, + 92.74903571373534, + 111.05267905756531, + 109.18493000856233, + 115.88463740210682, + 132.54736688268716, + 114.20543383114845, + 90.03831586541845, + 108.70297561473436, + 119.38040491688531, + 89.37768082308358, + 77.75903292559603, + 101.83500594988956, + 110.72194512554543, + 135.159512505102, + 130.3383582491017, + 104.37576643686366, + 78.7789437622925, + 60.84433953884379, + 70.8705825367025, + 118.98743594497321, + 108.21953636317137, + 86.73707275846415, + 108.85185518011667, + 159.79921322975108, + 139.66163312471875, + 101.93235914497228, + 106.01139162130087, + 136.01850109642686, + 116.73913112030588, + 141.11645447991, + 116.0300132960503, + 54.3258894625799, + 25.435679804415848, + 11.909124977298513, + 5.575917719340567, + 2.610675299161132, + 1.2223325129080482, + 0.5723027955993565, + 0.2679553119892165, + 1.0615259845065428, + 2.82875123515011, + 40.495904995309346, + 43.84298086875833, + 81.29998293923171, + 106.62011008105549, + 76.36818359062993, + 95.45977056468928, + 70.84745954817004, + 64.19201779241138, + 55.81125393405864, + 36.65779275419817, + 39.16762506540744, + 45.84842713360861, + 39.46017745652831, + 30.027292553891208, + 33.62338488813247, + 27.014874160514736, + 97.88085773710546, + 95.49638963303629, + 72.0830482102979, + 57.33130762311242, + 63.07480066844933, + 55.457174884937075, + 47.81887404729287, + 46.395488288316606, + 38.84468788864763, + 49.39351627650056, + 44.67620432884475, + 43.62838770270851, + 58.662785443862326, + 58.732962537281814, + 60.534799548533925, + 68.09403757600586, + 80.8942601727891, + 84.65438702972094, + 76.24091656136238, + 85.33180774755971, + 75.49875342262828, + 88.28278504064355, + 70.61952173960134, + 79.8150534092251, + 85.23073261667614, + 109.39777862566106, + 74.87946242599804, + 96.37913726600758, + 100.36764514704336, + 101.7122783003456, + 77.5294899184591, + 78.98753518807254, + 70.56209075606628, + 86.05031231484963, + 80.56125447591998, + 94.28370009793645, + 96.4063529563724, + 70.97153254552954, + 76.86021076367868, + 82.72191459136583, + 108.49658991573101, + 75.14098376257476, + 69.9755497856049, + 90.4312359575375, + 93.09649936119035, + 89.03989371591598, + 66.60874370668088, + 91.09427320184533, + 74.19578757783098, + 79.14242904926141, + 121.0664355469159, + 118.11714535158148, + 109.101878124248, + 100.36452699666367, + 131.89538560818218, + 114.40274532204208, + 94.84056559946859, + 99.41071828873822, + 97.90012081107504, + 101.11174540313507, + 96.55268187353825, + 84.48439190957032, + 87.38935694017954, + 86.40026830587671, + 78.09870211892665, + 72.59308581177156, + 55.639801962403055, + 62.67688643954156, + 58.87881409338192, + 75.5787883807611, + 81.24816201827657, + 65.24503084321691, + 65.4219813128147, + 82.47790850146134, + 114.5770794569261, + 111.90448559914618, + 71.79505282910362, + 33.61483803334819, + 15.73865178005942, + 7.3689232001721185, + 3.450170312480849, + 1.6153886886548317, + 1.075296273442078, + 6.995548464699769, + 37.95106518885834, + 51.202450351346684, + 71.58372739596128, + 78.23684332999916, + 65.71951984043184, + 83.17708572420855, + 104.51515535710044, + 116.57656359560923, + 101.6009684239489, + 99.5882639746199, + 125.81770875203051, + 100.13568258817841, + 82.49292020583562, + 71.48753636689811, + 72.53595232016647, + 84.35934799239402, + 101.7012709075525, + 85.2514368735132, + 100.65158082104412, + 100.847318237039, + 78.39207230105033, + 81.95863149755567, + 81.59250431340334, + 79.33118467028122, + 69.82606815712863, + 65.1428477243016, + 88.72084080035138, + 84.45084933030428, + 79.44700263275615, + 63.547423110200356, + 101.25738546978336, + 74.20676751482104, + 65.97679248379731, + 64.39310838762908, + 60.826558295572696, + 76.9829660322977, + 123.41754355693297, + 87.7751334388607, + 62.70134457587272, + 61.91444847397796, + 110.13497022177037, + 89.08791437691596, + 103.06690432461632, + 77.24761922477006, + 85.76257342733328, + 72.53672704493073, + 82.74029883613879, + 117.94387032558916, + 96.97260108347992, + 90.27586923548957, + 61.07260968351978, + 76.39904480791158, + 72.72208157462089, + 80.20898504406298, + 51.771413574402686, + 49.854960896461506, + 49.525556077933516, + 68.01743713082593, + 62.018247641626225, + 69.96670308896827, + 74.31311161155251, + 72.34296857931515, + 79.44410199088625, + 44.28919310840452, + 20.73644344980819, + 9.70891670784343, + 4.545768124027715, + 2.128353601049318, + 0.996506844939102, + 0.46656997762068403, + 0.2184506259264772, + 0.10227978279062358, + 25.779828585059953, + 52.06390539307115, + 76.56536245526925, + 81.6593244553279, + 77.57640063086815, + 79.6689594668884, + 77.71342333965151, + 91.48287642254243, + 88.0987158067877, + 92.1479935153279, + 92.10573640319461, + 79.29937953564742, + 70.76649437256668, + 82.06046271615548, + 129.06260742704688, + 103.39981007254424, + 73.18622258042853, + 76.91934739544972, + 79.85254914521191, + 64.01655502290734, + 81.7287424913414, + 77.3435470686438, + 77.00447159474221, + 60.8159368932284, + 59.367195662045084, + 66.40133607043848, + 77.75812897346302, + 89.87886724847809, + 102.1275875904694, + 84.84644491294779, + 92.63450990819084, + 145.26465199808405, + 131.8598345234567, + 148.55210604731485, + 111.46601251764585, + 84.54844083574659, + 103.4942045580374, + 95.54742388385161, + 90.23966635040513, + 88.52119561316175, + 89.25722173785438, + 98.22358975052806, + 111.74567258925401, + 86.00700482056547, + 135.89685670278897, + 120.8130952517863, + 127.14268532624295, + 112.90586156754375, + 91.93850263947728, + 100.40391249592285, + 91.14467291464906, + 92.12130812633517, + 79.54446727726503, + 88.02741014243628, + 75.57208790748564, + 74.90740040823849, + 99.50472026719392, + 62.29467289769207, + 55.2532011388435, + 69.34105186941316, + 85.1259868257001, + 85.53478066838247, + 82.5531671003478, + 55.121449535037144, + 54.118512034723324, + 61.569606344347505, + 33.93587349356637, + 15.888962345661804, + 7.439299432493473, + 3.4831208509603018, + 1.6308163117354209, + 0.7635571536052432, + 1.3785802133981566, + 0.8644711229536666, + 29.963105566728466, + 29.03967119670329, + 50.56359778753182, + 45.194122970569026, + 51.33383852705446, + 45.244107857309544, + 32.31873185183585, + 28.245989324476298, + 47.309864166227825, + 43.78398052907988, + 33.19132316604621, + 32.359451798272396, + 52.6255673778587, + 44.98436755445738, + 47.94782320532427, + 44.28933331224929, + 37.89201635338658, + 53.798894352821264, + 30.100683007148, + 50.10078486252876, + 47.3376131710515, + 43.38169876147527, + 31.483107379957527, + 39.070294447149074, + 35.75084814094912, + 29.18782053093045, + 21.181312144886242, + 38.155625234642955, + 83.82157406278586, + 88.42236968257733, + 78.87036813593129, + 81.73462680662017, + 78.8831608435702, + 94.73703435417583, + 102.35458296219699, + 98.35698545269096, + 87.64128441398015, + 76.59690347039573, + 80.02987141619084, + 63.61494579474428, + 85.49950362122294, + 109.94556449203151, + 109.67452521523833, + 109.45976223251579, + 69.61060946858136, + 68.1324748746122, + 55.404891913456495, + 39.97394737319712, + 58.98152754031386, + 44.042763300745634, + 58.57080757433651, + 110.40788366204556, + 143.0522052203269, + 127.68470674384014, + 92.12734498862444, + 70.78215546886022, + 71.60059186509332, + 85.1087181980827, + 88.9932139405879, + 100.00151213556202, + 112.00219678176683, + 116.49597814408725, + 91.85353760803166, + 108.8902884585788, + 103.86916622984158, + 121.97953711646208, + 111.78593891351044, + 92.10778917344115, + 98.79910459367186, + 95.61152587366873, + 82.44900240360829, + 80.76397662700266, + 74.33216524507498, + 89.19475602406104, + 92.95394126288886, + 143.486708774331, + 116.6824719825601, + 88.26699235868251, + 94.11923934453407, + 77.05351759616691, + 92.21153789425236, + 92.05182845914527, + 80.45163949735372, + 80.27733537891302, + 105.65555793536222, + 84.64273947343763, + 96.4662833388399, + 99.00072177236517, + 102.19212969831469, + 86.2452120295834, + 85.80712972690442, + 74.50951363837498, + 79.6877264244271, + 90.40303033859227, + 98.28267086160145, + 87.9287991520919, + 78.87211681445405, + 76.52867803683161, + 81.89274730397904, + 88.38726349220785, + 79.56116446013998, + 82.85025402821279, + 72.95590203001335, + 91.88302606634855, + 77.08118225252811, + 68.16342115567322, + 66.70635523585615, + 79.82324127570514, + 92.59857472853267, + 90.8057801912879, + 83.13035521194405, + 86.404741809678, + 75.5161875140735, + 80.93026147350974, + 102.47193436305685, + 77.68090173151671, + 57.28304309189689, + 89.411139189479, + 96.01870251030914, + 60.2107840928859, + 28.19101979019362, + 13.199190290979601, + 6.179933384250715, + 2.8934787507288853, + 3.361618526549817, + 72.39218871983508, + 91.7077542066177, + 116.35097821412046, + 117.19990846602288, + 99.75900008255635, + 107.30652790691994, + 102.99360674559713, + 98.38046886640674, + 93.1896961104774, + 105.33131401899016, + 108.94108895457873, + 104.89809555114269, + 97.97310878697053, + 108.84674079194829, + 91.79425297172354, + 82.20278630259453, + 67.91732111694174, + 68.94839055581065, + 66.68935804765935, + 74.74351563585532, + 61.44590068607013, + 74.15475086679783, + 102.08265507957701, + 79.4354093936316, + 92.72052702606013, + 105.96748038723268, + 101.85551877377969, + 91.61511898533385, + 97.11773855792742, + 107.25946836310598, + 110.3281887406613, + 95.90081868771358, + 100.34815668232125, + 126.07346378886753, + 98.77356710749528, + 117.06852218417394, + 129.19725302005804, + 187.97584077208458, + 139.28390268637705, + 144.39335512629452, + 143.2826805247826, + 125.77631143718634, + 80.31051795726609, + 69.92413277238225, + 75.41031814840728, + 57.27485595200994, + 71.6172116542398, + 71.08365867222024, + 100.95887228668894, + 97.56107862237127, + 115.74717361791144, + 90.00243807784685, + 128.69257724880913, + 179.72579367351247, + 146.15186356971185, + 109.74481648248015, + 77.70207663710265, + 54.07207623377172, + 104.68993210709124, + 108.32429281513521, + 58.25157928018758, + 27.273709336926384, + 12.769700498886632, + 5.978843904832865, + 2.799327552081097, + 1.3106605338042205, + 0.6136584600808438, + 0.952900236536719, + 47.74785112497899, + 66.75262984867979, + 78.72609475943523, + 67.45741931659717, + 105.97001187855957, + 148.61845847169954, + 144.27801964662575, + 128.6182081653521, + 148.76456583236128, + 126.98245500707625, + 140.66021382803166, + 163.3991347596141, + 119.08939713589395, + 103.1788426444388, + 129.91821908137592, + 99.9932426890631, + 119.96971647996583, + 151.5158760194411, + 178.02808602676456, + 181.0800195827376, + 189.55848332310876, + 159.47123665505555, + 81.31951111514326, + 38.07424171124085, + 40.17448442593732, + 76.49395459500167, + 69.26205243372324, + 114.26410985731395, + 131.2575658887834, + 143.01901205675452, + 103.24631293343435, + 87.16271956827313, + 83.76036841638557, + 59.72226651393412, + 136.70691952710249, + 164.45350060680036, + 178.0712619830841, + 143.46875949092856, + 143.46875949092856, + 135.72602206164783, + 144.09621317019884, + 155.62114443083732, + 129.85870350651226, + 86.85651692732866, + 97.77739693281558, + 64.65861022070315, + 30.273516410719314, + 14.17422664579079, + 43.589747915878974, + 67.28244093393299, + 84.11334836025495, + 83.89834653063359, + 105.87148686621452, + 80.82736891813792, + 99.14078714829259, + 91.72170187633388, + 98.27134110347407, + 84.68737682352173, + 102.18569291899988, + 128.11202266179865, + 113.23720003950118, + 97.2205887029182, + 127.30332841544985, + 117.15557543559976, + 96.17815738425031, + 177.3597616605623, + 141.23219359740526, + 132.68513945194462, + 163.09221053492598, + 158.49629830783778, + 129.50602583419902, + 133.324040862289, + 118.81633150901484, + 55.630458952362396, + 26.046486404233683, + 12.19510798188589, + 5.709816532708359, + 2.6733674589528333, + 1.2516853264281536, + 0.5860459440952578, + 0.7135566590389015, + 54.08698097123422, + 85.12770071289307, + 93.46420068277779, + 79.24378951093847, + 90.804659719092, + 78.49831894119043, + 96.34838476184744, + 87.73755086724265, + 82.70535718519584, + 129.86935870986366, + 145.7406680748855, + 104.35029372008631, + 85.32312005965107, + 81.68679666317725, + 90.26167660012852, + 65.92697506433196, + 72.89936808479837, + 75.91369548048186, + 86.65732392957594, + 94.51391086878334, + 114.74843758864418, + 98.77749093533629, + 104.13407867709633, + 133.6821531716418, + 118.30353236490014, + 105.69591531223324, + 102.41101119380681, + 84.54923335987391, + 75.1258911714047, + 70.52196097646848, + 84.41774417761638, + 77.81772934909696, + 114.46988462927641, + 112.53200748956671, + 113.2403718903455, + 106.97542602651745, + 100.1089469939246, + 81.5564789542374, + 89.12614946101007, + 83.47178194409588, + 92.03945716154824, + 82.09257166967754, + 93.85829376645454, + 82.35847776549579, + 97.49401986856861, + 96.85551693983959, + 87.65365876326632, + 94.82410297924865, + 87.86966924414588, + 86.94451024663208, + 143.21380958611468, + 109.3790972848827, + 96.17501435193326, + 91.74299999504824, + 99.45811763858947, + 91.66681873679187, + 76.27242304541821, + 76.86492397526463, + 76.29417168639759, + 50.5959428734997, + 23.689298326524604, + 11.091459578214685, + 5.193082288867368, + 2.4314296480796274, + 1.1384087146537432, + 0.5330092123468035, + 0.2495578405098305, + 0.11684435149951582, + 0.05470716708179159, + 0.025614196079709214, + 0.01199270727780309, + 0.005615051411471185, + 0.0026289979087391036, + 0.0012309112593403106, + 1.3027784519024848, + 38.802551350630374, + 132.31669908043693, + 123.7742469203365, + 103.7124520336137, + 94.161843111683, + 99.93182147816636, + 122.23552176729157, + 94.64183916706342, + 93.86229336035092, + 103.48279649659241, + 91.13102831400235, + 69.70772315423625, + 101.19991847106816, + 113.03873458639495, + 99.04434847928081, + 77.10343840447814, + 100.25892022574645, + 86.30347090103736, + 133.46274724123202, + 117.98422565286114, + 108.06073389398367, + 141.23158368194393, + 133.92522488297644, + 114.56246462381566, + 128.6919404276987, + 97.8043307788989, + 102.21808259090301, + 89.7912909657138, + 98.64193012677384, + 98.2008274604219, + 101.66185226647542, + 84.7740606757751, + 97.69969991813124, + 119.37283953078972, + 133.4322525193791, + 105.20023196315444, + 96.32836331519977, + 92.0346085320912, + 75.32092959901325, + 86.56988661420058, + 115.85436521214426, + 110.75710252829222, + 98.86295396976766, + 86.3444349402088, + 66.82757984972872, + 73.23608926120951, + 60.44885581015407, + 70.48822426817526, + 68.56341054415344, + 129.5170523507317, + 89.29781627866902, + 89.93934506895698, + 69.01118169142673, + 72.29436261995964, + 87.21137174961333, + 92.7872966131386, + 77.33992993532209, + 66.26258335040701, + 86.62205600013422, + 82.75943759626773, + 89.85766447644005, + 86.9215920852351, + 44.661746721893024, + 20.910875097709667, + 9.790586563370322, + 7.838176581505743, + 46.468834479695744, + 89.14484042621959, + 116.24511387139745, + 138.10465389504293, + 128.66850842311888, + 166.7131960404214, + 139.56521478279384, + 110.98942157475399, + 152.0134854667153, + 175.24026400500566, + 127.59978114828372, + 139.51552188937066, + 138.98716950154636, + 200.30100007667113, + 183.41897276239547, + 201.984752638495, + 157.33168115592116, + 134.08441572062623, + 177.02760837909523, + 163.65213365912234, + 143.18924067274597, + 176.9522769209517, + 174.58326789928418, + 160.6018833542811, + 123.52025609665182, + 98.9789445936534, + 107.68406146153625, + 137.86320150515567, + 129.4968997318964, + 143.2872025892718, + 153.85194967093764, + 135.13649168519513, + 188.4041079937969, + 180.70258931888023, + 144.29799557910576, + 185.7423741711895, + 143.91007066101727, + 150.13088358206713, + 147.03036807977037, + 135.19529256099005, + 127.1724879064231, + 118.55190695324958, + 135.05138553298332, + 108.32115777089683, + 116.87521088832563, + 113.50261477711513, + 111.8908921965657, + 96.52889742013211, + 97.89159848469372, + 100.94538468041935, + 106.52061069282456, + 119.47718671684306, + 113.92523374451557, + 119.45974454927511, + 58.42624646371082, + 96.12767694493165, + 127.10262696533943, + 81.22917901074668, + 38.03194772385804, + 17.80676679594296, + 8.337226008706017, + 3.903535005359918, + 1.8276565277417993, + 0.8557188237868056, + 3.6084421963100732, + 59.0281501136222, + 74.86301686434373, + 127.32353185801026, + 117.34932645887844, + 123.05087776860128, + 130.5078249069389, + 117.32189613018245, + 103.30752509749362, + 86.08605205379203, + 91.79113683355456, + 105.21492372993396, + 154.77197449709308, + 113.8883584733072, + 140.45399331936844, + 116.567006402735, + 92.67074849434746, + 76.4107869035995, + 86.19254995536204, + 156.8749984765321, + 152.95382607369703, + 126.70699321403741, + 127.6488146295728, + 119.17996929680552, + 105.09001942741386, + 101.56196969177711, + 90.39159291800388, + 124.49793740421566, + 126.56192838826061, + 129.68369547288285, + 84.93044866517096, + 112.88740704018186, + 141.93989416411983, + 141.81934848976482, + 106.66671574393901, + 110.88813510337138, + 105.57062583447953, + 99.14811478367386, + 100.35008661272505, + 102.66815852762194, + 82.26513388798588, + 70.7799647545718, + 80.83200523927292, + 76.79586149769509, + 113.94296541553356, + 112.93577364834817, + 92.78873753871575, + 91.49146703097779, + 95.48524117856587, + 96.72555574057915, + 100.53442349869407, + 100.86810284314018, + 81.67790559769934, + 83.3230111285853, + 77.99111906759435, + 92.5054592039838, + 91.31891450392831, + 82.46140590674715, + 90.29491249370231, + 101.60263428780783, + 111.32241805765959, + 167.09237529215363, + 159.6551098639625, + 124.4366744847267, + 111.05825026547025, + 97.12078926697829, + 105.48701476290078, + 114.89214276051054, + 115.24202848804597, + 120.53425196364466, + 137.47235763495596, + 150.99077220143528, + 127.55296695592114, + 111.2537592253244, + 130.90066377709098, + 153.66767860800846, + 128.71777180965685, + 130.27699485228447, + 138.25093388708672, + 117.3132056842249, + 117.89713547743156, + 184.84069951483747, + 181.3671029912439, + 151.3189593279744, + 116.10457548792613, + 134.8194050382764, + 133.91636919973786, + 124.32823122626627, + 133.4348641287138, + 151.99914126616608, + 159.92092701052505, + 139.92093118500486, + 105.67571880409996, + 124.88360651072111, + 146.72763686600206, + 126.23179868169262, + 106.94241922129824, + 107.8975102773152, + 133.02875911226994, + 125.90766983013606, + 58.95066249997418, + 27.601023939798743, + 12.922950993564777, + 6.050596628093597, + 2.8329225711780617, + 1.326389906249419, + 0.6210230386454715, + 2.4595831361531366, + 25.577099268785243, + 88.52122767646249, + 120.3742867322166, + 111.3645048860763, + 103.2302456143249, + 88.5259003917394, + 76.88793828526842, + 69.04269416385102, + 111.29301498003869, + 111.57007628967169, + 107.03244969088752, + 104.62333521985634, + 75.37120111585578, + 53.03936095232603, + 49.74094430555091, + 56.41489795010145, + 79.9929775983739, + 90.75438068553193, + 120.11302564100964, + 143.70136811105596, + 150.49777286823212, + 163.67700140051875, + 151.10025981922757, + 108.1298091716563, + 103.1597951802286, + 88.91628678920532, + 82.59115931078884, + 92.5301296499602, + 66.48270235342568, + 86.11174828704458, + 83.37886097498647, + 74.09503606539923, + 91.85446711535401, + 84.32997992151493, + 115.43935375567936, + 110.83596802021819, + 146.23400423137508, + 165.43063008594706, + 179.74571907358225, + 156.8613939660467, + 109.34078725795062, + 112.05436469375772, + 158.21732507061432, + 162.55875398034144, + 167.19528434604132, + 126.3174494756432, + 97.46829385897804, + 106.33804560540403, + 90.45369474659525, + 91.92779963979207, + 138.513435262489, + 140.1366912138831, + 104.65510667781754, + 129.336258981615, + 116.11359634643173, + 110.89338929162884, + 107.9609605435428, + 83.6086960712779, + 67.71434797922666, + 49.150772897367034, + 50.60083386190615, + 70.5384410640714, + 80.46533888630825, + 116.93791537813365, + 143.7948761838849, + 143.98277264318392, + 145.39107013781557, + 161.94513544529943, + 107.49880068045745, + 50.33152886250022, + 23.56549823441167, + 11.033495695176736, + 5.165943280491085, + 2.4187230153102917, + 2.2118459209499894, + 62.01119596080909, + 83.45923215769427, + 105.70509948520609, + 102.3535378285531, + 130.79934428316596, + 109.73897828227737, + 112.57543398791228, + 104.99082905225535, + 113.28565991982745, + 126.7031916812035, + 132.52125850876024, + 116.5668762504516, + 172.84994089117316, + 168.47777237533603, + 164.78547179609322, + 148.9538585760422, + 104.24208607034151, + 83.793398644606, + 107.22403370042201, + 143.6733062870349, + 130.67143157313905, + 97.5218600201535, + 99.64111507141834, + 84.32077894080815, + 82.64128124510961, + 101.2384232720982, + 95.63747697925864, + 140.16764335466468, + 114.05235171277394, + 102.54543466301635, + 110.78726710163446, + 91.53928680649186, + 121.65447084286703, + 110.95137442793188, + 116.83239443290105, + 128.508003924047, + 121.68305950308425, + 109.2489095526628, + 90.77266092939271, + 92.68951161069558, + 138.76533630889992, + 131.08823930507714, + 101.09996979156045, + 102.33088868292992, + 95.48671900426453, + 112.86921170525582, + 120.59133915252197, + 102.76960161010487, + 105.39888132548356, + 103.4166649804108, + 103.82513681391148, + 101.51678763765575, + 94.35545437792146, + 114.77061209563297, + 102.21702936102466, + 103.45567152723004, + 117.76113440890992, + 115.37180780665079, + 138.38656577551762, + 114.79885686373811, + 94.66986881868803, + 85.46264668828493, + 109.28373692247733, + 72.40479701916013, + 33.90032361185055, + 15.872317695802346, + 7.431506316016781, + 3.4794720710260822, + 3.244085207118784, + 3.0184481525594973, + 35.09682121975797, + 72.84534995018399, + 91.92361906347588, + 86.8040819741806, + 92.24061990210481, + 83.92541169415671, + 92.99310634906988, + 92.54504407360763, + 113.32864919470124, + 120.14349499480684, + 155.16829030730753, + 147.02610511289197, + 141.55208724920922, + 109.61064993118698, + 96.04641488714495, + 118.42046028234672, + 94.59859440373016, + 102.16117078530232, + 97.43636455281504, + 95.19121804594434, + 85.52929946887335, + 97.13527620511125, + 97.33577750515991, + 89.30631168631506, + 150.59090512717432, + 98.12040421263998, + 78.16074218397935, + 100.28030024354129, + 99.08142063375821, + 93.95243522865245, + 88.89879398765765, + 132.39049035645178, + 148.74398006036202, + 117.41681279566205, + 97.23476141794063, + 102.06310932389007, + 95.78824888366975, + 98.14820889450787, + 93.96135011353661, + 123.59024792976692, + 114.55864121859167, + 103.5675194700699, + 89.34056473519307, + 91.13981771996822, + 87.74199898931157, + 126.31879807170117, + 129.3982867906405, + 128.02528274597458, + 77.69017187164619, + 96.15666883126997, + 87.4130874903724, + 85.40768626950887, + 110.73696869484864, + 121.76780069581571, + 128.47680628857293, + 101.79614458302979, + 47.66151395867095, + 22.315382592704623, + 10.448184686088615, + 4.891897451505261, + 2.29041325311817, + 1.0723840640700966, + 0.5020961083358542, + 0.2350841554369937, + 0.11006769265886834, + 0.051534298195158826, + 0.02412864144157715, + 0.011297162437556718, + 0.0052893934973323575, + 28.785911204446748, + 73.00841163543575, + 103.30298169084995, + 109.46560753805774, + 119.02518162490045, + 106.78179795103317, + 114.12664184390388, + 109.57452021223305, + 101.94123039267569, + 105.97447234772966, + 114.67202018005963, + 152.07118823970887, + 155.03220688638694, + 141.64582187822248, + 108.93262303790257, + 119.16450596288455, + 122.19911473258877, + 103.91730585343151, + 98.53782943326958, + 112.3425675767624, + 95.4072928969527, + 79.35155091697344, + 95.66630161144468, + 102.6711164547103, + 145.33087278884267, + 140.76307043739115, + 144.37734478819928, + 122.87592708539113, + 86.9340691992593, + 114.78892806603164, + 111.39815366031185, + 102.46032944100685, + 112.52875630286653, + 114.5300919578973, + 98.30107069454185, + 100.25342781110959, + 94.4934146387989, + 115.45155497654778, + 119.46493302103295, + 107.20726010840835, + 126.78868745435824, + 128.0523626454248, + 147.70274771546792, + 135.6214024290214, + 106.41056946125353, + 118.44646860735642, + 96.51717948891688, + 101.0606209640741, + 124.43119567124687, + 132.11953142542546, + 165.33838774602424, + 119.98670334547829, + 94.41248731509205, + 135.68692574991945, + 135.93822693166155, + 112.69989535680621, + 113.70262996111856, + 141.71546883635878, + 118.56863939205243, + 102.433868240557, + 122.44099000735073, + 113.3452064777504, + 153.56570248251185, + 139.98329849689276, + 131.75720362462457, + 123.32609389565371, + 115.89354157496828, + 99.50493046490695, + 140.59559359191843, + 137.45230961217908, + 109.07445562213258, + 129.87179806053422, + 113.93709708468279, + 134.76224281952528, + 115.74626680551526, + 136.16543230396172, + 161.36901949773375, + 107.95509849170112, + 109.02192427266304, + 107.84111850884662, + 100.9384072637076, + 111.14806235562335, + 107.96342762843395, + 115.24935968906618, + 115.9741473460997, + 111.52309538568059, + 117.861603861057, + 103.81479628614395, + 113.92627357397683, + 90.90311217465013, + 42.561336360483274, + 19.927451431034214, + 9.330142201665558, + 4.368423820003895, + 3.481329042819305, + 31.001620546576653, + 66.58516347206711, + 88.50230847150814, + 92.47105522949414, + 64.85371803332932, + 55.388646457042114, + 97.07450948726856, + 90.6418196768525, + 93.70184682861505, + 108.05656307873284, + 93.35083206684192, + 120.95181701389012, + 93.59975912111888, + 98.26043761208226, + 107.6210884114793, + 102.13113545051829, + 103.25772773517073, + 84.78193685164044, + 100.85536016589008, + 69.98188809420287, + 83.02263787996364, + 101.44478714657839, + 106.82312393142101, + 90.04828050942791, + 104.56628166966921, + 89.50689829414344, + 95.16567578765377, + 81.35214099540129, + 76.47455191025095, + 121.9890617047295, + 123.77780872541337, + 140.61184392561518, + 138.75335184718355, + 129.12552427752823, + 134.55462228682995, + 148.79112242362913, + 121.03867015515951, + 132.19300251715114, + 116.81373780323807, + 106.59373777935077, + 112.30329585399284, + 99.94125935049125, + 97.26885475490518, + 101.07424081300651, + 109.81087949613087, + 112.84161435671064, + 134.953326569802, + 131.844194446715, + 143.96715858866813, + 141.15231388593907, + 136.3740589420779, + 137.837104599556, + 134.9010267773921, + 112.71701632105196, + 105.81725375144802, + 112.53434679644413, + 101.77471738977236, + 120.9689475229784, + 138.31110934098973, + 159.42764391778863, + 135.17101269314162, + 126.5666113016996, + 97.59861504473979, + 97.68082014540191, + 99.33657746730643, + 94.7352213641577, + 89.774248037172, + 90.73691236252725, + 89.70993548717455, + 106.18788136289277, + 93.44632925901718, + 87.75568071336104, + 104.44885000870532, + 87.01240732974176, + 110.5106047013707, + 93.69661360936038, + 71.17606200271521, + 54.8856053295491, + 52.17613498973016, + 68.54404301665686, + 68.9959898216647, + 82.41616278145325, + 108.01405586023142, + 110.89136070746531, + 96.17678435131006, + 84.14803567410652, + 90.56900095158659, + 122.17288030190447, + 145.77370003595715, + 190.65673516940916, + 147.96139820882877, + 69.27633924605625, + 32.435562500978776, + 15.18650849921739, + 7.110406683708428, + 3.329131459698646, + 1.5587176330362655, + 0.7298001562720223, + 0.34169644123239123, + 38.26924881566825, + 79.11049935346779, + 101.01936530137333, + 103.12534691372315, + 79.42264764146341, + 95.198813156185, + 111.33346958638252, + 98.8208237864383, + 83.80557585586662, + 99.56432194728907, + 105.18208175563667, + 92.94001876610724, + 90.14265427478827, + 114.40295156879293, + 124.87574299422504, + 96.32970186373717, + 102.91963479113844, + 73.61735832227167, + 96.56246791847798, + 98.63634292280858, + 99.11925098932026, + 72.06781301788034, + 87.94464428266808, + 107.80962114580811, + 103.40674835125199, + 143.00701806918747, + 112.7644305178282, + 104.3295132208229, + 90.10867405040264, + 115.9152608129008, + 120.93284777439858, + 127.38517524265441, + 122.0092033956376, + 82.25383207849788, + 64.8443012511195, + 81.38855293331106, + 61.16684588657366, + 69.56975885298544, + 66.72591004989374, + 66.33962301668666, + 66.70673235999135, + 71.54185447377033, + 89.58695871696597, + 110.14960968647183, + 110.46454498010495, + 90.68519661120422, + 101.31927793957918, + 111.88348927078255, + 118.56244465399416, + 84.87621598900091, + 79.23344443276837, + 92.58196731285449, + 158.4295474118374, + 135.60498805753008, + 105.17062645805474, + 86.9526895324375, + 87.41510457681684, + 76.254425264779, + 88.37187049169657, + 117.38270802343239, + 114.64760103060001, + 91.75046774868377, + 42.95807289392656, + 73.14918899555387, + 80.19911213863685, + 102.82205799687486, + 122.81269169775219, + 121.02326440645372, + 107.21408241420237, + 121.45613523069841, + 123.83730506426966, + 124.54255090217451, + 116.26845812681559, + 135.26135298922114, + 131.14547723734643, + 136.5752681167445, + 131.24113518509785, + 149.21117186783647, + 145.0249452257712, + 145.986342294425, + 143.24291158670172, + 100.58406811983104, + 118.71652673425001, + 118.2669412005057, + 117.89855044349025, + 146.73849800176797, + 136.24458958908303, + 137.94849021974417, + 135.0268266866215, + 155.4833003456939, + 146.23561091348355, + 143.62469552301363, + 145.83223842329446, + 169.28899028874457, + 161.17870290170725, + 157.24009226699707, + 158.84913270257377, + 172.33136362905708, + 86.38961584932865, + 40.44809259282509, + 18.93801909307212, + 8.866884547064728, + 4.151524041906608, + 31.77710088758326, + 92.74370104810372, + 117.23663541688641, + 74.49877935768957, + 101.73645312486306, + 111.28798259688882, + 135.12590305224893, + 132.93452011748946, + 138.2106552083557, + 146.82948740162237, + 122.21093967788889, + 114.08220842056929, + 120.53398237636743, + 168.20251504494124, + 168.61111850499583, + 139.60610387300176, + 143.01232538979477, + 155.3872033741133, + 139.46089634599565, + 118.8202091727556, + 117.28428114273953, + 118.3516064234934, + 100.0455924077722, + 124.62720895105723, + 111.90427469663433, + 93.4685353087938, + 144.7931014156037, + 139.40222186344218, + 120.82730648218917, + 111.1205241831272, + 109.183809708522, + 156.12282669878897, + 133.38457576732642, + 105.78621142815899, + 98.66121157478173, + 114.14404245855755, + 97.33247201407623, + 107.88144288719504, + 119.060384278144, + 111.93243243123274, + 95.61754948786273, + 140.4960287806662, + 156.8001868448054, + 126.08849923314519, + 94.17120455822446, + 83.47421885560328, + 100.31567093431211, + 97.85228837255248, + 112.26631793731119, + 94.29294882028081, + 107.28713610160506, + 84.4720539987357, + 72.92592106581944, + 89.10170624792389, + 117.19654561037653, + 150.76209608863343, + 179.7086464540201, + 173.01780512218855, + 116.09123883172654, + 143.61382552297908, + 130.37376418749756, + 139.76366282823642, + 95.2718740558863, + 44.6068146665385, + 20.88515560770558, + 9.778544556898852, + 102.6480062236799, + 95.87156208775104, + 135.51140687754142, + 175.3176665933072, + 178.26614673911837, + 140.0598107419441, + 161.7498072742161, + 164.28438472318976, + 137.451303869176, + 170.51257131401618, + 166.1488649300158, + 146.02514749032602, + 142.97530933688796, + 176.61921122906006, + 147.7714446974639, + 115.28316288389985, + 108.70210215216056, + 129.9510665801447, + 93.43494944332238, + 139.1497859899662, + 116.42201752567331, + 173.94148123663103, + 117.22767347369746, + 74.86650138112921, + 78.93091206818505, + 78.33176609410913, + 149.03166595832803, + 122.19581842247786, + 107.08820769259941, + 110.35563167623677, + 111.92949590369635, + 155.39560240408377, + 131.57715695125853, + 125.10105686990406, + 112.06842456005154, + 112.68624697418774, + 117.21560536783905, + 107.95605085557933, + 118.82183150488301, + 124.2969296317886, + 168.7931744892614, + 141.22365894274412, + 111.09258974892953, + 114.69078096089021, + 150.24695765410533, + 152.22855053493902, + 139.29622565304356, + 123.30473084662518, + 111.83959010990762, + 136.57847484364828, + 162.10739024394655, + 143.93398720585017, + 134.90951409849802, + 128.04131091731819, + 122.73891264251141, + 91.79659507666896, + 127.76434537072271, + 119.1036444571102, + 130.06344812477562, + 111.23564058214907, + 147.00028427520618, + 140.15088979248958, + 154.82665869733734, + 157.67676706507746, + 131.9229290080665, + 127.26417199451002, + 122.11302120156708, + 117.6025358986023, + 123.8846517003241, + 125.2035309128352, + 129.88893226283236, + 153.2399759985833, + 175.1698120356295, + 163.29565929972895, + 173.96063438711673, + 152.9591036102181, + 132.84362690072402, + 111.88755983977593, + 105.50151889638283, + 87.96970227605601, + 86.39635211420506, + 131.54749291649253, + 122.63034557949868, + 115.77784573525183, + 122.78995271411047, + 112.05106755815217, + 121.01060693199213, + 116.53455239724835, + 123.48801569902554, + 147.6457364033193, + 151.0474351623351, + 138.47486769449088, + 131.90628094568763, + 132.96676410136675, + 152.51513955590704, + 138.62905894460232, + 124.93505607677054, + 116.02302111691037, + 148.82910900206858, + 149.94234479880996, + 195.49878321003894, + 149.11353773988213, + 181.14434051066655, + 176.2152056735139, + 147.43342662913818, + 70.49327928917978, + 47.50886946489811, + 39.19452799275847, + 21.237476700667678, + 9.943503227572776, + 4.655602820915244, + 2.179778809344721, + 1.0205844098904913, + 0.4778432257650226, + 0.2237288226203874, + 0.10475106347059299, + 0.049045023210256236, + 0.022963149222536037, + 18.21792945004528, + 40.53447651425421, + 103.14255071257583, + 112.51909126699749, + 107.45750422062831, + 131.52731008572334, + 121.91271017980672, + 132.51423587536058, + 134.60382343580903, + 130.8963442090397, + 164.7224969829373, + 186.20501006079505, + 193.19016680321238, + 166.3866363468509, + 140.1621998618336, + 145.18779983922659, + 165.1148228167781, + 179.90373023943033, + 184.6177752739369, + 207.67081205047702, + 147.59508237376792, + 104.99933171955416, + 77.42192899250868, + 121.23832595656678, + 113.23461723193809, + 77.83090037065993, + 82.75046950131343, + 88.7584868553476, + 82.0583615228996, + 93.9561130610484, + 98.35822959277793, + 124.69410773880605, + 103.73535178646245, + 102.03308009892326, + 124.50733764764234, + 168.073459294084, + 204.47457598095886, + 190.462416296148, + 89.17554933032683, + 48.56716836742406, + 64.76802796032345, + 41.31372005441297, + 19.343310624617583, + 50.815543093896544, + 46.92371672971695, + 21.96994187812257, + 42.45437221427268, + 77.85229569042295, + 66.5927950453987, + 94.78492402569375, + 94.78492402569375, + 94.2210440558678, + 80.99601015821108, + 134.37834381695518, + 158.278548616669, + 144.23389468841054, + 143.89637654533635, + 141.46033409192282, + 127.33955062823324, + 128.5655092952812, + 112.0660099034396, + 120.49718868834591, + 102.6048974342261, + 117.62036926276133, + 139.69873557206685, + 122.32602497545247, + 95.06737006206406, + 106.48715750418577, + 122.58788382099434, + 103.15632430547534, + 125.98619049379602, + 119.46852434954513, + 95.0946668862195, + 100.5575633678091, + 134.33821308363724, + 139.57798483372108, + 115.12605336257695, + 112.59909828621062, + 103.40136261149276, + 114.97954175827853, + 130.3988520725805, + 98.71366082176098, + 113.30795661733295, + 138.78435009188695, + 137.65811342784093, + 164.4526733955572, + 139.99737529402324, + 151.82056015725357, + 148.24497901473922, + 143.51407560342196, + 146.2488003708644, + 139.418749586051, + 111.88543996964404, + 112.3024841746625, + 157.32544934575049, + 158.4809239918218, + 132.42230485804066, + 73.26585388180499, + 34.303475163869145, + 16.061075466567633, + 7.519883740947639, + 3.520850866747937, + 1.6484817123406128, + 2.149519878781386, + 46.37427609764012, + 147.8535702690255, + 131.79037749270117, + 111.29158315308501, + 108.68964732503214, + 125.90086398755429, + 129.29659339076764, + 143.66807659450512, + 136.69758553551736, + 121.24431507646814, + 97.01124096150286, + 123.31013158143955, + 126.68472372390772, + 160.61114132318517, + 135.39283920128383, + 119.67855060508796, + 152.42622188679752, + 147.1046123217807, + 123.71547706881745, + 154.27570327895364, + 153.2226872085672, + 134.51070253703114, + 134.49331356772694, + 136.58400719055848, + 128.09769940154465, + 129.65382624596606, + 129.8919512397928, + 149.86805591375665, + 178.23866213685247, + 177.7642706982341, + 122.20337733627615, + 57.216292410357475, + 26.788982338671655, + 12.542748656180851, + 5.87258380565745, + 2.7495759900662127, + 1.2873665792330424, + 0.602752102620112, + 0.2822118447640692, + 29.867113178974083, + 72.72989213278706, + 103.07150847830941, + 99.80037737995914, + 82.33657839856508, + 77.83813182402609, + 98.82665698430134, + 90.22491573822208, + 78.50753661289633, + 73.12480589450112, + 111.06033592692094, + 95.42150971509534, + 76.12078260322437, + 35.64016847051943, + 16.68692261386711, + 23.660472911144783, + 23.660472911144783, + 58.273512661290596, + 81.62293678698977, + 91.02818120723168, + 99.65936443960649, + 104.75067983564924, + 153.31863996773149, + 135.278138190293, + 106.71990150146908, + 80.9315863017413, + 160.6875501131348, + 164.69446232314507, + 128.02854628097137, + 102.15844056186808, + 123.62621170684343, + 130.00377093549054, + 139.62880603979661, + 113.17719802510396, + 121.18576989339954, + 114.46868748421214, + 97.51748891361206, + 147.8115559468195, + 164.05208779818824, + 159.52550711755248, + 150.06055880133903, + 111.49827677093401, + 116.8253879570126, + 113.0276859024131, + 102.97375626189705, + 104.93319861694889, + 111.20986523360034, + 101.4808379816278, + 77.7706873160883, + 141.42848862658613, + 154.25323708841944, + 171.4306975426, + 167.22277903512102, + 167.49510206355876, + 139.14199086181395, + 117.3429064014732, + 130.85100335175147, + 130.96900219092674, + 149.38269849991536, + 157.39529265140894, + 117.96335398052794, + 139.8384989274691, + 128.33848911889214, + 106.70506243459994, + 119.80316547326598, + 116.72666894757621, + 88.37942030662751, + 95.14930076670218, + 87.56042214564377, + 103.55571856189323, + 113.90644275398239, + 126.92057511178385, + 107.66742422832623, + 119.22083939193308, + 138.95549235948872, + 165.60072086853472, + 174.03640219662208, + 163.21370324740127, + 151.65985918830893, + 110.91533482905075, + 142.7905739364611, + 92.47502077183928, + 43.29731259861652, + 20.27203954771311, + 9.49148025037414, + 4.443963180478563, + 2.0806879673663836, + 0.9741895334688716, + 0.4561208898235449, + 0.2135583056334182, + 0.09998917156076763, + 16.01060559467498, + 87.22592928668246, + 95.37941106439098, + 78.59880531531525, + 39.80229858065327, + 73.1100159390127, + 89.84497225278712, + 77.24311574457845, + 73.21311799579246, + 96.59429744351598, + 88.83619024273253, + 58.412540308452115, + 51.923988061012, + 73.36595539337058, + 79.37536483037277, + 74.90657905516079, + 101.61517067223875, + 96.24350313099913, + 122.76436708737862, + 95.13360189732363, + 76.77324895450775, + 83.30141330929919, + 86.67711979818709, + 122.26751917580907, + 119.0374483380744, + 140.39984650508492, + 110.36501364464961, + 101.08559106689658, + 68.68782063305551, + 56.79508106548742, + 47.78534278806151, + 32.433264216028626, + 86.68814340350204, + 104.22779600792518, + 118.82999303452624, + 130.99211244162515, + 108.08983182335649, + 108.76561942031512, + 109.05721618139087, + 124.39732193054579, + 113.13984873469799, + 146.215958041485, + 195.71666634982984, + 154.9854853603244, + 151.83246097754457, + 148.7443335338712, + 165.42356341011168, + 120.71556551714451, + 114.14414313317425, + 99.41707611275326, + 117.78308679033026, + 110.32357451149568, + 103.23608314245105, + 102.4866286434667, + 106.7634036485013, + 113.89974266761098, + 134.31199950449164, + 134.46944143427527, + 114.75422386269766, + 78.55632024445907, + 113.23615709276446, + 105.48172277535164, + 125.65431413891244, + 132.23332012648956, + 103.70038764843164, + 111.00140119486126, + 101.14791448415963, + 118.60865230300078, + 116.07347254751826, + 105.90406926803942, + 134.71880964050462, + 136.36112652477664, + 135.40768120127942, + 104.83354597459963, + 128.49596026360524, + 129.1468618026505, + 120.7708708821734, + 139.31988202497644, + 117.31926833008981, + 168.8683809723552, + 123.04041541988855, + 140.08903641420164, + 123.6730013039776, + 144.2989961417117, + 140.24339606053786, + 116.45044134126573, + 110.57834339248811, + 115.53370712260305, + 177.65219097448286, + 176.30918302625028, + 82.5489277837382, + 85.28600188856899, + 52.029884060851295, + 43.86312234522223, + 64.68500140349465, + 83.18391468366421, + 100.26847405087167, + 101.76739983714687, + 104.60781960207979, + 84.42249140466689, + 101.6525794252131, + 77.60853694391731, + 78.11588185957541, + 79.31198311796032, + 85.72786376507827, + 51.65809277774017, + 42.95070041123546, + 57.3803512936728, + 98.26663959965813, + 122.38629011834846, + 145.01272815671575, + 127.08459988700662, + 128.29010705636784, + 123.8934027821048, + 125.74068916972224, + 128.9160340452981, + 160.1864446233983, + 151.27888476221224, + 109.44730013726075, + 120.76254107874828, + 83.25552238231857, + 73.0620858901175, + 137.20876936792163, + 140.11461822658015, + 68.26876320269311, + 31.963809863863855, + 14.965631323652518, + 7.00699077705049, + 3.2807115642407623, + 1.5360471720605946, + 0.7191857219369369, + 0.3367267047821818, + 2.775933222413859, + 40.97769413491406, + 103.81839924958393, + 135.52423741283008, + 117.32752458982925, + 119.10542674355958, + 104.35814603542322, + 94.50972194145973, + 144.13112135917737, + 172.10753666786138, + 156.57283863094762, + 130.46200453614242, + 123.9080256791756, + 125.90310485539189, + 134.7411938228664, + 114.90755256765438, + 117.61419383191573, + 184.13954374159573, + 186.84654643250346, + 173.5144525539229, + 178.16382115402502, + 153.3471593659946, + 132.75737945300483, + 139.507976535247, + 124.61922138950179, + 138.5086833114583, + 123.14865278621434, + 163.2033354229263, + 142.59935990948964, + 130.20372133736205, + 125.5940689713396, + 155.58946197298962, + 124.56299537616427, + 129.10851955881782, + 116.14573263745133, + 96.12289712252695, + 104.5978797602844, + 118.44110533210642, + 125.34022014420053, + 167.50472622135473, + 158.7488501338616, + 189.0380703107713, + 154.74590112880327, + 134.2526946703292, + 120.54759656313044, + 116.27980369202069, + 124.02888923865753, + 134.22796200379315, + 127.43045753917718, + 103.6156780095366, + 116.0761528928794, + 156.03126032717685, + 172.2492115515359, + 240.85047236612735, + 233.1281977161465, + 220.65614987184216, + 154.31442331098157, + 115.91713226932583, + 91.85955966999609, + 85.2466577471397, + 82.22863757426427, + 150.92334354508222, + 179.97758273836817, + 120.34602693008007, + 105.4241770953044, + 95.81789992158585, + 97.18726001142636, + 84.13801735016631, + 208.309204805035, + 200.9343540025315, + 159.69542567944535, + 153.0283312231024, + 121.51120360186546, + 102.76554964974562, + 134.5473917655008, + 141.6890555282921, + 122.66459833281141, + 114.19078667260521, + 110.14804638410399, + 100.51828346441684, + 56.35765285502001, + 53.770573443400245, + 58.5712679038124, + 127.44325684832701, + 158.7025195464558, + 189.78170173672848, + 175.81555484310286, + 204.222049832413, + 205.50327688314053, + 197.81336176340668, + 193.73679351033408, + 150.03320626700932, + 205.95399334968374, + 210.13056761623795, + 240.7624324417875, + 242.71816303595548, + 267.64399552253116, + 212.7562058700392, + 179.28480655852525, + 187.44339643243478, + 168.37400714140762, + 173.80804572577208, + 172.73872526223377, + 159.99312161927855, + 154.62649888108467, + 125.54283065815613, + 123.80597272760629, + 134.6108311740569, + 142.30070589613052, + 178.25693662678077, + 216.35522942012014, + 211.4935310194488, + 246.33681251080583, + 247.73401354879087, + 182.19489057684123, + 199.3974866275707, + 218.01511015889142, + 210.2966374604909, + 146.7340425131234, + 156.80765430583008, + 160.69916228944518, + 199.790809208371, + 205.396049686443, + 171.50811670740404, + 171.02307169440064, + 191.6431508162476, + 196.11106693314713, + 211.30679974226655, + 221.29286231639577, + 224.09901923361343, + 194.00945315482915, + 179.32025200984964, + 173.58376503072537, + 150.27683496936993, + 140.01903853576565, + 161.62853832799235, + 192.2822497291443, + 258.08910049418927, + 179.98114203437518, + 84.26815915775813, + 39.45481491878182, + 18.472961030999485, + 8.649141808301295, + 4.0495756957734415, + 2.658935657632938, + 83.9172026089796, + 171.8479665429286, + 148.49212575908692, + 119.10064152939084, + 111.36338229250114, + 133.52138386472953, + 91.63054945295244, + 112.16940504514753, + 155.62397273276596, + 161.19630834909194, + 105.96690679210653, + 108.24552367910587, + 128.93798854297714, + 115.06582785450385, + 86.42785243290544, + 104.02562723715181, + 134.84386653312723, + 100.48623020341105, + 104.57951522362316, + 142.99170687868633, + 188.48624056941662, + 144.04083788165897, + 135.65892666977572, + 170.19000883699061, + 156.85775139605465, + 130.6552729682762, + 121.29739685251516, + 148.15721755786063, + 107.1110849813233, + 108.79393150190866, + 129.28545058862625, + 140.61912900903545, + 146.22246008066634, + 135.57307436306652, + 104.80562627336533, + 108.49865152090436, + 118.96314039839095, + 124.61336730755352, + 157.70836388600495, + 159.9250513921549, + 139.689256347866, + 132.38101265126738, + 168.02627586244307, + 134.16083302207957, + 106.19208342788353, + 159.07366605149005, + 165.40419180209423, + 151.45562756059672, + 176.1527582991539, + 244.91656165877146, + 189.21979387530342, + 174.71822614115214, + 125.40034126683292, + 106.61788359061185, + 108.04610734998022, + 124.11947975897077, + 149.2198559997232, + 121.96712494454852, + 115.66180007540882, + 98.01574538902203, + 100.74305008836087, + 95.66823883542875, + 79.15120911970918, + 90.63340737283418, + 113.93777593247923, + 97.14533481820467, + 75.4580717110339, + 65.99899987214624, + 78.50101936680386, + 66.94361141131424, + 89.52411927102764, + 138.1884329458071, + 130.5432527246485, + 61.12106786982758, + 71.57794615827598, + 76.76508531725364, + 63.37952121548662, + 65.19538242142292, + 118.12646424015253, + 115.3394208133037, + 82.40628213472768, + 99.01926926724181, + 135.04586596402402, + 159.81252733079674, + 128.21740442863, + 107.04293777397527, + 130.21923761209155, + 110.77859204811455, + 143.46593503662643, + 123.92504280194825, + 121.69428457746936, + 117.31947328849532, + 102.92943867960456, + 99.83270793476268, + 109.79973614179949, + 151.3576181380862, + 131.28379708325585, + 118.7364207914902, + 110.1442732202263, + 114.71201958918745, + 170.65037934779545, + 124.7849805832295, + 147.8533876807043, + 145.350356416691, + 153.12325696461738, + 128.7939228619602, + 168.49426405517818, + 137.67314025536484, + 139.265521503528, + 144.85702102585782, + 155.46204619751282, + 133.33857065230325, + 152.40212849087254, + 130.45827731056545, + 119.31531694025468, + 102.57511704386171, + 79.82542555018, + 53.514394027489445, + 88.25618784097455, + 119.51247859793168, + 94.99927606112385, + 44.47918278828126, + 20.825397661350678, + 9.750565558224569, + 4.565268344511841, + 2.1374837113752867, + 1.0007816127363285, + 0.4685714473803904, + 3.704304262648726, + 60.594596422773066, + 62.23676746842, + 86.9958591912557, + 82.07290137690828, + 79.04147888449234, + 77.82484008277456, + 80.86379530927896, + 91.3813871312646, + 85.39836359757152, + 81.37449959415017, + 78.26867195550494, + 73.9385113913046, + 84.00061783608491, + 98.54309346625186, + 102.07491353128702, + 110.70836854104857, + 131.2193735443745, + 109.5166776560945, + 85.56963127214037, + 99.3011154832229, + 119.16327223109374, + 96.55962068448353, + 100.91219855675234, + 113.29977532336869, + 112.55219465253148, + 95.53211780219226, + 111.66948288726473, + 109.35908734138347, + 123.419134137519, + 114.82451849848576, + 139.80382144920924, + 175.7956164516413, + 197.40867724262557, + 177.50111127096565, + 102.00459221542651, + 78.44545803904465, + 91.26668880029877, + 89.24335421825337, + 87.732540639899, + 79.83788266405375, + 105.09670565235433, + 110.63711763332253, + 127.81794455793143, + 133.73500077870654, + 108.39988332076199, + 100.84300824851522, + 106.18879726037773, + 92.01458190109156, + 79.64391217421402, + 78.90976395806595, + 79.66593463025374, + 118.10576480091973, + 115.25746737472409, + 102.88843917484556, + 108.93578668902245, + 100.81590612928908, + 139.19399308381333, + 140.59741871373643, + 130.84870771767277, + 134.03691821665868, + 85.5479402157396, + 73.59758046646944, + 73.00482158001016, + 66.01926456222283, + 82.01361751524708, + 149.20103070459894, + 73.11090111052096, + 71.42439110047067, + 82.6727228256591, + 72.85642773302322, + 94.18291740335289, + 100.89219509484788, + 91.98025393265574, + 94.92632668646768, + 132.7161776084432, + 134.23202367277045, + 168.63569304310568, + 154.6805913606728, + 114.61691611599647, + 135.23000297851985, + 130.8738314558389, + 136.43898257135828, + 141.32003525992786, + 120.17636662488266, + 135.78439992200487, + 183.28567612993095, + 169.24831702464917, + 134.60523760221542, + 122.5219017699208, + 112.85027958925434, + 145.8238096653979, + 144.27970768193813, + 178.92815163810215, + 168.29291262137608, + 154.0083530822233, + 107.44067741849129, + 96.7042934431684, + 120.39306514867508, + 108.67006151974378, + 50.87991962002402, + 29.137426080979196, + 31.071432780707948, + 70.574044672803, + 50.54021319878754, + 23.66320538675674, + 11.079242720512825, + 5.18736228899632, + 2.4287515127257358, + 4.378484304711919, + 4.1835983927104, + 1.9587837438087128, + 0.9171133065006111, + 40.64561858188555, + 23.40217883461809, + 44.51895463487907, + 68.23515667184861, + 50.562741351548915, + 64.88365310410582, + 49.46928476119377, + 47.26741169147121, + 76.1911736686083, + 99.04016487467172, + 113.07487662288847, + 127.3212661706562, + 149.32471985229762, + 212.46953106974377, + 158.9080065204545, + 154.4538551587435, + 147.51021371036694, + 163.8666429772819, + 143.60566335790227, + 116.3315189469347, + 98.09553405759365, + 130.13482241227877, + 124.3425340805198, + 180.4492382531953, + 139.38794683047857, + 125.21738605100346, + 105.94790692727298, + 101.09034063318211, + 103.1864967140025, + 122.54354290906068, + 117.96427228312899, + 101.18029751049032, + 128.091670605388, + 126.79695538392619, + 108.76855508125391, + 125.86157033206773, + 130.82969388733025, + 95.51195771311667, + 83.44241149131445, + 103.32980703070635, + 104.26068509525923, + 129.0812359486213, + 171.87093029742647, + 169.45533369960145, + 134.46736547807924, + 136.96823860234184, + 136.58009678737182, + 151.41218069369026, + 145.72296669766433, + 163.6570917874531, + 161.48294618286678, + 116.76995051105575, + 148.99282923596672, + 149.53107879134305, + 110.80360373912697, + 104.11740235022197, + 132.68552945239293, + 124.83427839582976, + 95.90673368508794, + 85.01828776652442, + 71.17042595774535, + 56.85420910489192, + 85.26741224927814, + 117.97580673919352, + 92.80375973554, + 79.55976639530451, + 88.19600909923022, + 84.2704132829564, + 39.455870312579314, + 66.83363455101129, + 135.88335211699527, + 153.5996093708269, + 170.56740701532866, + 143.522619367543, + 82.23119741924033, + 110.11954839735105, + 132.17670128901784, + 95.19609481526376, + 112.19657612639251, + 125.52962694040622, + 103.78710148226304, + 59.756608322281366, + 55.92563047695179, + 76.30379495132682, + 67.47851648101465, + 77.22553193580276, + 80.87609701900581, + 64.62043342277093, + 54.374361619207356, + 91.01200044891323, + 110.87998138822124, + 96.18980306337201, + 133.49826393108816, + 135.12414818790276, + 100.12796465069208, + 46.88046295269854, + 127.52946584177548, + 121.85314167843553, + 76.29060896235306, + 78.71983142237016, + 70.60996864345222, + 81.50602658628507, + 126.10327112764956, + 147.97000757028638, + 109.64683874829932, + 51.337252082898765, + 24.036383369638852, + 11.253966701593436, + 5.269169016523172, + 2.4670538718367347, + 1.1550881718652226, + 0.5408186258168739, + 1.9145702506365272, + 37.49972578621187, + 57.46456935374041, + 67.58456305630203, + 91.08118257513753, + 115.51967483266154, + 123.28392807405334, + 113.54687030444893, + 116.97469700707592, + 93.1886910753642, + 83.19880160219628, + 68.76619552829389, + 133.36376158824234, + 116.76983445607898, + 141.85923980535665, + 127.46684066037636, + 110.93879344521996, + 119.98054993321179, + 156.95041677234192, + 151.40568988056253, + 167.87956130363344, + 154.76483354863302, + 140.909824093796, + 166.15796083154333, + 180.2170010857742, + 150.7263900820942, + 146.16664885300054, + 147.76353346107388, + 139.08350279168826, + 178.8904827947777, + 193.3833174793584, + 162.72088995366147, + 154.7303421438529, + 181.40881521600772, + 168.22719383297093, + 144.71848161428335, + 115.3809966530319, + 125.95870508612606, + 113.75618672072198, + 139.13875001431012, + 120.06563639348096, + 140.16328269659743, + 164.00658831990964, + 171.01458996877219, + 132.00714217043682, + 154.47459319973277, + 139.92049844876067, + 168.4463114391174, + 147.7015843601066, + 150.69886887633885, + 159.3662400638412, + 160.6971304573933, + 114.60355119979432, + 122.73205075305452, + 100.24238566159552, + 124.47245499027385, + 137.7900007901709, + 137.7900007901709, + 153.20049606429637, + 147.49659571587122, + 88.29893816834493, + 93.37952401693212, + 126.87399060859681, + 112.79510637326783, + 144.1456413725856, + 176.39281729371834, + 159.9445902873128, + 131.30553898280934, + 131.207230576728, + 127.64124350859319, + 146.85006889110872, + 111.53402808523532, + 113.4440027751908, + 146.0759686367804, + 182.2128508484903, + 141.88982609022696, + 170.6482771261175, + 166.49112747266355, + 154.02195708640508, + 126.56719462386229, + 128.19575451005005, + 115.7131112198938, + 99.14510281664033, + 67.58958276187799, + 95.76454468155056, + 114.11742610218197, + 114.78879852266064, + 145.3707387429985, + 257.8001587163066, + 206.2465551337307, + 107.79780407034139, + 50.47152389177189, + 23.631044675970017, + 11.064184899095709, + 5.1803121343112, + 2.425450591582681, + 1.135609287564867, + 0.5316985052093253, + 0.24894416022965343, + 54.18808883666599, + 83.84656750439837, + 79.50652082886563, + 68.5705870428868, + 32.10512544346047, + 15.031796054125472, + 7.037969467234929, + 3.295215957120228, + 1.5428382084649532, + 0.7223653224778603, + 4.804729064842139, + 2.588657857524817, + 76.53707330247191, + 107.88006903900981, + 102.01210207742177, + 104.77392102135458, + 139.01772973629517, + 136.79122726823582, + 148.4512578168654, + 146.2152300055788, + 130.24569333606755, + 131.85233749120664, + 144.3463686954471, + 138.328444662824, + 101.17266048934766, + 125.96367217033138, + 126.99593959485321, + 149.86674531580027, + 131.4872350303336, + 115.69968970605217, + 99.97218440242692, + 91.01757763841809, + 97.97572127243836, + 128.95556477033003, + 111.64787345780799, + 131.30488186607948, + 136.75681961184625, + 144.80431460153068, + 115.29828307417505, + 104.28551838797712, + 140.036015780321, + 145.649620618423, + 134.85014499058968, + 159.57599984827567, + 175.438136601579, + 160.5813180499678, + 156.38056233384134, + 117.95044759212226, + 142.47309368648365, + 131.61868987021256, + 161.62457712886248, + 164.590044083096, + 160.69508672716532, + 190.00955672988775, + 161.65066264199393, + 122.91008575187698, + 156.14044752382205, + 125.6937068414417, + 134.17841695509946, + 135.28365355586328, + 119.3431441561385, + 106.4928420355697, + 113.08129704068234, + 122.9596530986029, + 139.17031477245746, + 156.001338101006, + 128.0683500742125, + 111.32382316136628, + 166.32692547354242, + 163.8216477373077, + 148.9411392273124, + 163.32102584886718, + 157.96899262549618, + 135.37032257487635, + 86.30514844234764, + 86.32996119345555, + 81.5538153342111, + 45.83765429440826, + 23.8810203546367, + 42.88207329382353, + 85.65143225589357, + 103.43662252466805, + 78.34269926671762, + 64.90551153124431, + 49.244083998177445, + 53.89128927952874, + 61.30027387756513, + 81.37620399125476, + 92.51877046406236, + 120.2549929335447, + 104.30616102938808, + 87.78282036193691, + 72.90267653518319, + 88.17339141736603, + 103.88313541090704, + 96.65771339022017, + 96.74615937839741, + 140.90315672069633, + 154.29083803556262, + 174.89788995006455, + 174.56640220316106, + 137.59711345426996, + 125.35163194891119, + 125.09350765181975, + 102.81969708958349, + 142.43820201884924, + 124.87837139762394, + 135.56921697175878, + 129.85891146188445, + 129.33752991087408, + 154.0091001074254, + 164.19204062625732, + 157.2610893704231, + 167.73197758815007, + 214.4155068773075, + 164.58823601005363, + 172.95391141850763, + 160.9569900638707, + 117.92036329708237, + 55.21096171487406, + 25.850075493760876, + 12.103147314912894, + 5.666760043383194, + 2.6532081741843525, + 1.242246638584666, + 0.5816266986096197, + 1.729673373134186, + 67.90482197724164, + 82.44495823705869, + 64.05960254908545, + 121.78423042733644, + 128.42635026979164, + 124.52011158540175, + 122.28522518976725, + 130.47746141737758, + 122.14958682100172, + 116.70291637423543, + 76.70022028488212, + 79.85964175024185, + 92.14503164789934, + 114.57223251829669, + 110.14405993831949, + 112.86327975285654, + 113.16691609036063, + 116.66675110515996, + 82.0926744049033, + 82.43198592568163, + 81.41640924245729, + 147.9829753102578, + 129.447761617708, + 100.35473957980088, + 119.63926009717585, + 161.06375550791532, + 177.18819466797552, + 172.67801350818308, + 169.06267141679226, + 157.95492525080132, + 116.02146848232398, + 69.72637116287599, + 45.44605293459706, + 29.90172863102506, + 14.000153565477735, + 6.5549487882647455, + 3.069063022474587, + 25.997518545821098, + 21.545914461379805, + 34.301500307862874, + 28.42798978016324, + 65.59742664380057, + 52.04391227431479, + 24.36724555224087, + 32.026841986563774, + 72.11171439891748, + 53.842333605961635, + 25.209276296656178, + 20.271863351427395, + 96.20723105614383, + 67.7305493819217, + 71.71192795485021, + 48.97627396306914, + 22.930960447431872, + 10.736401618428337, + 22.326635282815992, + 49.802966816038946, + 53.9056553110827, + 33.67479512685341, + 15.7667240205232, + 21.9403776859518, + 40.94631550296698, + 90.70167390072817, + 102.64976356500704, + 58.65497780795029, + 37.735806120636894, + 27.21940775522915, + 21.59542747102304, + 31.697513109396507, + 16.820529796317835, + 7.875464429063373, + 27.69811551084681, + 45.488928364049144, + 54.716230276285835, + 26.964862388243876, + 12.62509666132461, + 47.448775500439766, + 47.00082330555464, + 49.4052996453709, + 45.269071538154215, + 67.83079047728611, + 85.74468038702382, + 111.31530546921078, + 139.4980433801075, + 85.8316533895207, + 80.76201482522279, + 121.57018716372369, + 125.95654051908457, + 80.15981617749819, + 66.43389981840885, + 31.104716750263787, + 33.95062383932536, + 72.86480321376877, + 56.938976991027076, + 26.6591417363236, + 21.77289755742682, + 21.494463062919586, + 15.807143094504204, + 7.40099120974978, + 3.4651847306827683, + 29.04998399812648, + 66.29759655724894, + 101.69956667830503, + 153.782978826966, + 160.585899376238, + 95.30869094663802, + 44.62405253698697, + 20.893226473320023, + 9.782323380504764, + 4.580137531317536, + 2.1444455462993557, + 2.4043362964687613, + 1.1692567645830156, + 26.113716651405046, + 40.15231611496084, + 29.00890016915874, + 41.33486684920881, + 58.35899526655982, + 62.849381331557865, + 38.81755587327158, + 40.208132023334215, + 59.33769881421226, + 52.49985802687004, + 45.07669437124137, + 75.48180790264716, + 87.50876758311205, + 68.77255470725382, + 71.96243303996171, + 91.30392897912657, + 59.130883055714726, + 49.51060205563698, + 39.80601499189813, + 69.9733317338032, + 69.9733317338032, + 68.7260307207537, + 100.28460814411193, + 75.11353588710332, + 54.76669835583841, + 93.67811742639117, + 92.84117124466164, + 110.83261492164529, + 124.70390016550749, + 137.13265069476302, + 135.98280732911542, + 143.75010069801317, + 134.46486920150673, + 150.92859371170573, + 141.21533702331232, + 171.11818456245868, + 128.08897818468625, + 153.11425859338777, + 132.79472793069738, + 147.1008829178179, + 137.05604976835227, + 143.69738234276508, + 163.96921780537264, + 148.00325025634632, + 141.60616517905885, + 129.48220626251185, + 158.0400523950198, + 155.95517982885235, + 132.23796350357924, + 132.52600386766585, + 145.00712638081546, + 148.2729954387098, + 134.9575208777897, + 134.1035091761422, + 157.46244803426652, + 174.79286866543575, + 181.80430178403253, + 132.6891170309241, + 62.1257733231225, + 29.087628264920102, + 32.60118655342914, + 18.382855236622945, + 18.555545443821416, + 19.9177311765081, + 18.497261044918577, + 8.660519208274003, + 4.054902656925397, + 23.42046038165613, + 16.77210178884375, + 32.06760692483285, + 77.56002162916127, + 103.19465929631902, + 57.094949657400385, + 69.63548431909248, + 47.82959128920038, + 41.643275991334775, + 78.38882536701075, + 112.22728847949928, + 153.40670222197244, + 202.009529225462, + 196.62385205441797, + 226.8110088243424, + 133.5057529049632, + 75.71245088750919, + 100.1733494924612, + 151.33970087574045, + 135.09897548858783, + 125.18792170027008, + 143.7277475663518, + 151.5777441993452, + 125.21563279782308, + 115.50437752156003, + 142.9796827070989, + 139.17921503564432, + 179.12263956310554, + 179.12263956310554, + 168.15607644994958, + 129.92876116488446, + 119.24920947072926, + 156.8368589029555, + 151.08915051235897, + 163.15334518436643, + 166.62288058102257, + 144.94472585904265, + 142.9986123727417, + 118.30502517054, + 124.18809238442657, + 123.00948650833465, + 126.54555891206269, + 135.8111921950737, + 135.70320018864558, + 178.9452266901882, + 174.1805981851683, + 142.8906679968086, + 196.55160724836657, + 192.47989151594845, + 98.71189480643615, + 46.217451274555785, + 21.63926451320297, + 10.131622488022321, + 4.743681291809569, + 2.2210176331448137, + 2.8390650692557413, + 1.8845647271810695, + 19.303296302386435, + 70.06966188491218, + 141.41312838035623, + 87.4384710630329, + 83.86419115497335, + 103.56606914817269, + 91.57255799428418, + 100.37198724860701, + 71.87942335244232, + 74.86049868514547, + 128.12170868880256, + 123.3515318447003, + 114.32269765908637, + 118.74069821034144, + 127.8455527042236, + 95.94441909553125, + 84.00732130904765, + 61.896747626028265, + 73.194924463671, + 72.45338485182074, + 74.99557292122222, + 118.38645590360274, + 118.95417862471898, + 104.05419767646272, + 134.2714434999609, + 129.7637239912515, + 106.85813359336821, + 144.00764826073723, + 139.6463186988779, + 141.550098592712, + 167.25105672260236, + 160.1362575742816, + 106.19629901660998, + 104.21452997915378, + 130.49319505009967, + 109.05001068043423, + 177.90155531053318, + 122.32835251484178, + 107.72716754907562, + 121.49922643022691, + 153.1570141349859, + 154.22375793129365, + 135.0472308954317, + 122.80884102631744, + 137.05816901443643, + 122.36976130905023, + 127.21033559192045, + 164.71761445500064, + 136.6906181792644, + 125.05424704263802, + 133.1096524596864, + 124.76165753704728, + 123.90117967215679, + 138.98451475924418, + 115.00667016423536, + 146.78545368787957, + 148.21976144638583, + 174.2830236238239, + 209.37069614244737, + 220.18815217632147, + 215.23209945315602, + 152.5771145158874, + 160.5187248067067, + 144.97018687226523, + 105.80589074696137, + 134.95369448683894, + 107.16297456477582, + 121.84949529505728, + 116.04114908245421, + 107.56087636044757, + 105.80371750745927, + 114.68496365757588, + 115.84698441786527, + 112.72430715564074, + 148.41028468103553, + 133.7098610795585, + 119.53578951533416, + 105.52399115955745, + 189.21408030810454, + 191.3968829123402, + 177.06614636138906, + 142.63094420231863, + 121.13226136826512, + 134.06697874067538, + 149.76723597596288, + 164.42112261891054, + 187.48726974071383, + 182.14302542135835, + 186.28556379970775, + 170.71803310337867, + 146.23212861991544, + 154.4493209824284, + 136.60165368262273, + 145.47557321697897, + 147.74844747755336, + 162.47447621835522, + 146.95099371300918, + 121.4660510065272, + 155.02556128089094, + 182.2329948857553, + 156.67326380078816, + 145.7928134843915, + 116.51829991410979, + 96.96512472701036, + 58.87454469756518, + 59.28578654408819, + 98.14398859742988, + 106.8920947708427, + 81.80131498802402, + 94.41415377231576, + 133.43485455372544, + 138.25673449338248, + 163.27094464229663, + 145.30018519429657, + 169.44845921037788, + 151.72748226946152, + 175.2122800442401, + 182.14686695550398, + 141.94255380874972, + 66.45828324241799, + 31.116133203298745, + 14.5687444557318, + 6.8211661657854945, + 3.193707460696868, + 1.4953113729544045, + 0.7001129970742217, + 0.32779675025396554, + 0.15347623873017366, + 2.3104557680215523, + 110.28218530759978, + 156.66833133774838, + 178.74792466403574, + 155.20310101622078, + 191.10517203287188, + 190.42756429153786, + 194.8431227224176, + 250.19924460902433, + 215.95062960926188, + 214.55293764482764, + 216.71882360674175, + 236.76147196071256, + 248.85625698687636, + 188.6987873286684, + 203.30943427975637, + 179.44103804207413, + 146.338315010934, + 184.12899804568178, + 187.2336405357131, + 176.6705908204007, + 182.10299523364304, + 227.7323840067923, + 261.73683512222857, + 253.59016892989115, + 217.91197361347616, + 192.68367056234786, + 227.14765441638457, + 199.20266485181122, + 189.72084852961916, + 231.84503678273052, + 260.96697890006914, + 273.52590597731944, + 292.3179389502229, + 224.10353658652338, + 234.75300095127534, + 254.83212456327328, + 254.95556582344398, + 271.80374819037235, + 285.9092550254187, + 252.92338675464688, + 193.7452866018035, + 156.29974593055243, + 211.92430721371647, + 221.03905782411204, + 202.27956228698446, + 194.8731744421055, + 212.2395244676009, + 209.42485168473908, + 253.3573012031352, + 265.60531260887063, + 253.3482174098522, + 252.4840552320736, + 285.584419187293, + 263.2614524406357, + 218.8691973950451, + 194.96851116514097, + 144.19924466394147, + 163.91602501938698, + 164.8060008346102, + 188.19791125554508, + 154.8890688843347, + 131.3621771411373, + 176.93956299598582, + 153.07217249449172, + 144.67364866020802, + 163.8730731945974, + 231.68432137103386, + 264.14004463662036, + 177.17640616450936, + 210.4818829574619, + 196.36451983610297, + 187.98063785303754, + 191.46515931214722, + 189.4803522298751, + 182.18232757776263, + 166.17915960119745, + 154.27115754567902, + 149.51414726335435, + 214.49950767661852, + 211.86267823104978, + 154.72361249856118, + 187.87663093275305, + 190.68470344613434, + 189.1908811358845, + 191.65301947050494, + 198.097200981537, + 176.30683377875627, + 203.1512576136732, + 201.23335666086834, + 159.67360725799324, + 192.0291319977884, + 188.0633303822516, + 168.54004256329443, + 177.94060799337063, + 207.3005569018075, + 158.8075730145563, + 155.33761645756377, + 197.40274252836033, + 198.1717917196499, + 262.5169743820703, + 247.05423927740065, + 203.5277885998107, + 138.4512884674368, + 97.52142112624098, + 184.686774812266, + 187.2318065471267, + 203.18401539176324, + 166.48653741523447, + 189.12082648211236, + 123.88185729970877, + 58.00216594745634, + 27.156932644762446, + 12.71502501027734, + 5.953244540787959, + 2.787341789243448, + 1.305048733817767, + 0.6110309845071548, + 0.2860880627312401, + 0.13394800216772906, + 35.509326586448516, + 62.566025274084204, + 113.53935186541615, + 111.2877967316445, + 97.89897626607628, + 101.87152053252163, + 100.23084873133831, + 91.06286052249702, + 174.65835108815546, + 180.80717307717313, + 145.0915907023737, + 142.70631486698835, + 162.19136322404626, + 124.74336402780885, + 104.8624618917235, + 184.20419622760954, + 166.94115249486018, + 136.11874464039707, + 184.40248862223643, + 197.8372650432417, + 198.63312025503166, + 166.1071918483416, + 126.88977494881213, + 146.6421420307681, + 125.90661308797081, + 115.75418382933528, + 112.71313974647865, + 108.1422141479091, + 105.207075694341, + 105.82301974722398, + 111.1974212412369, + 110.29758427267413, + 110.6666523215128, + 111.868988597108, + 132.28154614525212, + 123.96801530102883, + 114.31716167894709, + 116.53106346067867, + 99.2230770670703, + 133.93291928346122, + 148.44929658913657, + 122.12059956539295, + 158.55284595114585, + 159.22533371598362, + 128.62687983475092, + 126.44289874773811, + 140.90203883774655, + 161.1558026973109, + 213.07907725091243, + 170.82084556112952, + 165.71830721828545, + 143.58809947566374, + 106.69820327985599, + 120.77207351443468, + 128.79973518147034, + 141.7697714023894, + 105.82642391429495, + 132.2311722495369, + 128.53362855928424, + 118.92761838356878, + 96.46073900318663, + 93.0457024035628, + 124.43191236502838, + 110.2125642786836, + 143.81493196603589, + 124.40528064828632, + 139.7219432925362, + 175.51886478730196, + 167.3383598511443, + 131.37979354480942, + 121.05283251345324, + 123.42145857153858, + 135.4184014078554, + 116.15231997111813, + 114.51079357037435, + 102.39450968000047, + 94.01889602074476, + 81.65797035385118, + 99.7283805122822, + 108.77537358774705, + 130.56752508651516, + 142.83920885176644, + 147.9590273853051, + 168.26612796745678, + 129.42130927104574, + 114.95370368056155, + 122.77222199641275, + 123.46902713646386, + 120.25675866137263, + 103.26546488288382, + 140.59991259588907, + 158.49016727951022, + 166.3811926877338, + 159.18244676569458, + 162.8891989669519, + 150.4777181209642, + 156.7149256461398, + 137.24698193277527, + 152.15206695191083, + 214.0708104071005, + 201.655064901203, + 156.69318770163193, + 179.84380621966966, + 215.76656186111865, + 181.2706454731281, + 181.4224325130984, + 168.8935313575389, + 151.4320040926994, + 155.3395895444661, + 182.1207511829101, + 256.94379512432204, + 243.33317877122923, + 139.11983221266155, + 139.86525183133887, + 84.79832282704355, + 74.79863533000811, + 35.02113185596064, + 61.67174768474445, + 52.387793158772155, + 40.90283379304864, + 19.150931420457564, + 89.07777285070132, + 96.9464396031213, + 96.94058267630814, + 112.24705807132307, + 123.8536221930407, + 140.2817450270834, + 82.62470656873393, + 84.99858597148553, + 108.16127287583274, + 139.83701473693316, + 163.95551077237752, + 162.90237119335336, + 153.44776548631887, + 165.549587756371, + 132.12563200767443, + 132.14882225184, + 160.32934010561064, + 97.90316513217034, + 45.83879959951743, + 21.461977719393257, + 10.048615837500728, + 4.704817122162449, + 2.2028212154738336, + 9.85809247439414, + 148.7743374673553, + 187.32305455754238, + 137.87207145475432, + 132.75535070936954, + 151.1125013701991, + 139.66197440795878, + 152.9738951895617, + 125.22539016759572, + 132.88309164578243, + 158.77194193691253, + 126.76001201718444, + 124.42113352260618, + 137.86614468504095, + 146.6304122647574, + 135.89380876412645, + 71.16177796793446, + 99.5731923573876, + 114.1064929741917, + 131.14126104506695, + 111.01016201693952, + 111.20564061782494, + 160.20265199447527, + 128.4023875731619, + 154.01357334635827, + 127.35928037807638, + 149.70949341177356, + 128.25187293565622, + 145.06566568763458, + 139.044293503178, + 133.41845632715967, + 146.21268672995456, + 130.53412709640187, + 136.9626600406479, + 157.68862152027538, + 143.57096545885196, + 146.6056642145639, + 145.65942135841536, + 118.72377323962371, + 126.55766419409336, + 137.8094331417429, + 124.14531889106681, + 146.89015016207819, + 142.1668644590402, + 155.42359787695682, + 150.77676404765992, + 122.26438848834242, + 115.1630150305239, + 120.49893229478823, + 139.54210621363043, + 108.33150954975453, + 140.5847250856714, + 135.09399735651212, + 133.86208643414386, + 97.8086502130215, + 119.2980183961199, + 147.92050622698613, + 124.89448319140935, + 159.27438710502497, + 114.56853608287597, + 119.51686848713479, + 113.27928158850564, + 141.51824239777815, + 153.31348387669, + 141.3831531123453, + 145.8725474050578, + 156.47044227415236, + 158.15412148080316, + 163.73668529187046, + 165.5045579788673, + 165.429450654648, + 168.23199551406216, + 157.75588385153327, + 188.5920321258285, + 291.6739036415128, + 221.43694662322972, + 207.71736225696694, + 163.45212334396578, + 170.45017739439544, + 151.12695377221368, + 145.1700820220993, + 174.8908025091188, + 166.03006447482818, + 170.63946927933767, + 137.875929510283, + 145.67710437440775, + 166.644552783714, + 159.81778965563421, + 144.92975518262944, + 139.4090472017745, + 159.388711174993, + 148.23698390491927, + 132.37400179711258, + 121.48429768825562, + 119.55141007478997, + 120.57844924232494, + 132.07936610471313, + 126.03678788180844, + 122.56655126431181, + 122.33424823346371, + 140.53811157936724, + 145.3201942998634, + 131.81918399178446, + 158.77904759246326, + 146.57961474852476, + 192.98278181680462, + 175.06062971654387, + 161.45108896400794, + 161.56868882128686, + 131.92102134486066, + 153.10796682237986, + 177.52071431960889, + 178.5454411987505, + 150.9823230965066, + 218.8280363166728, + 158.0756114071081, + 116.073622847054, + 149.68424837324872, + 135.95977148094576, + 144.26464160492782, + 98.09335795408947, + 104.84122197087498, + 115.00876550112073, + 105.72790561034938, + 90.1824477222421, + 115.03688563527633, + 166.17755150890605, + 137.99947101767557, + 122.52736812286722, + 147.7889511276214, + 144.64372064617976, + 121.73517758669006, + 98.56837302359762, + 113.55889443729669, + 113.85690310437991, + 113.79219154310832, + 110.3568067310898, + 100.44326035871002, + 92.7505800296645, + 104.72623513161693, + 105.0992550415838, + 110.83790784480803, + 127.18014859186252, + 119.76320502811723, + 149.2210537493654, + 129.99073879163663, + 101.2112017221954, + 135.51661991715306, + 128.7518346746434, + 121.80283191004051, + 112.79712922716726, + 113.6573167618756, + 124.40563736600659, + 105.8808935419209, + 97.23603094010205, + 105.44174832486254, + 122.38019892188018, + 123.36144473688239, + 103.2542403032679, + 133.5738484906293, + 127.89096140017455, + 86.68392350698721, + 77.11646600070276, + 121.11527222731385, + 107.21911535472151, + 136.65796505656755, + 142.1495287715273, + 116.81559436743046, + 103.49754829623026, + 124.59448405681971, + 125.18100089037009, + 135.09390256422566, + 119.77931543251475, + 114.18014829275012, + 113.96374019251817, + 114.07244915284735, + 106.40151941576028, + 115.87069702095184, + 105.27458357176332, + 110.71927604719049, + 144.86678427976585, + 143.22715567010346, + 67.05974088894317, + 31.397738976610004, + 14.700593825376341, + 6.882898764770415, + 3.2226110025773287, + 1.5088441700012207, + 8.099067590098405, + 14.98872404642649, + 60.223537263507744, + 88.41854251930779, + 95.54761858185068, + 73.98129393354087, + 89.28919359963979, + 115.03124393933099, + 114.96403607527546, + 147.00705218843734, + 155.52148774079126, + 105.30517833304921, + 119.67351844977733, + 140.19073285365192, + 160.94968878111956, + 104.82670404198937, + 108.75128261877649, + 124.63155516779084, + 138.64653623658432, + 180.74222658273067, + 163.28179716914343, + 156.95026983353762, + 152.07576283991426, + 138.2096121858926, + 138.70912232812213, + 149.13839332474686, + 141.3408730782309, + 130.26710499766642, + 135.57076271957777, + 123.65119529874798, + 130.146191351906, + 160.79597624416397, + 120.81706053885472, + 95.49832044751729, + 124.66043698071479, + 126.54369287700682, + 103.90884327550557, + 108.69245515163641, + 120.10866065033167, + 148.82080959405903, + 94.46835007223623, + 70.46700374591435, + 66.76931217791491, + 81.79032449951322, + 81.85295295992225, + 107.62692332208528, + 104.77607148039802, + 89.19619205198424, + 85.84488666734332, + 76.29022318121355, + 70.00889261995877, + 116.43461957324422, + 146.34595582494572, + 139.28352116435434, + 130.12093465859724, + 151.4669352895403, + 194.14557214197976, + 175.88601119711905, + 136.50714537380725, + 118.65099503294196, + 131.9038898460051, + 117.0083033340505, + 114.72899963834438, + 57.732217965886, + 27.030541517235648, + 12.65584799022864, + 5.925537535000688, + 2.774369216966844, + 1.2989749042324346, + 0.608187184137802, + 58.305994891857836, + 97.44896799062333, + 141.23460402737163, + 147.26793973103105, + 163.04419184349072, + 187.16054937918858, + 183.07194234701223, + 182.3668206338701, + 173.40288706741327, + 196.45668720086763, + 218.92832724641954, + 213.3495487159491, + 204.87280368273565, + 198.20998837833199, + 188.44380676126917, + 205.54726543097263, + 200.75455506747957, + 196.70173523578995, + 180.26374487923846, + 181.04017676922678, + 191.0988834509761, + 209.21335429107202, + 186.12964829214772, + 185.90373765082663, + 171.03614899379897, + 136.66108661263797, + 140.53455977642483, + 179.25089583282988, + 185.18086937170725, + 149.6717133959517, + 140.63566275875718, + 155.62315890067316, + 198.45025910511106, + 235.03043767491343, + 200.85650845423646, + 196.8037923448769, + 185.5633874403329, + 186.97082833105128, + 175.4812343939269, + 157.95044685090832, + 143.76582501774107, + 126.77178763817622, + 153.6220968532379, + 205.2893948740543, + 204.12433755806416, + 190.78811490228003, + 160.57004111660527, + 168.91856090442616, + 163.93887499777952, + 182.212771340848, + 159.38283050309195, + 152.13083707659626, + 148.19652684776833, + 156.3360122543648, + 153.22015001706148, + 143.61357094360528, + 142.29424143530554, + 161.47440910095412, + 179.67516325688104, + 185.0791334454252, + 203.7787050551779, + 192.3346957990367, + 204.4207829917734, + 191.32901688240867, + 205.13780221473496, + 187.2828797850424, + 199.1421609278443, + 213.17881646699877, + 265.68938413723504, + 208.01275908972585, + 169.62654313128937, + 179.80375587841917, + 180.61039458525627, + 178.50239292608723, + 162.4749141432616, + 150.12672665625158, + 128.79169291930128, + 164.32754073558536, + 211.70369106016364, + 207.34035954573596, + 224.32317022360127, + 171.49797748965386, + 133.15723969688952, + 140.27452173144977, + 185.69710444277916, + 169.97402352497986, + 145.30717901724762, + 161.81199014737783, + 165.41401152952568, + 147.8683878009718, + 129.75309350996542, + 137.8015481751304, + 179.8081017726584, + 137.90220771102005, + 168.6606307851583, + 119.9460271384163, + 120.13622554620441, + 130.5524586127013, + 157.63921608443155, + 144.85538161195444, + 133.2421139091159, + 170.30974010202743, + 158.46412395265727, + 158.47558160825864, + 194.5878037808937, + 181.99029240720603, + 176.81746536799523, + 153.3052781938395, + 128.81581751330958, + 129.0938546878745, + 110.56290787211067, + 110.73130253295729, + 108.546871347716, + 142.1881905342736, + 132.74311208160663, + 119.71187633778241, + 170.109945079082, + 230.29688200023327, + 157.4855785754274, + 159.77862900309322, + 154.17751116505576, + 142.09963253691544, + 164.6460036608322, + 178.40854902377677, + 158.95888197585316, + 134.09746436680132, + 157.3791107164514, + 136.63647738751288, + 138.52234423166803, + 118.46374366560592, + 142.71642032543133, + 146.68382688478238, + 142.20839788819524, + 158.29584008197043, + 156.82274780735372, + 176.3827273824249, + 173.6543555096054, + 184.05726325093912, + 185.89649816172087, + 182.08242087546842, + 166.23420828158015, + 164.26879079875766, + 154.59277316321484, + 181.73188359633673, + 200.60864695603567, + 183.2740819036983, + 195.83555186061272, + 181.61162104104568, + 174.84992891114996, + 163.57978816398918, + 163.9240083836454, + 164.8941077595479, + 177.16892833469402, + 156.19283033473613, + 123.28341531122817, + 121.68149256083862, + 114.19227358906072, + 165.97761372110241, + 138.07617079898506, + 145.92808287401877, + 126.81470919789156, + 98.16163258601625, + 111.17917799587896, + 103.38826903346404, + 116.19466810252, + 138.96286293748165, + 122.72645610940091, + 128.11972551943757, + 144.55107209586367, + 145.34654785803878, + 198.00566450670192, + 139.91145604089257, + 132.1186427130579, + 126.05125380265994, + 160.81181974539655, + 150.32147151566608, + 144.37073267595179, + 130.40185464104763, + 112.91653711125085, + 131.97431438446318, + 130.21502432796456, + 119.45571650244278, + 148.63196654583794, + 170.00057445255064, + 120.82222119790879, + 56.56962752105799, + 26.486210286015073, + 12.400989118301533, + 5.806211211478313, + 2.7184999769529465, + 31.604560455155827, + 83.20274479621865, + 89.30058589741984, + 95.2291270913114, + 106.37081479035214, + 105.41908309735922, + 94.58667903592851, + 90.29078250939774, + 98.25757974139002, + 114.53557134720182, + 116.11441204481886, + 148.28492638627162, + 169.6319119848723, + 125.42795055417812, + 118.4290546442004, + 110.59426191739857, + 108.50991276121786, + 82.18863374984006, + 112.98579604295318, + 124.11963543698235, + 142.79110602425203, + 139.9309000443594, + 110.4695477764819, + 121.84853132892202, + 134.3872478902388, + 167.6531353492606, + 160.8893751808509, + 160.0770277557081, + 148.0693923441081, + 126.50568451955576, + 133.08938009836828, + 102.84258247084308, + 130.1596466209121, + 138.00458241747128, + 150.7326781286212, + 179.91394066034138, + 162.88594515783416, + 146.55267794330717, + 123.98559380474302, + 129.7666564613814, + 133.48632991777077, + 122.90535460297768, + 100.52015431751865, + 99.52345387288723, + 110.85573411920191, + 105.99859521517102, + 101.51661086102585, + 117.65646129196008, + 114.1387842336818, + 129.50436954428918, + 182.69629297432823, + 147.42979836817383, + 140.632046416352, + 127.55127565580312, + 133.4576704904242, + 133.77706787208646, + 125.39383728985852, + 126.79366411116013, + 129.06457210804382, + 105.33243855029428, + 145.03774459601033, + 155.5605124536812, + 168.30130638095036, + 170.52102186728425, + 171.98718772619094, + 157.21932359617415, + 172.38676321324544, + 143.06057362332598, + 157.07934729523035, + 179.98519205784834, + 190.5467148731152, + 157.9123911167658, + 148.75268148627913, + 176.2537973179674, + 182.69636520666822, + 173.321159958875, + 172.94654901285386, + 172.94654901285386, + 201.97278485151858, + 219.22662551308818, + 213.8063777135733, + 220.20612435975215, + 301.1938595632356, + 290.57403198731305, + 266.64708249503707, + 223.67206824178982, + 239.73358722288407, + 251.88492572699283, + 146.68185842155304, + 127.03985655871213, + 124.81776232060241, + 117.41766609301801, + 62.902436487086874, + 82.02967694103442, + 86.04655030749393, + 75.9198754270766, + 57.88623370218576, + 96.08271507094224, + 102.43837530726154, + 96.74946040034601, + 119.13873555781961, + 113.78616143776166, + 107.14601560898488, + 68.51915378135816, + 67.61524555169811, + 58.90965838146271, + 51.096758341824035, + 49.69539323085895, + 64.68898784647568, + 129.19403999607007, + 129.76566131152165, + 154.40567436204435, + 196.09311206153404, + 192.3434183388292, + 171.56428769280362, + 174.91996300122844, + 163.71129266992324, + 138.90737087698975, + 119.0440147797598, + 139.87128645749138, + 142.27096276592704, + 169.62259724664023, + 161.08024979658546, + 135.92635513389482, + 149.58140221879046, + 138.86173927756533, + 153.8549700524861, + 158.76469519682965, + 169.81799946056788, + 172.15354156483588, + 147.93395016231045, + 174.8226061941396, + 174.80413371443873, + 175.46818384433078, + 172.9413732975979, + 219.14432312274243, + 163.84780268275412, + 128.590361194089, + 106.23576600061601, + 107.15615152032518, + 139.37815822345283, + 87.55176992794084, + 70.14307267409524, + 105.77504007003972, + 125.63607590185893, + 149.8703437294972, + 157.13073652400996, + 141.09491624721744, + 148.43715817700422, + 163.4748860661834, + 146.6942874178433, + 143.39245389299575, + 144.13146617970892, + 123.36523740197117, + 103.5127188127641, + 133.41302214049873, + 128.86470570532322, + 170.5855885473249, + 160.94642647077805, + 136.46727027003078, + 133.74817941044807, + 149.86651616784624, + 175.98023507993872, + 186.12727686480213, + 174.09513921380653, + 192.81367203853347, + 174.46043390340506, + 93.28397927069034, + 161.3038638208746, + 206.10193175347058, + 181.50148250791221, + 111.07902253678279, + 107.64861462357995, + 121.60048651073507, + 187.1039972529836, + 236.61098059686128, + 174.4607616767876, + 154.16835076687997, + 80.88467682261597, + 37.87064990736764, + 17.73124627241381, + 8.3018668848306, + 3.8869796693689778, + 1.81990522850886, + 0.8520896229157716, + 59.24470647220875, + 165.9564253232334, + 177.78256263307827, + 172.6961432347639, + 170.52633575993045, + 167.67238350106913, + 175.3257701877269, + 155.45945052199528, + 150.82154890974934, + 162.3421339117612, + 177.23107112124, + 186.4664771451167, + 217.37288054121552, + 211.54575312926755, + 242.88530746139895, + 230.01565063288433, + 218.5303951821658, + 175.7925842904399, + 190.51585022285207, + 208.7551207419299, + 168.5545643199988, + 164.97338232252508, + 247.99434402683582, + 190.9434560783277, + 171.27334654967734, + 269.28341859275577, + 196.16289052656637, + 124.15884319576874, + 93.53478478747564, + 121.49908344051326, + 129.61454370366232, + 171.4025956924291, + 184.75471799465888, + 201.90900290900208, + 171.91606864138714, + 192.80953141145037, + 176.62763185964354, + 174.6285282011078, + 152.93960976186173, + 157.9153436772141, + 190.30313280098036, + 200.0862666972721, + 191.76911357210417, + 176.91447049191174, + 200.50888192255644, + 182.74799318055256, + 152.03146086553147, + 189.87224470429675, + 177.43251104709665, + 179.42914264567622, + 164.37419222250847, + 159.04475486358234, + 198.7956137590198, + 167.5926666053898, + 178.57102866558176, + 170.08227846962637, + 163.56459860431386, + 193.85600776286316, + 210.4899479401045, + 209.5900052566249, + 189.65540110196076, + 173.0754493864091, + 216.26066360078192, + 184.05643608050093, + 108.41277716946067, + 96.45838520426193, + 47.08715845780157, + 40.021647359320525, + 62.21689496008348, + 136.76621403810597, + 166.13036544860066, + 133.64362932361777, + 109.65033596798067, + 150.95319517024438, + 116.03720551505951, + 89.34010707949959, + 101.42463497183584, + 125.4515139312428, + 112.56244396764922, + 94.23443397136165, + 112.1500203055295, + 115.69691699168777, + 158.13634362948673, + 147.14420204763024, + 156.79236624662667, + 122.34499160734393, + 90.02941082888051, + 144.84033880567134, + 130.48919480399823, + 100.141619422996, + 126.79914832921246, + 149.7848618985205, + 93.03938464876337, + 96.20725621496032, + 92.9820363578244, + 93.2071866385291, + 115.33752558431534, + 123.82447094918945, + 146.48008777761356, + 144.4169091923314, + 132.3800832427424, + 143.2209936557439, + 146.6543412659087, + 136.16554333099685, + 147.5320440619904, + 152.29213885197083, + 154.05872116604, + 168.0645434475863, + 173.35776126260208, + 162.52882389452324, + 127.90442022260565, + 190.81940610168436, + 186.12504761061592, + 146.1428396836668, + 159.64829134032107, + 163.17902701101528, + 135.1422679052052, + 136.3571415944926, + 148.34943872027623, + 215.24339454273306, + 196.5088947500461, + 92.00654374972953, + 43.077969083986765, + 66.16542692734798, + 99.79791603320238, + 159.34190481018848, + 213.22340339295724, + 195.7975680526402, + 175.46959286810048, + 151.79346838237882, + 150.6396534781279, + 188.49993332706669, + 152.70643226237289, + 147.2154367872252, + 130.6024138554032, + 133.3838672357588, + 99.58068440925119, + 165.00474332258784, + 163.26674750720474, + 175.68165082459245, + 198.0549466849086, + 192.8389759147157, + 174.52896423887574, + 98.78588365696051, + 154.63524281606425, + 158.43312271973986, + 131.8034670442188, + 143.79323573434985, + 148.11009774996876, + 156.8963418643351, + 165.74308188398186, + 213.95883342019152, + 211.20495505378628, + 182.6925240618964, + 196.2280521543937, + 169.41546536036972, + 163.9695838637229, + 95.3071306166098, + 129.2964793755744, + 130.9731732261566, + 111.89171339941593, + 80.32135410642977, + 105.89990354254957, + 131.14367971240722, + 77.24614704386615, + 155.10576068545686, + 184.9852242515845, + 167.87356789517673, + 224.45252219604868, + 199.5684880030011, + 189.74981335957347, + 113.2604231501599, + 154.86227364750903, + 172.86539586972918, + 151.6555686909879, + 140.1120142294222, + 156.2984696646622, + 167.0076791995452, + 184.26550456723123, + 168.71193030621293, + 196.81464009982753, + 221.20078371136367, + 269.58214356846287, + 199.00579525964912, + 93.1756062813148, + 43.62533058177181, + 20.425619368902687, + 9.56338716611619, + 4.477630393342104, + 2.0964511413295828, + 1.504157955042297, + 60.434146254655914, + 90.4306426643548, + 107.24103084967729, + 117.73637324815326, + 124.72920842221939, + 130.18600362861423, + 134.2866059018666, + 126.20511865156669, + 150.46432549010134, + 171.60465894986365, + 180.39641762974532, + 186.66623891228414, + 184.35773312702887, + 178.02895618729525, + 163.78357992214757, + 125.6370345701515, + 137.84398827935536, + 184.08865000721008, + 138.25552689981637, + 172.7775117268871, + 170.30416759347565, + 261.4399443979618, + 160.25201068445708, + 162.99691820346257, + 148.48424324675614, + 148.5498738192344, + 175.8697023199743, + 162.21446743415086, + 137.25942736323256, + 111.25716301782795, + 89.68899207807532, + 106.95838309833994, + 130.9168158295198, + 144.19676451603146, + 150.35357699362513, + 150.96566123825576, + 181.40978591781314, + 184.42660526083415, + 143.0977478604114, + 156.6056408396612, + 86.9731060081782, + 70.37321677360353, + 75.11889875914997, + 91.37518404113928, + 102.35073327336261, + 126.35900001524429, + 63.94740748933646, + 143.74452696657184, + 98.99551745649354, + 97.5044103181593, + 99.33967327916304, + 93.13433760644438, + 101.17422743454816, + 90.28911005088133, + 89.01695716898467, + 63.40369092946151, + 62.780750112814964, + 80.3197634856822, + 123.05935366328555, + 106.74651445993831, + 103.21949441888313, + 124.45062806576607, + 144.49025386796052, + 131.70652417602878, + 107.56523806500806, + 92.93472394965596, + 88.54953652289865, + 88.38063174471846, + 86.3707652165827, + 87.46932669493674, + 86.2929505667678, + 75.86752969026671, + 76.18998517744018, + 124.21615448418017, + 105.72896167192212, + 93.77134714857239, + 101.65126384879802, + 78.33077610605034, + 110.10765041571928, + 140.1945071099823, + 157.3280994380428, + 145.83532696301103, + 138.3854261527468, + 128.63315871958866, + 155.18569389335124, + 131.82431726183216, + 118.17713599935338, + 120.1344773088601, + 132.6180281302877, + 121.12385902982115, + 130.50747003289334, + 138.0006456747007, + 98.82644655418899, + 69.24453828586472, + 111.30448334931546, + 131.26828100487586, + 126.03565327866757, + 136.9289249759308, + 123.30476507715704, + 130.0377392944251, + 127.24559551662063, + 115.0233457835455, + 114.01232044764495, + 108.11410066580552, + 94.15509712344473, + 103.26090763628211, + 126.69741229100674, + 103.47806028374293, + 50.13201259939602, + 23.472083624282053, + 21.033131192246127, + 19.34870691194259, + 36.37713846887699, + 31.85333589926281, + 37.52868112565486, + 31.280094979807316, + 62.65937799792361, + 70.86442260552138, + 99.31076320683115, + 136.26840693088945, + 169.1934757455586, + 191.51781692739786, + 174.53869040338645, + 181.0242346389757, + 174.61536411715053, + 113.06906255432136, + 52.93955606374725, + 116.53358407190295, + 164.6777008723187, + 173.4794111257915, + 158.77084676681744, + 158.66397861459794, + 173.64706071131005, + 168.2317311951471, + 136.79689425885402, + 122.80427807996196, + 170.95208013311, + 220.85007068303526, + 199.09410314529504, + 93.21695251836154, + 43.644689117030815, + 20.434683141428124, + 9.567630874190879, + 130.2351346052058, + 111.26119950241709, + 136.84023066533507, + 164.21122603325085, + 183.79582621325292, + 142.26824194270148, + 155.22391314433494, + 151.83234872965758, + 151.13302970600768, + 161.596164674857, + 197.43395162353346, + 209.35433496287982, + 202.79492409017425, + 129.11205695470886, + 60.45097415020804, + 92.19402701855913, + 109.78280358915231, + 118.86840766622733, + 136.96903605163976, + 132.85971452793882, + 161.89902773949345, + 149.7503203362445, + 156.7220567809398, + 161.94886504657265, + 170.39647888732085, + 168.4679005513109, + 160.37905746461087, + 149.78708797172135, + 111.76359661449989, + 79.71685894135163, + 64.97417352894304, + 30.42126488471237, + 14.243403292749642, + 22.990179771472718, + 72.97403518976853, + 123.0109658590987, + 197.5155837504408, + 152.88810108156534, + 71.58304858854645, + 83.15274469258301, + 104.1188485289769, + 132.03331016694983, + 120.73272205936672, + 123.43139751865178, + 146.65083603430625, + 117.31828722246985, + 89.08455754804757, + 127.54952664130718, + 157.9580356407038, + 156.12243702640177, + 150.02486281553072, + 130.8635162266032, + 123.13752776759466, + 158.6578068398016, + 134.73859551835307, + 130.1520785588172, + 123.03604471876866, + 124.45590692590599, + 111.36101762512943, + 145.34747744130692, + 142.14285963373334, + 175.5668110477443, + 157.05792733308633, + 167.40740682604948, + 170.86300665563752, + 127.27379868701445, + 78.95168990894167, + 62.28879931983132, + 82.17793369284055, + 96.61460740017745, + 125.07213141270003, + 141.9529624918842, + 121.83583255057145, + 107.3963271457235, + 136.52442259441736, + 163.01559793707912, + 116.59237922402968, + 120.5294087469964, + 114.61634697377902, + 163.89450483779757, + 146.1691567976811, + 116.90153118060502, + 138.67975933195135, + 115.77405458999611, + 92.10973527410243, + 132.12174634118006, + 150.24670185884824, + 93.90287057345455, + 133.40063421451197, + 117.23501563329916, + 95.69717343516378, + 44.80594217166235, + 20.978388199213747, + 9.8221965682768, + 4.5988063768161345, + 2.153186402291184, + 1.008133698862403, + 41.15878758250083, + 81.93494265670996, + 105.31195063128553, + 158.23189475749615, + 137.8262103039203, + 174.50612329925622, + 155.12701625917364, + 144.067353204798, + 181.31900685331317, + 293.4641641312765, + 286.4282548348614, + 214.07872569655598, + 209.4039561986262, + 232.97072360418568, + 178.904757933379, + 188.6480805319179, + 197.65234945291758, + 180.24451109323084, + 158.00649483816898, + 132.0722731333537, + 133.81560844954393, + 162.1527150535212, + 151.12231927578125, + 129.574364573404, + 138.8334420543825, + 131.94692388313962, + 104.27813845885272, + 102.5666227189487, + 74.34783716428362, + 105.25996323541315, + 111.82556462729806, + 98.20461828581685, + 115.89649226429138, + 128.52076150301747, + 134.84526544898412, + 126.31817816889179, + 122.2897108199769, + 158.73652669006754, + 165.35469586516945, + 143.58698088465047, + 156.14508122711766, + 142.2645752453849, + 173.5778732480162, + 126.20532932222424, + 109.58505979226177, + 123.37656194258298, + 134.93714132721593, + 137.82282824455825, + 160.51715750933081, + 132.93991315119743, + 120.52395431708368, + 127.49961005975635, + 73.27022145747372, + 34.30552008678399, + 16.062032910707092, + 7.520332021552024, + 3.521060754188867, + 1.648579982793159, + 0.7718742019526398, + 55.505789485442016, + 89.51564634671686, + 153.5596401443389, + 147.14769052033583, + 137.79549114554433, + 133.82031662048803, + 138.84871686700706, + 121.71513571064543, + 148.77792319469495, + 178.18997292472628, + 181.23485456217367, + 163.0338624620359, + 158.56848406235807, + 151.96201376889763, + 165.59026938586393, + 125.90261411250357, + 155.58460209011375, + 147.30822374124656, + 144.09504309037044, + 146.4930188373285, + 142.8220191477122, + 138.8858453739974, + 112.75520338128122, + 111.62931920079163, + 151.1783389151741, + 145.6655115351931, + 128.42444846854096, + 112.43635742689574, + 72.49717035725787, + 83.11882198572252, + 123.2624970971959, + 207.88633568824977, + 194.92440774748593, + 143.8305012403577, + 126.01599303796642, + 143.63418255308332, + 155.3916141600732, + 127.64320743163071, + 113.60746793989509, + 157.64678228529132, + 155.2054230299797, + 163.8010936962615, + 141.42686086399064, + 117.10990414274919, + 157.24733554457606, + 141.66687519155693, + 153.20958782069755, + 141.03721585814026, + 154.56754864872477, + 141.31130937261412, + 146.11542299245542, + 116.88788402857713, + 54.72754925097899, + 25.62373912326172, + 11.997175383204798, + 5.617143402959125, + 2.6299773906429853, + 1.2313698581470267, + 0.5765341302733885, + 53.95529169555378, + 121.9478489760028, + 152.77869654442293, + 139.92375520936963, + 163.91432150614537, + 161.25691186386592, + 160.49580785689852, + 143.37780468583318, + 128.93531033341694, + 152.41176932166047, + 144.11595248638844, + 146.2505583824186, + 194.83193547364962, + 191.96448983932828, + 175.26433223152475, + 187.70403012269875, + 195.72371172729572, + 192.60321242007336, + 172.3072702248886, + 151.41736078970732, + 165.51414422455656, + 170.3584973269487, + 141.91913014248524, + 143.74668454342304, + 156.42465505529015, + 149.14250895633842, + 184.46174848522486, + 153.19841653537148, + 111.76193015283529, + 120.27719912524483, + 128.7682061576358, + 146.18453244382195, + 175.60692009880376, + 129.7011765325502, + 134.3888139145453, + 152.53199890907675, + 163.46194480728255, + 205.77096190554136, + 204.99169679155708, + 159.50869181956946, + 146.4114963995292, + 128.77995488196012, + 137.40318338489521, + 169.67117208152573, + 152.34925568144112, + 154.8732401108797, + 148.84889513066142, + 167.93710163404242, + 151.27098109936628, + 148.14692020825828, + 129.16573834798436, + 117.29050824312918, + 144.14875034862874, + 195.67829568716957, + 189.73013257909244, + 191.18326942073304, + 223.6722134617035, + 230.99332554751027, + 126.11668390929094, + 104.00497872692688, + 99.94292276516748, + 46.79382532564504, + 21.909126009371906, + 10.2579731226092, + 4.802839352841415, + 2.2487157622162686, + 1.0528610698270136, + 0.49295533521086765, + 42.32259574310815, + 88.12481865110678, + 206.831450878924, + 240.65260794869195, + 233.87061489088916, + 297.1873238790059, + 245.45993201320363, + 200.54402612501048, + 164.07283714120643, + 165.20329026450227, + 163.52598611412884, + 176.37924456394973, + 159.0230535251394, + 179.26389360845894, + 183.57440499939736, + 195.57974019076767, + 176.31119424073196, + 214.79598645880492, + 196.30502493975615, + 178.30901685806407, + 252.92996285293418, + 233.31960559223307, + 210.20171394769488, + 201.5031591172716, + 198.2633300903596, + 169.32220280221676, + 171.24563292912296, + 148.53416168553986, + 153.8528944987011, + 160.76351771966506, + 228.9165882130593, + 232.09340803557052, + 213.87768835666915, + 179.9198995295131, + 162.8474467726507, + 215.11763816703694, + 200.95197348782074, + 167.52201030821894, + 170.22998703108192, + 162.65306680851603, + 143.14053585903707, + 156.3926739460035, + 156.60833891809182, + 159.19488121327527, + 182.7395644203488, + 176.83637681538957, + 150.58518048142014, + 148.66682651101286, + 133.2223827184084, + 166.80773637162247, + 162.74709868207378, + 142.60613917890885, + 85.78666782932828, + 79.42686216275568, + 55.612555930918376, + 71.83506001772264, + 73.95518197042527, + 66.75403744326356, + 79.41495420764312, + 70.16838673445999, + 86.01335339411227, + 77.71596059333456, + 94.02850375365884, + 86.76185078319006, + 104.67174537569537, + 117.50384636390082, + 138.49086868832035, + 160.83705041649307, + 174.39951350227898, + 182.91496197500925, + 192.23319499986087, + 201.2137701518077, + 218.03695956200818, + 214.10792923789705, + 234.03931083620648, + 228.10995460946964, + 242.84821733853258, + 241.18063585104528, + 252.6724141488714, + 234.43505448123352, + 141.43580395396003, + 98.128361633064, + 74.24717994467555, + 64.94533369712357, + 59.88880775670084, + 85.09242171598254, + 73.11023578026493, + 92.85663207833257, + 126.76601170613179, + 140.0786913677772, + 158.43047142236423, + 102.60383953771877, + 48.03968117232076, + 64.2412581915098, + 77.65856725040813, + 104.69097793105834, + 117.09277093157843, + 127.04578847483322, + 150.92529187176353, + 126.03486310670979, + 82.56198313001637, + 61.64504444125169, + 89.81607585611624, + 109.24352154661182, + 130.52708954709692, + 171.73138141492493, + 178.38850601608465, + 173.35176876449276, + 95.89893898185059, + 81.31184058823138, + 100.27556057720466, + 108.26698836857662, + 187.54906207012272, + 141.36844931098906, + 116.666564371351, + 148.69524351744874, + 148.61648608995648, + 173.38848722581525, + 189.5888514565023, + 175.0460874827467, + 173.72278105175474, + 81.33796017474779, + 108.14415620412582, + 137.08873902993733, + 112.51514044802536, + 111.44500431758627, + 135.39165163572687, + 142.99803183092777, + 149.36059209992362, + 134.72904096722667, + 129.72141532764536, + 156.3612318336787, + 142.38844681281677, + 165.11005056513238, + 209.0826415286664, + 184.1378276617665, + 178.00950848719515, + 203.60671512305407, + 197.26192750842887, + 179.53711407071523, + 170.9054193864244, + 178.6101168995403, + 174.00979491856566, + 173.73484637622389, + 173.46905486615117, + 144.31213917740848, + 166.42032586083332, + 158.16546759418546, + 155.31179932127725, + 172.53853150175405, + 138.77531969011673, + 193.90730860900177, + 173.58678724226752, + 160.46739375401364, + 168.0487180272842, + 182.85169944555054, + 193.85234320035119, + 167.22303796072137, + 163.9154050371136, + 174.26807327009857, + 214.19033515640356, + 188.02311982769638, + 237.6672467897944, + 218.45250230480895, + 216.84762928374823, + 207.45298256989102, + 196.09980860465276, + 221.96093435471488, + 215.41321113497324, + 223.72522164505415, + 179.30193186236, + 156.409169211392, + 198.6773483776637, + 203.53405537749, + 194.22440620840155, + 172.73836659133516, + 210.1661002894421, + 271.6421240778395, + 278.33062939451094, + 226.44410954130979, + 187.97153557469827, + 200.5918732071841, + 179.1509588154766, + 171.17696700348634, + 139.28420238590775, + 169.2008829287601, + 180.55599854259953, + 192.71471124519593, + 146.24057280746803, + 138.24270111625626, + 160.31913912255507, + 174.737565946173, + 209.7011647299836, + 200.200540463189, + 204.1871301875343, + 120.27014277409435, + 56.311141371010805, + 26.365185650955855, + 12.34432471949895, + 5.779680628757805, + 2.706078212417123, + 1.2670006808477434, + 0.5932166771465069, + 0.2777473061887263, + 0.1300428141470506, + 66.9396295781827, + 103.31889336564683, + 169.1719570073053, + 140.8056052189186, + 171.21566683299773, + 141.76510816089646, + 158.34788793360272, + 169.32275133134203, + 164.9322561131016, + 155.8074922281139, + 143.70731100280466, + 142.51171442298553, + 136.05107745070575, + 155.61851193660667, + 174.19664010529777, + 134.8284729065092, + 125.02654207987257, + 199.38414929966925, + 193.45495051420139, + 145.6185705656535, + 132.36038267666206, + 96.71642360869177, + 107.41031169131853, + 97.79572115415937, + 164.13310932475207, + 152.23472198904167, + 134.8310893029518, + 135.9364308592841, + 140.88287183408062, + 172.74182178532993, + 158.96030359625743, + 127.04530123747219, + 210.25292578808944, + 176.09226996165745, + 198.16965267963775, + 160.73060049336175, + 196.66374742724594, + 171.93276768246352, + 147.72058473116425, + 141.91196413872746, + 139.35387411827256, + 166.06461165292484, + 183.7599179608466, + 202.99303655984482, + 162.25957338233394, + 135.33614757003673, + 125.94828802013518, + 122.60052343249153, + 132.77410234059826, + 148.01576976902436, + 152.4502598411351, + 94.65904030208524, + 44.31988253732303, + 20.750812408974316, + 9.715644333439407, + 23.77250522926013, + 47.129415471109105, + 61.010582127479694, + 95.95015895275034, + 126.9098085269711, + 134.0532634134941, + 132.06614757552296, + 135.96206444427892, + 128.41499754158176, + 155.64661889765904, + 130.23834683568384, + 135.57839165049916, + 130.8568636816249, + 129.70877979847754, + 151.89280061681336, + 151.5666280886828, + 152.06328784521057, + 140.3793042704944, + 132.81052845594496, + 127.14168063706109, + 117.50106986826553, + 109.97514875342955, + 127.05451713161236, + 121.13122235983745, + 118.65163761946675, + 119.22395645275883, + 200.50134557412824, + 207.6776559013388, + 248.91295990963926, + 235.14202121871782, + 160.04591907990655, + 103.96252636465807, + 78.00076193639016, + 66.32649205783385, + 61.83134972762831, + 58.747052017706366, + 66.43460692266174, + 62.81931521083753, + 59.91583764739186, + 58.101490929739384, + 57.72261617184265, + 57.319452639693125, + 87.04064865253636, + 90.11311078139269, + 84.91634506978048, + 83.22716197835496, + 79.68819673260718, + 73.32699547808178, + 70.3696302757692, + 83.25133102929394, + 118.7738862402718, + 139.72841560970534, + 144.146739851125, + 138.2439178614578, + 68.64733911090907, + 32.14106118323121, + 33.60355344743845, + 85.4331618255008, + 128.45318649202775, + 181.66772345149212, + 171.48098957695362, + 159.8810829044365, + 196.8101057080352, + 174.17490736655958, + 197.834471219552, + 186.1211590237615, + 254.2966881335918, + 205.945729316247, + 147.47596986325084, + 180.2068331756501, + 256.3999494438262, + 297.30363674218154, + 306.84099552926546, + 295.93786738440826, + 275.6403265787209, + 266.9167543567425, + 216.32465676003426, + 187.01106179332436, + 196.51416357250793, + 176.9039381783208, + 180.00602804362936, + 150.73581196622519, + 131.06719018889748, + 133.4421204967868, + 97.52855394492343, + 131.16668462005754, + 138.60486088721834, + 136.25839926339586, + 110.52031037038213, + 131.11077236056772, + 139.2812463351656, + 188.90329813578091, + 180.78686499769736, + 168.53195176418512, + 124.24181403280285, + 97.40481859469492, + 142.60625528407314, + 152.44619280774276, + 174.8756990713573, + 154.88141374575733, + 180.39299150104466, + 126.75719928013385, + 119.56486134629958, + 186.64401396321097, + 191.4122832455139, + 248.64257793735288, + 269.7754335941066, + 184.5759475171308, + 149.34308653285126, + 149.64188666086835, + 151.21597323233053, + 120.88611971161863, + 56.59954515610785, + 26.500217887053218, + 12.407547554037397, + 5.809281907108807, + 2.7199376935114192, + 1.2734897660124271, + 1.3944343576691418, + 0.891159850604271, + 20.1928207946224, + 55.08413170266547, + 83.98391414698207, + 148.67933986316473, + 202.56185070691157, + 223.09617691883568, + 233.4080929472895, + 245.12280537918622, + 196.23079264207513, + 154.4428590195823, + 153.38800671223748, + 168.49347147648285, + 172.81871236285411, + 185.25258017051087, + 194.41616317316658, + 194.95164814724015, + 196.0216379456413, + 204.69358727111955, + 161.041772111968, + 196.59457029610508, + 196.9255485628169, + 186.8518784385911, + 181.9978875606934, + 165.23109988042188, + 183.33336686012228, + 180.4550017720347, + 173.90714722697743, + 179.5725838225711, + 221.21768775556404, + 182.18623109357495, + 155.53235161421645, + 149.30509158110448, + 142.86930314210994, + 174.84119456572546, + 145.3617345296988, + 129.25091316512118, + 124.9117413531112, + 120.00044845186532, + 120.57871683889343, + 106.11393112166051, + 90.77442462691073, + 109.51107822784469, + 117.88439695754985, + 118.80769123236153, + 126.84809972995673, + 88.36639221804471, + 66.58361896913785, + 53.98616418503528, + 130.6793112473701, + 161.77534577282034, + 195.84176147374836, + 227.75892179988094, + 185.555077323532, + 132.27071842643593, + 110.88440620735841, + 140.40359012157205, + 211.4929410270413, + 230.9788052036289, + 260.5391741345027, + 227.27496670930745, + 106.41138760846505, + 68.28797224949543, + 71.7902537107674, + 59.60350365603964, + 56.207009480875676, + 66.40839681866468, + 82.04279419696982, + 82.11195194984516, + 80.83555020750632, + 110.794988533891, + 109.23653303328348, + 101.34600747438138, + 126.46271735871197, + 122.20395308381197, + 117.65147355933964, + 133.10602215200697, + 156.07656110963276, + 142.9575709433514, + 116.4638716627542, + 127.93434308434458, + 145.926101044882, + 165.2103246685593, + 180.94266304488082, + 200.65316622293358, + 199.00606812958827, + 188.24329145683868, + 174.07736178532258, + 154.50701718431662, + 148.35024104058493, + 162.56607702085412, + 139.8423688274539, + 138.40817536417202, + 143.06489450411323, + 172.5625937278073, + 174.22778386401436, + 143.96788458751502, + 202.32869944255896, + 196.76774231739327, + 178.73069524236473, + 206.2889728592737, + 203.18177196883656, + 155.1392909239434, + 142.66097935560595, + 141.20959662827687, + 137.6917412159003, + 200.155524033605, + 196.43466147830733, + 160.73641413410567, + 155.39143781893264, + 151.25350232976473, + 145.57143095737882, + 137.96278200147245, + 146.52231620315172, + 124.46510894475114, + 105.54041507687084, + 178.795500931689, + 195.22619428232355, + 229.52195440673873, + 162.27830310768547, + 144.34461123921665, + 168.61107302533412, + 166.34121613654034, + 127.10679558223111, + 148.18485152601568, + 146.78587486561293, + 123.94266470087854, + 134.62878229018102, + 144.80376936501978, + 146.89834561692342, + 143.27473232624024, + 160.2677246183211, + 159.39435998076272, + 128.45871407995745, + 131.93874020467658, + 123.13247626327836, + 149.5517428187053, + 125.54918867594009, + 208.83809602491374, + 198.7870541208595, + 205.99612173067754, + 149.13235444029038, + 172.76621387308305, + 143.43787017248326, + 151.15619321636848, + 211.10513828480055, + 189.7160251927657, + 210.9165914027456, + 165.73598420203948, + 139.19547688481225, + 147.27695423409716, + 151.8609211007077, + 153.07665990924423, + 138.467990024543, + 151.48876897139604, + 148.54340465018555, + 161.13840636770507, + 184.6952681268064, + 193.78611375456637, + 210.38109498772758, + 181.11440862761165, + 142.21687509636808, + 135.7534775223995, + 162.0967385667425, + 169.24501101236956, + 161.24781957432242, + 141.1613712897227, + 133.69850523233657, + 157.16627126112348, + 156.2219990443416, + 176.1668383416725, + 157.2359038688465, + 162.16469411299778, + 179.64211994576257, + 170.68962898098496, + 153.68803891979854, + 147.59373495953912, + 187.1054786556766, + 182.22828179881145, + 164.09584478940246, + 137.33503120382952, + 102.51983109535657, + 119.8200440119937, + 172.31688965680175, + 167.70297718155612, + 92.08430410898039, + 69.09881918281788, + 94.35943429404098, + 82.81215587007912, + 38.920500099463574, + 110.8867450168742, + 99.33285736018316, + 71.79789913838556, + 99.54881450928536, + 108.57374481644291, + 83.4068082673589, + 57.71340547240678, + 27.021733404470375, + 12.651723983457742, + 34.45957894784216, + 21.81463546382049, + 125.05712201365843, + 133.4340092135584, + 130.61590342206142, + 70.90836050677619, + 94.09955537067356, + 47.35137635887679, + 104.65221920279697, + 132.50306329061783, + 146.04725338451578, + 149.92780647754927, + 183.70446172248575, + 195.20933686301368, + 154.28933324404227, + 72.23911318259165, + 65.29688286157204, + 94.3984345247366, + 125.09309842081291, + 91.83615970335683, + 100.39564041901166, + 121.98146081488534, + 133.0722866751437, + 107.06103896140412, + 107.79483682015365, + 115.10032296894637, + 112.02383655371604, + 94.382790687456, + 123.80982485946305, + 146.72434466548538, + 144.68145108777884, + 142.25572195656025, + 113.49950595865819, + 107.63759323512751, + 91.24979350154821, + 100.10978611768658, + 100.01432324205268, + 90.91804249401099, + 99.8402839383671, + 84.17842274009458, + 69.71769530028067, + 61.68458219017317, + 58.87025697465037, + 57.20939589867445, + 56.72260564503701, + 58.82069742790382, + 120.71165710948651, + 127.79692998563388, + 153.6142802611935, + 144.9547211766013, + 147.22607528986362, + 158.25303951502016, + 163.66349179829342, + 178.28334145237216, + 190.88057726655174, + 160.0386284708454, + 159.9142023108408, + 159.48004392350046, + 173.152036190011, + 164.85826295268362, + 167.0646830005519, + 157.5402776551809, + 150.98646387839858, + 128.95539027491398, + 128.12948897204714, + 133.37537120842262, + 154.34911136280567, + 153.26279337950683, + 136.930296316932, + 180.20352890008706, + 166.39959099091936, + 221.75269209405354, + 209.1089764518029, + 204.1012266280577, + 227.21323269645592, + 185.38462270246632, + 169.52758735854334, + 147.6487192606237, + 130.57627393874986, + 155.68702401138526, + 161.52242873644366, + 155.8133272849573, + 169.7121893109162, + 170.67613105577226, + 156.34572567440108, + 166.63508523838215, + 158.9915011573264, + 163.4470311960025, + 170.1647538671131, + 178.89147133582287, + 170.44804274040905, + 185.6709943720011, + 147.5880197433573, + 142.63692859069775, + 175.98680346504386, + 163.1262127479154, + 156.533759365086, + 178.70548610487262, + 205.15313559150195, + 204.89476923076424, + 181.52371048856065, + 260.17287304372513, + 248.7357018477133, + 246.23620776119213, + 247.3204671575631, + 166.4597420594814, + 77.93736542992173, + 36.49070252666041, + 17.08514733008928, + 7.999359811655884, + 3.7453441963383325, + 1.753590722173238, + 0.8210408068498588, + 0.3844158149270088, + 0.17998559576225737, + 1.570861962378038, + 0.9720511360023021, + 87.73003983571851, + 134.2491817546882, + 163.1590478862792, + 170.45589857280174, + 161.32658760398033, + 159.81208223289119, + 173.1071457530818, + 170.11532796851168, + 144.9610006595371, + 176.70007614128042, + 155.7251966350905, + 172.73102330372498, + 205.6399200847443, + 202.37902997109873, + 175.87855885898261, + 137.57551028477138, + 156.16797896414505, + 147.59703573062012, + 177.16397539163137, + 183.6170798970303, + 144.03638833267647, + 170.46701099880292, + 212.19810531371093, + 179.0298963869471, + 184.74943188641075, + 168.04987182648182, + 222.0264751808499, + 186.54275796673852, + 228.32047559664545, + 175.97373073749424, + 170.81641557562557, + 160.65562108195408, + 126.60671402845377, + 176.65659709451884, + 168.25798664166484, + 193.20377987753466, + 184.11012332656654, + 168.39943876985922, + 169.20658511904838, + 173.45428191113876, + 133.14653085437106, + 152.73892247203264, + 172.7396177627682, + 180.17217552475137, + 173.4115605166433, + 201.815386085657, + 167.7362283842019, + 180.01763488426178, + 199.5015369627996, + 220.9370853194099, + 247.13094115306154, + 256.70429019850553, + 199.79114398412105, + 184.29290017983197, + 195.2861075822803, + 272.840196185593, + 253.4698218283642, + 232.06271052801625, + 194.70169108778015, + 223.66608772565573, + 219.92029811117223, + 216.296588542689, + 210.92450406306796, + 185.6645906409687, + 206.4708797874673, + 222.03811824413194, + 213.36611741309954, + 184.22084847783051, + 183.90128528431498, + 164.99666076226782, + 208.37320469914448, + 229.40118197609596, + 239.03452569309553, + 247.44191563701452, + 259.1945645284976, + 228.67135863795602, + 214.51210049127727, + 269.8838703397243, + 251.7684094176494, + 236.24234866708773, + 196.9777321288598, + 172.50170633788008, + 204.31691070997346, + 218.1869927213744, + 223.70161081776678, + 223.1450298644945, + 201.4143131995794, + 273.14566182213343, + 240.96827926777962, + 237.07458875521712, + 239.37732569085557, + 248.57375071014405, + 275.1241565042122, + 255.29862747851013, + 240.5375409030055, + 224.49911982355593, + 224.83093372847645, + 274.2908687246504, + 267.92933287047174, + 217.2821239780271, + 201.8107306174104, + 205.86382100059353, + 207.27019323533878, + 207.33695185871866, + 269.052073714643, + 280.3364366309597, + 211.26892428153093, + 177.83042407772507, + 148.5551984034252, + 172.24433705832632, + 216.81732644950415, + 224.64058830588579, + 238.9490375363034, + 223.72010414763477, + 280.252249968604, + 245.62063992332378, + 221.4264093028382, + 194.96487352829737, + 161.4715361229499, + 147.81009969202432, + 150.714507167966, + 197.13278812065093, + 209.68233695250223, + 262.1693713210584, + 283.11974159646667, + 294.45979112111604, + 190.11324821939024, + 220.96998187091555, + 283.29807229188106, + 285.3782406990647, + 277.56356987673956, + 155.03240385958557, + 72.58702292573629, + 33.985642782095034, + 16.612715342343435, + 13.055821791025142, + 34.6794130189132, + 69.21301251870914, + 79.46305172670017, + 120.90907002154165, + 139.40509808061302, + 151.86393341210047, + 152.97240090193765, + 158.9069491937174, + 189.8824086355306, + 182.9033378255923, + 178.90870401007277, + 146.84939590125398, + 168.82844105481217, + 166.8086148164337, + 168.82967679817403, + 222.75057156507592, + 216.21867160583653, + 212.15540833104157, + 170.36266833376246, + 137.30057382042796, + 163.54782083625003, + 146.3577823621783, + 166.0631683778635, + 178.04395819807704, + 140.6034274287516, + 150.89469044355113, + 134.72353281279462, + 182.37949537502374, + 159.06118023091142, + 143.57311682567544, + 89.69423891906328, + 58.176695975699694, + 115.88776113058356, + 143.17342628851384, + 133.94624471604732, + 148.9564765724315, + 153.35977846332375, + 186.07871818641968, + 151.12007698599382, + 142.7594624326298, + 125.5030986705701, + 138.58887714888027, + 145.65943185496593, + 167.71887651412422, + 181.98447710947516, + 168.39437857734043, + 212.3745419822181, + 183.7542826214854, + 174.84112928311671, + 161.88379480518415, + 162.17916228459436, + 186.31777782184156, + 221.1363964434891, + 208.85190691619476, + 182.20028358791654, + 179.41738783224895, + 183.2709623413241, + 172.79001235544882, + 168.62310954841743, + 109.1431440465792, + 94.8009935219927, + 127.46469965328339, + 167.35521230825947, + 179.98328220912845, + 151.9668762318242, + 150.12730983072296, + 187.68401400447095, + 177.7447581279335, + 141.5001310202407, + 163.81410510917038, + 219.99356172315703, + 180.3806777495415, + 175.48909663101867, + 137.94316938559447, + 142.47796532264204, + 181.14833506135875, + 178.33251552435868, + 176.5169522329463, + 155.8908615920921, + 179.41751531374402, + 210.01210285559083, + 209.61406238284448, + 196.3415165647832, + 208.94171042336808, + 169.03460294136164, + 159.6478491318632, + 142.7563394661419, + 153.71904307382587, + 139.4711813699976, + 82.93416654407211, + 85.53132303139888, + 115.89880582981473, + 146.63224569916198, + 157.27863416643356, + 150.82668179237106, + 146.4962048573014, + 188.32973429694084, + 195.94548253292717, + 166.91919219398747, + 246.10948896539392, + 223.87121904473236, + 217.66738192918052, + 171.81209343910982, + 163.3699648767264, + 167.94172745236165, + 180.9610252166006, + 184.78070809431094, + 173.9990055598279, + 171.37816811264406, + 169.79388765421965, + 180.5487326587731, + 166.7085524994175, + 151.3938511523725, + 164.71802015354302, + 171.71973213235253, + 176.3184378624184, + 176.97940811621797, + 137.77384678747595, + 130.70054829432155, + 147.8299531086853, + 142.13017421735293, + 134.97232087209906, + 136.64706880216647, + 131.2843364229316, + 121.54884468840747, + 135.58500972089044, + 150.40210361514806, + 123.27391200625468, + 126.83676359917769, + 130.9738884277743, + 159.22394480975532, + 133.33062193078794, + 146.4319022075839, + 184.20175468202825, + 137.7815801145178, + 123.05130539664391, + 219.39644137504035, + 203.5372973455137, + 161.26077389097975, + 144.94839090681236, + 138.21878077590796, + 129.89735471074968, + 114.33412621530681, + 104.97062364917929, + 116.38890450182596, + 127.62221434836451, + 121.7106431037998, + 95.4538263231746, + 73.0361776822566, + 91.80051995331135, + 172.1123991012712, + 167.60132047479513, + 121.09746497789774, + 116.29098800083275, + 136.0031297565381, + 149.27419330474845, + 148.99127070331767, + 124.65237071694744, + 109.35807062279068, + 98.91862716575422, + 87.87900361325693, + 108.19555125325348, + 103.57608774957623, + 99.17750385800014, + 96.95289090114426, + 100.40211414235199, + 149.5378899177183, + 146.7277171801822, + 107.48858265562667, + 91.29993127122555, + 126.77381072085564, + 119.29955637557856, + 154.1622790337425, + 171.37505707376428, + 131.613630985871, + 141.29737159047195, + 171.75409257431505, + 171.02388561832413, + 147.85722703475008, + 129.58810942815904, + 182.56617735793122, + 195.9372470252004, + 145.46661383450103, + 161.61893834908184, + 130.03943470113313, + 137.83774226088764, + 119.32772593553206, + 143.44067963170613, + 157.22880352087006, + 138.02759233321598, + 124.66922568040498, + 129.71135988289052, + 137.66541758796228, + 127.8735324724914, + 116.9680711517182, + 137.14452094692706, + 172.40691486387004, + 151.65649495076704, + 151.6936898267863, + 167.20671743099965, + 154.9877492146597, + 111.91970500478828, + 103.30200754484025, + 121.16903309282148, + 118.08049992171058, + 102.87207244555428, + 64.63084702216524, + 77.2453735956465, + 93.08906176154724, + 106.12181052335231, + 117.92537735496825, + 107.45725599691599, + 156.6757181994149, + 183.16113569263936, + 156.18230935059438, + 139.12275193870317, + 104.10072282250863, + 99.36472089112179, + 96.5627053653336, + 92.79870932654447, + 115.19556383992725, + 104.00973274564166, + 113.53914922371018, + 100.43851987452928, + 113.58284117797149, + 183.83911469915097, + 156.80209772510352, + 122.5915547568288, + 153.87555136554113, + 178.6467236672559, + 165.6197143819375, + 140.1570571554433, + 144.7793893496121, + 146.74599317953303, + 120.69899434044856, + 84.48119988140401, + 152.6908150319441, + 103.29700093365007, + 48.36422314474138, + 22.644394892904895, + 10.602230051979454, + 4.964022337833213, + 2.3241825210071267, + 1.4329202036649071, + 40.923013738298074, + 77.29368540057501, + 100.94293498838806, + 128.42842715577103, + 110.82856917181307, + 141.82943556617172, + 122.98027001839854, + 142.64698347846357, + 117.75508114620717, + 117.75594358286182, + 119.52656655824265, + 112.00130546656143, + 138.21692115536547, + 186.8426604227828, + 219.00719343263228, + 178.9152191176982, + 153.35506774502744, + 129.62185233866776, + 151.14058477300256, + 152.95629228589132, + 141.3758003721502, + 116.1153317753938, + 123.26000646299659, + 108.78040128186325, + 153.93550361072772, + 132.51041262142508, + 142.43451279932043, + 162.1616366639791, + 199.48752681678087, + 169.9188669403701, + 186.83480420198356, + 168.43096536017845, + 153.299902361965, + 140.87414437958483, + 156.33549701902842, + 165.67369209322288, + 147.7716795401671, + 146.502032236752, + 157.78900742928738, + 125.19184108982823, + 141.34547406470497, + 120.92124139830686, + 120.92124139830686, + 127.66146228425553, + 148.62948074957563, + 205.23962400585015, + 179.03575870429214, + 169.6666785358837, + 137.5262507641506, + 119.48226063263118, + 127.66861424454632, + 155.3829230306324, + 122.20011991347285, + 136.0217096281242, + 116.92180039246956, + 120.61664009407953, + 115.83071052499196, + 138.81560804739877, + 150.452761795054, + 154.41188253993607, + 158.4545335021479, + 130.5744435048845, + 118.02534265458598, + 126.2626190422554, + 149.5433638609791, + 147.42355848604427, + 135.2373045078996, + 126.44464127052173, + 108.22806950811649, + 106.14444411517744, + 133.29508731451995, + 176.36969676494476, + 196.7077755751415, + 160.89534120766308, + 142.94649293119352, + 126.98655688388868, + 158.82074307490407, + 155.32088044917322, + 119.1840733375699, + 93.06530305628189, + 103.02520125071148, + 116.00214644176666, + 148.03675999798344, + 132.37803573114832, + 110.83499457926831, + 158.58956274201094, + 152.39563157934614, + 120.63631575856758, + 120.84858342895504, + 140.45542428677004, + 127.12287632447503, + 103.17957847579389, + 118.81595434079586, + 133.15506969521783, + 126.88724166784206, + 140.25263387339083, + 124.77752812895667, + 111.54640629898003, + 86.93284720955054, + 112.67376886868428, + 127.56684957289448, + 107.94728354485272, + 109.09069437379688, + 121.55410387301646, + 97.91392546075909, + 114.33278183272263, + 201.93599868576274, + 197.016651235592, + 220.45418250249054, + 201.50782444536745, + 193.78482095260665, + 221.1556371634976, + 186.96130767009038, + 164.31073856355187, + 136.10879828084325, + 142.59561093347244, + 136.92967024032356, + 165.02631510853982, + 112.63520539085278, + 155.35251452123407, + 140.22557033802903, + 142.08845758020345, + 180.7118925582319, + 175.5970742000111, + 157.6733136118893, + 191.55689280636537, + 199.6432087258923, + 182.66979012018925, + 196.16578307496295, + 194.01409691779992, + 179.4952780703947, + 147.54516376488266, + 137.0153255334975, + 156.00201389786372, + 219.43528775074842, + 188.20663640002493, + 198.9365017115985, + 201.64723835368358, + 182.9424114498463, + 194.17137978678576, + 202.9823268885089, + 129.47676952897794, + 60.62173458048397, + 28.383429065429016, + 13.289277370357441, + 6.222112649574075, + 2.913227314402003, + 56.94816692753283, + 86.59769009710647, + 118.7185736689531, + 118.4540331332187, + 114.38764006391405, + 151.32709936655763, + 174.5077939594118, + 193.61571036635576, + 209.3360602206631, + 244.39192777809524, + 222.36262976391868, + 232.9693069584475, + 203.36690032622008, + 209.29697420543567, + 197.8536531924537, + 187.65610085420047, + 226.61953298039094, + 244.09056795802564, + 252.55475153551532, + 256.655396784857, + 257.2842272315226, + 277.2529924421343, + 240.63861575640266, + 212.0051738590314, + 202.37295779454206, + 192.63307260234183, + 182.07852108730913, + 218.91268501912964, + 202.77167387820643, + 254.58934323722946, + 217.456702418965, + 187.74225192617095, + 207.9214387353444, + 208.81569740746698, + 230.51071092366922, + 230.7644478248618, + 233.64526700902996, + 219.35921070986475, + 203.33675170444997, + 232.13881573564416, + 231.69370022309553, + 197.84106652777248, + 230.96835301889405, + 285.81861751653867, + 268.74260354213624, + 248.90365609215553, + 245.26172362467102, + 230.5661907971434, + 195.91748467305922, + 179.68141186400678, + 200.61093953447806, + 231.5730400198691, + 212.46968177505244, + 201.95340420934298, + 196.65283804523688, + 205.09956176180987, + 199.794532165112, + 203.32900089883378, + 213.0770924246425, + 204.51792648754608, + 174.72649585340758, + 172.72311743045594, + 173.07467705270315, + 221.42237273983727, + 219.70380367966794, + 239.61612567934918, + 204.8821896258114, + 191.98467494140178, + 188.46625856377986, + 203.0819012543683, + 161.91770322999903, + 198.11497537331581, + 194.20825397305754, + 224.7423947192671, + 182.34654806731987, + 182.51011072960088, + 171.34275694322005, + 204.29335043419843, + 149.33746669129349, + 191.80268465385097, + 259.17978598052423, + 259.9678040854501, + 186.6482141825715, + 180.13946783482888, + 258.8778571116127, + 241.141162241107, + 191.56841708438975, + 181.04105321889233, + 239.20335631303595, + 220.56856020876407, + 197.41100600183495, + 179.636662460909, + 150.98317205864754, + 169.6542347559373, + 180.33520648564445, + 202.634146592189, + 181.94050193495153, + 139.2057180481487, + 169.7316357943686, + 148.92855379029527, + 284.6171823546939, + 261.823805174288, + 236.64023209089638, + 214.5728081127541, + 240.5776095356698, + 212.52528873363292, + 201.34915623422734, + 209.09245187999386, + 226.27100617182623, + 209.23870698305024, + 201.11011919892806, + 218.78732654299856, + 200.92138812550326, + 193.37720256784576, + 187.8318405728405, + 219.88994502602793, + 183.16607910714347, + 154.09713047287494, + 185.85765132338443, + 224.38600761400457, + 224.38600761400457, + 200.88096781981966, + 197.02187178688635, + 206.21665961525272, + 191.82041422581878, + 179.367688280634, + 184.20037336439617, + 206.8079921086508, + 204.37008520869912, + 104.80969307400066, + 49.07247391256575, + 22.976001792116758, + 10.757490223377067, + 5.036716002771156, + 2.3582180941650153, + 1.1041306630327297, + 15.250024010682633, + 108.7880636506007, + 115.91369523190676, + 132.9770773867939, + 211.1940168624831, + 258.7519036514554, + 257.7719970124168, + 233.3433454832393, + 190.0402986381012, + 159.09237256671457, + 157.8896723934813, + 223.55897721829797, + 237.60164142533418, + 262.83574503744524, + 264.4193722407762, + 206.33540716589957, + 198.2478380303255, + 157.6001781397935, + 133.32858535403096, + 126.84615893564015, + 128.50524393152418, + 100.2788826932707, + 116.50718007740197, + 120.1080232520687, + 112.2202744039614, + 114.9816633805772, + 124.13499200991171, + 199.70883980972502, + 221.94016671525117, + 175.3736717535755, + 161.68207021505464, + 164.3804377204179, + 133.13501937346518, + 124.40619904704825, + 120.22967248390806, + 148.82734989340148, + 121.25526483429148, + 115.61336160496228, + 152.17719238909422, + 136.41674939998092, + 175.88327356538275, + 173.6832939296798, + 161.952786195366, + 142.35169067533587, + 151.2768792626345, + 127.52380862056455, + 115.38180523010173, + 153.5090500238138, + 146.279950598104, + 141.10674078577767, + 133.80684050670433, + 120.3395902002865, + 112.3477591029602, + 122.47663055964249, + 131.95256776969126, + 137.64380819302272, + 157.2278676280195, + 187.79061099862358, + 104.99401889801575, + 100.22805161408407, + 97.37981202437005, + 123.43244130210168, + 123.1812030449236, + 112.05699849718727, + 94.16449036952866, + 161.0164679756131, + 179.5775986917829, + 189.2737041697722, + 180.91451991070954, + 184.80175892455213, + 168.26415471093372, + 187.30064797937632, + 174.07002074459342, + 169.70352546229847, + 172.36371200421644, + 127.98882167003998, + 132.4580246066628, + 173.00111471250284, + 187.88479496631777, + 215.1584485999385, + 211.23390432950808, + 162.38901139730868, + 177.73600899773425, + 154.16545397303577, + 194.60434816606838, + 192.76713647881692, + 176.1251365849994, + 180.59880560454178, + 208.91712588964535, + 186.8782240133401, + 174.32540138489497, + 175.94996350799346, + 200.5754049681795, + 183.93673106040774, + 193.36278276800536, + 169.17726284177343, + 173.00980354633285, + 152.17066239345687, + 170.65888101209723, + 154.40098028171096, + 179.5928092999813, + 188.65386406182634, + 174.2790267696649, + 102.26494045714304, + 47.881006761559874, + 22.418150328472702, + 10.496301104376112, + 70.24728772985709, + 149.45055382561213, + 185.61148686781564, + 164.7018961455479, + 157.34015233186918, + 143.7685147105656, + 172.05696395037077, + 145.9207652573676, + 143.88183874197725, + 163.6997111367108, + 158.09759962299887, + 156.9888072910304, + 162.51995056970344, + 176.01930462890994, + 167.8659383435374, + 183.89331877863393, + 210.84605724453303, + 193.5786731487252, + 165.71687503596462, + 200.39536814821025, + 238.56768091778736, + 241.94186979551677, + 190.05829074462375, + 205.9097015102736, + 193.40164908927, + 188.21925094211534, + 185.37543625987007, + 195.37725592222847, + 177.8831295897792, + 160.7581288476126, + 147.09414152979116, + 126.95200676816758, + 130.2325581721803, + 236.06576856642462, + 200.5168539319177, + 190.2870236940454, + 173.62675174903956, + 176.84639880438903, + 177.32497861354784, + 168.93802371835656, + 125.15145121243731, + 194.38782195767985, + 201.43864210415353, + 160.48264576790308, + 150.4931346893542, + 174.6188828411344, + 162.49275190792366, + 114.10395470806019, + 123.74399071244054, + 88.11390593212468, + 48.91411125200649, + 22.901855524714446, + 10.722774533767662, + 5.020461926237306, + 2.3506078462644022, + 1.1005675031701456, + 0.5152917493060749, + 0.24126242700977243, + 0.11296039334033937, + 0.052888676540949066, + 0.024762768821328274, + 0.011594064359386693, + 0.005428404607719879, + 0.0025416088501576334, + 0.001189995222171354, + 102.92764644764723, + 159.87409311675344, + 182.07606277845088, + 157.7788238060604, + 192.8889112848517, + 207.84924013902764, + 214.196409152466, + 212.30154516540165, + 276.5006933959522, + 237.9699497995197, + 218.64451718440668, + 301.02231169162144, + 258.9902253117074, + 234.0749650722656, + 238.9261485616203, + 241.06300660168128, + 178.8321984693683, + 187.27076054658144, + 227.30520862180737, + 261.3651599156641, + 189.37349281362958, + 223.10390296456038, + 224.98112357909653, + 189.00045627574605, + 200.99989496207533, + 189.57937115851945, + 201.34926956195807, + 218.62125843581015, + 211.9329150167655, + 178.17221207354422, + 175.3219965704079, + 151.68633236395016, + 170.04235119452844, + 203.75240004873598, + 204.38122630914788, + 192.34669729437567, + 150.39709517628387, + 135.99554049722403, + 178.48269938781976, + 191.0215099192614, + 196.2293884135056, + 178.96973368970654, + 182.74757993147705, + 188.1974377920447, + 149.01173784419143, + 132.47731619025953, + 178.43604087620741, + 166.96770240497767, + 168.3118860096359, + 155.6139067700241, + 193.63835365234172, + 221.11434024290074, + 279.5668265008343, + 278.7817695647777, + 209.81152154651897, + 202.23721196315958, + 206.4796989058125, + 200.7620995790118, + 199.7304000306219, + 189.5470055544302, + 180.84734588702202, + 171.51153373265336, + 132.4718476288146, + 103.0043075652202, + 98.83099410720638, + 150.73526109525773, + 149.87980911818676, + 142.4216554553622, + 158.26059899698052, + 165.72238700633034, + 169.28047381974392, + 165.1432595939871, + 137.62025594448133, + 119.29504837448724, + 117.86173956080425, + 120.41196579198734, + 162.30435714787774, + 158.65116807628675, + 144.9849442693059, + 128.89633354269674, + 150.04043227774878, + 121.31947652538437, + 128.1548588421595, + 140.63500620978436, + 155.06578220685037, + 134.31586895486996, + 179.44387029464335, + 153.66526883688255, + 182.47007805083553, + 156.2058168900663, + 157.6379171711677, + 167.32913586729234, + 152.4300310794225, + 124.2874651928386, + 117.94644370729353, + 120.84418534667083, + 109.51354534706306, + 125.22173109287812, + 176.20734070549793, + 176.20734070549793, + 147.85261189223988, + 163.84983974572768, + 133.62331890283627, + 121.48136790757249, + 140.24504548938472, + 152.00085860707287, + 196.3085837237734, + 173.87019148607018, + 149.68712743123132, + 133.07672739167862, + 155.40146363635733, + 125.65429153617141, + 124.83096307343179, + 144.80301983154317, + 180.3618549894299, + 154.83901471428277, + 208.61604402904905, + 150.8174612847902, + 165.53717153371096, + 154.512129850299, + 144.82698161835842, + 160.71946879638978, + 157.10195280780832, + 133.43256796475356, + 118.62589507153771, + 113.33938900827147, + 109.32679107835655, + 115.04501634269263, + 144.15207348535142, + 133.9339086633367, + 141.0375286136908, + 140.46288206788245, + 117.14221459194981, + 138.28419913336361, + 160.26928073175927, + 162.13816918216378, + 130.1556904518013, + 114.3364009458623, + 123.06961296748199, + 138.2776746112584, + 165.6630908920938, + 142.086110653913, + 121.94744395795081, + 149.6825551036478, + 153.68387427100413, + 142.3271198604281, + 166.0620986876575, + 178.72156557954065, + 156.17548630923926, + 138.87898564324524, + 141.8142876433865, + 137.18980070612574, + 97.59857564821012, + 128.76925494239796, + 127.86446358739826, + 115.90763928884874, + 114.37888564518337, + 138.6481015162099, + 147.18660029574818, + 134.75261118983883, + 127.51948103998733, + 126.2623413922147, + 117.35517327651309, + 117.9055804958169, + 122.94355357089486, + 156.41442648313807, + 140.17386913056754, + 114.38578853167544, + 128.04403024435726, + 115.7704008879289, + 111.78229940761037, + 86.70712659655037, + 108.48350791159415, + 112.12956502354922, + 124.99262259841124, + 114.86719707904896, + 184.82214195440883, + 160.31008468102812, + 133.27051188808147, + 100.7438835825266, + 136.4104096608029, + 138.65712417385842, + 98.38237239070973, + 110.32271927897521, + 118.64462760368217, + 132.88468730542002, + 126.68740362290637, + 136.92267343550589, + 179.7688227993855, + 179.7688227993855, + 136.63428175944063, + 154.4322585918224, + 145.60053883117996, + 121.35109726403324, + 73.09225814601966, + 62.95293045472689, + 48.338327993295465, + 76.44733681469236, + 102.42459944216391, + 133.40613999984132, + 135.9418362083952, + 130.96548791192203, + 140.48911313181924, + 185.7326688820227, + 183.5420912426988, + 210.4746258486927, + 205.44923027145904, + 193.76578741841956, + 175.56768466356147, + 217.9533713694331, + 191.31847977827545, + 162.0128400306624, + 110.06953783688962, + 152.67372558935574, + 196.30457259647878, + 173.9859530141236, + 155.86429487804918, + 134.30009796870917, + 171.69536667315887, + 171.69536667315887, + 164.026115645135, + 160.4438080360711, + 121.85411384870605, + 126.67519212685121, + 145.30175916407288, + 179.57468265678358, + 300.7106614617299, + 293.94218696438793, + 137.6253462685754, + 110.71631773920551, + 51.83798802002461, + 53.13493378827675, + 57.93393384231521, + 42.60492479353088, + 28.18634861334084, + 18.85255280814853, + 45.185983755826854, + 27.48777908009426, + 37.152659324842524, + 29.30902103917992, + 37.490426044295766, + 22.78192091199064, + 22.269139456408976, + 33.09049782554243, + 29.418529394972307, + 22.293166236012457, + 32.839899507422246, + 36.7753792613351, + 27.044810593171732, + 18.522581088888565, + 24.416137622631126, + 33.82048130962981, + 20.57385590286458, + 42.356254291341415, + 67.82071353443928, + 105.11679344509203, + 98.47306468557026, + 81.62166936070469, + 126.56348082650571, + 115.37169989530015, + 161.16214523844303, + 130.31225516493987, + 160.3643722847143, + 169.8879045756699, + 135.02943701841895, + 119.01844816450264, + 137.9454454506767, + 137.07183580388917, + 128.66690246010916, + 115.84373712006098, + 146.92853362937717, + 197.6296146508958, + 193.18131541141457, + 122.4939286006224, + 129.36690547556591, + 143.72000474510878, + 117.04688568113423, + 139.87555875190057, + 169.08811839987192, + 131.70423527834078, + 130.13759769571163, + 136.4855046708502, + 111.82431049300881, + 129.3402693418044, + 130.962307365386, + 153.10973142907858, + 160.3669640127966, + 156.7573822944081, + 128.58593540921038, + 114.31708101097017, + 127.824268236789, + 114.5411319502228, + 153.86633074210437, + 187.7216177856136, + 187.7216177856136, + 136.42975961357445, + 149.9211382583241, + 140.19020039248213, + 127.51114365463589, + 81.39431221692038, + 99.61050227381989, + 109.02765216063962, + 106.57362914872763, + 133.40609319505873, + 127.56469476010619, + 135.27095288645074, + 100.75642547021792, + 104.27683401905682, + 203.26363810347465, + 232.81045343840577, + 178.2880492018233, + 175.5535907686104, + 141.22123931850456, + 140.97854013919056, + 79.8050163930356, + 61.98311309809686, + 104.15947315959481, + 172.56892003013638, + 162.149162069009, + 167.79339064260859, + 168.25473627429903, + 157.34435572218774, + 188.4418089548817, + 213.2871709185676, + 256.87083101187443, + 257.51185069199596, + 214.17386641904653, + 210.43554332798513, + 185.3416139768719, + 198.9686249043113, + 220.41808771233178, + 244.2044989680123, + 233.19494943562802, + 197.48397985684193, + 198.20183556078723, + 178.28246217077105, + 163.16042732019423, + 153.68691923257532, + 181.8919196460525, + 165.71932347496252, + 193.70700531167745, + 214.08164811397307, + 221.84470663404846, + 246.41764852651778, + 215.24979412314823, + 238.30808148317186, + 226.04342382547324, + 197.12349850203614, + 165.8121444225384, + 184.40549394857092, + 230.97320011232543, + 220.4315414072054, + 210.20263986043616, + 252.08282753726687, + 252.08282753726687, + 207.2647728534225, + 209.73824465030165, + 217.20752838120163, + 201.2031341979704, + 176.78866972291416, + 176.98613078719734, + 226.9843967971355, + 192.77163492725163, + 171.83676237694985, + 185.8277841840369, + 189.5893801727146, + 173.2351270884819, + 170.4755444582243, + 179.89253099453225, + 192.81088258622336, + 128.9623354839951, + 86.96073510485932, + 73.62581822789285, + 98.36072359963153, + 114.4496389307409, + 117.55921484556197, + 94.69109959612123, + 69.60158553459911, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100 + ] + }, + { + "name": "aimNoSliders", + "data": [ + -100, + -100, + -100, + -100, + 0, + 10.986781765345125, + 13.044045681557527, + 37.78651217361703, + 28.68843119151122, + 38.91536243941155, + 37.253851458239595, + 19.494370415324372, + 16.519412599482823, + 18.12819790335563, + 42.32450273989288, + 46.21774744164095, + 35.233706907217595, + 43.37716339570211, + 55.7009615237267, + 61.03780168988481, + 44.28079328513539, + 53.3231113664593, + 44.36048997226927, + 56.93520083545786, + 49.384163448960976, + 32.19532668002356, + 42.70847046002661, + 26.730590888500515, + 20.010120595746656, + 18.504235474522233, + 30.157397788362736, + 48.818452305906476, + 55.94588135211234, + 44.775065955919686, + 32.37038312207705, + 69.70881884859908, + 52.54426503206159, + 31.84416427210227, + 36.684572895866765, + 34.22205057097195, + 24.97043869181685, + 20.891939073568373, + 20.809974090410503, + 26.312910765012845, + 39.839124747378506, + 36.23383910272409, + 34.422121030651894, + 32.64135528183886, + 25.569843381395163, + 25.280439243923894, + 19.427992272645422, + 19.849635261092967, + 17.938118637681146, + 19.038804911859614, + 18.346196072461343, + 32.39377624751242, + 27.249589013771693, + 24.604066069435298, + 25.656498335670975, + 27.52705488809463, + 22.50878855091719, + 20.35345474990296, + 18.762918365391783, + 48.74645274277509, + 57.25865475950007, + 36.17888891252717, + 21.45924014483424, + 10.047334090057419, + 4.704217000970131, + 2.2025402354357206, + 1.0312414345921543, + 0.4828329032587705, + 0.226065017026292, + 0.1058448825218279, + 0.0495571552973037, + 1.1310357619768445, + 41.11969284410915, + 35.32947327646967, + 48.856439588556796, + 44.489083389592885, + 45.57110381780977, + 38.550849821088875, + 46.00650611725235, + 42.75104891216714, + 37.2508474129128, + 103.22430555145414, + 102.63848750447463, + 97.99195785557035, + 114.05832908532557, + 73.03120238347532, + 62.67110599980984, + 53.95910713431126, + 76.02270557139803, + 52.80668302320018, + 54.39348497360214, + 47.7661457089207, + 34.38557999064213, + 48.56457582724211, + 50.57342847834718, + 52.84094660443897, + 75.13023100144343, + 53.50305678750727, + 42.454859394184325, + 44.47504274070721, + 66.6180700762271, + 84.08183918837955, + 73.90544025046243, + 45.386052352721094, + 36.52805277753369, + 40.219278301826584, + 32.09143468280293, + 20.213015922544784, + 19.713742745209103, + 45.08213575899037, + 32.5923809451602, + 44.708115541850574, + 75.29320145677491, + 71.9230824059651, + 43.983681449355814, + 51.998584210078356, + 69.70627916245047, + 76.3840155207022, + 53.929507950658774, + 71.13149641856256, + 40.2614417623664, + 43.43131653765728, + 24.330886203479785, + 20.50422589368339, + 30.081319114826112, + 50.34308185426967, + 42.13899793506661, + 64.03475495360767, + 71.84896992356774, + 57.69293733339818, + 108.04512603760877, + 97.33974399259017, + 57.818381426398595, + 42.694232065487526, + 19.989673929981034, + 9.359275117398708, + 4.382064011148265, + 2.0517064363354143, + 0.9606202214734694, + 0.4497676634245733, + 0.21058369014147096, + 0.09859644025083592, + 0.04616339481754681, + 0.02161395498315304, + 0.010119772427052899, + 0.167452449383214, + 10.188176074715047, + 38.98876448834312, + 34.95921623855772, + 32.97356862723572, + 26.767784636992122, + 18.819749607246933, + 29.515207817645003, + 42.97241303442054, + 35.89551105342542, + 35.99292477045388, + 29.68698889476245, + 49.35904554115931, + 43.29803003526256, + 32.8553424148876, + 24.50161058210714, + 35.56249803118769, + 71.00917429140648, + 71.5927093413263, + 73.85625536310772, + 41.883076095833296, + 45.55084797694937, + 62.13163601355008, + 39.51418273423955, + 31.522274686460268, + 24.05868387990811, + 38.24277960676376, + 36.73189629856319, + 22.347383216947012, + 13.263305487986393, + 7.512589785095408, + 4.911725838268932, + 5.571004066250554, + 4.012335711924102, + 7.895020533145743, + 27.507075009501328, + 47.950863497490694, + 41.27695403962231, + 45.899443752417284, + 39.51105552691252, + 49.54024190269651, + 43.02235077029611, + 41.1254732867494, + 35.40153705060396, + 56.74464666941611, + 48.84679861272295, + 47.085504169412545, + 61.354454096375534, + 52.81500263274172, + 40.34809762594084, + 28.730514171100765, + 24.71299031083893, + 74.51009389629569, + 64.13961077898598, + 47.156077324247235, + 40.59278800065172, + 53.190585430163765, + 45.78739964206001, + 73.1439422058794, + 62.963603165704605, + 63.89658672640872, + 55.00331550301975, + 53.790439698446335, + 50.8506174993196, + 43.77311373163633, + 36.39610026406389, + 25.916430660591985, + 21.404625530882438, + 11.838312469900936, + 10.190629408631192, + 4.771308656104923, + 2.2339529168375103, + 1.0459490245430636, + 0.4897190776479381, + 0.2292891616942018, + 0.10735444476236072, + 0.05026394062884396, + 0.02353385305221893, + 0.011018679247078608, + 0.005159006138119542, + 0.0024154750071531178, + 0.0011309386641489892, + 10.297493077005768, + 48.22944500940544, + 36.90975240627325, + 29.4087563388498, + 47.25565396422891, + 38.354179192040846, + 31.24859885473899, + 27.377803895163744, + 26.680655921519143, + 39.738327649362276, + 35.84838425267267, + 29.010671530688473, + 32.39510006387888, + 44.179462067310865, + 42.19737666041564, + 43.40519823906544, + 61.7014353093269, + 62.771987378305646, + 61.59235238607366, + 38.09853942439282, + 41.863713516119404, + 30.716651096938453, + 28.340944124857224, + 24.769474522275335, + 22.43292689126984, + 21.5487996454426, + 41.00893324895323, + 41.498315145833544, + 50.42007639580052, + 40.46123759799029, + 29.54896339246357, + 45.14845493824987, + 37.34668154663853, + 30.360583338549237, + 24.623976041326532, + 45.7451885163328, + 41.46662407994499, + 25.177388465440746, + 13.031678600598156, + 8.156332116577493, + 9.740404157732112, + 12.117258595944142, + 28.161711907245767, + 24.668927552894075, + 44.36871787732552, + 37.461033944980315, + 50.092039446515535, + 38.988150128910206, + 28.026735103410346, + 13.122271298375408, + 6.14391948947397, + 2.876616847405937, + 1.346847806348477, + 0.6306015398267327, + 0.29525110421344664, + 0.1382381885131643, + 0.06472387906663359, + 0.03030407564284072, + 5.765489119357541, + 25.64670126275166, + 73.22041587758727, + 71.09679492052081, + 79.39681307928564, + 111.92917200238269, + 110.24325337042096, + 66.85670110673809, + 49.575090677873945, + 97.3742707123651, + 67.13640851550029, + 55.53135578417374, + 39.010837972899495, + 58.145016255885395, + 46.257463786805765, + 36.20766724636718, + 71.82852989688934, + 51.732178295512206, + 68.1078262491999, + 107.50643296943696, + 74.96961709831888, + 67.28262616774246, + 54.07374700086318, + 76.80263592040112, + 61.752388676764895, + 62.448497558339945, + 71.40719726759444, + 55.41506191184493, + 80.44655134803219, + 75.85186442888242, + 52.868641655682765, + 55.00788223801446, + 58.40515698665749, + 64.41084444273511, + 54.300922310833165, + 57.95122879331404, + 80.00294297407333, + 88.62787669502154, + 73.03510420250929, + 85.7299772567861, + 58.096303746116924, + 56.44362712670636, + 61.78329010236605, + 103.59896991756777, + 82.34055878928693, + 71.01480978866893, + 72.69767360475079, + 98.72634517570151, + 106.26918646200687, + 64.03593012317152, + 47.61903997087756, + 32.89196261980335, + 47.0251279814469, + 92.5949203242009, + 69.79507205113426, + 70.52743517681927, + 60.58895738971155, + 34.951027226433204, + 65.82300464352696, + 62.06353834762159, + 45.036065488924216, + 56.907078225490565, + 44.8415502104583, + 70.97597975011168, + 74.81039947214833, + 62.02598223742059, + 61.09172392701722, + 52.97965199996502, + 45.15857312488158, + 69.64042737073183, + 85.9744282746012, + 55.46615552328206, + 39.82402367873026, + 48.922224760822964, + 46.128042755533606, + 42.50632719325746, + 60.44865063687792, + 71.84407639530227, + 99.01745022654009, + 103.58507429013368, + 63.10440875393404, + 31.81475964479825, + 14.89584519250151, + 6.97431652717983, + 3.2654133010041897, + 1.5288844411950986, + 0.7158320920079603, + 0.3351565168312839, + 1.8057725036419072, + 24.862930503583485, + 30.049834261854627, + 28.462095842483972, + 48.875567512838785, + 101.82023657206759, + 114.9664406681147, + 72.81940992235089, + 50.95559289414965, + 41.7361328367515, + 55.760342097087715, + 47.52735552778251, + 41.48667119990642, + 35.216863745110345, + 53.682166651699, + 70.89959031563676, + 50.676933026842065, + 47.777298115106696, + 86.69480545399125, + 62.262586183985434, + 47.37563609660875, + 64.03532095787455, + 82.07977065705782, + 69.75697550683694, + 50.48843465673527, + 44.346169492365966, + 41.77291895610543, + 63.43444324417629, + 79.99321378469055, + 57.72877865104894, + 50.699204802181164, + 69.76358711934265, + 81.33825662389899, + 98.84472838710394, + 95.61215690267655, + 50.25832984949371, + 54.769842079804945, + 38.59079512895439, + 18.068422220201604, + 14.372849376303478, + 12.139896841999366, + 6.80334877191975, + 21.702222289300536, + 40.15965501309158, + 29.320872833627273, + 24.73218114630349, + 15.71622470826626, + 7.358422721988978, + 3.4452539309268295, + 1.6130868118104487, + 0.7552561043698761, + 1.8851219337996976, + 26.592534577600453, + 33.95860759776548, + 34.88634040311807, + 51.73225064637028, + 65.66546377613466, + 63.32143991024269, + 67.292360631744, + 45.637558503650354, + 41.996408072732244, + 40.96313130912007, + 84.31757235493032, + 66.01366826247472, + 41.52080295074694, + 24.54731405734999, + 22.87119486701379, + 22.123692040906775, + 27.799328921549844, + 22.27281418671059, + 37.563746051860804, + 30.773823998715514, + 28.381847935672727, + 25.045265310808446, + 57.20014935977147, + 48.7740510588084, + 35.47087781951211, + 52.1957638452309, + 62.47838018635185, + 50.471298234272695, + 64.44451906257022, + 43.638633518930256, + 38.09781691845758, + 38.33489711866828, + 52.5807802513702, + 43.958338746852434, + 46.344968455042036, + 47.99412853978279, + 42.26552079126348, + 49.37700878673937, + 67.54027658668632, + 72.11535556700453, + 60.57379273055216, + 58.651391282555196, + 52.21281214809896, + 50.50603332144405, + 37.52511427275826, + 66.88560216490048, + 70.02145251160297, + 97.9946608560887, + 93.98886863286317, + 59.623172892806, + 50.45645506957947, + 66.38106170181334, + 51.67592276322875, + 33.57545524129939, + 15.720212540531696, + 7.360289846956849, + 3.446128129091045, + 1.6134961161920356, + 0.7554477429292361, + 0.3537047821619632, + 0.16560652155652913, + 0.07753788290454847, + 0.036303662614320775, + 0.01699757421590781, + 0.007958357598644172, + 7.729711087607518, + 7.89686895059254, + 12.96545054555234, + 33.712496454659, + 22.781294385304214, + 20.003091206028255, + 35.45969732245426, + 37.94250396617446, + 36.46060784613828, + 19.582727266510275, + 53.1294471771934, + 41.51711439462947, + 29.109085632218907, + 41.88454889330639, + 55.88415410182497, + 56.27953318419116, + 79.44441347051, + 61.70290858833441, + 59.29301753545303, + 29.51135648813708, + 21.154744696607043, + 37.45452114749247, + 48.53670886548426, + 76.38526113895567, + 68.4262690548053, + 60.06745183866842, + 41.04739814885037, + 53.73177800749923, + 31.953177497323736, + 23.889161515105, + 12.229749623316867, + 9.556732492162645, + 13.251436847533176, + 47.497062442705285, + 43.49805281702501, + 36.882890876740454, + 31.27520140655017, + 17.12119609539633, + 16.45250448540756, + 19.91321638835583, + 16.660728659150493, + 17.28308417351591, + 30.066751675866, + 33.743927488734826, + 28.329135214125465, + 45.45046387601474, + 41.305461153026116, + 44.02730205586929, + 51.943962113497136, + 46.5316407164588, + 27.94630884488364, + 31.39827236272979, + 29.512519707376505, + 33.85057935822103, + 25.978518275278525, + 27.824655019165846, + 27.38419782560451, + 61.39206181419487, + 58.99431130504075, + 27.621460550050354, + 12.932519526722544, + 6.05507666786849, + 2.835020150405065, + 1.327372004363417, + 0.6214828623761331, + 0.29098168935125707, + 2.1131050180603577, + 30.459656536897818, + 29.492973006076276, + 38.0857392304159, + 50.62360337738785, + 43.11489361921485, + 40.11610752613415, + 54.323371883829324, + 57.43315967283351, + 60.420050224761646, + 48.31577119218412, + 48.5854754857915, + 43.886545134935396, + 33.314874179265004, + 47.68209003209958, + 50.720535535140016, + 50.432686613219786, + 34.87860623251087, + 58.460713069930954, + 46.31932752519737, + 47.89526681865004, + 43.27964279479269, + 34.74143721577194, + 51.69018594711265, + 52.807333687466034, + 46.490216645253525, + 49.20198605376794, + 34.116796620977944, + 62.140551988733684, + 53.15638037447265, + 82.1202760358602, + 84.89767878095157, + 57.06784036944191, + 57.898698891764866, + 46.11358060818233, + 41.23046470559993, + 39.03277662402597, + 67.57689627634711, + 63.71725684923987, + 32.36914077807451, + 48.45822759905997, + 48.18321771548154, + 43.70625667866942, + 41.842933682251456, + 37.947272368401535, + 39.071106417436695, + 39.75807846574334, + 37.20390961086824, + 27.115244661051772, + 31.451926140683547, + 32.73310552997488, + 44.55471840257874, + 48.41659372358659, + 37.29406916730186, + 45.92191191598968, + 33.57956137385859, + 64.76740744858259, + 54.913162104112374, + 25.71064408048542, + 12.03786476145936, + 5.636194393324165, + 2.638897168960024, + 1.235546147342528, + 0.5784894918109218, + 0.27085195713283555, + 3.2872006376309684, + 8.525387753300226, + 20.7274000927697, + 48.23386929784676, + 45.98192511874281, + 33.2428886704426, + 15.564503045599407, + 25.241151088192712, + 23.168537090731398, + 15.16726050389085, + 14.616052534760508, + 29.533408199731205, + 25.471157793355918, + 19.367636165875332, + 10.122780704681155, + 8.425540910891712, + 38.467410527375726, + 54.295231056661116, + 43.71161072552333, + 39.69676273610468, + 35.15806236285012, + 56.87205087245373, + 45.81137143262217, + 30.223371493848823, + 54.91781607459783, + 51.12211454636609, + 40.80126211233782, + 35.520491502312055, + 32.62186138464932, + 41.0589476603517, + 58.71860590255672, + 47.75526076351461, + 38.6892377787523, + 37.675190013862995, + 48.96794685190011, + 39.005549406085656, + 58.30142019974444, + 45.558665869973325, + 51.267467771536644, + 51.24156141902692, + 44.699320953670096, + 60.22605752171536, + 62.13704068384355, + 45.033906181185344, + 61.47089088213285, + 64.16527638798433, + 38.102069641396675, + 47.05518340342409, + 72.21972426725806, + 62.30272145258815, + 65.43720433709672, + 39.9461501902146, + 54.67461715133396, + 61.08119660595694, + 45.34274205897812, + 47.097551953888726, + 44.56865271930274, + 38.13231586292022, + 55.325600169948295, + 44.14494638159958, + 55.39680179767569, + 66.44506539936702, + 59.18399809889337, + 59.950109612383045, + 69.2180922113453, + 50.20423239855702, + 46.1204443355194, + 31.376906625865743, + 41.87079393123102, + 92.90165531210349, + 94.301936420945, + 52.972729781473184, + 24.802123010162468, + 11.612490206732238, + 5.437031690641906, + 2.545648097761708, + 1.191886420083147, + 0.5580477677286553, + 3.2265054857051276, + 57.1124100843045, + 62.48284246037543, + 59.663616971151455, + 71.28640055392381, + 50.46587485569196, + 53.80266596947591, + 43.96341875031623, + 35.396912554599986, + 34.86375115152582, + 36.368792116799526, + 36.18182263609508, + 35.596528309364395, + 84.50357921240344, + 75.41202099257855, + 74.96632812167452, + 63.65256853202461, + 69.73042178348051, + 64.19239220202206, + 52.00315468838525, + 44.03525779231869, + 39.51549500737188, + 49.70158714659106, + 30.61719713750791, + 22.637257970397137, + 21.34341974248035, + 17.808043975852414, + 32.778447902744986, + 27.63316624195253, + 40.07560904884392, + 62.32433368169954, + 80.85351300525406, + 73.25809815217704, + 57.64051423416654, + 57.21359105892674, + 41.56763806654442, + 24.069641985169852, + 13.758707319146975, + 25.369684392285112, + 66.91709983974184, + 51.79757531086869, + 55.55420381580329, + 47.01489813889657, + 34.8504295290236, + 17.240029007737352, + 15.124849388114075, + 62.10848740116097, + 70.68159643294847, + 88.83311055898324, + 83.28407610301986, + 64.83256233707665, + 58.51970312942557, + 27.399246395677032, + 19.689002308916088, + 51.5127501593238, + 96.87447369476567, + 92.11153628363536, + 70.31816558472627, + 60.122287394204506, + 45.475057376026086, + 22.39302486703509, + 34.66623485235109, + 79.32988575934164, + 81.8013254846486, + 58.882226927634136, + 48.7032565535162, + 65.40291784324647, + 43.00443956872126, + 20.13491478665611, + 51.857488611231275, + 70.48760385483946, + 62.074161504642746, + 58.02380162579432, + 49.71586041596907, + 51.930630743463595, + 34.358760302034966, + 43.72152325549366, + 23.645519076391498, + 11.070961892866524, + 5.183485160013975, + 2.4269362196429927, + 1.1363048667817814, + 0.5320241792188088, + 0.24909664258949668, + 0.11662841610031444, + 3.383497109311839, + 57.69975958865173, + 119.67063791926664, + 117.63123891406306, + 93.93337499524048, + 95.57032176569254, + 90.56163273064868, + 80.05531590488049, + 99.91053161387104, + 96.70809952407828, + 63.95150114917552, + 96.51394691967366, + 98.43681454031582, + 87.04518505966873, + 57.06911411361263, + 110.46209681953417, + 118.63410027347786, + 115.88409586956942, + 78.96074969585719, + 118.6374368554349, + 111.64947250032745, + 131.93447971661175, + 102.12466119404135, + 87.40547964756281, + 84.8441871896752, + 60.47183035483384, + 43.25105768768706, + 91.42014490431222, + 83.05269020678246, + 60.87561457654104, + 77.6622164261548, + 86.46095852386233, + 76.76765108103987, + 65.39462616598463, + 44.80609729504569, + 80.52369506756648, + 60.23732230709927, + 50.171058205586206, + 53.916289139696715, + 72.70579036495246, + 52.9816647572443, + 82.5544355805444, + 92.2371152456691, + 65.84075337365002, + 59.266604635720775, + 49.86942398423622, + 33.44470803065358, + 75.83783771271327, + 66.40676590336028, + 58.8793746590086, + 77.36977161086268, + 58.08605431083692, + 79.61907514527036, + 100.12778119759925, + 94.94785277010475, + 60.9768815708024, + 28.549710836765016, + 19.646766195739737, + 9.198723832976071, + 4.306893018033191, + 2.0165109645194947, + 0.9441415082755621, + 0.44205223940414395, + 0.2069712862419616, + 2.2138485054494774, + 35.54994783667001, + 75.57414866224198, + 63.5748243878988, + 57.058765468795954, + 63.072288409292014, + 74.85153449480474, + 56.10048029417171, + 58.62849812540195, + 50.98871753004848, + 50.991710168614055, + 73.97375545181134, + 57.19712566489503, + 104.01392481606702, + 98.5321380043289, + 91.33170323076934, + 84.78613797147443, + 69.73683822935743, + 42.17483218554207, + 88.8079708911984, + 62.682938705608436, + 46.81297582680665, + 35.46383857184545, + 52.0029894669283, + 86.57997872784006, + 87.96021175011967, + 72.88987549544568, + 93.51224958991074, + 79.43508289030612, + 62.808432061211455, + 47.253245301874394, + 46.64956565450386, + 35.55664162338708, + 41.180098779172965, + 40.8890423361399, + 52.562304789411314, + 104.48097182855265, + 103.49459272475687, + 60.599329807971884, + 40.676059575745484, + 47.145264945396185, + 63.780176690939555, + 78.02627561477767, + 67.62123855275226, + 44.030692946960244, + 55.048287632308046, + 52.18662705579342, + 28.22362520100992, + 20.105082447761312, + 58.44206171501931, + 52.95198853086643, + 35.77127434010962, + 37.18906436771987, + 37.744101750625774, + 63.618565558852836, + 100.40638478336572, + 89.65065467708067, + 68.3382744174055, + 73.93033046167696, + 77.83650914157097, + 38.50465241308299, + 18.028089727534418, + 8.440850620783698, + 3.9520526178415385, + 1.8503727403646455, + 0.866354679294367, + 3.276621503864941, + 17.771190416559232, + 24.94746107791192, + 38.05604780746303, + 69.24295898809031, + 52.59068784100557, + 72.37308488506773, + 88.90533305482856, + 69.01842666555453, + 50.37281298214223, + 35.08409067013815, + 67.1163861607271, + 55.81809497772643, + 49.782197537534245, + 67.71137271629763, + 67.58303788968608, + 75.77027795573511, + 84.04423583580059, + 81.53149257432764, + 52.18144860948208, + 62.217796205561676, + 102.69246462896656, + 95.73129937075193, + 60.427017133794976, + 63.82668819571212, + 59.47735483518852, + 72.54661423787604, + 99.86193890457739, + 60.28930381317305, + 61.64057156920798, + 57.985313659786385, + 61.08687855215426, + 89.45922237486042, + 88.61433976883347, + 64.61125551035039, + 58.600650515620195, + 65.33612697205498, + 107.2065746604046, + 96.75908076019, + 69.27629113863291, + 55.28290063102621, + 51.45161633426899, + 48.845020593417786, + 48.35141657896393, + 52.807649067793335, + 66.92292798341161, + 75.27931018105427, + 54.63048467982657, + 36.856733063082444, + 52.54641081253877, + 61.6337943263317, + 46.3859823917612, + 34.57316784629789, + 43.61723925317652, + 52.47581335750199, + 49.259911048514724, + 47.515943493804876, + 38.694687792034195, + 32.691246042374345, + 45.692775922315434, + 42.35368413647546, + 40.429886132206754, + 48.319557018854795, + 29.90019582637421, + 21.967322599599072, + 17.067207040542595, + 15.403814245611112, + 16.599241548219425, + 29.8705674718657, + 25.325813991035155, + 45.57461069391171, + 71.71306253868767, + 66.21602374182042, + 51.62249514549951, + 24.16993573810473, + 11.316496653979385, + 5.29844588364506, + 2.4807614618118925, + 1.1615061407737386, + 0.5438235541073564, + 0.25462117471453627, + 0.1192150323820139, + 35.28530556137428, + 34.95218568827527, + 59.738220912089844, + 52.29379793278106, + 61.93232323683884, + 51.622820788696764, + 34.07263472481236, + 19.919943625345585, + 30.706128342997346, + 46.667208087803886, + 54.577859026288294, + 47.24974085233891, + 58.09714944258223, + 75.82314660719788, + 51.39259075542807, + 69.88328823321123, + 73.80087143986887, + 51.19492504954414, + 68.12923346490297, + 78.46874199687235, + 64.29634302284914, + 30.103900919110934, + 40.505228168271316, + 67.54421010113768, + 57.61845534844089, + 80.68216554446528, + 55.09712494929636, + 71.02404923610545, + 67.80294595908, + 52.68278209695824, + 60.39554718693731, + 39.86290146229792, + 27.0181183592382, + 26.986197842149373, + 60.60536453937404, + 57.85541389109262, + 58.4053834050343, + 65.16494156805425, + 57.074901872804425, + 65.86347243775636, + 59.03775110882279, + 34.05620653149311, + 51.21346758449444, + 76.9986179423217, + 68.45427703296578, + 85.39349069661185, + 75.08214446364444, + 52.35932118435553, + 49.51469900164075, + 57.036099524670504, + 63.645237169024576, + 68.6687978629053, + 68.94422365715731, + 72.01172439683168, + 45.133456717742646, + 29.23692407384028, + 74.1741117877326, + 83.45971599635939, + 58.09212307210082, + 59.14287604005645, + 76.98005149721615, + 66.94834596461081, + 53.4188718037595, + 34.807147942230195, + 22.497119822861563, + 32.08174675891563, + 32.135199124255664, + 51.59607932457236, + 35.4678013712989, + 25.124363901733474, + 42.276004547160085, + 31.926803718452096, + 49.29915849883922, + 37.46256317476556, + 57.97243760319792, + 73.85519821796399, + 68.98295981864563, + 42.44195570367858, + 21.22448809855188, + 31.718556349213944, + 70.08345481718226, + 65.93461259135675, + 62.09427169009547, + 30.546063052489842, + 60.83674911906432, + 58.57865062549365, + 50.71334989892345, + 23.744268940627926, + 11.117197121636728, + 5.205132748048276, + 2.4370717392493058, + 1.1410503727257773, + 2.5228031856454844, + 8.55621493100286, + 27.61380612843712, + 15.808734348240039, + 22.995652323250262, + 27.003439593914578, + 39.43215028890027, + 37.451948859641554, + 28.617507307937842, + 50.1397428421392, + 45.08615634656494, + 32.300523841043486, + 38.95778401793851, + 36.477015029311744, + 30.420362085919034, + 48.30036432680956, + 40.0138973482114, + 52.85931726538618, + 34.95501106399388, + 28.34117609294647, + 29.59644758155575, + 42.75934294981313, + 34.77162364620912, + 30.791272964431165, + 39.491883399378125, + 47.62636362931957, + 37.55055984336077, + 44.2404488377284, + 32.4584844738822, + 36.62355413819743, + 64.07592260578048, + 68.66205400671123, + 64.67463537399144, + 55.68630178468969, + 55.98055288295423, + 44.39060534862952, + 47.821062548705264, + 53.35036914991108, + 56.9811555436294, + 49.517875707745105, + 56.55564342769748, + 44.497954236265066, + 39.92638329183317, + 50.236824705007805, + 56.002374986614626, + 73.36802756239348, + 83.95363951983731, + 69.10921756076705, + 60.97586910023074, + 49.2538314778304, + 54.868918631181856, + 56.367967830474655, + 42.64987798608836, + 39.39535371076222, + 49.648268129961586, + 75.56232818097564, + 49.5769033932883, + 48.78644772690308, + 48.18399338764827, + 39.52814477789141, + 101.20281006521753, + 118.65059272625248, + 85.46471306935703, + 40.01504803167203, + 18.73526525125753, + 8.7719540848021, + 4.107077078116708, + 1.9229560440605327, + 0.9003385807126206, + 23.329225102953057, + 54.51769962223746, + 51.20926399878007, + 44.54616504691023, + 53.125803081254276, + 50.842194983965214, + 41.640782228142804, + 60.80700189359982, + 79.38218454143944, + 80.59986267419328, + 93.53101118542097, + 56.2549645927892, + 56.70696389438236, + 45.33307347952246, + 35.44379080187875, + 26.563433339858523, + 55.11606019850009, + 60.583684804675, + 46.037568864603095, + 45.21241857275247, + 57.01756779753694, + 53.863109987343464, + 48.50586308022325, + 31.604898432929108, + 44.87140499689422, + 43.0872923169221, + 48.25241787002716, + 45.641597496891706, + 60.37211976411834, + 103.04724296702054, + 103.34550484597844, + 75.6896139170225, + 59.280289575698305, + 68.75265591486323, + 80.76037580637484, + 57.49223038896538, + 47.406259691850835, + 60.8142082967382, + 50.908876935366195, + 80.90759324673336, + 79.32399113826568, + 105.98742288098475, + 104.78783795415677, + 130.20609039871434, + 70.583703778003, + 52.32643707941726, + 38.117850709472265, + 30.776318553313928, + 55.4622505791135, + 42.930881765078375, + 62.08616378522892, + 102.7063712649911, + 77.17551553925033, + 72.63096778631746, + 62.40352633904564, + 48.13590221550035, + 62.99159990305502, + 57.61809935979025, + 52.870075146045075, + 50.16727526967041, + 48.852387298790454, + 46.521990351754596, + 37.24047100208429, + 45.48422068390756, + 46.57353410360223, + 30.2382985820232, + 35.18778256691556, + 18.18325619683812, + 8.513500413886655, + 3.9860676499653427, + 2.7156093470131664, + 32.963626768700095, + 56.017441541796856, + 47.13544094402736, + 40.09579688453636, + 50.351053462772185, + 41.54650239266529, + 36.46889469478831, + 63.775540538101, + 47.41457773418837, + 68.9185662296452, + 57.681686146905484, + 67.62575327475341, + 59.30376911696677, + 89.28766443526597, + 80.1361852481678, + 54.9914446918983, + 43.896807735993946, + 62.009384866203035, + 52.8308488952959, + 108.24745070134193, + 69.66863861911155, + 74.02679873073794, + 57.773804907670026, + 71.68674790949727, + 67.6478594113909, + 71.72476764486417, + 53.248169146292554, + 45.36369784162568, + 63.35189575736804, + 56.85868575849862, + 66.86686265214271, + 57.12504055217825, + 42.253726636488956, + 71.15987495842722, + 102.08227067610393, + 114.59762887640986, + 118.8288170628785, + 105.20414231710268, + 71.13894332892855, + 57.08523921001117, + 68.35193909779639, + 60.65110932767609, + 57.18703468444886, + 69.60674678417742, + 62.47245003102577, + 48.26527973946099, + 68.8246964600782, + 39.77724300922887, + 18.623923633723354, + 27.66986017746673, + 55.19896231612302, + 68.39014574960319, + 79.79627747194351, + 53.827207350828154, + 83.13925697319371, + 109.63127758071138, + 103.80186702518331, + 93.58711505179377, + 63.9855578625368, + 87.03385392110457, + 76.21046350108638, + 53.47234313741886, + 77.1853689441245, + 90.95843490073791, + 72.16491635088185, + 84.75690506073502, + 124.62183906597647, + 91.9959603472266, + 115.79657539442479, + 81.36707230748011, + 109.56184168231141, + 122.96042279370081, + 115.71782657495118, + 120.15597197379552, + 138.33494653256332, + 131.32641585176972, + 86.6445668792196, + 91.94937902483026, + 94.35470818769744, + 94.3628494351967, + 64.44310621793089, + 62.238539865959, + 87.05999828287901, + 75.06386807232877, + 94.59012439404836, + 93.51953616418545, + 93.02114869034827, + 87.70826643585889, + 53.30512307841761, + 107.55064686314982, + 127.48309536950883, + 79.89850614029805, + 87.0663805437585, + 70.8018226579982, + 50.7995785818311, + 76.84835288999183, + 58.14601803718091, + 56.3369359351117, + 73.04404832112581, + 51.32604605215526, + 24.031136644501167, + 11.251510156068933, + 5.268018848417242, + 2.4665153568128084, + 76.183525868206, + 76.03913358681012, + 48.31641678973854, + 106.79841357712951, + 112.51313950543155, + 84.69117109849542, + 65.8575202438729, + 48.15711172925376, + 40.24888546259985, + 50.72939764275077, + 63.65422623759815, + 44.031421640673194, + 51.915268393082606, + 50.66653412467014, + 71.07647073661167, + 69.60859354765913, + 52.38918327947159, + 39.13160139009518, + 43.268265470517605, + 43.57690557855199, + 39.75247164348385, + 62.56199273472372, + 42.64626564511941, + 48.79839705008438, + 33.60431796860924, + 60.319921059874574, + 65.85204295269759, + 87.9763360234591, + 72.42369929239945, + 45.36006880521979, + 39.95845749533703, + 50.08277958288697, + 47.13514975585164, + 77.68158868223404, + 79.32558174994061, + 53.455537653261516, + 77.11280403233779, + 82.46507506028952, + 53.462824534772835, + 71.09479175880402, + 82.91247323457175, + 84.78140489731359, + 51.13244267144575, + 89.78431548820733, + 80.42920370883466, + 61.60803541353444, + 63.93702612093466, + 49.023600950379425, + 112.83308849042261, + 110.92292090794818, + 68.54505877946534, + 63.06263890856481, + 68.80063184575077, + 54.5148751278233, + 64.573696376252, + 70.80488370130955, + 47.65663587920934, + 89.60932908499134, + 78.76393975799385, + 53.23894728088372, + 56.31950794690756, + 49.89775797820113, + 42.95899146661522, + 77.10322975794183, + 82.54409436989481, + 53.45690104247858, + 56.813716170231935, + 57.049766740852625, + 47.17563784618301, + 40.15175477060221, + 39.24199619509889, + 68.9731239000942, + 60.74040499588913, + 51.55300448826275, + 56.51686655492078, + 46.60925499101875, + 62.01979452411928, + 71.28780613814477, + 72.32944501594922, + 55.06886798353888, + 48.78896765423649, + 81.85839790394769, + 84.19539818448834, + 56.10191659075853, + 75.12937525178279, + 66.91929303323279, + 93.6558138857549, + 97.22169925256675, + 74.12150988681749, + 82.15615969734993, + 84.47316968155516, + 95.29158532073924, + 59.07851215793979, + 27.660883851809157, + 12.950977733118968, + 6.063718901475853, + 2.839066491643218, + 1.3292665235536458, + 4.321179739713225, + 74.5972036607771, + 45.45592200546033, + 34.986035573387355, + 77.74781180485192, + 77.16005699789541, + 84.7118133859633, + 76.46327697381273, + 48.51552010957226, + 33.7122011627249, + 47.215443999020664, + 49.03242559421831, + 65.86552311120398, + 63.77518055059706, + 53.45011939200806, + 47.02851064388976, + 39.4967736424014, + 61.23750546145399, + 46.775932054275856, + 49.64599066922342, + 48.10159632473936, + 52.77058713791847, + 47.632223406823904, + 36.941631414214214, + 38.90478309759333, + 35.33041160029949, + 49.50526469105317, + 84.46341921345972, + 106.16260399666356, + 98.03189445449203, + 100.72190503227488, + 117.96483451626965, + 110.61141246117292, + 91.06210027885375, + 93.81241227665583, + 77.67032365656314, + 83.14642611598173, + 75.05031418135627, + 93.33794085605811, + 91.41031793350021, + 71.5099251965074, + 85.89058458638723, + 99.9109197693511, + 66.22901160687181, + 31.008786964375137, + 14.518484357121723, + 6.797634111587565, + 3.182689623683247, + 1.4901527611546148, + 0.6976977066984403, + 2.836354915857453, + 41.13080435886998, + 63.250860921160786, + 49.92402494042711, + 77.99329003080427, + 77.99329003080427, + 74.7907592003426, + 70.51910159398457, + 58.55188268568358, + 75.48369304488658, + 88.95705286239675, + 99.4394975156033, + 81.01711556968294, + 53.30985340056555, + 61.810477815136785, + 79.91041561464317, + 88.12639200226214, + 62.04158335953514, + 58.232405677108844, + 69.01408346978347, + 55.59380884195747, + 62.54564995057113, + 86.6869500212132, + 98.05198167368086, + 128.2151300980621, + 142.80853226650086, + 80.5495652212663, + 83.45292724588099, + 56.09273062358814, + 74.83946224338075, + 74.83946224338075, + 62.0517575525392, + 59.036180859944224, + 54.102639371354336, + 69.24425219844773, + 59.83327246980994, + 47.74292138599875, + 74.42167885694657, + 58.93301876011257, + 88.2906709551034, + 65.92237890173121, + 57.75245210058736, + 65.8525058315264, + 55.157792243894384, + 45.72198973080796, + 45.836001987498136, + 33.43507539201668, + 51.26106271446283, + 92.26210011236103, + 95.21569340247149, + 97.55514967649952, + 60.054064082280725, + 70.04952989688253, + 84.84648451475607, + 99.89920366134757, + 66.0223196489207, + 75.5138580954231, + 71.2009008562181, + 48.267618320487145, + 71.43392162522898, + 61.72534413311476, + 71.98754419205773, + 83.86435656315027, + 66.41048380729427, + 53.298512406829836, + 72.98099950668039, + 52.96259179154312, + 50.06423218459907, + 39.85299346609379, + 51.080178259092136, + 84.69583463533195, + 93.37279881195857, + 69.76382192289248, + 91.93816783906755, + 112.91382157285992, + 70.57867223193392, + 98.27738228129923, + 118.02473251540872, + 67.6001381848975, + 88.48514167744841, + 91.77319071770633, + 79.24623648505587, + 51.909518070497676, + 33.22234845867996, + 69.4398686061625, + 131.13134386543493, + 110.13032169560972, + 62.78097455102096, + 93.74619549800143, + 101.17097119521485, + 99.14561591930858, + 98.7386385259891, + 105.05992563153265, + 74.84968960195806, + 84.13724170869206, + 54.283188717184295, + 25.41568708090894, + 61.750409086301914, + 65.87080035781051, + 37.85398345560272, + 17.723442948165243, + 8.298213325561528, + 3.8852690528538347, + 1.819104308461756, + 0.8517146277510615, + 0.3987774663337178, + 0.1867097998251344, + 0.08741855368921127, + 4.183164577370044, + 13.867260209731052, + 51.7617670780791, + 70.51488002646505, + 70.80393841953547, + 50.68987173010675, + 61.065017540103334, + 82.65154162616054, + 80.33269323678077, + 59.3827694263068, + 73.25518980006426, + 74.2133824261669, + 66.60693164740766, + 31.185731202892633, + 29.90466113029842, + 25.30666501132902, + 29.29636567617296, + 42.27339486204076, + 31.821942192885526, + 30.508489688469965, + 37.36977220476253, + 50.824597690466675, + 39.47687508208192, + 47.231871157604544, + 43.900572680821924, + 53.59515580626993, + 52.78788572519796, + 24.71557800785, + 39.050592365181444, + 61.68678583506345, + 56.210909693782504, + 35.45349494547409, + 48.276864790821634, + 67.28273704929822, + 56.614536320324596, + 37.90124360501924, + 27.736046401662655, + 32.83045697600807, + 61.57107687655352, + 99.00663546504971, + 74.06384674778587, + 67.44873958644409, + 63.558099583643774, + 44.83030512612643, + 39.59459605282076, + 49.82771950369233, + 62.01065588098371, + 58.46893103821675, + 69.09318905539095, + 62.602544247370396, + 60.45295568057885, + 60.92620158259017, + 53.038895407857126, + 49.53525852118585, + 60.52440293643316, + 59.380438062443076, + 54.303993888441816, + 71.90198491187937, + 110.32444309720263, + 113.2242710579719, + 69.01524479141905, + 69.42414603029253, + 121.59660412996007, + 121.13611159641721, + 95.10431611116113, + 70.01394374178136, + 51.797661688212294, + 55.72013300608644, + 89.46562814863191, + 73.021303167047, + 67.0850591379157, + 56.98619439368477, + 53.04620581277487, + 58.8972403611887, + 66.1418880624586, + 51.980467110296004, + 32.391086842866734, + 30.149256901822728, + 49.372797952658445, + 44.501249095380004, + 55.83324231245039, + 39.00983349432018, + 44.897780691497985, + 31.516856529000055, + 38.578423576222654, + 62.8030707813047, + 69.85950733270704, + 62.69930405692633, + 57.722741352400526, + 34.38902493481515, + 26.219234668983635, + 52.21041788445545, + 59.27897309728799, + 108.3786577323337, + 100.43549037189865, + 65.52225362549746, + 54.83952467629543, + 40.82556049820608, + 50.5886037472537, + 44.00669022533008, + 77.86182978891516, + 98.6780992858346, + 95.36530855655903, + 61.86874860102249, + 55.305861724850445, + 69.58972068572419, + 48.159596100635426, + 42.17054600594387, + 39.656006657408994, + 43.086241960719185, + 53.68458615314198, + 52.02286622414253, + 54.52623257672606, + 45.86926663627543, + 34.9705809157825, + 43.40348052743774, + 35.73352505450965, + 80.01624373646138, + 56.43895341822327, + 50.11771122416003, + 61.75575757166418, + 74.9949607844668, + 48.7533876443214, + 66.48479882231999, + 60.23918734906129, + 28.204318350725757, + 13.205416750056502, + 6.182848646586261, + 2.8948436925650234, + 1.3553817153538787, + 0.6345971628913295, + 0.2971218768762713, + 5.247835981052878, + 54.67928673679941, + 52.64348913377616, + 63.010623079205835, + 71.91563416955046, + 50.06909435733619, + 54.13346464681715, + 48.24435086343054, + 35.353858336117085, + 62.61971882525525, + 45.9635949110151, + 41.62191330497227, + 40.994988635706825, + 29.619760982016004, + 40.194667966377, + 86.55490941192681, + 77.9954565889257, + 59.329727236859455, + 71.43250971304388, + 61.91342351337165, + 46.579895290252836, + 38.54243483461911, + 72.98281991425665, + 88.58594856867165, + 83.06521517574612, + 80.16660529523782, + 100.97059844833636, + 83.90691304839324, + 60.49474747589018, + 94.2397956845623, + 92.81215406909398, + 77.0034204958341, + 47.183156824989815, + 49.70954533931135, + 48.04071180736862, + 39.10918178202682, + 54.15861250357449, + 47.33365150642556, + 65.33687600006299, + 77.34077284915925, + 73.21042534074112, + 58.92805353089037, + 63.303218779347574, + 51.34729856477392, + 68.22292152443501, + 107.58629254459544, + 102.70134944199222, + 70.66347919192388, + 56.385497604502824, + 101.74117943975133, + 91.4682800935447, + 57.88332456502188, + 62.793745484257144, + 71.89695984941788, + 105.54203452681942, + 76.3578673409558, + 72.40763212180411, + 81.91494865869674, + 72.54926283378664, + 90.74643174274195, + 75.20774925339344, + 35.212681241745216, + 16.48677074559319, + 7.719196608507846, + 3.6141702459668132, + 1.692174358201352, + 9.715985377558587, + 80.19762769267965, + 68.12482034504757, + 69.77235773005407, + 45.09213671039026, + 44.432808469904, + 48.318507182821314, + 40.46264675487193, + 30.922394676895177, + 28.955253337777535, + 36.84997685646304, + 44.329732182383125, + 43.72112852484339, + 61.47806069561469, + 66.64898281445781, + 50.24580764438033, + 43.83069953911598, + 43.651431732229256, + 67.23030545077668, + 90.25351224620748, + 60.79146999882016, + 78.59153951294465, + 42.64328191263242, + 59.779900732201945, + 48.153692273028966, + 63.802880493695874, + 59.47790497897387, + 65.91552645528284, + 80.25715523139891, + 78.89847030806945, + 86.46823539052984, + 70.58271519050965, + 73.43343861755866, + 106.11377934908027, + 86.3832825832375, + 96.9446262711226, + 110.34638134405432, + 71.73495190264929, + 40.12010284608909, + 32.05948008291159, + 62.9326011888388, + 54.19882395219875, + 68.69533868643538, + 80.98409823425376, + 75.06728105973714, + 62.275263923771064, + 61.80537217111913, + 75.72524303948333, + 68.26613115859051, + 108.03647192683073, + 117.78340948441661, + 141.06686127521323, + 119.83090843834091, + 65.17375511668361, + 76.89957483687536, + 60.060749790930316, + 54.27514900450335, + 82.96293317040957, + 103.3153802307099, + 128.8249665856331, + 101.05079151979349, + 99.20332843284172, + 80.75927821461225, + 107.59832812343205, + 81.54009396666004, + 107.47290524596414, + 97.91187876240058, + 71.901949689937, + 69.0001983043353, + 70.31254377989592, + 50.19994646572509, + 37.79165061164706, + 113.85204500022732, + 100.64374011473922, + 79.86057070629462, + 51.62747848422884, + 48.69204066411527, + 60.91135425937463, + 50.04383961906629, + 117.45651834625693, + 105.21809059448002, + 80.00798142669791, + 83.41455998581885, + 83.87436754505616, + 84.18403442779089, + 96.92493985913269, + 96.55788017487113, + 60.365603553807226, + 28.263507112066183, + 13.23312925318104, + 6.195823792746367, + 2.9009187272567463, + 1.358226079960662, + 0.635928910021489, + 0.2977454081965734, + 4.501857186970974, + 6.906503011509208, + 15.352184371664379, + 39.02198626462875, + 69.86153793747908, + 74.30429640852985, + 68.03499468557573, + 104.16290437266977, + 133.35490159095855, + 92.85928930377501, + 56.370200225947016, + 37.918631107172736, + 51.42056073567731, + 81.56179383042675, + 85.90486363234896, + 53.65787318060429, + 48.836517003437656, + 48.00295768196281, + 41.84851676057262, + 49.78799041043591, + 46.92321034844818, + 54.23822573272362, + 45.6931769596588, + 57.93899079943965, + 46.95839221786441, + 44.698360274877984, + 43.944520131347396, + 82.2660674718986, + 62.83848359662812, + 77.80949019537245, + 82.06901173893525, + 59.7223352883405, + 74.67683675616475, + 78.46445598379044, + 92.94651642889978, + 84.53521865248972, + 63.13313416531617, + 84.28290960678322, + 61.51353266550414, + 61.027348044151694, + 60.1329903514125, + 63.90914177437967, + 34.826689056360415, + 27.79472897905486, + 65.28017313949057, + 56.729904279078426, + 73.71126179171796, + 69.6600145721892, + 110.71579594629273, + 71.70253082994148, + 57.94308536991565, + 57.09697108070016, + 59.4432552630068, + 30.898608630512843, + 32.875360738371725, + 45.74151061055256, + 38.64560133386154, + 35.86687616153419, + 26.22821708090867, + 48.454758173782295, + 77.36492903341265, + 95.88381053020078, + 106.23046873052499, + 106.47666655605194, + 99.54178628894483, + 76.34424096425661, + 44.69368392840057, + 29.580702444420876, + 13.849847341832362, + 6.4845745888715065, + 3.036113435823244, + 1.4215249850014606, + 0.6655658049994696, + 0.311621565191228, + 2.2676695974607917, + 4.823852982182858, + 34.35100318677891, + 20.23340087062692, + 36.669640280505206, + 35.44836770544323, + 33.67834224288103, + 40.33913059817253, + 59.2975866325504, + 49.10812149762364, + 46.51527200713568, + 49.889393783489965, + 49.13794126211269, + 33.105973310178335, + 50.989608529620014, + 80.26267827515885, + 71.62738945995356, + 57.30734449073874, + 48.77283962682322, + 60.69790169140049, + 49.69760365561636, + 56.67648989206242, + 36.35869610369104, + 83.86645810129068, + 62.55629209704248, + 66.75515955960539, + 55.28490629146714, + 65.59351650225182, + 51.76251331470495, + 46.08355410570027, + 33.710259216709254, + 38.753594795800396, + 38.30083519259621, + 58.15186420333339, + 50.457309204312, + 83.72087305348776, + 80.26866457391026, + 53.7862944492876, + 63.06929774779892, + 50.28598625393569, + 48.79543838896627, + 70.6644486753252, + 51.173301832056495, + 58.8985340401641, + 81.7248595379279, + 74.75331765295992, + 75.39936887391428, + 65.77279254702421, + 30.79518269499731, + 30.278616675155238, + 44.36623889726894, + 73.76541350467926, + 119.12121050852298, + 89.61955578400223, + 52.708487686241405, + 35.5836738302562, + 51.87336081542212, + 83.72623461438513, + 84.65612806622886, + 55.034004750556875, + 25.767223271219105, + 15.141410772862617, + 12.044028588581423, + 25.014727146742676, + 20.770775584726287, + 9.72499120196433, + 4.553294290456315, + 2.131877393504929, + 0.9981567039195034, + 0.46734245065634156, + 0.21881230204419733, + 0.10244912153526707, + 0.04796724135386089, + 0.022458525838188827, + 0.010515205139767683, + 0.9977593432250156, + 21.306425528847136, + 32.09895915170866, + 62.42159277181317, + 61.921968001985256, + 83.67155025149717, + 72.85052045270638, + 39.2498868613868, + 53.45510759390076, + 52.005392200645076, + 86.56634042221313, + 60.13932923991433, + 83.93541042913498, + 93.0126800205929, + 70.07111239815553, + 32.807679655689476, + 38.80912600486563, + 28.432354729794636, + 15.299056063806074, + 46.3901830773691, + 49.941580820651595, + 94.58718752280458, + 80.80679590226825, + 88.50297227330894, + 68.91330329654326, + 62.69004184855517, + 76.88060271400852, + 88.85512379158672, + 103.3205692991551, + 84.01962478233054, + 98.63503428400888, + 105.21816460595238, + 63.162494075544096, + 56.142202566708505, + 42.45365783111111, + 34.0902152122827, + 103.20229491182276, + 73.99644984893965, + 76.35198731953062, + 82.3643222919681, + 82.3643222919681, + 98.31665301976825, + 147.3141368988879, + 111.0945772783822, + 114.0357159669341, + 85.44299274985386, + 97.44185477594756, + 92.7521349202131, + 77.59777089819572, + 66.00903728960287, + 71.59598988037435, + 63.11643182251519, + 62.60165269178376, + 46.08347370464537, + 77.0430774797656, + 63.98604304202203, + 118.4615220927075, + 111.00617507443575, + 80.8784316907558, + 96.68901298190038, + 61.48810956849802, + 63.39683168370918, + 68.60768838096203, + 83.37552831664082, + 64.9757817042306, + 69.79987669430874, + 49.662427498113274, + 80.02155222741125, + 94.01181544625001, + 83.35600424219227, + 71.63669211000717, + 79.94835561387178, + 90.351406038127, + 127.95014393876936, + 111.19148539374319, + 99.20151215000782, + 84.11492941021795, + 65.68206434754961, + 61.24253095799561, + 109.33151072731482, + 106.04133913466859, + 79.2763117048591, + 60.855476511445694, + 71.94666794991896, + 96.2438768615883, + 53.14833611557559, + 24.884342860220013, + 11.65098599208098, + 5.455055628761218, + 2.55408700457672, + 1.1958375626004505, + 0.5598977143549502, + 27.570909649623154, + 75.31231247365113, + 79.07493543426924, + 91.0927134871389, + 99.96777755361238, + 111.00912960012072, + 100.61101307593606, + 78.20106219878551, + 73.30018677230427, + 80.00310396611508, + 79.2657244844183, + 74.80632520674318, + 80.75073988142717, + 89.66051938925003, + 101.60059119045255, + 123.75216322252692, + 115.59556637119277, + 108.17461439085122, + 116.13940641078673, + 112.51465626060708, + 97.61071222542114, + 91.60330265217107, + 100.09072655523678, + 104.63274571186196, + 100.4857752848464, + 78.79734278300774, + 46.53056648041398, + 87.58706046013094, + 74.26084567439514, + 64.55212047183093, + 72.93824503020247, + 66.96645652125821, + 70.34244108941846, + 80.03693293453063, + 89.00476379092055, + 78.2984877484619, + 87.53091833683337, + 68.59964294512872, + 53.80981964371458, + 71.23523148304673, + 91.91374706370608, + 79.27122867111454, + 84.59846352139277, + 84.65522798715588, + 70.9803047112409, + 44.11244589669885, + 69.68874869102035, + 98.00460068821262, + 84.36269868132277, + 114.88511690926359, + 112.51791144912438, + 76.75640814816286, + 66.29591899708402, + 67.95452555919809, + 57.2024087250798, + 70.1890723179259, + 65.43119905535313, + 38.34224440528348, + 23.819226180039266, + 88.56942103534246, + 67.10144060067641, + 69.95556612673704, + 53.49805195719509, + 47.98387641183503, + 38.79873364511683, + 70.65546866856236, + 77.82139681797464, + 80.96156412863994, + 78.10252804771068, + 109.57555964238674, + 107.10920418506333, + 78.62417278588244, + 76.62490935495379, + 69.02922416586978, + 51.638658921444936, + 50.275474382621276, + 26.984483518972226, + 12.634283382490967, + 5.915440867224986, + 2.7696419016633134, + 1.2967615492448845, + 0.6071508791768753, + 0.28427137610604664, + 0.1330974195125621, + 0.9068174557942974, + 24.200899787179402, + 55.942183777863974, + 54.89089704500122, + 87.65433520400767, + 73.05974652807316, + 76.66500056895416, + 54.383813903249276, + 38.42466743647635, + 38.71832996578516, + 75.00167792528296, + 107.04695996321104, + 70.9228438367969, + 51.80355191769017, + 62.38926692180747, + 89.3166498053777, + 102.36486847863691, + 106.6798714241977, + 71.7260673558034, + 70.23351506411223, + 93.18328873730216, + 105.5153523941183, + 135.4931629436033, + 93.18248436232075, + 107.954948348292, + 80.82623542626149, + 66.47980718859408, + 76.12984092973205, + 90.21453249242003, + 120.55219947943425, + 110.44477417298401, + 101.39204191151047, + 139.87761496620172, + 128.18830839676232, + 122.04964810341276, + 138.1492879761555, + 152.2849472759071, + 109.27887102250894, + 155.62639731408433, + 107.25863906774893, + 130.20256303447493, + 80.47356753903469, + 75.06829306451759, + 60.125571596128, + 79.757073965188, + 95.73183315649624, + 78.97225524163058, + 86.61138304560399, + 92.81525437809341, + 147.66769541268258, + 151.36376649276127, + 124.49712594815058, + 74.98207203998136, + 72.72089408372165, + 87.07032871365317, + 97.65409960417517, + 80.46657840955363, + 80.00991489838562, + 59.5612047043983, + 113.70636367929677, + 88.68552187266015, + 91.83591395528038, + 63.06260569580455, + 58.964438726121315, + 105.36233440544709, + 78.28871310578673, + 98.10069616238872, + 85.25165965953346, + 60.9203251756756, + 44.97144209398599, + 21.055876171772013, + 9.858476862592882, + 4.615793009866468, + 2.161139637176018, + 1.0118574471146846, + 0.47375721386487024, + 0.22181572940833985, + 0.10385534272199556, + 1.442072765357043, + 49.94095723044382, + 94.36537007434515, + 91.02451662587333, + 91.44357440088632, + 83.96094158088655, + 72.31979847621331, + 54.32240292557546, + 68.2291262557668, + 89.60564137029996, + 127.59458556224673, + 101.23143174103002, + 117.04388375712897, + 95.03493603860737, + 97.88049942675659, + 86.53949751498958, + 78.3290735771249, + 61.455929570053456, + 67.27605945802594, + 56.783602390039775, + 96.30408183474589, + 92.90336095626579, + 86.02100372543119, + 59.100587235145, + 58.234690914288436, + 69.57108980125537, + 74.0239513278638, + 53.05031879378763, + 65.88637478120201, + 103.59822676488963, + 97.1369787261489, + 57.69564829063808, + 55.81196004450087, + 63.49596992911816, + 59.75593991567198, + 45.21488362150143, + 58.59517844821406, + 76.82763840484742, + 65.51023380580676, + 67.49637903092699, + 54.887622850049695, + 83.66258811148475, + 64.75951914809608, + 39.06494312193607, + 41.86328501964588, + 91.4574804581542, + 72.25149701003609, + 71.29965726664216, + 79.00490206134477, + 57.25411267019636, + 38.511381077521875, + 75.40167768152199, + 91.78974498910048, + 77.88181633710902, + 57.55861873587009, + 45.69001637531724, + 63.99096246798892, + 89.23762360972835, + 46.64136018828041, + 92.97772465656234, + 85.79900733035252, + 41.725057290389685, + 19.535900977567884, + 9.146816128955717, + 4.282589545933511, + 2.0051319454076437, + 11.69234732400355, + 65.20512167351157, + 59.41692627270096, + 40.09835069302841, + 47.53404378415992, + 44.91548435124574, + 53.67821038610953, + 47.63122790233336, + 72.67532121671658, + 89.72492814390169, + 78.4179705475692, + 53.219214841931084, + 43.94250873141885, + 35.64839821545298, + 50.46765919928686, + 43.03331746779888, + 32.78317230878908, + 30.47168174640369, + 34.870212120312665, + 32.00369405811122, + 39.807606969675675, + 41.963297023754116, + 69.30558537333911, + 56.78816274053663, + 81.66750052381072, + 66.2856168995928, + 69.90524268848415, + 56.09657342398963, + 35.99837059413665, + 37.001439532129716, + 29.24515561716306, + 13.692742474485522, + 6.41101722715906, + 3.0016734750921055, + 1.4054000062427188, + 0.6580160013861687, + 0.3080867056759242, + 0.14424788761107885, + 0.0675376531895724, + 1.697523429749685, + 7.823334868761097, + 9.761767823972104, + 89.48156699876046, + 66.55854465441016, + 37.317838070396036, + 80.6836534367036, + 64.86882778547978, + 37.32436585745501, + 98.77846509840163, + 86.00366034580968, + 47.13124171445514, + 76.66001924106502, + 135.74274378867787, + 131.18563024024013, + 64.29847092703697, + 74.88062506502492, + 110.883134896065, + 54.85778997402056, + 76.47632305297572, + 109.68027793878252, + 58.09237258333504, + 70.96304032077563, + 108.73227136884415, + 111.78588990513042, + 108.66116234005068, + 103.69918817646108, + 102.02974763378063, + 109.37592759530618, + 116.90008795924408, + 105.62671181389214, + 93.68054127164342, + 70.82537726738208, + 51.30083223892964, + 69.70649522172737, + 98.570783155347, + 77.17275056495293, + 40.79578105439231, + 55.12917038508451, + 82.60843176627381, + 71.1108036976268, + 87.79042872927563, + 103.35280772330333, + 113.77641934515522, + 82.23350385493232, + 122.6470971527561, + 117.67083684101361, + 112.86072862695079, + 87.21011798007662, + 70.25644705102009, + 82.04598022900275, + 56.890915297255624, + 131.15404229690736, + 116.27704310437821, + 76.5275708946243, + 68.29629631082786, + 69.49325641339196, + 70.75985796554083, + 127.54707814257785, + 114.80562024245599, + 77.53646855545065, + 111.99567086535532, + 109.9830235713957, + 102.42585952353566, + 94.04061948218606, + 109.33435665055217, + 101.78598573611376, + 92.84315376364279, + 105.7954605390496, + 108.83237725541335, + 99.29949584135278, + 114.7613096610421, + 124.95659993559991, + 109.22734176007539, + 122.6895865318291, + 83.63308888372727, + 39.15747152867169, + 18.33374322273865, + 8.583959265888728, + 12.56835101089663, + 19.059988659783535, + 21.915055874614854, + 22.761112390490382, + 30.258096550415715, + 28.697755585990947, + 49.31531728357322, + 51.99923126150466, + 51.77670917247697, + 61.77582346348726, + 74.768316880665, + 115.22578660243084, + 104.17223520857151, + 73.0744079599579, + 55.40002347903812, + 82.58236958052935, + 105.36521632075133, + 60.8139041147645, + 52.402187630305775, + 52.32865822263595, + 80.90742700989166, + 74.11859792547875, + 67.894283282512, + 64.80780487274103, + 69.15504227208766, + 56.83727199848825, + 58.976514238244256, + 69.79652612187738, + 63.61282804105926, + 54.43520486955842, + 77.91162912570238, + 116.25734906707015, + 83.11713655038864, + 122.54732329450434, + 103.86782265734902, + 77.25938809935332, + 75.63071531529931, + 74.74208487381799, + 72.64320373523655, + 51.20095337940981, + 88.23472458629541, + 70.00523023581759, + 61.98795541668686, + 60.900154179030324, + 73.32013233706584, + 63.71680541231431, + 52.282800602525654, + 82.04750233498955, + 97.07659191683439, + 89.64175570798912, + 86.68849850581451, + 70.32185365910424, + 77.10823964900061, + 75.80286317043605, + 62.081544592766434, + 66.57555009603615, + 52.145834519299235, + 51.46191378926011, + 65.33611894996793, + 83.77153268279494, + 85.49941631947075, + 47.07422331922307, + 29.909834676289087, + 24.784558070750883, + 16.928281541509612, + 28.91252128073655, + 52.65373200871086, + 64.24411323901487, + 58.06034023239973, + 66.97724041212562, + 32.57181266198063, + 15.250301572884968, + 7.140274951151446, + 3.3431159465521305, + 1.565265246583933, + 0.7328657848945642, + 0.3431317853899119, + 21.834397701418823, + 65.9506600906359, + 108.36958093513192, + 114.32164665629341, + 116.26088990073693, + 105.51358497902933, + 92.1303808772274, + 114.38878698103856, + 121.14271062859598, + 96.54958727542129, + 101.18136790421354, + 142.63127809091665, + 113.65932253213569, + 87.88325939329108, + 63.582678894139136, + 48.42069197396222, + 68.97452322764615, + 96.66096506450367, + 93.59328231213969, + 60.78468379380499, + 50.02369918592427, + 36.34873983600008, + 51.02004139502146, + 48.512823269698735, + 77.33719355318237, + 125.76191131135404, + 143.6874920365689, + 104.2745651296103, + 61.79896773465679, + 62.079706317784755, + 65.31357023090064, + 114.46458710240253, + 94.68480125682471, + 100.66800400006055, + 67.58815978247169, + 74.2289378685795, + 58.16981584447644, + 50.01533406294541, + 66.15338417659459, + 56.17861905027327, + 83.3929852234495, + 80.99522360835286, + 65.37893022912647, + 88.07244881600047, + 76.82784341033545, + 72.9762755974914, + 79.37738692111354, + 57.37221250692426, + 124.91534146015273, + 124.20642255795205, + 99.19811003841122, + 118.72515493195533, + 125.77769361185094, + 99.69888202155053, + 85.39481432717717, + 110.71075055227126, + 101.65152576762415, + 96.8404710174319, + 109.38341271742877, + 91.59360011622188, + 95.52014696145748, + 121.77076124503624, + 172.999325425849, + 127.3234489650088, + 83.25578213905231, + 103.68355492076128, + 111.5092032838189, + 81.40308759172049, + 111.14943844214756, + 132.86239816676488, + 104.4156694102974, + 48.8879898692401, + 22.889625349844465, + 10.717048298725365, + 5.01778087154199, + 2.3493525617316924, + 1.0999797720579019, + 0.5150165703715004, + 2.8716944650542002, + 16.885141538101543, + 46.80482014610434, + 56.474690658281155, + 53.4515750775434, + 66.91348032063402, + 81.86733693746146, + 67.54782478974997, + 80.21974740691078, + 98.53663875821088, + 113.46328803186294, + 79.26341004881641, + 77.03961812537248, + 102.92358536702706, + 84.97675128457496, + 122.4090195696498, + 128.51586186400885, + 88.35546675728317, + 72.72742166437963, + 52.32660967052694, + 73.14091083852814, + 67.28346978641551, + 69.87658680455934, + 60.69377805164971, + 44.26909881108216, + 59.12279965534866, + 63.89419291766737, + 79.28503511494186, + 105.81789406768027, + 82.2551983422277, + 56.37441405666886, + 50.62249280785106, + 61.05401240286748, + 80.66115353291376, + 103.20638685825423, + 108.73040928373564, + 92.557436256581, + 92.37340362346043, + 110.8853918114865, + 91.55025378736966, + 92.53661778173334, + 77.02234061529055, + 112.63330613503018, + 77.79190748253191, + 103.27255765956998, + 67.27890831805774, + 68.36672166735329, + 85.79934813935617, + 68.89952758950403, + 48.391606434327315, + 52.71168105105218, + 46.80655184672612, + 48.27978440796383, + 57.8393001475483, + 93.42021220825308, + 130.58608354563472, + 159.04904300504347, + 117.85648360639313, + 77.50160109790956, + 105.95879488085313, + 108.29132859514489, + 58.01331814636882, + 27.1621541655412, + 12.717469754982568, + 5.954389183685495, + 2.7878777173344576, + 4.62408503321126, + 71.59009086822662, + 67.62941821951547, + 79.77268491417215, + 111.37713155847098, + 119.89365949225899, + 92.10281442027245, + 85.22551605465377, + 134.07760009783135, + 138.16728966823618, + 102.06468268793259, + 98.34070228030716, + 86.17689348846918, + 107.19773643346173, + 129.1499378903954, + 119.51252599205444, + 86.65490801881032, + 99.46031043985761, + 104.94582859908729, + 92.89685599852886, + 74.55248429468384, + 53.38929443850637, + 49.18468472564767, + 57.62735045763967, + 77.79424722432667, + 95.47309037448495, + 83.82424292866749, + 95.28730482336853, + 78.35693956261514, + 47.78909718563813, + 56.87556154665492, + 89.69473581252569, + 122.17501405412867, + 95.11005741694959, + 108.74147982311624, + 83.11657281785526, + 110.78090629623975, + 79.36272438215016, + 108.85974521519643, + 68.03742364752533, + 74.48960784670723, + 74.6219977161453, + 73.91750982765701, + 98.59959412600674, + 87.9914759989095, + 98.69294810733876, + 79.49879130727281, + 56.588247969349645, + 30.009340855284606, + 44.19829405934968, + 34.746007249810106, + 22.042443264487595, + 21.854359701793307, + 41.139173991090686, + 70.36110560082474, + 35.5406616168708, + 16.640332958496728, + 7.791095279953665, + 3.6478335988055814, + 1.707935724879753, + 0.7996648863795932, + 20.666515389122107, + 69.61428562822552, + 62.9391266836583, + 45.502191914685575, + 64.09214267626155, + 62.961181792894266, + 51.96899770288554, + 64.92859205771376, + 71.3718020078083, + 64.36214189685238, + 97.9900550371652, + 123.16061383685233, + 119.92764761602162, + 114.15572269146433, + 108.51184249349663, + 167.26074073672217, + 154.45068851926257, + 122.56029840268027, + 88.8617886997722, + 96.16721833684085, + 78.87671943032292, + 87.91240816043535, + 133.95160799880517, + 132.08293712929287, + 105.72635969518767, + 68.72333153506641, + 104.42821605463676, + 121.11848583101363, + 91.89458322593083, + 72.89786723785897, + 87.28787159591703, + 110.92567861307494, + 104.5960571520451, + 98.40258175253948, + 68.78375996379188, + 81.21573129314658, + 105.59090523752195, + 106.60332521536188, + 114.27191213222861, + 131.70764439423567, + 105.08957557934046, + 79.88593369429002, + 103.90427113905544, + 115.74954561405352, + 82.08283456082509, + 66.4998710710014, + 96.50305656136241, + 107.68099686460084, + 133.72215408181472, + 129.1871132525706, + 88.74145323846639, + 66.80005335072963, + 51.90353612165416, + 60.142065232611046, + 113.90678145060605, + 103.59866131501798, + 76.70352740954704, + 100.4342704694651, + 155.81293643308894, + 136.17769902856918, + 92.66423957366489, + 86.81816375886751, + 126.9464796837472, + 110.50795343010672, + 138.7752434669819, + 114.35977872082944, + 53.543876461525485, + 25.06953702250316, + 11.737694915949142, + 5.495653223122102, + 2.5730950212186627, + 1.2047372203843238, + 0.564064583006321, + 0.26409813560885564, + 1.0604622445722585, + 2.8282378367546226, + 35.7733863667704, + 36.84577084794343, + 77.92288268963743, + 104.27841919365605, + 64.14999260134212, + 91.32401351725393, + 66.18272870978396, + 59.96549383680084, + 52.254796754126154, + 34.94457439847598, + 25.183110072695925, + 37.76607472463064, + 33.48089432771788, + 25.477346371588034, + 31.622354080958573, + 22.312021694348044, + 31.51112502608766, + 30.743484914577298, + 40.69837287772735, + 32.73476957218253, + 34.860036256064085, + 34.73501807538648, + 29.774864082849504, + 26.379722167271467, + 29.18437348303113, + 28.204611105199945, + 27.519398723981368, + 28.95265435601374, + 48.7602367545657, + 52.00365176779254, + 57.22080611989958, + 50.10465212904724, + 70.24752056975238, + 79.51589513597708, + 67.93123759695172, + 67.61071682211376, + 58.996076454333014, + 82.04832269017648, + 62.434817777698704, + 72.09477286670618, + 80.76879539015563, + 94.45906515162706, + 62.399533438438695, + 90.36729954721292, + 97.46612031067762, + 99.70035275277058, + 76.31713920733742, + 72.60082633810188, + 66.88946180908444, + 84.27777210287596, + 72.7386359244085, + 89.76261660471009, + 93.26546785722002, + 66.05350296366802, + 73.45003510863572, + 75.67674258356114, + 103.61144767193184, + 72.0659953676485, + 62.93414689676193, + 87.60401930814302, + 90.7400188596388, + 87.90472873405157, + 59.22453687574297, + 88.62306970856129, + 65.42163450534552, + 61.672080662753366, + 115.21979731615221, + 112.41293662848243, + 107.74256221365934, + 99.1140709939732, + 126.71753815624538, + 109.91161046824199, + 87.79264498643707, + 94.52367015428226, + 96.53434334612338, + 100.32239412497253, + 96.0043041071705, + 71.37617814933444, + 83.00255353980751, + 82.06311554416538, + 67.41344635400459, + 60.475590576944704, + 43.84994218006072, + 56.333241614001814, + 55.51773893956494, + 72.77733767979855, + 70.77567448459166, + 49.46916889411147, + 53.63595444736866, + 75.66617261517112, + 111.2894955637272, + 109.62486560705685, + 70.72366482819169, + 33.11320828725337, + 15.503785977984943, + 7.258957741756777, + 3.398683880919981, + 1.591282458634313, + 1.0699411478002516, + 6.99189113588404, + 26.22707471446301, + 45.629268291291744, + 59.13973340608386, + 69.65711217558908, + 51.269500595714945, + 78.45007946819486, + 102.26809907354937, + 115.02729100536376, + 88.42300736985712, + 93.32391428112915, + 121.49864235975468, + 98.08254689293983, + 67.20025356487753, + 52.41318350327207, + 67.2052658642663, + 80.68401218804675, + 94.8402402167264, + 72.16885027965888, + 89.72437805846991, + 91.77400414415334, + 63.70533358333767, + 77.40273682050652, + 70.02637812099476, + 71.35671495343881, + 55.47046695020681, + 53.543494006479676, + 83.20690676999037, + 79.20229208248556, + 52.76285504348871, + 53.949737434324305, + 94.640091788146, + 70.11973973865695, + 59.527072038579234, + 51.82856485861061, + 50.83733466384746, + 64.33197174138087, + 114.69509239371826, + 82.84745890557171, + 54.37530356808373, + 46.76540817961979, + 102.93363721318818, + 79.52537584392132, + 65.49954321242222, + 49.09125588495161, + 33.24205759999195, + 49.094053425532394, + 69.3195122217244, + 108.69067226666633, + 71.46118292377557, + 66.04525041273236, + 46.93064669774115, + 56.473541544270546, + 53.755560757546185, + 60.27201447436265, + 42.294063097740185, + 33.67663906771253, + 41.84951420386054, + 54.436026773461094, + 45.45027476400638, + 48.955525456512305, + 56.86665086007507, + 67.59502071476017, + 76.17675002932538, + 42.46768114776464, + 19.883601546084492, + 9.30961144470832, + 4.358811206841506, + 2.040819345654482, + 0.9555228258247046, + 0.44738103478690083, + 0.20946625750593723, + 0.09807325215393388, + 25.778657443036288, + 52.06344048615386, + 76.56514061437917, + 81.65913990175764, + 71.33978757246015, + 64.07364688143798, + 60.29826759152043, + 79.43004542326665, + 79.03713909026433, + 84.60949899081052, + 89.01506309604804, + 77.3649983633434, + 58.87916158090964, + 67.12892875292013, + 118.72866278586068, + 97.23154607191972, + 56.52706338522605, + 61.69527505905654, + 67.1873596821591, + 51.63201258137865, + 75.79871751319223, + 72.4195989755703, + 75.37835844665284, + 55.644376031283635, + 40.9002794978345, + 48.84297367297774, + 67.19183300042785, + 84.83691924478133, + 98.64472646312572, + 72.00876919992518, + 84.47445110853306, + 141.3635007528152, + 129.1650094252857, + 147.2662090727545, + 99.99622774859482, + 70.8289933952617, + 96.6969319920743, + 91.31742292148193, + 80.2214208565872, + 78.91284028045628, + 82.61999198827166, + 76.46669509780861, + 96.6879735304089, + 73.87045539194183, + 127.51320891545632, + 100.43917076892302, + 119.0548716937853, + 96.24672838182771, + 81.06741658544198, + 97.77869502038102, + 88.76155275339242, + 64.20876846872561, + 48.69195848223007, + 72.46910409553267, + 60.8629905846437, + 50.35153355087705, + 73.38188080960494, + 42.47784232733004, + 41.81327136035741, + 63.50025053909816, + 81.77581429587678, + 83.93616978885679, + 81.44678671287441, + 54.58442362684232, + 53.08509345173754, + 60.711515614579994, + 33.46291191105228, + 15.66751913522151, + 7.335618505198192, + 3.4345768713845195, + 1.6080877538942795, + 0.7529155179986762, + 1.3748600420710648, + 0.8621383020895227, + 17.996018901499763, + 21.525942657355657, + 45.303901621209725, + 32.56693551405051, + 46.9860349510361, + 41.69490899062362, + 26.747819562365883, + 20.02481427254767, + 21.6509327687494, + 24.96181470913343, + 18.922803473099954, + 10.414337213900762, + 37.26373543989784, + 37.749288531250556, + 42.24020799917652, + 42.73898464127887, + 34.75506840018353, + 49.2258441209595, + 27.855559722881402, + 43.767430287074305, + 44.07431277024136, + 40.39110617615413, + 18.911337739817114, + 27.18720951432037, + 27.7200551089458, + 19.22017766519307, + 16.28773215943086, + 33.55630561911594, + 82.2379325479593, + 87.31380245650013, + 75.54066547709297, + 78.94877486624773, + 75.07026514419951, + 92.86510632340675, + 101.58567218502921, + 97.61810553216762, + 79.72680176960809, + 69.67978824116722, + 75.6036005083567, + 60.09654724065443, + 82.69799392399113, + 108.57017294077949, + 109.10957113089319, + 109.02169480460466, + 68.36461601442461, + 62.70116693443997, + 50.98818710524659, + 33.92741635197785, + 48.41261039159318, + 34.15446891666261, + 51.91275833592023, + 107.13913728598045, + 141.44742542846402, + 126.55920930176202, + 88.14934469074738, + 66.82337583634225, + 60.26715982281864, + 78.199062374079, + 84.1563756042281, + 71.948341448291, + 87.97173628461009, + 104.69830620558095, + 81.19623362585301, + 97.28182576985739, + 81.2571849357726, + 106.25759475915464, + 97.37784941340267, + 69.00097354035992, + 74.84184645767829, + 73.56050167611201, + 60.99042901895315, + 65.71420495269771, + 50.91714163340129, + 75.11907809508418, + 74.6145735610189, + 134.4830592715718, + 109.36076191045319, + 69.77515535039653, + 79.93572400732911, + 56.382159334553066, + 60.39034187870564, + 55.343635726159256, + 35.450238772192634, + 51.02665702304607, + 86.0762753625111, + 65.25184412114315, + 77.10324426228982, + 84.44303071732014, + 92.00157897083665, + 70.21242145729698, + 69.1423862736569, + 56.226145390733144, + 60.45389122682087, + 50.63969277719717, + 77.37502293781088, + 63.343472720561095, + 56.13779299451514, + 49.06341959493259, + 56.051557288182124, + 63.58915201454806, + 56.117787434114554, + 66.40845870510776, + 37.896917578174836, + 65.92956790701052, + 41.34268506867256, + 49.96658777228717, + 40.6325089452956, + 45.51875014195301, + 75.75690278215899, + 73.04309695498358, + 62.11187136404524, + 64.57719600884549, + 56.43930576956871, + 65.9830411652382, + 89.66568825063389, + 67.9728704350236, + 38.05711608031632, + 79.97223644256195, + 89.41136231532292, + 56.067496134315036, + 26.251109613034128, + 12.29091369203787, + 5.754673292366919, + 2.6943696401785022, + 3.28045100259762, + 25.813818273481143, + 47.906304584523696, + 69.073101942943, + 79.12853222718097, + 64.34681527987536, + 64.35811779843308, + 74.16629649857428, + 67.66309398949889, + 70.61916485735608, + 80.37995152787781, + 87.9459588521924, + 92.15743145495024, + 86.0735365120293, + 99.25768176849996, + 80.71571068106314, + 52.41480158786195, + 40.930291790627734, + 55.41980790365241, + 44.972963909029914, + 45.85758655392239, + 24.65999794988405, + 31.634129060705483, + 76.75047768684922, + 55.239819207073836, + 80.59129124769208, + 98.7413407090068, + 94.57009507496795, + 78.24864240077083, + 87.65393861519793, + 95.18437726913487, + 100.16769716003549, + 59.56893226806557, + 50.55611600635257, + 85.49749211113789, + 69.52601263944848, + 47.407488379533156, + 68.7971694203442, + 145.21106995940931, + 100.68812554816222, + 127.2944376056101, + 95.76333854152844, + 92.13142805340523, + 43.13644060083289, + 28.753676591322225, + 34.71124188657004, + 26.363519313844225, + 22.068999134535105, + 36.7478469800032, + 76.64825829125078, + 47.62314079415758, + 73.64749140082948, + 63.12259978592425, + 58.95547772578595, + 53.54794799323898, + 54.00389330702323, + 60.80592132685204, + 43.05211408033069, + 45.34796659271861, + 101.00997600662862, + 105.22782234672678, + 56.586446831207944, + 26.494085179399015, + 12.404676186632843, + 5.807937517120431, + 2.719308242735465, + 1.2731950537021788, + 0.596116916536478, + 0.9482691396201153, + 36.994492230713064, + 44.685342516201075, + 57.58391848105897, + 47.00488334641387, + 95.18267386686878, + 141.22314738084302, + 140.79573171628505, + 127.49408197067322, + 147.9924523477677, + 126.73367950069125, + 139.5407552648768, + 162.84702113129947, + 118.79362143540264, + 98.14893049623822, + 127.55423405758951, + 98.17377094854666, + 109.52640572676577, + 146.6076729550706, + 175.71692209049002, + 179.49559010883075, + 189.0470096279782, + 159.12059342072092, + 81.14070685557887, + 37.990524574918986, + 25.899204695827237, + 70.93360647025818, + 51.67247710013335, + 107.31665470705926, + 127.99236374514251, + 140.77628644733207, + 95.29906516461875, + 59.64448095957221, + 53.880445813810084, + 34.036307268844396, + 123.2632260254534, + 155.2196111338028, + 173.73146920295085, + 130.68643259500968, + 130.68643259500968, + 120.99245258418651, + 137.15850216225562, + 150.86496351701072, + 117.11199285191812, + 78.33082816066855, + 78.34165215860517, + 51.80606673799795, + 24.25588496588854, + 11.356738554461323, + 20.636731785952804, + 27.66649161908893, + 37.01377319411876, + 41.30370605701413, + 55.74164447711175, + 43.55902346845535, + 76.45576135048327, + 70.73428354797896, + 54.158569333780264, + 56.65122363307412, + 89.25673094856978, + 122.14979037916933, + 94.19269621270264, + 69.66200398716357, + 113.26066110186528, + 91.58014214702466, + 73.12142244645946, + 156.66102613542475, + 126.0212354964542, + 88.06374679046372, + 139.22571336899233, + 142.28897483404717, + 119.5904272643052, + 129.87735448652137, + 116.64266985778822, + 54.61273862949825, + 25.569984159743978, + 11.97200701406328, + 5.605359434302267, + 2.6244600718002338, + 1.2287866191637105, + 0.5753246435942394, + 0.7109429372067094, + 54.08573377452426, + 85.1271044545673, + 82.45443339755522, + 69.90913865059728, + 51.21773794663485, + 51.152588502995535, + 78.11308747893702, + 66.14330477938985, + 56.44934299696315, + 119.44653861625811, + 138.5408248962769, + 88.63893192071367, + 62.071261233158324, + 61.97890876534716, + 76.6737256639436, + 56.364055399916495, + 66.28098027122859, + 57.70623711798787, + 81.65504997197807, + 91.05845565534851, + 105.32585531713563, + 90.66636494120333, + 92.89857390659267, + 128.81361057101003, + 115.29762208606205, + 104.75517503216832, + 101.82629816632931, + 71.96632054848227, + 39.81622073150255, + 43.26922776608477, + 68.78609485406255, + 70.34456895633784, + 112.00658245633255, + 110.11040691337561, + 100.92909760017238, + 95.34526453785791, + 79.32013937919983, + 53.94101197923253, + 80.00625764049069, + 69.79149911787029, + 78.02525731898065, + 58.760554814427444, + 73.41157859227795, + 59.24652398512195, + 80.57415187977507, + 83.26245197489268, + 63.35871162664511, + 61.60312589693349, + 50.36780883563489, + 66.80787321874652, + 133.6051560784892, + 92.11643150333343, + 85.68856777791801, + 79.92908517878892, + 87.5313166693695, + 80.67433337196644, + 53.10640988835113, + 50.47897542703224, + 41.48637636461061, + 30.093482658902154, + 14.0899338544438, + 6.596984412632418, + 3.088744332663374, + 1.4461670599511387, + 0.6771033598252983, + 0.31702351172498544, + 0.14843214928422943, + 0.06949674748492594, + 0.032538758848900604, + 0.015234825596069208, + 0.007133029013812179, + 0.003339723358895162, + 0.0015636768184108323, + 0.0007321220741002634, + 1.3025758887829886, + 27.952480770423623, + 127.13719763948372, + 120.18276593690716, + 90.52749114586531, + 70.29966739948983, + 80.75515719959596, + 108.93836838925924, + 85.91512125608635, + 84.81180591112297, + 98.29510710444234, + 86.56254461540182, + 63.9112013752193, + 88.44852321089601, + 105.30556872554602, + 96.10769744090797, + 74.81733227193092, + 99.58389023529672, + 73.93250402835413, + 124.79450525288283, + 113.82436920242455, + 92.30371866086384, + 133.66985183998318, + 126.75468546794028, + 111.54355965992147, + 127.48440044471704, + 77.699256743316, + 92.93758608106052, + 83.36836500167215, + 84.6680948826934, + 88.52969519812791, + 97.02071257766629, + 69.788858805726, + 92.7226543233391, + 116.9843742284319, + 131.77608390724714, + 93.10757629815234, + 81.3705014322675, + 81.6627846958134, + 68.67988223537613, + 78.34850551011903, + 111.9089556050661, + 108.86371542330852, + 91.25562406192581, + 78.87280701755876, + 52.4550032142868, + 59.26420187619813, + 53.74380005127785, + 65.83498073945294, + 50.59293287512911, + 120.89308828173202, + 83.98200957909108, + 87.95324295845145, + 57.72236499295116, + 65.49421915867555, + 83.28867676527364, + 90.90837808664756, + 54.159771479309924, + 54.08525279689887, + 82.56991055397265, + 65.88350172328555, + 70.3870848836188, + 77.30063837203394, + 39.71834212409534, + 18.5963459158199, + 8.706911289004571, + 7.570965469971041, + 46.30285537424152, + 89.09033760430661, + 116.21624634574094, + 138.08936415391977, + 128.66042553075945, + 166.7089149207587, + 139.56271218421622, + 110.98878546935393, + 152.01314919081392, + 175.2400190405991, + 127.59968681240719, + 139.5154954252156, + 138.9871431376124, + 200.30099266672127, + 183.41896736452438, + 201.98475055977298, + 157.33167988898063, + 134.08441513858511, + 177.02760815452535, + 163.65213354040392, + 143.18924063944172, + 176.9522768967368, + 174.58326789249114, + 160.6018833480321, + 100.48504565151052, + 76.97456698563248, + 91.6850768525772, + 125.10781744682237, + 117.51558294532775, + 138.43230068549084, + 150.10960059445438, + 133.69531177929716, + 187.99981208948162, + 180.3148200842349, + 144.1423010884455, + 185.65991028132174, + 143.87831378890013, + 150.121974789155, + 147.02164327199088, + 135.1927981035496, + 127.17152729001188, + 118.55101145368616, + 135.05101489680095, + 94.88190477997858, + 112.10099854217147, + 110.03137140878735, + 110.55157675788767, + 79.25888542625756, + 88.744503034892, + 91.15805079172611, + 98.77068943399439, + 116.73153435992958, + 111.92891962092051, + 118.55815033333893, + 57.98528816374714, + 93.50883654139587, + 125.71555305088958, + 80.34272309722171, + 37.61690419672568, + 17.61244113711862, + 8.246241668007043, + 3.8609356373582395, + 1.8077112696874875, + 0.8463803444263275, + 3.604953464969285, + 51.43711071620272, + 69.7178442011602, + 125.72747536110899, + 115.87830101551772, + 114.96186252999732, + 125.02512643854624, + 104.0274193399202, + 94.31366661865319, + 67.50248360207203, + 84.1030145295205, + 102.57159652314964, + 152.98033910012504, + 112.779692489513, + 135.19698920508566, + 106.04903018690538, + 76.6769036380378, + 57.398415651764154, + 79.02208705270883, + 153.58083908257612, + 150.24437065734918, + 115.55838205581199, + 120.09233568635142, + 115.71505111482934, + 101.62194033017943, + 89.46805367738699, + 79.1061444844799, + 107.05801025637572, + 121.64663485669014, + 125.64085264430324, + 71.10592820580017, + 101.68818323477639, + 137.7025498714844, + 139.46465198786746, + 95.64727768968929, + 101.69900699658632, + 89.91787957394365, + 91.9707659782963, + 85.61981629249546, + 95.91379821755015, + 68.50951875802191, + 53.0510123913767, + 62.91826814643203, + 63.29183856808733, + 103.2397186295515, + 104.76672143777535, + 77.19847467664802, + 85.61164278315928, + 86.40569963702796, + 89.25760714865264, + 82.5126712138969, + 92.0331859739581, + 71.37410661639477, + 72.76628211246884, + 62.90086178884157, + 85.58603188754122, + 78.80975012989927, + 67.84083114908252, + 65.91256322290866, + 90.29740784357989, + 105.49711307008756, + 164.715391170403, + 157.3839250750728, + 116.74196981466878, + 105.87241236110657, + 87.74642509831246, + 99.15717507115912, + 112.10318403188191, + 113.91114595201512, + 120.12062204762006, + 137.31635826333653, + 150.86246227716245, + 127.51308903900116, + 111.22133075885887, + 130.89227923249166, + 153.6620063721826, + 128.7151659459652, + 130.27618650124413, + 138.25038599035514, + 117.31286406253774, + 117.8970575445878, + 184.8406637798173, + 181.3670679277698, + 151.31894294217858, + 116.10456797444766, + 134.81940219920796, + 133.91636761698913, + 124.32823073529025, + 133.43486390358356, + 151.99914116293573, + 159.92092694055597, + 139.92093115292153, + 105.67571879414756, + 124.88360650615758, + 146.7276368629089, + 126.23179867987068, + 106.02101821585954, + 101.0722643156611, + 123.55103946392998, + 116.9372967755496, + 54.75068457048653, + 25.63457120691443, + 12.002247024260848, + 5.619517973155044, + 2.6310891774498657, + 1.231890402835947, + 0.5767778521555744, + 2.4462431399588738, + 9.305675397591823, + 83.00302590515344, + 116.52611083143432, + 109.48953842891487, + 95.04026681111375, + 82.50353756829325, + 73.59955317279103, + 67.90953850571927, + 110.7419481760554, + 111.11076300042762, + 97.36488581094274, + 95.17337140521938, + 55.1980202080552, + 44.31754898187669, + 47.2708848506464, + 55.409878044055446, + 79.50422470410916, + 90.51669445641835, + 119.9972165620051, + 143.604658134631, + 150.4650373375052, + 155.15699548125767, + 145.1474618351692, + 91.17117626303786, + 78.5859014642599, + 78.93659052357208, + 61.390851706399175, + 71.22277318299278, + 39.071050315697406, + 72.00023224027223, + 72.62031128282587, + 67.6976327808616, + 71.82118287596286, + 62.059972744104066, + 53.402234735414325, + 76.29046776868026, + 125.19507470839736, + 155.19915344083014, + 174.76058429506944, + 154.47810663607743, + 97.4692865121718, + 104.94738577714035, + 155.69346606304657, + 160.79871442173163, + 166.33935659464453, + 125.90041141267515, + 86.91373006130304, + 98.97770980531476, + 73.30177958271048, + 75.26958265814218, + 126.91867041505333, + 134.49802192642736, + 102.7392079457388, + 128.000186899681, + 115.66048816195519, + 100.43976717634698, + 99.2313379870512, + 68.8252217075862, + 55.72276660002697, + 46.232912920039844, + 49.16264532461453, + 69.96108147616908, + 80.0627111201756, + 116.80137039781482, + 143.71520786431552, + 143.95041856692376, + 145.3641030676163, + 153.42708771404614, + 101.84454059582582, + 47.68417323765318, + 22.325991791568963, + 10.453151971262669, + 4.894223161704105, + 2.2915021634060797, + 2.172753995441292, + 61.99243589403824, + 62.02539478804602, + 79.61119374020522, + 73.09931717433975, + 106.61144501171569, + 76.71923327765417, + 81.57971613451042, + 82.97970310619394, + 102.7226040693835, + 122.48605433657534, + 118.5987730949419, + 94.81189926946777, + 163.90163286959643, + 164.18351329788055, + 162.72467315350698, + 147.5276033003583, + 80.0952428337371, + 55.175272007929934, + 65.14700398281289, + 116.35215680690096, + 105.82273972456153, + 67.42996625979433, + 77.82488506261231, + 65.8589069858843, + 51.468608463474396, + 73.41929861313676, + 69.35742630122904, + 122.40996401577054, + 91.57116361626541, + 68.96801785423577, + 79.97082937024899, + 55.66279765858844, + 60.44270431583068, + 75.91702270552733, + 100.0195419311836, + 115.08007507868686, + 83.24400718964921, + 58.90205920391779, + 52.44204583388253, + 63.93990534252998, + 127.2874988390032, + 120.24540531655674, + 85.33453444517, + 97.0847604970422, + 70.85691054117112, + 96.85046848347206, + 109.48389718820692, + 86.66046053109076, + 97.6681656257374, + 96.98533853510578, + 102.04812453809792, + 90.72410355544771, + 60.818639280821316, + 61.66708568695651, + 52.53196577915418, + 70.75129320385867, + 102.45037231026191, + 94.42466769990247, + 120.07315596358256, + 89.82135029020031, + 73.24529598718954, + 68.18420421447789, + 99.97964267606116, + 66.24046667752134, + 31.014150291364555, + 14.520995496273589, + 6.798809840729653, + 3.183240106524683, + 3.1742919513558254, + 2.953509252848562, + 35.07987091397312, + 72.83698075906196, + 91.91949461839317, + 76.26047858651665, + 71.14508158875026, + 77.8018779832521, + 88.6984227027225, + 83.73135586770886, + 108.97690226922809, + 117.27025844721997, + 153.66134099387068, + 133.186457117163, + 128.22771156037794, + 96.05178739290133, + 83.31290833388596, + 108.46060673042018, + 84.75471995633227, + 94.54204245910893, + 86.04694484742515, + 87.18818571487493, + 74.94085770838225, + 89.69506907105034, + 65.22861700841706, + 57.083242400864634, + 65.9034767219439, + 45.080624294240636, + 59.03203461437477, + 90.85342699816536, + 94.43573619004849, + 90.68804039865418, + 64.5606221005142, + 115.63329424394874, + 142.82187725964323, + 93.73180852528675, + 72.98250604269396, + 49.26533953216671, + 57.29125880378521, + 67.26618276253542, + 78.74229023470399, + 118.32009958972588, + 109.67361960103972, + 90.95083515255001, + 74.86258310591893, + 82.61200837158147, + 72.71009047392536, + 121.1134576406411, + 126.83302804202509, + 125.87494011734984, + 76.58738449119396, + 86.35024730675813, + 75.24961493857398, + 70.63139239863011, + 91.99502343290243, + 112.53152889265002, + 121.9867318360265, + 97.86301938154274, + 45.82000313859293, + 21.453177113158162, + 10.044495345328484, + 4.702887885097643, + 2.2019179360847114, + 1.0309500706183412, + 0.48269648504605883, + 0.2260011452698908, + 0.10581497741469695, + 0.04954315356190601, + 0.023196376588912652, + 0.010860670913536322, + 0.0050850257685725415, + 15.43954386921804, + 68.41297945176237, + 100.97733829066857, + 108.32384090880241, + 118.22593188739927, + 95.87776410037955, + 107.04254593213079, + 105.82715026198218, + 93.31711802864754, + 99.92603102567111, + 112.59336309162998, + 151.05067869080344, + 154.5311912329614, + 141.29443919055979, + 107.42895725630302, + 118.54568926217001, + 121.68137129329263, + 90.66696552959084, + 94.72064715544043, + 109.67049619599439, + 66.6458423112426, + 53.83963268279381, + 63.20619062634046, + 91.51560775458859, + 139.85411415715686, + 136.92199650182883, + 143.05728972968024, + 121.75246142422912, + 65.88917690619955, + 102.46343100591585, + 105.34699326696546, + 85.0208469455642, + 98.29295527370624, + 104.56486794088757, + 92.02838779691665, + 89.44638616867061, + 82.93759153345833, + 108.67073009070086, + 116.13591036309651, + 90.43058993211397, + 121.96479381359548, + 125.68408865222771, + 146.04178068746882, + 134.8059563788166, + 100.21716921467146, + 113.10938525098308, + 82.08391553053275, + 94.49134946047846, + 121.63449848535147, + 130.78394852513298, + 164.50721046326964, + 119.38351479735617, + 85.02447236729319, + 129.11520759804176, + 132.7118645056334, + 105.98795601579626, + 110.40742642451721, + 140.09769999251876, + 117.21510577825576, + 102.0439398012297, + 122.2495559810564, + 88.71697255296463, + 80.35454702263722, + 104.65707073383123, + 110.03931085280351, + 112.58533849395714, + 94.38846455610258, + 74.59374484594095, + 130.3631066695552, + 130.28945139130337, + 85.33251714266795, + 109.95659105308819, + 96.46539877793187, + 120.43224060406376, + 96.09429970486055, + 120.97969813155099, + 150.71864550013612, + 102.7953121372624, + 98.63465433363056, + 102.42154644822389, + 98.27768699886346, + 110.05307292648061, + 83.79130231491688, + 108.28580961343474, + 110.14797561914837, + 99.25681975546038, + 111.83951802505086, + 98.11729885486683, + 106.87411227406898, + 85.27610981945608, + 39.926742954258486, + 18.69392032904061, + 8.752596165153639, + 4.098013593823514, + 3.4114131063399444, + 18.963382518581152, + 52.019019948429275, + 64.52045863976055, + 73.06736508164737, + 51.24511968294334, + 24.593718848473788, + 78.46585492500324, + 77.61554802636553, + 67.17141193631439, + 86.59730732439849, + 77.26385907055476, + 109.69075138539392, + 67.86071845661233, + 58.09001039201553, + 86.74030856950992, + 75.7355275579884, + 62.32894893527448, + 55.85862507010333, + 81.02856796267208, + 56.82863557957415, + 26.6074792814858, + 73.56766072230579, + 87.3088156603701, + 68.98680849089291, + 86.7408641554659, + 74.67112840725063, + 84.78046668808443, + 57.587900137455044, + 66.70158452988686, + 117.1910569793144, + 99.36064700700315, + 123.39648188703649, + 95.15405058021298, + 108.60270061843295, + 107.24536132772228, + 129.6743264920876, + 102.2364764498878, + 119.03125124650312, + 93.50065716985748, + 79.6659467505207, + 84.09134011168834, + 69.10510734282153, + 67.54967144835626, + 88.78588495970865, + 103.7779534505403, + 87.98832321930871, + 118.56009770511355, + 91.42459623893501, + 125.03810910237641, + 107.9123952131829, + 98.12396822927988, + 115.8539055699639, + 117.10927834966003, + 92.79001776319028, + 70.23705139115157, + 71.11510857602696, + 71.70949950454875, + 106.53310062963286, + 128.39923785780303, + 154.56144470079448, + 131.04519699415997, + 61.35608093349308, + 40.24847785197905, + 41.26605871969795, + 50.73593295029596, + 56.76657756025464, + 62.29090661071858, + 55.512453790161004, + 58.026753931313635, + 86.08553447925146, + 67.95745458301792, + 65.45191539406083, + 66.42004136662275, + 61.9176576125562, + 99.6675524980064, + 84.50331242898827, + 39.56491497183461, + 27.268120827779796, + 33.570920883842355, + 42.650812961321684, + 50.18218398489678, + 60.05437972669614, + 76.5415894458312, + 75.67527781678274, + 66.59623144653018, + 52.05848448154713, + 68.1059470226839, + 108.24114536452188, + 138.93396268074028, + 185.85974873125957, + 145.11435809083156, + 67.94333942685248, + 31.811444664786396, + 14.894293100654078, + 6.9735898292527665, + 3.2650730570437085, + 1.5287251371041803, + 0.7157575049576939, + 0.33512159476471676, + 38.26774892118873, + 79.1096536068554, + 101.0190396040644, + 103.12507800840747, + 68.644050103527, + 87.57999067713774, + 108.40501934551313, + 96.42128689543284, + 62.98802040303815, + 83.1530643960428, + 98.86210087464472, + 75.26490593448457, + 75.53585074316436, + 107.6027785106856, + 120.23150669786116, + 80.76132975367301, + 88.05224240664802, + 62.69902045232823, + 87.86794794241067, + 91.45789049219849, + 75.19627994765541, + 54.673853856015484, + 77.56542766701001, + 73.76022613607529, + 67.03556848671525, + 117.79229924161686, + 93.97350051410517, + 83.53038626757527, + 55.15716700087938, + 74.66517688534425, + 75.46847893235065, + 96.33489605663004, + 83.94582555150343, + 62.169838197014315, + 46.27948117426693, + 43.88129306304144, + 34.420652412782225, + 47.27767300390647, + 45.34507246019551, + 40.80292138992182, + 50.765212555959245, + 40.81470893443392, + 61.525674437760884, + 65.15010648587982, + 74.30786005165388, + 61.00258594063579, + 69.57099019043581, + 71.77952329847957, + 82.83259855215704, + 63.66834502160687, + 55.525608744644174, + 59.546835319737916, + 83.15928321862273, + 71.17872765501271, + 49.01261679717004, + 45.90676571653555, + 58.3635453376822, + 50.91200917375702, + 39.38860600312789, + 86.91103763783119, + 81.83583141165317, + 64.47600583649599, + 30.18802003516939, + 54.310610743387855, + 49.11538168215121, + 71.34080536972033, + 108.15305336397508, + 108.89685066340812, + 98.5421124859741, + 92.9845900606906, + 110.5819168365619, + 117.1403351050613, + 110.44989087354222, + 103.48618105228717, + 110.69475577864748, + 129.67539073762256, + 124.6107419055483, + 114.44489038526834, + 120.32480669834351, + 138.4369550044406, + 135.83539524567274, + 78.55807060135216, + 108.86383803220002, + 109.94844025811383, + 114.76588597054325, + 144.59901803188035, + 127.11189492504708, + 131.83967056089443, + 133.04369112883822, + 154.12890097094765, + 136.6871715968355, + 138.32279635916183, + 143.7627550231581, + 167.87561891723556, + 149.80591828128672, + 151.23245646890211, + 156.37956874566393, + 170.64795049065916, + 85.54572178803087, + 40.05297675865538, + 18.75302368953588, + 8.780268683133448, + 4.110970018719258, + 7.425597654789527, + 55.5890215586483, + 90.88023862573222, + 57.7504362972993, + 69.96947132722784, + 90.66808095297422, + 116.22004054226034, + 70.01724803695627, + 49.53988605344183, + 98.93257351690517, + 77.45600242149271, + 75.9447419277787, + 103.84865669314773, + 153.6736086482098, + 156.38588310338505, + 106.32549822014077, + 114.18134057789447, + 140.906801854497, + 126.4646538528893, + 91.40334618148047, + 103.51412423994432, + 99.55937781558818, + 73.48871409954796, + 107.58173868097577, + 97.8124994378498, + 83.47225959559054, + 61.970196796687986, + 86.47970300271528, + 82.20029498275852, + 68.9048613448292, + 55.26806113601517, + 129.09489220490497, + 119.80975873382073, + 83.85310007173784, + 83.43896322202738, + 103.34584360038818, + 80.77680540438094, + 96.11499032719439, + 113.16186821489379, + 96.3433417339878, + 75.42884861240694, + 126.93904903982165, + 147.18327876622158, + 121.2675486117861, + 91.37322083848568, + 71.73728522425236, + 87.49914380945485, + 84.24141025321238, + 103.03428154212176, + 86.36906819997574, + 90.75182593393299, + 66.2348444671142, + 42.831585386699814, + 59.52758639665144, + 102.37105593031549, + 87.69550234422218, + 77.36560143853052, + 71.46578018581621, + 50.44692547373492, + 90.2516833676945, + 101.66706596129613, + 127.08138652874473, + 86.6268213583763, + 40.55915351489495, + 18.990018426732327, + 8.89123092066502, + 102.43974381942877, + 95.67704840205707, + 129.329516767585, + 170.0663871571195, + 176.28188049239247, + 109.43405457306957, + 149.46475050101935, + 159.65110975278375, + 133.57479614788662, + 130.7587807278807, + 134.5972696730779, + 135.20639589307592, + 138.74008050799392, + 174.49064406478715, + 145.9905430457616, + 89.99094373155884, + 87.83339758405108, + 114.86392047083042, + 71.56510851751145, + 125.42783609886783, + 104.941316500211, + 161.04875610548544, + 108.53863529191969, + 50.81838513836333, + 29.938431036303626, + 33.54959675112087, + 88.32917861870214, + 66.32755249810175, + 53.04345190954474, + 87.68814571938866, + 102.65968983321062, + 148.1341603489633, + 129.60099979306364, + 123.8212442799371, + 107.75442693789606, + 109.55899522005542, + 115.18646705099661, + 106.73100618085135, + 118.46420050749067, + 100.43629319173716, + 156.34569769265698, + 130.80926734699145, + 108.64357424569569, + 113.4131929247279, + 149.71009333420415, + 151.79609750413357, + 139.07062609369834, + 123.20993005750563, + 107.43246530842515, + 134.73003574719473, + 161.14127628666733, + 143.4299905460661, + 134.64659207862692, + 90.5845826691698, + 96.76373189471724, + 76.84406691532168, + 123.64770251577457, + 115.26605451345289, + 126.76724158304957, + 109.85051827888049, + 146.41823221908493, + 139.77393720734165, + 154.58207047921715, + 156.3369405731383, + 130.80194055511154, + 126.89954638809652, + 121.87643142644012, + 109.50348580951972, + 109.06906794167226, + 112.59436018507151, + 126.8091335681498, + 150.75914754637523, + 174.49466970620367, + 162.6662825222833, + 146.42315153859033, + 135.12508818315777, + 121.23006168721945, + 107.01659090723439, + 102.34694824933018, + 86.64158057779545, + 66.679582952592, + 124.11136830263744, + 115.69829000814589, + 106.51274325778144, + 116.77822870702835, + 109.52962643898059, + 119.95105429585357, + 115.84705454874312, + 123.30091735351039, + 147.52456647654537, + 150.96881324104555, + 138.44182941993938, + 131.8972897808124, + 132.96094118087785, + 152.51209612062848, + 138.62803071933786, + 124.93438890589768, + 116.02261832814129, + 148.82899141472487, + 149.9422953865992, + 195.4987511485939, + 149.11351838353656, + 181.14433485991003, + 175.2416131249875, + 146.61885398757065, + 68.64775266840414, + 39.80138989536937, + 28.091650643069006, + 15.221404787058553, + 7.126745317326236, + 3.3367812976903566, + 1.5622993291969292, + 0.731477126085137, + 0.3424816077088173, + 0.16035176963984027, + 0.07507757919803301, + 0.035151734906930916, + 0.016458235336915573, + 18.21627290462039, + 40.533622118269335, + 103.14223393463803, + 112.51892788252636, + 107.45741995186391, + 131.52726662244558, + 121.91267893611426, + 132.514224291373, + 134.6038174611389, + 130.89634261966748, + 164.7224961631872, + 186.2050096371899, + 193.1901665847297, + 166.38663618979405, + 140.16219980360282, + 145.1877998176368, + 165.11482280878857, + 179.90373023530958, + 184.61777527180752, + 207.67081204937875, + 147.59508237298735, + 103.01833203831424, + 72.57105178066682, + 119.94545288704184, + 112.02709489111011, + 64.58261017861197, + 69.62091955942803, + 79.3663497631235, + 64.12054763313478, + 84.70433165220106, + 85.6994512549485, + 118.16509306598266, + 98.30374281803377, + 69.12950865725173, + 108.24821064446851, + 161.44777175926504, + 201.22930872916012, + 188.1471832566483, + 88.09154450596253, + 41.24494493686111, + 56.91339056944321, + 36.30346575896737, + 16.997482047150214, + 44.22733056378735, + 40.84007775439826, + 19.121548698504995, + 29.83089267997142, + 68.7950729014746, + 43.65662171257146, + 69.5964131558705, + 69.5964131558705, + 85.63894627439814, + 72.87514643979654, + 131.36743259141423, + 156.11414709828182, + 104.593295763425, + 124.06360494383179, + 121.96331433316809, + 70.394263816357, + 99.19485414826745, + 72.81016553350209, + 79.80512697094876, + 56.37229165851985, + 78.49626543597577, + 119.41504671018873, + 104.56478311344281, + 59.80947994245462, + 85.77005837799824, + 96.45935790204373, + 74.62523889899194, + 101.03677494368182, + 67.9837022572971, + 54.19647363112662, + 68.12835748617917, + 119.4395771067023, + 128.86806085561295, + 83.4855830400706, + 94.5230141279471, + 88.11562752537066, + 104.68427083483559, + 124.12408515261151, + 86.39517547604126, + 73.56221725566988, + 112.85719867396186, + 108.81306823934494, + 145.47350071288363, + 120.79274017687163, + 71.31888721136406, + 106.72465297507296, + 106.62654296595922, + 131.50149778388644, + 129.05057193537235, + 80.3186125622645, + 91.17951591216439, + 149.47897455582628, + 152.8618254892458, + 128.7543777281497, + 71.23648418131694, + 33.35331312479287, + 15.61620438157781, + 7.311592655721351, + 3.423327836709386, + 1.6028208940796316, + 2.1387824246744085, + 46.36886269581359, + 147.85100180119917, + 131.78823261368936, + 95.27482448111985, + 97.33781054982079, + 120.34882454743365, + 115.58839774702213, + 136.96357190737282, + 132.0132505287252, + 118.95326621596655, + 83.28049171878865, + 114.23549889219902, + 120.34441648815098, + 146.81089054037923, + 110.76706500224807, + 113.65313047140461, + 149.47926529396153, + 144.638991338912, + 122.70844942710028, + 153.78317882720023, + 153.05438281672684, + 127.58397440794438, + 130.44418125438776, + 135.2003464422409, + 127.28885786159952, + 123.45009851774567, + 126.90415224928387, + 135.08729305135637, + 173.47920865671858, + 173.7897409133846, + 120.11417408645374, + 56.23811597487672, + 26.330994759430062, + 12.328316356310037, + 5.772185425194753, + 2.702568916945208, + 1.2653576094347254, + 0.5924473820871762, + 0.2773871180169758, + 11.923986702454393, + 45.37273872176725, + 90.06685814722579, + 87.20844940783984, + 73.73087936699838, + 71.19518469573478, + 95.66882827042258, + 87.34194025043736, + 75.81555612878361, + 70.8895417564612, + 106.97842882078322, + 91.91439139662803, + 60.52658676327911, + 28.33888033486145, + 13.26841941004387, + 22.91108100440631, + 22.91108100440631, + 38.76510757236417, + 68.29950483548313, + 76.38833297068871, + 90.97536509783691, + 85.32123461703344, + 130.2607234306629, + 103.06011414746361, + 69.54975114339607, + 58.096902942482316, + 150.28011762013767, + 157.58661737230102, + 101.3540769281498, + 81.09850743946075, + 109.90095281747612, + 125.43067353587531, + 136.505570094385, + 89.46596217028303, + 105.02267119981317, + 94.55694671301313, + 70.1148012767566, + 76.74765055667916, + 136.6388055176051, + 139.97765853730203, + 140.569956976222, + 74.3120385137036, + 78.67299974855871, + 81.67346053710702, + 83.14738260298223, + 88.53287518889633, + 101.27105913423405, + 77.42840943923414, + 69.95591122206353, + 136.09132051723097, + 152.55628335041655, + 170.64068355596436, + 166.85429093587481, + 167.24391694811413, + 139.02505204964015, + 93.13917112048699, + 123.15542056006304, + 125.72319952891849, + 147.71479442537125, + 156.2561833117406, + 103.5868465704598, + 130.01994034693703, + 123.76747552346522, + 95.63460131810498, + 112.24249945853654, + 99.61436890237756, + 60.790491267873826, + 69.70317173732808, + 56.44570851988954, + 78.1918603918931, + 99.6045052396159, + 84.89374333716736, + 83.38435128902421, + 107.91589522585389, + 133.69249443012365, + 162.00631146124704, + 172.89355895941577, + 162.27013812402333, + 151.2197498678281, + 110.68223007126522, + 135.09725951670518, + 87.49262318663317, + 40.96452668587246, + 19.179816371695328, + 8.980095360867884, + 4.204529966683559, + 1.968584021699246, + 0.9217018504321302, + 0.4315458683631448, + 0.20205214561952745, + 0.09460192425038003, + 16.009249202554145, + 87.22527588478236, + 95.37909690386232, + 78.59854642671492, + 39.80222567824275, + 73.10998082042654, + 89.8449553675078, + 77.24310330347383, + 73.21311407748493, + 96.59429555598692, + 88.83618933347107, + 58.41253971058461, + 51.92398791498245, + 73.36595532302516, + 79.37536478150244, + 74.90657903883681, + 101.61517066437514, + 96.2435031255465, + 122.76436708475197, + 95.13360189606071, + 76.7732489540851, + 81.06751376791851, + 78.65213975310166, + 115.56105826745224, + 115.80680858934885, + 138.1597117442143, + 109.06786893783773, + 100.56575738610623, + 63.726627514474345, + 54.450084667445324, + 42.90881649301936, + 29.646774197135965, + 68.76485472452288, + 52.725329937140074, + 94.2880495403446, + 110.53644225921958, + 83.78136445627666, + 66.20924042174887, + 76.38015565476475, + 71.33781847814006, + 49.13983985753681, + 120.69967450672462, + 177.99000528282008, + 144.7209044189602, + 123.27859641115766, + 137.96731199674545, + 158.81006496127443, + 117.28505439537788, + 99.63006887513723, + 79.59404679380035, + 101.64895987406977, + 82.81310301283018, + 77.49296037381444, + 75.9317989706193, + 81.64796726286512, + 65.57869762633307, + 114.02815163631433, + 120.40456381626159, + 90.86776637564954, + 51.5171791340013, + 97.60888168101778, + 94.6457257003567, + 115.45999028845783, + 110.01210272602137, + 81.24838421773967, + 86.00546256863511, + 78.37084108327116, + 98.30324005155757, + 79.81747113727528, + 79.7370693023864, + 64.96480292295918, + 53.53183792558022, + 90.39817334606019, + 67.75253141646361, + 109.8487034760366, + 116.2168010797885, + 107.76567163080144, + 130.30203999336658, + 90.3257221029092, + 150.11543662942094, + 95.46736852691734, + 74.75854804190053, + 83.0793002943501, + 119.81998037441662, + 126.7097290203705, + 74.92755077415212, + 88.71942459476044, + 94.93776407857428, + 169.39832012591728, + 168.11770946134612, + 78.71363487303941, + 36.85415614320347, + 25.357092732465993, + 32.05080020736365, + 56.478750259322226, + 73.98728428113354, + 95.82985598232388, + 73.61689916580852, + 55.8085591781461, + 60.870247857961104, + 90.28543633196887, + 69.87464940328879, + 72.96566010601926, + 73.23272307088769, + 79.29478025862792, + 47.78163056314647, + 42.082996493181355, + 56.87790940310262, + 98.06451943403667, + 122.21782328742506, + 144.95624187710007, + 127.05733761698451, + 128.27694932369693, + 123.88445062729053, + 121.12334966970246, + 126.68754321372487, + 158.63826847116115, + 150.53168036866353, + 99.23665145035035, + 115.83452203594287, + 80.54444993075974, + 38.324844144187736, + 123.23482096375496, + 128.4673548478932, + 62.59380740134234, + 29.306764390787947, + 13.721588040652364, + 6.424522879658358, + 3.0079968957653827, + 1.4083606665302024, + 0.6594021987927289, + 0.3087357309146783, + 2.766129376541108, + 10.374237050151635, + 67.79838983754141, + 89.2219864566196, + 77.24223363865559, + 79.67565552352534, + 77.75671073428336, + 52.65995742528281, + 111.3172078440945, + 148.42949798770758, + 134.26431724732967, + 104.32316279010715, + 94.96205582220128, + 104.47454064947374, + 119.24929407257936, + 85.39193054030115, + 83.83835134757507, + 160.45963623417651, + 171.05866746920722, + 167.56009794352855, + 173.85908735032888, + 107.68575198955894, + 76.14533546176726, + 87.55622237063695, + 87.74874609568076, + 96.32489599193664, + 89.83393283221639, + 145.82390781819183, + 126.24426786631874, + 107.89877875008287, + 104.07879683522242, + 131.0002170541596, + 90.47843526532822, + 98.40114864046367, + 85.18891828634975, + 60.40278009065848, + 66.75476256399574, + 86.70119680614991, + 98.32718225065983, + 147.8648052200303, + 128.01113587952958, + 149.77662956101454, + 106.17870285798014, + 84.83664640028866, + 86.22626830731852, + 83.17356660545047, + 99.72091366654334, + 100.76589501281444, + 96.39677875499038, + 60.33329754294695, + 79.26387816406877, + 124.80293532400384, + 155.9582022211503, + 234.70636353809095, + 229.92297507822803, + 217.93343571362766, + 129.6907365913605, + 94.7946013812426, + 78.44384099674326, + 73.21758747668619, + 70.62543709972523, + 138.4723311837277, + 169.38083925830557, + 101.7416246140156, + 86.66544109629677, + 80.41625039047167, + 83.0224797878565, + 71.87512894203655, + 198.12949285943282, + 191.11503830961314, + 155.85617565119915, + 151.02549379824893, + 103.75540245329586, + 69.39018398511499, + 110.98490222964413, + 129.3971142590517, + 112.02308454122, + 81.92732311548357, + 79.02681862173985, + 70.76020129121503, + 39.67316912781675, + 22.72490358525892, + 14.68796444995494, + 110.89279108612583, + 150.06856969077666, + 172.02458103658813, + 170.45439104399395, + 201.42526936262686, + 203.48132887742574, + 197.26310094817734, + 193.33973337725413, + 148.64944988785055, + 196.5305262186872, + 205.21458858309904, + 238.1978933482335, + 241.3803093311224, + 266.9460718527246, + 180.10192007927182, + 154.6925598008791, + 172.14464995516187, + 149.03094853134903, + 138.24720283783233, + 147.07854263840625, + 130.31349262999063, + 108.88331112891659, + 75.9309193915681, + 69.35602321651419, + 114.07518426031714, + 130.8957771393186, + 172.65767318830004, + 214.2474852370577, + 209.9726137332043, + 231.40228790928265, + 238.51703499024583, + 166.3323568101009, + 186.42788437614053, + 213.12366076658742, + 205.5783619301389, + 117.3548786895251, + 121.03983697348475, + 131.5388844828435, + 176.34934425177494, + 192.5273641803517, + 155.01276320636188, + 160.12205088302562, + 187.15404098784185, + 194.41801165539414, + 210.0827960067573, + 220.95975716658904, + 223.92524689382418, + 193.859013064858, + 137.07185401306867, + 132.21904650744236, + 85.66707000439281, + 115.2258032546376, + 148.6945488407476, + 185.53492199400625, + 254.56919415668523, + 177.5264984199608, + 83.11888153657526, + 38.916716824705986, + 18.221020548115963, + 8.531181890556933, + 3.994346214449118, + 2.641342086798889, + 74.16096752903684, + 166.9941446122634, + 144.29798630524297, + 95.3537311956637, + 99.54906322178223, + 129.37555786580438, + 87.69017637315125, + 90.59406057306464, + 146.62618364654762, + 153.6395383396932, + 88.38159536699251, + 71.98645246834484, + 117.6396711970547, + 104.98307215571971, + 70.93810316022612, + 89.96736704256548, + 128.45987110764065, + 96.01736017577963, + 96.96744168726423, + 138.37990310378865, + 186.19182329481214, + 125.57610521612656, + 120.40607528749987, + 162.6015667855408, + 149.86376881785426, + 113.22768898941437, + 106.8327934157962, + 140.9609365330359, + 101.90849356455035, + 90.81753688711527, + 118.74277707282789, + 136.16968485985402, + 126.15919341629441, + 110.82672225001136, + 86.06445114153958, + 81.9223074362558, + 86.19208215398623, + 102.72111730478966, + 142.26680326744435, + 152.24272465854108, + 123.46808614452505, + 120.91614674196093, + 159.93960492181915, + 103.71516425593354, + 81.20037443866147, + 149.97622150935896, + 158.99952855541454, + 138.7939576990053, + 167.22192923063506, + 241.7825965844755, + 186.79852754135544, + 147.41183195882516, + 102.51521071419356, + 95.52070827111885, + 104.80032358833034, + 90.5113385398497, + 100.7955032938388, + 81.81137829119595, + 96.20754676176901, + 80.24464283433723, + 92.31769654291983, + 69.21989346171114, + 67.49256803798906, + 84.98514589597643, + 110.00636696517275, + 75.65254157904347, + 60.815852963807785, + 54.195789404400145, + 72.78271836406142, + 57.582917415971465, + 83.00871334226821, + 120.01631042115493, + 113.37649040808571, + 53.08349547327491, + 57.179839838007084, + 65.84560096947749, + 54.36407249916111, + 56.0791500131555, + 113.71829417825526, + 112.27116354834506, + 78.83548364830794, + 84.16178037099041, + 127.84785878743143, + 154.80243527384488, + 98.80034718019962, + 90.25876918931613, + 118.53680556589995, + 106.83916053251895, + 141.55739877461338, + 122.5966275708811, + 80.81533915642505, + 87.2063678859459, + 86.54710866395216, + 64.79956657138052, + 80.03720612905977, + 136.96589490278384, + 118.80077775364352, + 103.99381740653746, + 105.17292169282386, + 98.83012075504782, + 162.9560763209295, + 119.15866168796268, + 137.7846802313528, + 135.71728648916022, + 149.72798932766858, + 113.26163796108072, + 157.6831915876111, + 117.43567152663199, + 130.4010530933731, + 141.85162030412238, + 153.37017077775917, + 104.64868380250044, + 133.35095160763768, + 111.06697189320955, + 106.17197657361939, + 97.11457182698518, + 76.94419001784236, + 52.23274317828622, + 87.9559402422222, + 119.3382907978883, + 94.8608159179076, + 44.41435498880366, + 20.795044929600692, + 9.736354242521882, + 4.558614528451232, + 2.134368358152921, + 0.9993229872480824, + 0.46788851091601574, + 3.704086297408842, + 60.59449723340752, + 45.61311201335941, + 79.43093811331298, + 63.54592237738619, + 61.01495788608573, + 48.84253352308593, + 67.67482719251961, + 56.94445752489724, + 57.11524584376909, + 50.8737342813671, + 55.260790589667344, + 52.203525272914, + 54.815501864132166, + 78.87381606831073, + 93.12402234024694, + 106.6350896150914, + 129.36574792715606, + 108.26742867274159, + 73.68973904621933, + 91.5125390334861, + 77.87069860866588, + 67.65991919040182, + 71.36366087088149, + 93.34775475837617, + 70.6856805436989, + 59.5229817040192, + 85.3150594667645, + 89.29831398588945, + 112.32002442941314, + 97.87908405697992, + 128.31828152646258, + 170.5290820766811, + 194.99378125086582, + 176.39379434567522, + 101.36825021954424, + 68.56898590659732, + 74.88156804449267, + 80.36952581746132, + 79.0089385563195, + 65.79918272536193, + 100.79928529070598, + 107.11586309738348, + 126.7420877897397, + 133.24726511659134, + 108.07117439789076, + 89.17631819205347, + 100.88970325297498, + 71.27036182269771, + 60.71047627103691, + 64.26588094741001, + 72.2158947597654, + 113.09433478203637, + 112.98124004263049, + 91.83429684095677, + 103.92443239936466, + 79.38210663645874, + 116.27438082162496, + 125.15077077608655, + 126.1292588508036, + 130.1625153621895, + 83.98364237782498, + 72.12855737990282, + 57.77794012844328, + 41.946474374614475, + 71.10030766932049, + 141.84601731710717, + 69.50682643422657, + 37.895984172331914, + 70.54765436968832, + 63.88606443236057, + 84.46392605468415, + 94.34209136906972, + 75.20689484113443, + 88.05714423590652, + 129.59614584421854, + 132.13326700637424, + 167.14697581241091, + 153.67727199042358, + 102.22916335340554, + 122.28317819093157, + 95.6470799442584, + 82.24399966311906, + 123.4571315539023, + 108.13768195889814, + 130.9836582922151, + 181.10927777777385, + 167.23860319400217, + 127.29502979171345, + 117.67860003452408, + 85.8576003925175, + 134.13841977635963, + 138.04007490499777, + 174.96922638956497, + 166.66011788248764, + 153.19470348902672, + 86.14205624348037, + 77.1340081895915, + 110.83756093187118, + 100.61613125089235, + 47.10902523592553, + 27.510528020875796, + 29.735840709302273, + 58.033990790125614, + 41.55990039833619, + 19.458573613666022, + 9.110611032494626, + 4.265638120931872, + 1.9971951951245714, + 4.279473111190788, + 4.088994177815859, + 1.9144895308283034, + 0.896374512719161, + 2.6008613333206987, + 1.4974755993390194, + 4.715033095034615, + 43.46386367220022, + 32.20703526138624, + 29.405952901088213, + 16.93081302741731, + 14.342751620981495, + 21.884280051536287, + 78.00719541835394, + 97.75314568798836, + 109.6537236620062, + 139.93149898610756, + 207.47548064095156, + 153.74082183011598, + 145.57180862809417, + 141.0276888195123, + 141.06797155032396, + 118.70054859864881, + 97.03749206012532, + 89.46078140056326, + 117.94495687565195, + 112.69523827737926, + 164.88621814849876, + 122.18187232677964, + 111.77976663227516, + 88.34836458653048, + 83.54439118956405, + 81.8030572826827, + 111.19625585657428, + 98.14914827779982, + 87.63387945101093, + 120.90315938633894, + 106.90547057431297, + 88.20043331346598, + 116.83683956325433, + 123.1343874198322, + 91.61014345738457, + 82.03345470477657, + 102.88275012381763, + 104.02345089972412, + 128.98935553977546, + 171.82208066408657, + 169.41968099693412, + 123.57935510369421, + 126.21138492631212, + 130.8610499898466, + 149.19720339339065, + 144.54757191040534, + 163.3248451924082, + 161.24091697515613, + 109.57969657193915, + 84.88962313705727, + 67.05796097039024, + 47.5050571080283, + 75.67771387847333, + 119.63482982924178, + 114.30989514960216, + 89.18935107757659, + 80.06026848887721, + 63.92909193971666, + 36.80790438196816, + 67.00753248175003, + 108.26766065365328, + 80.22711442863067, + 55.783410532828334, + 47.01793076797084, + 44.92516722687984, + 21.03421002485113, + 42.854989998967085, + 121.58482859429148, + 144.31272026935747, + 161.1112633772686, + 135.56582077513585, + 75.09320039555557, + 96.29982196323934, + 122.09043116143027, + 89.90194193061004, + 109.3818582718532, + 81.05274286903253, + 61.226751342952966, + 35.25200093840002, + 29.247307871760846, + 59.70099501537583, + 46.03839786602863, + 49.61870329612849, + 66.19850172240132, + 51.44919130008404, + 38.032017325367086, + 87.01279173515167, + 107.96670754013141, + 78.12631567760343, + 74.46556996923348, + 62.65847527201353, + 42.02520569772465, + 19.67643211029855, + 101.19554632425817, + 96.69134236612784, + 66.71332401050384, + 69.57636216885834, + 65.75791616571954, + 79.62683474216676, + 125.37546325598966, + 147.58305731485012, + 109.36010582885089, + 51.2030021552745, + 23.973526816223945, + 11.224536918076096, + 5.255389830251846, + 2.4606023811491453, + 1.1520675484936767, + 0.5394043533650386, + 1.9140348340676832, + 27.452431951298415, + 42.23209303249282, + 49.062829622335414, + 78.35102270516327, + 109.50253775936676, + 119.14316975482673, + 111.92172246882794, + 116.04783327968508, + 82.78848579970358, + 68.08178949834749, + 47.15611359394424, + 113.25235622054811, + 108.87659259435415, + 132.37038159330666, + 114.89605252737557, + 107.01132309845545, + 117.73209729021843, + 155.88157967628825, + 151.05537936124668, + 167.6380335370067, + 154.6500195508812, + 140.84409378550475, + 166.1401066328244, + 180.2046911935394, + 150.7223555245761, + 146.16329879092308, + 147.76221113801398, + 139.08274576986088, + 178.89018455249825, + 152.5039511248777, + 128.32326475699534, + 77.29465802732408, + 144.4586205647713, + 142.70285353747073, + 134.66601485402575, + 97.35754490322098, + 109.76813207596958, + 90.99638287568526, + 123.38694892287667, + 98.87322163546268, + 130.031638151712, + 159.17204411278038, + 167.6749985895891, + 103.56082253166032, + 80.26007778645582, + 112.43742730356519, + 149.46164121216535, + 117.452419833182, + 129.8087842827306, + 135.549180922456, + 144.24485657627517, + 95.9189370657642, + 109.82515123740774, + 83.16028066507225, + 112.67253174196333, + 125.30897809887398, + 125.30897809887398, + 137.87418618974476, + 132.74090895599176, + 62.150022586880674, + 65.16507048937189, + 115.48319046766662, + 102.66831436956619, + 130.84216242553683, + 170.04476029337798, + 156.90971871592728, + 128.8140796173594, + 119.3522360821843, + 94.33348436211396, + 124.38394876855469, + 94.47079555401159, + 96.25888788893147, + 137.87570092563607, + 178.29247657444586, + 125.04377693675356, + 139.1318293227245, + 145.85250317835573, + 139.62525716363456, + 77.49470223750053, + 83.92619914252812, + 75.75415935385737, + 61.58143322474946, + 43.3042896154635, + 68.36009834681172, + 91.58359473006965, + 96.07801460131145, + 64.42933545470255, + 76.51828070416518, + 52.52894049257779, + 27.45502552306846, + 12.854593733027684, + 6.018591383291739, + 2.8179375397888777, + 1.3193738322551418, + 0.6177380742690403, + 0.28922835899312277, + 0.13541830612406408, + 0.06340359464524975, + 54.14277042485011, + 71.17321967182642, + 72.52248033541709, + 62.547184791417756, + 29.284935428769668, + 13.711367600750647, + 6.41973761356567, + 3.005756407900084, + 1.4073116578068998, + 0.6589110471473173, + 4.778910734961741, + 2.5747476408172583, + 75.9488277998929, + 107.46594017755375, + 101.80684919523803, + 104.71388714310687, + 138.97546547496464, + 136.7662855336713, + 148.44514262234787, + 146.20920692038536, + 130.2431527112917, + 131.8515943905162, + 144.34600039569145, + 138.32818586870383, + 101.1725322243461, + 125.96364072242095, + 125.2864755542964, + 144.05989838040594, + 126.43714458747048, + 112.86287546283614, + 98.93230452376613, + 90.40273998894271, + 95.37539134258165, + 120.6093275601941, + 106.72244411030636, + 129.5862821230559, + 135.7426090882564, + 144.0903034487559, + 114.95498116277118, + 104.13849412389504, + 139.97493293382968, + 133.22406811653175, + 126.10247095311658, + 155.49786684157232, + 172.56710304241366, + 159.5814446634614, + 155.54082124323048, + 117.70529943550244, + 142.35159197435632, + 131.5469871275734, + 161.60360498135435, + 164.57964974905587, + 160.6877690448324, + 173.82121813779872, + 147.95926421234682, + 106.59288732296734, + 110.5346544427195, + 101.00672172522206, + 125.29086960597593, + 130.0387766803868, + 116.24206696820539, + 104.95878172705397, + 112.70446314065293, + 122.7372692022904, + 139.01375498681986, + 155.95563312922488, + 128.03082885550086, + 111.31259597383563, + 166.32301546490407, + 163.8177966226672, + 148.93999559912044, + 163.32035095074033, + 157.96865812867983, + 134.6928707334231, + 81.60726914813263, + 67.68181703794606, + 63.41639887002369, + 37.34561629510069, + 19.92756620662332, + 36.60143570482327, + 59.6523708353376, + 68.50486084181242, + 59.582432935128395, + 53.88291339581906, + 42.26538151450255, + 45.29921155285807, + 49.25864376974084, + 57.5270677015126, + 60.82229829891785, + 70.87442629947446, + 61.47469757487575, + 28.782791023879952, + 39.07395699213392, + 68.77898553952103, + 94.2707705767521, + 88.29884288494065, + 93.53499615810938, + 139.92401823339281, + 153.71301148699814, + 174.69627248936973, + 174.36516687239248, + 114.09030252816083, + 118.35639002428208, + 121.06447950618133, + 96.59877055286955, + 104.0077325363462, + 98.25928186791612, + 121.37478954330592, + 119.90495195720445, + 124.38475572413648, + 107.62383989236919, + 108.27101058991573, + 127.99283158452235, + 104.28059561490736, + 100.9279075965086, + 112.98865951738199, + 151.35896749534328, + 149.5767086451866, + 109.58293776010044, + 51.30733328927954, + 24.02237522615217, + 11.247408011880184, + 5.266098201979073, + 2.465616099602259, + 1.1544149990087893, + 0.5405034425884239, + 1.7192207478281258, + 67.90049576503829, + 82.4424148446508, + 64.057626337195, + 118.92876720718746, + 127.43754315098616, + 123.69123843558687, + 121.94281506474755, + 130.3588895629823, + 122.06642754924306, + 116.66185659350049, + 65.93042061938786, + 77.2390726681451, + 90.85358148181851, + 113.6647659659649, + 109.60954470363541, + 112.73321845724946, + 113.05809811174247, + 116.61312420498814, + 78.27334058377393, + 75.42958932830604, + 52.56974100922021, + 68.01382250911334, + 52.10945087188524, + 74.63932468039651, + 107.0824678563161, + 154.59955564511142, + 174.038609454711, + 170.84384441235252, + 168.17069360743227, + 157.52114604571096, + 115.81011601811016, + 69.6235879961217, + 45.39783790845706, + 29.879154090989164, + 13.989584041853451, + 6.550000079255983, + 3.0667460097383517, + 8.84262236962534, + 7.328483480238009, + 9.45457743198941, + 7.835652324243853, + 23.67678328241298, + 18.78476786565101, + 8.795131480729715, + 5.555753854637633, + 59.52826904307392, + 44.44688283337692, + 20.81027464507296, + 9.743484878947667, + 90.71573257027877, + 63.8644968482969, + 60.49174232933569, + 41.313352315534175, + 19.34313844725491, + 9.056563653610478, + 5.107435269564093, + 22.758619090586762, + 30.025989515213055, + 18.757197914964735, + 8.782223078404108, + 5.86392827961559, + 31.508615446301953, + 86.2153157141656, + 99.55656477895774, + 56.8874968138377, + 30.207940874092756, + 16.745013582251566, + 11.475832697749105, + 16.748560181762546, + 8.887752632532093, + 4.161294594130051, + 4.191028080627781, + 20.38195715315576, + 29.579919830526247, + 14.577365137508686, + 6.825202416338256, + 13.65794291249427, + 13.529001639706086, + 20.252780107018914, + 17.018238265761926, + 54.401315460297894, + 79.36076960134953, + 108.28061372825334, + 137.40572163074768, + 84.54427020608017, + 65.61642486504803, + 114.37049432540725, + 120.99258529720527, + 78.53288374966831, + 65.08555009561955, + 30.473412004910934, + 14.267818860818833, + 62.57944728155425, + 48.90165830026278, + 22.89602498431637, + 11.364645539932582, + 11.590444904147578, + 8.523675171253252, + 3.9908315272441968, + 1.868529238720921, + 4.742563840793775, + 56.0991349504817, + 96.73993593132242, + 151.37105258800335, + 158.9007233576937, + 94.30852890896232, + 44.155771178052674, + 20.6739745692636, + 9.679668434893076, + 4.532073922000708, + 2.121941900451652, + 2.3941922503904247, + 1.164323596741746, + 3.551109989640705, + 13.440426020746024, + 10.765041590839054, + 30.619926820036355, + 37.24263860987264, + 46.366045749691, + 28.636981516436578, + 13.407992020430411, + 22.252960359341937, + 21.3543358683881, + 32.57980311050743, + 69.2408480083322, + 66.19249483615576, + 52.02023863501025, + 24.356161424302744, + 54.76570334306588, + 35.46774422580574, + 22.160317468319064, + 17.816667395356355, + 47.23688383927344, + 47.23688383927344, + 24.916853895494214, + 74.23422604154555, + 59.45231462148951, + 44.60480968902018, + 67.41669942966554, + 75.73439062609658, + 98.76645498483474, + 102.59691677468444, + 121.5100193232181, + 125.07529864508317, + 136.04194873806293, + 121.95471912343578, + 78.82650492287362, + 75.4212211644215, + 138.2605378253505, + 98.264051976712, + 131.73522561223592, + 108.75361669873435, + 130.11143610368686, + 89.48806092916362, + 83.74399988942685, + 140.4943477834169, + 126.81416910381749, + 128.64986300528247, + 102.06867139325966, + 104.79525090688041, + 103.41278652288813, + 79.54811307567151, + 91.30230213603778, + 124.67349051277617, + 131.1634155247433, + 92.32042454521942, + 69.3251264077254, + 67.37955253411934, + 129.80538127753903, + 159.3375059484917, + 116.29181909749435, + 54.448468376654674, + 25.493071925189625, + 13.319381228156992, + 7.510409369834695, + 6.6126538644780135, + 13.953439272726525, + 12.958323737517706, + 6.067158341079631, + 2.840676856155126, + 8.6783893956597, + 6.214857775436013, + 10.782279586929658, + 66.93010803852175, + 95.6826790952178, + 52.938764305039214, + 66.32698694408516, + 45.55712806480653, + 28.79344373617188, + 74.87186245704726, + 110.47091371293301, + 152.7868455355937, + 201.6993843570327, + 196.40467791991085, + 226.70155304411742, + 131.2709952516077, + 73.08889870255663, + 99.51903203323698, + 150.87642773910216, + 134.8062562932628, + 115.54242119778408, + 139.3143400631034, + 147.86411674679408, + 108.68729660986749, + 99.33016369621225, + 133.29213828627132, + 133.46020063376056, + 170.76431652955972, + 172.3436621810372, + 164.64376631248305, + 124.75945429050074, + 97.47941757516094, + 145.96500323155988, + 143.3916046086656, + 150.734449748332, + 156.1929032075113, + 127.33880991183901, + 128.21232917106016, + 99.3231685004434, + 114.32244376257623, + 114.70811312906704, + 113.90484301504873, + 128.2946054196442, + 132.55058856691076, + 172.3854127153852, + 169.54488856425286, + 124.06088644334774, + 190.47979434696884, + 188.18904400235672, + 96.51136525991451, + 45.18715125555591, + 21.15687238589477, + 9.905763844716828, + 4.637933034597225, + 2.171505718348077, + 2.822713967636431, + 1.873710904316635, + 19.29924914415523, + 70.06824167493508, + 141.41212664419618, + 73.63122851782977, + 70.03413238589636, + 73.35322351740241, + 60.79281284430406, + 74.57788008615913, + 53.4074811347835, + 36.01701170193295, + 72.47860488494288, + 67.97700618566849, + 73.36593795697266, + 67.72820527163216, + 76.66030372251495, + 60.39743529936088, + 56.85455642326515, + 41.89054091338603, + 51.810955086590425, + 37.51473352289423, + 45.043775388875815, + 97.13956395840714, + 98.42493288514757, + 53.25753723571928, + 108.3388751207093, + 104.70175580327681, + 99.05424072638547, + 141.2113939291778, + 137.29343221777438, + 130.6229697568292, + 145.7840751806088, + 144.90823539231826, + 72.39004673927234, + 65.21745936748371, + 94.284177984276, + 82.05867152132913, + 164.2935842543964, + 110.30616067260497, + 76.18115657673481, + 105.59469249729244, + 146.4131125179086, + 149.43983974433579, + 131.90165685444146, + 90.73810282562678, + 120.88936484316505, + 89.74999301729018, + 57.78867737333044, + 108.51706416725807, + 91.38539259638257, + 71.4115805829577, + 94.13312356786236, + 87.1467357053381, + 98.10245590497632, + 126.00246533439451, + 107.25807296577868, + 144.44914751519764, + 147.04188781111628, + 173.44747598009272, + 209.07187406462725, + 191.20240906311187, + 123.3355568900767, + 90.20903089245695, + 130.8655993002273, + 115.87748677729388, + 84.57270401943877, + 98.42826195173106, + 85.31978278790399, + 97.23878290190592, + 75.07515681739896, + 59.71226002727111, + 47.09256464398812, + 70.72042508778877, + 93.681794138588, + 70.21357252681686, + 53.214864983123334, + 71.2195868928061, + 62.090358226763236, + 63.19987757594984, + 174.84565326007464, + 184.1666171139923, + 170.97074263241268, + 130.04730211925545, + 98.08085438499721, + 97.46564745215139, + 133.29985601469076, + 152.73966536146963, + 183.30162470280675, + 180.64892444672938, + 185.53229688331476, + 170.02771527227327, + 109.96007683528296, + 136.19703946423033, + 114.90334560142878, + 86.40856318887853, + 113.4893549485023, + 140.66003710728035, + 110.68878237339699, + 78.44346466563692, + 133.33408578516566, + 171.317733746301, + 139.57903027297928, + 132.92599060238388, + 89.90090547871232, + 67.4019159271519, + 40.92458111229807, + 19.16111363476652, + 85.38900534745459, + 97.84409855017064, + 62.53053918739457, + 59.97702466172015, + 92.52774765310429, + 119.60629443556917, + 150.04089111343035, + 140.56863922581897, + 166.0920447642198, + 139.25606412752234, + 171.45212704796978, + 172.80474912387044, + 136.2379029684722, + 63.78733438903129, + 29.865580281279644, + 13.98322870960003, + 6.5470244777914175, + 3.065352816790624, + 1.4352150237532035, + 0.671975556328792, + 0.3146226459660007, + 0.14730805075030692, + 2.308245611802014, + 91.92894756559937, + 141.07795715966216, + 172.4256676616688, + 143.71651493307243, + 180.46915327393918, + 182.06443385785656, + 191.62883466908994, + 248.5128631363359, + 214.8417816782589, + 213.32019601693054, + 213.50098415603338, + 228.4811253443369, + 242.8585667657117, + 160.5855293016799, + 185.81648898854488, + 162.06629408412167, + 117.1112665422863, + 173.83838697803972, + 178.4755602630313, + 169.24247730592145, + 170.20911020336854, + 223.2210355892318, + 259.36994881272676, + 251.57577151863242, + 173.61566536632668, + 171.1782282129543, + 215.88617365072264, + 175.58124008253327, + 177.35131823236134, + 225.3676425836398, + 256.28411071482276, + 254.37608885954245, + 269.8128314110565, + 201.44044424849466, + 218.3374795251152, + 220.52434150105842, + 227.44079457451903, + 259.54738835129535, + 279.49112335705564, + 248.33587938136475, + 159.94289769290276, + 132.27823073455147, + 200.18656330134257, + 215.59135962558398, + 171.6195651750856, + 171.97279166920688, + 139.05923121490386, + 144.4430811059854, + 222.63152977706162, + 249.4849864877104, + 244.9066917904192, + 200.43903655406012, + 236.72658237833218, + 236.4917035856938, + 200.93014276399148, + 171.24542696735386, + 126.65358663959272, + 150.2054133531101, + 153.43423883056238, + 176.25660385466063, + 129.6565226782102, + 97.04232034492958, + 152.0807160135048, + 129.67084765851192, + 127.75553063329994, + 147.37758113837376, + 219.7361679926169, + 257.88330751537643, + 171.67432474955817, + 192.02892964652096, + 176.08874733482236, + 168.5705496612651, + 179.56028879404607, + 183.16687328747525, + 178.91781072545285, + 140.810104839181, + 135.93045821762243, + 144.47526699866796, + 211.86086150234718, + 209.95143186785492, + 138.48231349447394, + 176.6385863811443, + 177.19896217700745, + 169.7447991699944, + 175.10294817474474, + 191.84353494602226, + 144.88567469518148, + 144.8794545391384, + 143.5116833170135, + 119.84023730925071, + 179.35163491227559, + 175.64765002162648, + 140.76097333635846, + 142.03515183813363, + 188.49840453008824, + 147.06189205756488, + 137.28163162606373, + 177.603421321484, + 181.3530248935152, + 257.9049840495839, + 242.71390370165673, + 142.16887909997948, + 105.07769843577478, + 70.34584717668146, + 170.45608853496563, + 176.26818222586334, + 199.1808837374374, + 163.20641950506817, + 165.17028015153676, + 108.19327229315445, + 50.656684285606254, + 23.71773778926501, + 11.104775090859404, + 5.199316685016483, + 2.4343486265959755, + 1.1397753964261403, + 0.5336491002584625, + 0.24985743954433656, + 0.11698462541287086, + 35.505565366182225, + 62.563124904981386, + 55.05388325097765, + 72.48713066133094, + 78.77750872572823, + 94.7567686582974, + 93.68429431834613, + 72.52291506595799, + 158.05487737999107, + 172.60922983550947, + 138.51302080839574, + 135.0377443326368, + 158.4050166383679, + 108.80152953707297, + 90.20927819387235, + 174.28742489709168, + 159.97290971947115, + 123.55972934129568, + 168.00791672537747, + 182.42913824908138, + 187.80625285664024, + 159.10871053401075, + 110.846248293588, + 134.63591246213213, + 106.0103861978286, + 88.24301162452852, + 69.4135100108477, + 78.33437563428704, + 85.00346791098632, + 73.59013163945568, + 97.58413824158015, + 92.93450035391146, + 83.01324746837395, + 88.55232013540672, + 124.20730880292899, + 119.98892723654782, + 102.89743822115156, + 81.9038469993181, + 60.864689893613814, + 106.62988510303364, + 129.26420455333695, + 95.22925527357796, + 145.30044543666912, + 152.69438020580304, + 123.2313952748598, + 117.65492459433871, + 137.8588858594685, + 153.36218680033312, + 209.02823264055394, + 168.82453720942246, + 165.02701345705964, + 131.92703705825, + 91.92227416642336, + 108.56002404727698, + 114.29846598794019, + 131.59944057758614, + 97.00389253576084, + 124.83563551240223, + 102.24737362769602, + 99.47069332791023, + 64.47605169521412, + 51.3956550383539, + 106.83075775133008, + 92.83827492835087, + 119.68140952433615, + 98.0503369088845, + 72.93220208828431, + 107.294433534557, + 118.00672149236226, + 91.01720987582358, + 98.39147849145618, + 114.52051645353367, + 129.16395391272448, + 104.76160432399226, + 104.36486679223019, + 99.92105691880428, + 91.94944001214068, + 80.63617917943483, + 64.2123797711465, + 80.19238097507096, + 92.2950543426837, + 71.31038674869733, + 80.61426217552892, + 127.889064020435, + 97.77923093284276, + 94.63402441998333, + 115.74913652982875, + 118.53409792085714, + 97.24944336775528, + 81.50241880093024, + 129.87480343201406, + 153.19465877740325, + 162.66723685164635, + 115.82687132322786, + 70.0833093222149, + 96.39810966670501, + 118.78669319176723, + 72.94965563305458, + 107.75584943651046, + 193.20823518018364, + 186.99550643648416, + 113.6372235465677, + 77.67023808868717, + 153.5959063413306, + 132.97272740420914, + 140.6306901035593, + 145.79080561765747, + 138.22696896924433, + 97.31273257642404, + 71.39050815511787, + 134.27806186009877, + 145.92792548926556, + 97.84035399949587, + 111.40422785484455, + 65.53391046795936, + 58.319254735453235, + 27.305395356755678, + 35.603316937700086, + 30.243657323170442, + 24.35179667956321, + 11.401644945551379, + 64.24283502438466, + 79.49561107056202, + 53.841777787568745, + 82.02011048333597, + 86.56186691058633, + 114.07785308809595, + 69.46683828436313, + 79.56302888382932, + 105.4825603963362, + 97.5888959137819, + 73.34109981038338, + 71.26578982891914, + 74.9445406458241, + 107.61807084258, + 107.76856403472485, + 119.73168937520943, + 151.8948269117672, + 92.75273204561, + 43.42733854218757, + 20.33291840859615, + 9.519984067386568, + 4.457308824146876, + 2.086936471026226, + 9.831454757853912, + 148.7612100578606, + 187.31205043242045, + 129.357882072832, + 126.20660458156745, + 80.75939476368059, + 87.49688133607148, + 127.21744929660676, + 100.74091905964563, + 108.99754972659493, + 142.1676845219768, + 95.05065447416268, + 105.44369357847638, + 117.94089509489473, + 129.9279593044838, + 127.66262501214399, + 66.8514589335439, + 63.76466768334677, + 96.42608115162528, + 120.00140830478571, + 103.49549857858759, + 84.76227269651966, + 150.55452358157203, + 111.13949276718104, + 134.69699050214598, + 106.86636223359241, + 96.84038393831116, + 82.64226579273674, + 116.85172278838797, + 117.35594806361183, + 122.73016060112786, + 123.52031082804109, + 111.56973174854323, + 123.79543600184262, + 104.76124826092583, + 89.48730733362436, + 114.8097284164651, + 123.02349467573185, + 84.66886252397488, + 108.22536717306286, + 128.77504126320108, + 107.94640535994044, + 134.30658944734566, + 117.10392658497672, + 146.70621996744134, + 142.32001713064517, + 89.49131886047839, + 85.8740597025647, + 71.30482823849714, + 108.3834868725254, + 81.07838352461836, + 125.05644230614978, + 123.73280190768574, + 109.30938199546028, + 66.49566732704774, + 99.0987518577199, + 133.7270365549358, + 80.03407422902721, + 78.58498109515995, + 71.57323214045385, + 97.27477893609353, + 99.40281807095175, + 113.56330183451854, + 111.11687799337169, + 81.56106836117219, + 88.73252459434431, + 128.7566792168638, + 138.6804215469851, + 126.89976245505107, + 122.30764893620972, + 102.46135969698383, + 105.53483098475223, + 75.96437548641008, + 66.53446626315974, + 106.17786983651995, + 118.6296733289008, + 152.12672513408413, + 124.72756887380567, + 109.12479891265538, + 120.02359625632626, + 78.02600139451224, + 72.52128063271674, + 85.94965528079118, + 103.47892146330108, + 85.4733787694377, + 102.93135333477872, + 139.54330908321919, + 127.88193982136896, + 83.68075415750266, + 86.4187290239565, + 107.54821629302536, + 97.56150936348706, + 96.62664596120365, + 87.05457054427308, + 94.65702430970182, + 94.33935417476081, + 116.65332779501313, + 115.19733455352156, + 86.35870193208488, + 86.195024419811, + 87.52747370420477, + 113.12078104328626, + 96.64023326485068, + 82.52827746263337, + 96.75054815977529, + 157.96926565425127, + 143.6728284072891, + 125.62681185795421, + 85.98942788581954, + 63.583394286218706, + 62.42200416274302, + 68.6875000731649, + 102.07133146897135, + 94.33850142246918, + 180.06723688135372, + 111.63739597295171, + 61.44947338782512, + 106.78443147556114, + 80.64351445755909, + 89.52147814402284, + 68.88997460236186, + 78.35644933666853, + 88.10396685307148, + 73.66038849035743, + 80.78529294821237, + 100.42437178603794, + 87.52350073772618, + 99.16413720243911, + 98.81485686167946, + 136.10312043700213, + 111.9452014151095, + 97.95803476288947, + 72.58760757070935, + 57.68652845938756, + 86.32228216480691, + 95.563783067011, + 100.82195122794681, + 76.74245831337922, + 65.99484781371123, + 96.47551429799334, + 95.74618255262442, + 68.74610607358508, + 94.26831240249109, + 101.92487006737872, + 138.73384610073825, + 117.68397027391194, + 85.56588432872535, + 77.36527487901148, + 63.741098072184286, + 76.1215733073831, + 58.32707376098969, + 83.15226951565316, + 94.73618021760038, + 95.50166465602283, + 90.20590887383537, + 60.68046921394843, + 86.53776755202928, + 92.29827021633659, + 76.82302884268522, + 116.95033053205569, + 107.14398111558378, + 72.62171275885545, + 57.47669343448537, + 70.64777643847734, + 71.75699253251742, + 115.80388148140156, + 124.66847547942301, + 108.20070635261334, + 94.93352198890855, + 118.57677804593402, + 97.66174499267315, + 74.43602273976745, + 84.49427100293376, + 87.8663189141257, + 87.69978398283601, + 87.11958363021084, + 79.142855928656, + 96.71678305237633, + 77.36058690362236, + 86.64692384991935, + 138.87746239995445, + 137.30562202453387, + 64.28724631499735, + 30.09964179053556, + 14.092817593700543, + 6.598334595189934, + 3.0893764955520133, + 1.4464630420874398, + 8.083121183324478, + 14.982321352610931, + 60.22044709773907, + 88.41705392308708, + 95.54658442495105, + 73.98063677184041, + 89.28902688020662, + 115.03116347465468, + 114.96396900809798, + 130.66640990992897, + 147.63491767170325, + 101.09622245657403, + 118.40210161555048, + 139.57710226439804, + 160.5241955908425, + 104.62443920563467, + 91.07963913842418, + 93.70763144874789, + 119.79508560082519, + 173.5525596544872, + 147.70621870676487, + 126.13079716346063, + 135.8000107920971, + 127.87596169037818, + 116.09936896590739, + 116.79257645363984, + 114.38068706636436, + 121.2274584559143, + 113.781856776311, + 110.28384969438953, + 126.11020201072803, + 157.9974097926608, + 104.38427073121285, + 78.65230201301378, + 119.02273742050559, + 122.62707276399877, + 91.12108534991418, + 97.30315030107178, + 114.13160237125436, + 144.6763004379414, + 92.4981928866727, + 69.79758664386613, + 66.38168779667735, + 81.63905597359724, + 81.77783737990548, + 107.5907386067985, + 104.75860746107274, + 83.1359392419007, + 61.22319890343018, + 51.06251998942563, + 44.511782033799555, + 97.51192866657308, + 135.38881664878022, + 131.6713823442421, + 126.58113362667495, + 134.7009263330657, + 187.07910820124974, + 141.8857302648189, + 85.77849462007292, + 95.24195592200519, + 122.73953929965344, + 108.49619957156638, + 109.33424778642674, + 55.017551309952886, + 25.759519679965948, + 12.060748585561162, + 5.6469087254466945, + 2.643913678102955, + 1.2378949044739396, + 0.5795891927992337, + 58.2986844244448, + 97.44386027871664, + 99.40452020404535, + 118.09729190630662, + 97.46889584701884, + 148.7769181160554, + 148.68333396890452, + 145.06127061911516, + 95.75735062537007, + 78.74503107743237, + 159.89540889365395, + 133.7791931482668, + 97.26910064250423, + 75.69589230778482, + 128.86377388581326, + 182.46224593582994, + 180.73966484309202, + 191.91404524175027, + 175.87615304324422, + 179.41650574850183, + 155.34028971334897, + 191.82353337412957, + 174.00267422616992, + 180.00624881725838, + 117.12010628940779, + 123.90999501530695, + 134.33355531299173, + 176.22954866226996, + 183.06990025777856, + 148.95716773223572, + 140.0434700953674, + 137.28152372954713, + 187.36819414488073, + 227.58172197122553, + 198.33039171636221, + 160.92727647444474, + 162.65278262193777, + 178.46995537540835, + 169.56429724349948, + 99.65596378600348, + 115.41653845511748, + 116.10228744638154, + 148.93771015843743, + 203.70075756969965, + 202.5447160799534, + 150.54438129554143, + 146.9220012258894, + 162.28136003158824, + 152.57398587178886, + 176.68589329603486, + 139.64879502358633, + 117.31988687888182, + 120.6211533797658, + 140.98640876035944, + 97.39676878401522, + 117.349119090568, + 129.5215323752908, + 152.56722642996016, + 140.48235226809746, + 157.7476155014604, + 158.23142619417843, + 167.79056878594966, + 188.50909915058844, + 185.93281537896297, + 177.769378486255, + 162.2965673857237, + 172.8200742079199, + 194.82283312826607, + 235.26798017607518, + 184.195322070581, + 130.82685751695266, + 160.74495510349144, + 170.1302972001376, + 171.19398706007664, + 120.42282241765686, + 110.3845238232901, + 75.82348364450161, + 119.79996130813348, + 190.0494101958261, + 192.23951959382043, + 216.96551061686426, + 134.87042221084388, + 115.77875934267534, + 124.31107659143028, + 179.5808347040077, + 164.86644208723948, + 142.82330263293824, + 154.2953315268593, + 161.7585728323639, + 120.54840033637383, + 77.78472459476541, + 95.15146773892238, + 145.54100408676618, + 109.40736196086787, + 144.61516874868704, + 93.25023950314647, + 104.58986456404944, + 90.1067685021744, + 131.9474260507279, + 119.50899849705117, + 115.09038045290679, + 161.48234055573602, + 150.25069978181912, + 129.00570984091092, + 174.03667951358568, + 171.9621014017423, + 160.25909783758584, + 141.7581268703566, + 107.21528832725038, + 117.14652976440463, + 86.17962631179628, + 94.18813308002584, + 87.6318171536179, + 129.0243067037525, + 101.57843346716524, + 82.13414336005387, + 151.85449615567953, + 203.35279108465164, + 123.28013535874652, + 143.41903000715195, + 139.7793259106539, + 128.82936491884107, + 147.7928258491551, + 166.6558086575778, + 154.97312183464572, + 131.31795271475556, + 156.43469234777714, + 135.97787732952222, + 138.29899020713043, + 118.31235530347286, + 142.66349700942197, + 146.66587876060726, + 142.19588157549458, + 158.2915953680805, + 156.82067963366077, + 176.3817216054525, + 173.65376868055415, + 184.05702493397726, + 185.89638226540464, + 182.08238157102508, + 166.23417239814347, + 164.26878148564376, + 154.59276863413902, + 181.7318813937944, + 200.60864542006965, + 183.2740811567401, + 195.83555149666844, + 181.61162095497318, + 174.84992882828206, + 163.57978813474358, + 163.92400837372722, + 164.89410775261823, + 177.16892833234394, + 156.19283033309728, + 109.51597938301705, + 117.00361349147808, + 103.02285470214582, + 158.18850227362958, + 132.97398501238357, + 137.91375267346453, + 119.85008022598504, + 70.9342459714572, + 91.68813691313413, + 84.26943053702118, + 107.6926322852176, + 131.86297326973454, + 105.83649355144757, + 110.73083264750561, + 132.42474521181077, + 115.18406598134351, + 176.9315991819491, + 120.12908475499111, + 118.32319854526075, + 102.8389377050672, + 142.40634468170842, + 127.90483332830541, + 123.61085169361483, + 111.88280476598709, + 100.03517341806759, + 119.91455083164685, + 100.11202178818651, + 107.20738105280086, + 136.00514668890767, + 163.86000478491692, + 116.45801672946395, + 54.52628302070101, + 25.529505168890502, + 11.953054528234885, + 5.59648577635027, + 2.6203053764129383, + 11.416931003000311, + 44.93064964242356, + 53.83760541393386, + 73.3156505008537, + 76.56635170366138, + 91.92167306003117, + 60.99797651197422, + 58.982097408458685, + 61.57158540935919, + 74.271529645421, + 75.56624259447699, + 131.82010695005178, + 157.99650248083802, + 106.40127437139485, + 108.92711368133293, + 104.95480317201174, + 106.14011584839821, + 71.4975128351535, + 74.19889245836289, + 93.16887105206487, + 129.3345646343657, + 127.14504118904249, + 104.48313844042661, + 119.92336178550221, + 133.24247855530362, + 167.17208371677208, + 151.08320853906508, + 155.1798184056797, + 145.62372113597146, + 125.30042627641106, + 102.684909014862, + 81.90486674113804, + 108.92061133077212, + 90.91922120004753, + 97.72868741414325, + 94.7510870710858, + 102.70279648246643, + 100.7476136800058, + 82.87093454772727, + 95.49201265643683, + 109.21902431736133, + 110.80920773263767, + 78.9326067895729, + 86.71111540712722, + 107.05097813505226, + 103.73616176225627, + 84.39278732246477, + 98.78478347353324, + 83.24132896975622, + 121.56101305631722, + 177.9729111013034, + 126.96997016032108, + 129.25540436878393, + 122.77061630181187, + 131.77048861883313, + 132.35880510922422, + 124.70474566016306, + 120.04721780265203, + 125.0605159069498, + 103.64986572681701, + 144.6181086607574, + 155.26396283355388, + 164.8932335780901, + 168.81902692823994, + 171.1372097650097, + 156.79484375906046, + 172.17477756144615, + 142.91743482812916, + 157.02647778728885, + 179.96649801308035, + 190.53350410776156, + 157.90578111937046, + 148.7503531190355, + 156.28500337125698, + 165.05976470816185, + 160.83400541730558, + 169.83223580062116, + 169.83223580062116, + 198.30043506302295, + 216.6314380106244, + 212.89048871514868, + 219.5576520270472, + 269.89584016120335, + 267.0721153452795, + 244.99884111875002, + 212.86091502031874, + 234.33448657787034, + 249.18860950819249, + 145.3581112467686, + 96.81416040068942, + 106.1024281668706, + 106.7706844618517, + 57.198685866604706, + 69.4423725044879, + 79.76043798347536, + 70.37356516995828, + 39.446275723328, + 86.8737817612236, + 96.97281835504232, + 66.10289076725186, + 104.3475924216997, + 104.01729748989442, + 103.04875245839312, + 54.16736071443825, + 36.5601245961471, + 20.794309596083565, + 18.03646195732314, + 15.786094571423124, + 23.418401846889754, + 114.60123948938212, + 119.47272140858178, + 150.76621020148127, + 194.56374704240426, + 191.05898506313872, + 171.24394829863675, + 174.6509267853899, + 161.51687335084037, + 129.08744656489233, + 108.5922256320658, + 95.8605705649446, + 101.08435638795564, + 80.0396280210118, + 99.85113906289209, + 77.9729930737088, + 121.09553852350831, + 110.17069569358753, + 105.91663703149476, + 87.09576749727913, + 76.8946734129735, + 78.98339904454019, + 63.49671420152268, + 144.96657895662284, + 159.86569093745217, + 164.93144734357756, + 155.6333812118832, + 204.6082505094634, + 120.1455482650831, + 92.8787443784735, + 43.486338208494566, + 35.10307812550319, + 66.04241819146236, + 47.47476743884442, + 40.36462302090816, + 75.6251690455857, + 110.57920039926007, + 142.35092516492415, + 151.81689056475344, + 130.1401443929557, + 119.03853500896882, + 99.68637962762286, + 80.14682425970253, + 74.62683459870948, + 94.36485464563428, + 93.26561047882109, + 75.25182896210582, + 78.80054431087144, + 84.1765018003103, + 99.55463997948496, + 87.86085087036135, + 76.33947531251036, + 82.00766713763889, + 100.98351863140925, + 139.62558421654285, + 126.33948718655316, + 113.24276896497668, + 105.06884695084216, + 114.37223959903943, + 61.154826852067046, + 59.73456152888116, + 126.69338456355399, + 111.57118677439506, + 60.29651382121337, + 66.17202217367377, + 93.6460426676424, + 159.4858803417341, + 217.05666262911507, + 162.78891711353194, + 131.65634436577088, + 69.07371592613637, + 32.34069314978408, + 15.142090147965119, + 7.089609767706324, + 3.319394229409703, + 1.5541586083380687, + 0.7276655958701413, + 24.110350879931783, + 144.11109809248995, + 139.3767002371943, + 152.9625781008113, + 151.046758184721, + 153.72246737768725, + 145.00057151703606, + 138.55518961380105, + 132.8129091006676, + 127.61476394651658, + 159.38757602988983, + 163.07440215925536, + 189.89395684096462, + 168.9078457918323, + 220.0566148533502, + 139.81481821434204, + 95.61783109394048, + 78.22670345824785, + 83.90451236725896, + 76.19983429080922, + 63.87802534759494, + 64.50576261279929, + 79.3091328337429, + 74.81327401924483, + 65.6340128684487, + 80.3905442271773, + 75.84357840990143, + 50.34478927669012, + 31.91615139180321, + 89.838689922232, + 87.65013645444077, + 142.77724694350763, + 115.66584456640835, + 155.7929601890602, + 125.01563491891434, + 159.22270879927208, + 148.76372828537757, + 147.07999335476921, + 102.26419527244326, + 126.20763411140126, + 174.01118899522228, + 152.68225054638776, + 151.65370976615276, + 125.4603500741219, + 163.5910550455079, + 148.71896304623738, + 123.72207659751494, + 167.88953304154649, + 140.57441645862633, + 102.94474671462802, + 87.3374679556155, + 105.76132885842065, + 153.4433167610468, + 129.35886331945062, + 143.89239328242252, + 110.11538022322739, + 91.69567483511938, + 131.47549356143784, + 165.73254065978767, + 106.00875505027294, + 78.38119310962168, + 55.4430311384165, + 64.8170335359419, + 55.828538411595446, + 32.88408177079868, + 22.31569126256974, + 24.61951865968388, + 21.313878875664212, + 14.348969030373919, + 119.11930640203923, + 153.49287983528387, + 95.41914205805634, + 72.48137281692944, + 81.35088521734244, + 71.36948779759663, + 38.193516108565795, + 50.095497276863505, + 88.69316212582982, + 61.555172806913276, + 55.9730165290109, + 68.19587881336417, + 60.60944352388643, + 65.67636101090974, + 99.22052868107181, + 132.38224866882337, + 81.14491294343361, + 58.35928428271944, + 108.2904702917151, + 97.5607789227216, + 60.15488576243275, + 56.227210622548355, + 99.24615756206832, + 61.64709378031117, + 56.0978336973738, + 48.460188822920415, + 44.242278213466946, + 85.24028386007826, + 88.63857428683673, + 121.28240033954165, + 116.50478712193467, + 104.76179822403978, + 131.92134971570115, + 126.19298516568307, + 110.32505280072144, + 132.11478404840494, + 144.23054736985267, + 122.94799733965986, + 98.80827838264715, + 120.74028262171194, + 113.1981400098558, + 74.83206024241908, + 167.10600495123197, + 165.21466879762968, + 119.89686666111123, + 143.71246166756137, + 153.50323152265727, + 130.41892825566828, + 86.57882223746338, + 118.12541852532536, + 204.10105899316034, + 186.33637331944777, + 87.2437133483887, + 40.84798573259241, + 58.139061572708115, + 95.6738372172646, + 157.22288513832237, + 212.13461615824124, + 140.88331762851203, + 108.01035713176162, + 59.533039648139585, + 41.72732654560543, + 57.903212125528654, + 46.9082019508131, + 27.86680039104357, + 32.2427955124637, + 32.91893549842361, + 18.746251297219544, + 47.49190218381559, + 56.21985283593315, + 120.67919191328592, + 169.79377670346997, + 130.02415100704792, + 98.73016597690267, + 55.882682465689136, + 52.15527538142443, + 60.4146188165455, + 50.260047163631825, + 32.44452948496754, + 74.96920684608972, + 114.61042670383225, + 146.43334705443783, + 200.10428801759727, + 176.14276504247425, + 148.49540761246047, + 157.81737773166657, + 110.473974710074, + 72.95361119455501, + 42.40420196986987, + 44.64072662945272, + 48.89302585591298, + 41.769809049777926, + 24.546057655961878, + 35.28816865310832, + 52.85437698225686, + 31.132243545680247, + 45.9836561729115, + 128.91648831862764, + 111.60699179707241, + 179.36966679332227, + 128.94036060140564, + 85.41933285052374, + 50.98624136995262, + 46.82142347178834, + 49.25537518190059, + 43.21195631269293, + 25.28886511613431, + 59.96032764881478, + 55.47326640432676, + 102.68900177536162, + 121.76202104215244, + 174.12769472419936, + 209.54385723369228, + 263.59262260581215, + 194.58432517777058, + 91.10544970624514, + 42.65607190401472, + 19.97180713280368, + 9.350909784835737, + 4.378147316499836, + 2.0498726183905154, + 1.4892354935159569, + 25.126218997989042, + 37.44629949042666, + 45.660892591262225, + 50.79983517463971, + 54.88343902899227, + 57.974017216014516, + 60.34497262610209, + 57.35236735189117, + 115.65433386598184, + 152.82464763046022, + 169.16530608963978, + 179.00552594165623, + 178.35941428828363, + 172.82144465319215, + 158.94271975665134, + 120.97767016341572, + 111.57350881121555, + 168.19834684640477, + 107.88318240013811, + 154.40610124731734, + 143.9230377282359, + 245.48271180189766, + 150.470878675852, + 131.19575902930947, + 83.60771005596256, + 64.1973675316531, + 66.89051114648275, + 75.15027698632838, + 86.85566552362607, + 70.7848413279331, + 41.61460870731547, + 84.17487470733445, + 117.3098762906218, + 135.08529157245655, + 143.36696059600558, + 144.9720422489359, + 176.3265105942865, + 179.76337319024387, + 111.55819075434883, + 134.80611007330555, + 76.66916905102717, + 59.36086422547241, + 51.77412362147062, + 50.412213037586724, + 48.16868390819225, + 54.45828239342462, + 27.560094452801522, + 20.985366988875242, + 56.9605246400312, + 56.10256412751263, + 71.00953695357528, + 66.57386691142626, + 74.67500774353037, + 66.64088437510232, + 45.23918951933206, + 42.39490628917443, + 52.69871405300083, + 75.09821101907485, + 119.45242592484034, + 103.39027962684415, + 93.50020146321093, + 117.65471825717293, + 141.22892252858878, + 129.4493938905125, + 85.60196541125839, + 62.90457474787491, + 52.65365167358501, + 49.02450280245823, + 47.13169590195696, + 47.41646579914376, + 46.516651979518485, + 46.92600859165192, + 56.69806724787759, + 112.993460252123, + 87.13202570804683, + 75.86817449344747, + 89.18925570667813, + 62.44528123232938, + 76.98782708628752, + 92.38553793905953, + 124.17722467293633, + 125.04549794214044, + 114.3784875445792, + 90.46235372500828, + 136.86766936329283, + 116.26385536178132, + 77.56674906458414, + 83.5764535068342, + 107.26859078124247, + 92.29588534496449, + 71.88752169899101, + 95.76565644157375, + 68.58069019734344, + 32.109855795863645, + 69.07417504063568, + 101.98566549756772, + 103.30582676361567, + 123.50075050586784, + 79.78101810054115, + 106.36308572833559, + 110.86063734999036, + 70.46500775608007, + 90.41189276652199, + 89.71004686501709, + 82.79378303720918, + 71.05840834014997, + 68.83656669261413, + 53.262221548454505, + 25.803946792365995, + 12.081549603580772, + 5.656647876322764, + 4.66411068509255, + 16.89938167096703, + 14.79780168293639, + 17.582008019276053, + 14.654575228403848, + 52.75171971610355, + 60.42799197657505, + 94.30235973474205, + 75.75990538953855, + 140.1556753725008, + 130.60302568169323, + 125.39408753437138, + 157.43992613402241, + 156.94752186385898, + 102.41769467408595, + 47.95252712485941, + 55.81252757608756, + 68.00042696791431, + 73.38468906434764, + 88.91836417201286, + 127.59469319760566, + 152.14436203808927, + 107.84568876637586, + 74.81675528182409, + 101.18244482994272, + 160.59551067452395, + 215.87055449914618, + 195.68684216308077, + 91.62165421379575, + 42.89776168944746, + 20.08496761770471, + 9.403892145344306, + 78.21288946143176, + 66.81806660244365, + 73.23869514576369, + 71.4371825520317, + 74.81980980388195, + 57.91471451008415, + 80.7199854994293, + 69.15944166139656, + 108.36887444244344, + 148.41907358926682, + 191.11031559398347, + 206.3196460186748, + 200.69465042573694, + 127.77489008921705, + 59.824905280058175, + 64.80506499860739, + 90.79121967477039, + 86.17193392775727, + 114.34017886876158, + 96.59257158142233, + 136.75128800032732, + 71.61080318529777, + 94.46793355977704, + 78.6822920861442, + 131.1933223684643, + 147.45196974452136, + 142.23167101399298, + 106.62901828424572, + 77.95422882464145, + 46.2066029007474, + 32.422860927104935, + 15.180561552572556, + 7.10762229062866, + 21.305773067819686, + 72.13602645675238, + 122.594048356284, + 197.30816323403687, + 152.7275460090176, + 71.50787582181042, + 69.43944785314295, + 91.42390233116964, + 119.58443915328766, + 113.82205964023979, + 105.15146709443647, + 137.5218206441463, + 108.83630930435162, + 69.70450113716373, + 111.50281242726822, + 149.92907317566903, + 153.2942402683973, + 147.30712513018318, + 94.33176404572944, + 96.62575790741727, + 146.01966243068227, + 113.46608121232448, + 112.26179028904733, + 114.10161700711951, + 118.14209792776145, + 84.89427549808804, + 123.74264839335864, + 125.57471820118214, + 111.89468421891699, + 79.99732748971913, + 113.09715819763231, + 139.8818316611725, + 94.28901037898018, + 62.67713481906101, + 53.60758249026712, + 46.52001489526194, + 75.45141950086916, + 114.48314484401263, + 135.97110978478338, + 88.89781450772246, + 78.52280974420887, + 122.1049593574399, + 152.8256070756233, + 94.2785884786274, + 97.3337121654317, + 99.93966326659653, + 156.56454964123202, + 127.6798326515875, + 94.34707790086514, + 130.00238025836714, + 110.19683385275049, + 69.01043675260648, + 118.38614123756483, + 140.53998197738449, + 78.85312988091184, + 105.1273365737795, + 91.70525699029541, + 61.33964541246033, + 28.71955885972995, + 13.44665518607552, + 6.295797807212972, + 2.9477271098877607, + 1.3801420217803568, + 0.6461900743439238, + 41.043489002046954, + 39.70430643199096, + 69.10270508134032, + 140.14896160510037, + 112.46476247870238, + 153.59480861328558, + 144.87924167951547, + 135.31484658003728, + 92.45575481694522, + 108.2754283885385, + 149.72338494116485, + 163.9837559280153, + 110.72653765079372, + 92.84035538506018, + 98.83839629022953, + 152.4084058262079, + 100.9266058689365, + 92.91928112723448, + 122.79824814617825, + 98.25300078507526, + 94.07121421178644, + 134.57053997302464, + 134.45270008341782, + 99.53446262692412, + 103.89356669798593, + 114.53098694718184, + 88.48535842453377, + 81.21569570870474, + 59.24291687466032, + 96.82359901995395, + 81.62617294844031, + 74.51950125751642, + 106.16565882359816, + 121.64414604199722, + 109.21897304513763, + 104.76149593282769, + 106.72647915884919, + 150.96423335754747, + 100.70279740012217, + 118.74503299427741, + 138.5896966872473, + 106.7470583885602, + 156.93091948886763, + 114.10163060721999, + 86.32562139052818, + 65.02880289986656, + 76.5739730860562, + 116.90413312330553, + 145.73426936599742, + 89.46457862305132, + 88.11514171258887, + 110.12907877513882, + 63.28789544517146, + 29.631740224843487, + 13.87374351092595, + 6.495762906478998, + 3.041351867573362, + 1.423977647516358, + 0.6667141550589784, + 25.990621250111456, + 66.97194421789541, + 142.27991422656342, + 139.19160690635874, + 105.95463645691228, + 95.71383025966466, + 113.91672941833617, + 105.09261230448088, + 121.64635217500444, + 142.69982476165112, + 161.70754385988886, + 117.36396885043676, + 111.71542966436253, + 96.45142202047033, + 121.12624021810004, + 94.83180333963836, + 68.79016446573151, + 116.6768838210449, + 122.44839309159912, + 83.28750709258748, + 107.77373851823006, + 115.07153647990499, + 81.01114956169494, + 73.5338314611592, + 122.3787207646189, + 125.31330833979251, + 91.45380694173764, + 81.00674813375032, + 53.900688239058724, + 70.03469464366327, + 80.48966469040536, + 186.4849782927968, + 179.80043033595717, + 113.53511506270769, + 83.59700337154514, + 115.41412195824185, + 135.4489744899823, + 92.12546096300862, + 65.22713197227746, + 91.70144213777871, + 80.60284501640022, + 102.89374894002766, + 89.66785441984285, + 92.31403982669248, + 108.18019429124722, + 97.4614293449319, + 122.95091210043769, + 119.69444956811654, + 105.47976141498788, + 101.68864532673501, + 124.07186764012872, + 103.42725456214639, + 48.425208608956886, + 22.672948622183046, + 10.615599064844696, + 4.970281783079401, + 2.3271132276482933, + 1.0895671937015294, + 0.5101413439991184, + 13.141571956875548, + 69.78296808706179, + 126.72750327345913, + 107.44614003315627, + 133.1831124125639, + 150.39071278357062, + 152.8168486954354, + 138.3573066680659, + 80.01512165822393, + 124.6254356506338, + 124.47982029978738, + 89.67610743505699, + 144.10006372408523, + 154.75876096717496, + 157.39406370872913, + 111.2058780154396, + 162.27754895776752, + 168.96737470745566, + 108.60057376139576, + 88.61600602873553, + 111.20164848965548, + 141.59209996795394, + 96.09363549039308, + 90.92799242097507, + 124.19351924380186, + 101.71219308166637, + 144.5518777140105, + 119.62441501586451, + 103.38852881695493, + 92.26517951314909, + 53.596295716948994, + 107.85357071654002, + 148.51907755622034, + 113.25227034400748, + 106.90173578843304, + 138.83094204166937, + 153.77963958019612, + 99.66305852474174, + 111.84741169057928, + 115.80150011807027, + 74.67077186639654, + 73.54265263051622, + 101.67153922057085, + 137.81429453496668, + 84.29605076383812, + 107.22045490859854, + 111.14457612647124, + 150.35872448922078, + 105.45915980846668, + 98.69662924801302, + 101.2843944015084, + 95.28469656207815, + 131.06336860189919, + 189.14344306028164, + 185.1208154482032, + 190.02932947195245, + 223.18822723204914, + 230.58685095801184, + 125.89475876405383, + 59.47736967690108, + 57.154400074453825, + 26.76000400708858, + 12.529180842184525, + 5.86623128062987, + 2.7466017029602043, + 1.2859740016752113, + 0.6021000901594932, + 0.28190656894915167, + 42.264171028437445, + 88.09530727551876, + 206.81654415162535, + 240.64509256338906, + 233.8683403762082, + 297.1854063720076, + 245.45896344588522, + 173.58758187404678, + 112.3706582536175, + 139.08758857096348, + 109.55139223223281, + 131.81297556544732, + 134.10434620221307, + 170.84820873322167, + 177.59323850744755, + 186.0244726129094, + 173.86872945120592, + 194.81852172058558, + 173.45864376010243, + 160.271891135414, + 246.45471178315523, + 230.99942396488018, + 208.11142173456693, + 200.91230021778617, + 197.84339689377907, + 169.21505928118543, + 171.19141003721654, + 148.4871301107445, + 148.87548756007544, + 158.24456560935914, + 228.0105779870844, + 231.4494915765655, + 213.55181692536533, + 179.75498343169494, + 133.37381542805923, + 194.17024068153148, + 193.41766735640132, + 161.54441656082025, + 168.8585583966821, + 161.3426803297024, + 127.66261369420828, + 138.334475542385, + 144.49341360990215, + 155.478327498712, + 181.0760708258635, + 175.65410439259665, + 136.65761255472881, + 129.21754423898744, + 126.22691481958115, + 161.82650054077828, + 158.88443218812134, + 139.85044222285373, + 84.43633206627581, + 78.92047702493971, + 55.42938107200891, + 71.70437972163367, + 73.92152187366845, + 66.72365488859488, + 79.40626771374336, + 70.16524456622541, + 86.01111171379816, + 77.71514970959294, + 94.02792525435999, + 85.57028328542731, + 102.68173327503095, + 112.84701905053659, + 136.12519568936162, + 153.1489276454426, + 167.05519008961753, + 172.2527581651088, + 182.4785595944849, + 187.26071846502236, + 200.72802983944948, + 205.31497538108977, + 213.2602187263529, + 217.57416137526496, + 218.43692246805983, + 220.9432496461601, + 225.21218301761925, + 220.8250598401837, + 131.55921411830718, + 89.65020629290808, + 67.83232582234434, + 59.127626449006534, + 37.40415724002369, + 63.961976778816336, + 54.95524876327228, + 81.36973750232492, + 121.08360266912786, + 137.2623437495716, + 157.03461733039018, + 101.6998468399431, + 47.61642682649012, + 32.557531649174095, + 51.09950460051078, + 96.1706433105366, + 112.86987462852156, + 124.9528127901201, + 149.8899255361236, + 125.17024821838113, + 69.64278939147582, + 47.222148601166275, + 86.47551930747892, + 106.8962042333462, + 129.7080545662339, + 171.3262160548633, + 178.18769567502008, + 173.210396909461, + 95.82887146566033, + 61.6920718465022, + 86.43688029951264, + 89.16263278770265, + 178.0444591849065, + 134.20418543054697, + 78.29131739379311, + 65.81674697822362, + 57.324508710337895, + 95.9988009657981, + 148.88091366753767, + 161.62626612541567, + 160.40441032471367, + 75.1022258557936, + 73.33043595689004, + 115.16819282306679, + 89.65543009600371, + 80.49043501973102, + 119.99145206272657, + 132.13559808316805, + 96.7764391752641, + 83.6437507148122, + 84.05801125443651, + 124.15283744948968, + 116.52760840603952, + 152.24403169866815, + 202.68167189000093, + 162.95398025598814, + 159.56567704534595, + 193.79169107558647, + 191.93784779200678, + 149.70152403062525, + 155.57116388149822, + 167.73246358269566, + 126.87132160656179, + 85.53050984532953, + 60.914145253548355, + 62.12530661546316, + 129.01556388971187, + 141.5813918433387, + 146.98242461310315, + 166.64112575032152, + 107.27339236301809, + 171.56080185055296, + 162.38449594843064, + 119.11259403741713, + 145.26486595454375, + 171.43016719116235, + 188.11586301794256, + 136.257662189812, + 108.0778329876342, + 88.33941411038711, + 87.9370199898631, + 143.5828160255205, + 209.88318029721452, + 200.54130028590933, + 191.1692353045735, + 159.03724911050742, + 111.5403921256922, + 155.27779642435394, + 162.2503346069121, + 142.52931696646164, + 145.05232049244825, + 115.66431806050197, + 103.37438038364769, + 90.47219514515291, + 110.63661935572028, + 129.71448913082313, + 189.12050706662205, + 264.17235804028974, + 273.04184809518114, + 172.5215294036874, + 116.61290872742816, + 82.07249441229601, + 94.56297818818452, + 67.9557545088837, + 76.29407560629153, + 146.84363669969508, + 115.61070027943906, + 102.3874733307564, + 69.2662418890656, + 93.62005918830263, + 140.4831631485066, + 162.92004210035552, + 201.33406209170008, + 191.52403634535278, + 199.82934413781834, + 117.70332306368006, + 55.109342285609124, + 25.802496718884658, + 12.080870671213, + 5.656329996459473, + 2.648324768932801, + 1.2399602014262054, + 0.580556176174905, + 0.2718195901022924, + 0.12726742492033813, + 66.93870603580477, + 88.48107147762335, + 158.40409264475878, + 118.79392429154223, + 157.17804846556822, + 127.5581913216732, + 150.88005187822742, + 163.90331400874402, + 143.5707650678578, + 135.62781101566267, + 125.63246101933541, + 128.1236612941141, + 116.33351524508697, + 148.1112136758425, + 168.74856490860472, + 114.88600594316281, + 97.85084459536124, + 185.0993008838252, + 181.27438920798002, + 125.91009876194872, + 120.53430373860454, + 66.98854286970325, + 85.50095878105813, + 73.04538996717548, + 151.1231496190441, + 142.81123868336033, + 120.66575682746192, + 127.00252472311936, + 109.3387721121086, + 149.8935344849216, + 132.65242413806175, + 113.6300676135924, + 198.10940319551074, + 161.8626790194275, + 181.01254432613078, + 129.16173655974399, + 180.0696402765774, + 160.8547685130574, + 118.25505634914026, + 114.86021717402221, + 121.0654104650564, + 153.54338370150484, + 177.17816073573005, + 199.53334967143059, + 155.62646340991708, + 124.64353250942153, + 122.86209057804768, + 120.3608580892069, + 124.86867692653016, + 143.86029947181908, + 149.44033468696352, + 93.22005884966546, + 43.6461435184073, + 20.43536410014017, + 9.56794970279969, + 23.739130307662737, + 47.111872013533414, + 61.001360445780406, + 95.94346674290432, + 126.90795943111975, + 134.05243619141396, + 132.06544354761505, + 135.96179588248162, + 128.41485637263597, + 155.6465651487539, + 130.2383185826845, + 135.57838087297716, + 130.8568595781728, + 129.70877629950098, + 151.89279979400507, + 151.56662738841135, + 147.7076554163681, + 136.2386919720475, + 129.81136537225038, + 125.56517684909426, + 116.67238395685717, + 109.60442309152796, + 126.93415918608166, + 119.69814268189864, + 116.33187761231609, + 115.97004927051566, + 173.91779058302697, + 177.0746802614184, + 239.8128762732955, + 226.54539346463847, + 156.02093075272722, + 102.14127130416755, + 77.18444769344518, + 65.96130105618987, + 61.63938784314355, + 58.661174852780825, + 66.40184781538863, + 62.80209545477051, + 59.90678611871204, + 58.09744158617645, + 57.7208046343808, + 57.31895210153273, + 87.04042430371321, + 90.11291984375164, + 84.91625965082694, + 83.2271170780611, + 79.6881766457553, + 73.326986474849, + 70.36962557009679, + 83.251329916407, + 118.77388574240436, + 139.72841534800236, + 144.14673971356137, + 138.24391776162736, + 68.6473390613366, + 32.1410611600211, + 32.57041445446448, + 82.47520219863574, + 121.4857960045735, + 178.0053292471114, + 169.5558597406923, + 157.52844364585636, + 195.10278635742074, + 173.12041863680787, + 176.2296523578704, + 177.8620058245903, + 249.95528156764678, + 202.79515388829296, + 146.27641440177769, + 179.57628936188752, + 223.9673048395129, + 252.1572661392186, + 260.3894893116718, + 250.02366090599207, + 256.3441123062901, + 254.1131498118101, + 211.4405335459798, + 174.70925656143424, + 165.02002313984963, + 134.35061907340642, + 149.18345047557142, + 134.50322270231814, + 127.24998566000802, + 131.02255968633955, + 95.8078594897429, + 47.106979991140086, + 27.32898196501846, + 25.59797363240153, + 16.771157889029094, + 81.83172687983111, + 64.1311404836643, + 71.48910534102758, + 60.86063425283739, + 86.58832861755683, + 71.89791563271162, + 39.19938882268149, + 97.18794235037454, + 113.71840732417697, + 59.436602875497265, + 45.89147242926703, + 33.75032563935958, + 23.71542662073398, + 52.08218938247053, + 160.90175649748713, + 151.99997723781004, + 98.75682404289013, + 90.66808412228426, + 73.34177105185879, + 90.49165492490175, + 124.52685452713118, + 141.63547494095988, + 113.22721147202286, + 53.01360225556967, + 24.821259727006264, + 11.62145012265744, + 5.441226772485986, + 2.5476122581205143, + 1.192806050750318, + 1.3667584828122474, + 0.8734726583982221, + 20.188097789554245, + 55.08177302924855, + 83.84954270796436, + 148.63191773178426, + 191.4009640382567, + 204.19159961485198, + 210.86302587710037, + 220.8236435394847, + 184.09576711108247, + 148.50777188883137, + 151.24923615726436, + 167.73866034256872, + 172.44175893369672, + 185.06397178044415, + 194.32197195604076, + 194.90460895995633, + 195.99814652884217, + 201.25463325185012, + 160.0205392652868, + 195.73689051783225, + 194.09748893690085, + 184.47673983941598, + 180.9998137429803, + 164.73266082562387, + 183.1574586275798, + 172.85845145077934, + 164.03864118029605, + 166.98011780632706, + 214.9289977335235, + 163.24062392723675, + 125.40323720800237, + 134.25858195424814, + 116.74557843409119, + 155.55275575392585, + 125.30068825507945, + 106.20540605795165, + 103.16618708617807, + 101.032278241073, + 107.14877761602467, + 78.37433357455046, + 79.11777181713967, + 102.36405809294692, + 112.83371867193324, + 99.72643430328513, + 117.30080589610725, + 83.58941028815082, + 64.19798945389915, + 52.985581931467756, + 130.3827411956095, + 146.03962283478813, + 188.08302323546576, + 223.884200225904, + 182.8987434440375, + 131.12007991224897, + 110.30977619177538, + 124.60556375212889, + 198.09965882220342, + 221.5139991266446, + 239.5791912842054, + 208.99103907979202, + 97.8507522769109, + 45.81425961283331, + 63.75427529693955, + 46.26143574615841, + 46.880777127996396, + 61.75086712867969, + 79.27327335976933, + 81.28951418747056, + 80.1448279692146, + 110.55122005919773, + 109.0642659739199, + 101.2948509952783, + 126.42656593989716, + 122.19491975004814, + 117.64388693722422, + 133.10376922636266, + 156.07543599633075, + 142.95677584480455, + 116.46367336410246, + 127.93424405380115, + 143.01324919721273, + 157.52589134607632, + 167.88420850766605, + 174.20857076804887, + 173.4858849603766, + 167.71645823199788, + 155.85241459961497, + 139.3256663832193, + 140.96625862401865, + 158.8854980035739, + 137.39920911734998, + 126.54212185029259, + 135.06422992814072, + 168.56705390076246, + 131.48622967499068, + 98.35180024866631, + 179.5479816660545, + 180.69950655196013, + 137.0142260939784, + 191.56647010760128, + 188.68102500481191, + 136.83945060771862, + 137.23695292455224, + 136.64559173117686, + 135.41247264214257, + 199.5870713721239, + 195.95724797340281, + 145.67889644879082, + 142.72191184011862, + 133.46211211234873, + 134.99208327531235, + 128.8084997852186, + 118.81632747013602, + 100.92993017173997, + 90.77938438457863, + 172.59266364819166, + 192.12849118884282, + 227.3370090452411, + 139.6129151918201, + 133.07443848642583, + 163.40735845147077, + 161.96259093990588, + 99.20318204750836, + 135.154259305666, + 133.87830125478888, + 98.42247172141523, + 120.81730379449763, + 130.62273486007595, + 136.87684830897942, + 111.22697873169214, + 137.62011902498793, + 132.96005981351647, + 112.20780204552219, + 123.82301861144936, + 108.01397726944103, + 138.42235265498596, + 106.13509246325148, + 178.38666443232228, + 174.2324682633866, + 195.15108279006597, + 121.03213367002883, + 154.63541437982104, + 131.51053518009934, + 143.4450909021573, + 189.24243059255843, + 179.5076514484365, + 205.55936479847674, + 154.65036731777562, + 104.47733594847539, + 80.69679033823905, + 117.21474998399998, + 132.43578224970136, + 123.96836840568497, + 147.8577563958185, + 145.48811733051292, + 159.85452243755665, + 184.2421620734824, + 193.55983214199034, + 210.22088194290686, + 181.03619897261376, + 142.18331701894803, + 135.74353099304423, + 162.09177126011411, + 163.48566428456735, + 157.17005795270836, + 139.25214090339733, + 85.66811635336207, + 68.11718372896149, + 73.3474275063787, + 120.3149974457836, + 140.68660574984617, + 153.89995821309708, + 175.50686499957095, + 167.76731423050083, + 152.2286320340523, + 147.22975691064315, + 186.79921215445023, + 168.70446409045923, + 124.26521105171071, + 105.10612463635726, + 86.656322663682, + 110.07911230017916, + 168.4158893568068, + 164.94620622869934, + 90.57058420341878, + 42.405644938107606, + 73.34434057600784, + 69.15656913196834, + 32.50257438053051, + 90.59836927012633, + 81.15843683936411, + 59.183757579680936, + 50.00958711742027, + 58.93025834144417, + 53.99310796628053, + 39.85776374925581, + 18.661623886424245, + 8.737474793348444, + 6.305921970561211, + 3.991963722461658, + 75.10176940205397, + 98.59711995108871, + 79.9234713289199, + 43.388608656875306, + 35.70133557997018, + 18.757878867001864, + 91.20433097607543, + 125.96319850483714, + 142.86684091415418, + 147.7099124732694, + 182.62382586519067, + 194.84285592384873, + 153.99967445692138, + 72.10349334765426, + 58.02817951278395, + 91.93336619316835, + 123.3740571569281, + 80.50899030799648, + 94.54212113762082, + 119.60428993637096, + 131.0871561344694, + 87.57145925961092, + 86.43935624496747, + 83.13447928632044, + 85.3297637269204, + 88.057680339818, + 119.9668582488475, + 145.22846222752247, + 143.95260462458384, + 125.06361394654559, + 101.70092934047479, + 104.20624317093258, + 89.57791923201798, + 99.13616581226601, + 99.6189266053432, + 90.78369520809636, + 99.7465954489972, + 84.12375940136425, + 69.69111188153055, + 61.67182490834934, + 58.864996889583274, + 57.20683785799769, + 56.7213616400408, + 58.8204032219336, + 95.3206902346093, + 115.1166559368476, + 147.28173882058323, + 141.79224369837326, + 118.8883933641707, + 144.10117304629352, + 130.966500705354, + 161.60689899721356, + 100.78891857467033, + 131.87531908795316, + 142.95310142251793, + 136.8496468247122, + 145.4303949306582, + 145.89857802694848, + 128.94821772285076, + 129.6374982597548, + 129.75446982711517, + 84.19205974059071, + 84.69734547825823, + 63.68874565394944, + 93.2797564064646, + 116.86973204068204, + 84.6438455248697, + 154.09162349888976, + 149.2923918540825, + 215.22798118556992, + 155.89573937941338, + 114.95928732458923, + 112.86713447454463, + 95.79104172624528, + 111.45432400950416, + 112.06349427359933, + 91.68891261628802, + 128.9040375179926, + 142.631217945794, + 122.47569453542586, + 153.06334244009787, + 142.40802877150136, + 136.2582568695351, + 146.54158923441418, + 144.79176727749223, + 132.4495529668335, + 141.7187359692799, + 158.70199490732458, + 143.52092430743002, + 157.41242961276893, + 125.12556874119139, + 100.64407452377586, + 97.00248736884613, + 94.2891432554772, + 112.97975180052336, + 159.7390501229745, + 196.9944195705047, + 200.16451447410554, + 179.1081241698799, + 258.99314111706013, + 248.13916367325257, + 245.9419810249189, + 247.17353003355322, + 166.3885554356504, + 77.90403546168677, + 36.47509725248447, + 17.077840855015868, + 7.995938879899317, + 3.7437424973021347, + 1.7528407978879517, + 0.8206896881809002, + 0.38425141923785705, + 0.17990862479773462, + 1.5708346946566778, + 0.9720342627058831, + 31.29788907399037, + 81.75487348940146, + 73.76531634260378, + 105.08836116929305, + 92.3470789248503, + 128.50991192646, + 156.36987793446866, + 157.8765058355392, + 114.80351569296892, + 150.93623014436182, + 124.18655785128138, + 88.06466043753707, + 150.54228515015262, + 157.08479309821422, + 101.74297252292577, + 84.04169473829116, + 121.23217401596025, + 89.57901195402496, + 140.92825558305304, + 157.0700548659132, + 127.45249515873478, + 126.14908822831848, + 79.07257407999788, + 103.36950204837424, + 142.111570252832, + 116.66562960473969, + 101.01783764216219, + 119.68195718562798, + 171.09214767703946, + 112.6708798142113, + 102.74915565623219, + 92.00769767487965, + 106.03218173569338, + 165.6553964156035, + 142.86988866598762, + 178.0953307801562, + 145.8399659285304, + 102.62894592053007, + 132.4088955259207, + 153.66616779467768, + 111.3047695471225, + 86.55966104001294, + 83.12525180769697, + 61.38176122337036, + 66.35576814026392, + 67.39063889115023, + 70.3407131632791, + 134.52458460159332, + 175.1764068196601, + 199.27801368547358, + 235.52784578286702, + 248.21973812186354, + 140.93828276729514, + 105.18536098091008, + 137.44016091253408, + 135.44912189052513, + 147.45876073793823, + 113.1035258707179, + 139.65892002090388, + 189.02694807197395, + 198.35828172133486, + 182.75101689939683, + 160.32826730469793, + 119.30662059382797, + 140.25623040411114, + 196.75938669299478, + 189.0746811189771, + 111.28732815872628, + 90.76154493290383, + 113.63947597790866, + 94.55323592075669, + 136.06423510533244, + 190.120745954359, + 154.62004238965525, + 130.59841616448804, + 79.11062377368899, + 142.242183731172, + 217.2562391985624, + 161.06847623541202, + 131.73494304782292, + 137.6000199204649, + 116.66442269470433, + 135.8104984551468, + 102.05493785818211, + 157.0789511066476, + 174.33591487150417, + 136.57502193054734, + 230.8904261102831, + 166.78730764690158, + 192.2307087626064, + 157.9904643237629, + 211.32567003714084, + 247.8871761862817, + 148.24320350647903, + 102.16598607969875, + 80.0854170818302, + 61.812642437869684, + 78.25373545720593, + 80.30455504155822, + 75.28826393014276, + 130.96146177646227, + 167.32828148673678, + 190.6749061868406, + 198.44660320601957, + 264.29840504105266, + 277.7946503927549, + 178.07067681580892, + 145.91231337490336, + 94.22696471286534, + 136.52371945857078, + 191.86993003850034, + 187.10864493452218, + 204.2915651991599, + 130.05296641991993, + 223.6572607049898, + 210.01990198018672, + 177.63969471069257, + 150.14345401240786, + 136.03891138574397, + 98.94516731256907, + 109.03004056592158, + 142.79025422542963, + 180.3040646732598, + 230.99248791242638, + 260.32221365858334, + 282.34121301624714, + 176.33003901463672, + 213.60010107346375, + 280.41105393387124, + 283.26716112734306, + 276.43477580807246, + 154.40191889354475, + 72.29182640200963, + 33.84743014846554, + 16.57416243275445, + 13.025523317431462, + 11.263828045311772, + 56.60434553466567, + 69.75862761562664, + 85.5094291862818, + 109.458566518948, + 136.8802068585216, + 123.9699264249663, + 148.6714470285243, + 182.63541694015493, + 179.29104244518055, + 108.87632740467534, + 120.79082910564458, + 155.81476694325755, + 139.84463707433727, + 151.96102369086486, + 207.4725031727271, + 210.8369820433328, + 206.87485351972867, + 124.85173533513021, + 104.30444047663156, + 140.0840938405435, + 97.1777990101479, + 128.73576648004558, + 143.7378729505754, + 89.62268222704152, + 97.74314869468965, + 100.11261206350862, + 144.7593134606384, + 99.22287346413783, + 89.5613699267485, + 50.51038737054776, + 42.27785781968151, + 80.67211683108005, + 113.19620999084178, + 109.41256840893604, + 136.0682703800514, + 123.61045939794067, + 165.31314117416957, + 138.92041737755315, + 90.95054417484718, + 105.13531258541707, + 100.56804806201168, + 115.06957457727691, + 147.18582003661982, + 142.24454305999555, + 135.15723506950218, + 183.07470241872022, + 123.84767616534, + 135.09516868074775, + 133.56613699348154, + 101.70603620731423, + 156.11743866085305, + 199.79432739377836, + 198.1936564583827, + 152.2907275726128, + 149.4231520740651, + 168.29181124511302, + 162.20449954722366, + 133.82610493613743, + 83.11438581809259, + 85.33001546678251, + 96.8858930065129, + 139.61734162035611, + 111.6138613677076, + 120.12615944474653, + 132.0205108563813, + 172.72916319317721, + 168.85211037344624, + 121.75870315877602, + 141.06923101312407, + 200.85506413694367, + 168.72729204028474, + 145.0163499179443, + 85.37658399631276, + 107.5094470048461, + 165.93027782842364, + 132.52029675657985, + 144.1422318349258, + 140.19321111709934, + 168.3242511431123, + 170.6624963079253, + 170.33903599403476, + 156.3140210583596, + 98.68249404336399, + 106.35129063791476, + 126.23135529139988, + 122.33470522669967, + 111.72579628342169, + 93.18299131328956, + 55.40968137460406, + 65.22933985158599, + 79.28150348290136, + 128.2708000943809, + 149.74366619750214, + 128.90200460482416, + 118.24063036359603, + 174.41256686845463, + 187.04601827637515, + 139.10902384601584, + 232.16896801882305, + 212.38332789877126, + 211.829341465477, + 142.55539631853253, + 144.72631234584864, + 150.0880985494441, + 127.01127812914349, + 115.13740719944946, + 147.12459677119787, + 146.80998561929255, + 122.60384662409386, + 160.27223159563493, + 150.22040990787073, + 86.15744756204316, + 131.03483185946018, + 123.78541970925761, + 129.160535053007, + 106.36410831762419, + 82.80168025771567, + 92.57310873190599, + 120.93700381570642, + 116.47067707598359, + 115.54378961705208, + 120.02844139141399, + 119.54023342392122, + 91.34296857465698, + 119.52991864289801, + 142.38417520185078, + 116.00576698220198, + 119.99616776143318, + 128.10480135647768, + 157.19255935905386, + 114.46851686536502, + 129.10608390976233, + 169.62307949254154, + 130.5009752607561, + 100.88277357660691, + 204.62030098397486, + 194.34125069149667, + 155.36162743801347, + 119.0084786151194, + 125.26436284133149, + 109.7003359942754, + 78.39592177575159, + 75.03454812754111, + 103.35018112003861, + 118.09939216209165, + 103.54463724041028, + 86.04060526170001, + 67.2535314746747, + 74.44099352928214, + 165.97427191308498, + 161.62407405121277, + 118.29888537531153, + 96.18329430177837, + 118.83400855400265, + 142.42195626852705, + 142.15202085989222, + 111.58562704975941, + 97.8945591905771, + 74.8330971555503, + 57.70563473869423, + 82.2400729111146, + 78.72879161579215, + 89.54533536974576, + 66.56945190602116, + 79.20002652852548, + 142.0552865332985, + 139.38572971623753, + 84.42364453261979, + 63.984214253612876, + 118.38870866293614, + 115.77599323456077, + 152.68161760315047, + 170.33068186184386, + 131.09107856398106, + 129.04076120359372, + 147.33060183025097, + 153.7642176683657, + 139.5586493803398, + 120.03290730401974, + 178.5432935197799, + 193.5496414263658, + 143.69402129833003, + 149.64823317519898, + 105.56954968995981, + 127.46644579276968, + 95.90182996708181, + 130.13231772161407, + 150.58259437917064, + 97.5789465637493, + 90.8377436902406, + 111.08919130244777, + 129.2117779090566, + 114.19408084546974, + 107.62557277444161, + 134.6830923662912, + 170.66746490442318, + 138.8149605470514, + 147.16167814281778, + 164.94342629962165, + 152.889852648904, + 84.34759201405032, + 71.27428158084552, + 91.2066852446286, + 88.72101519314617, + 87.16596623404213, + 54.76326174135573, + 60.78698652441484, + 75.84255282016083, + 93.41383837474622, + 113.7663139164031, + 103.66738858542554, + 149.28711344013723, + 176.9440516255308, + 153.08337602774014, + 123.90815523253522, + 81.62815268638516, + 88.72189977934762, + 88.97751293626595, + 74.60825340120863, + 101.54318209566387, + 81.33050074742278, + 60.68258405850658, + 50.8675186807343, + 86.55721653531424, + 170.3424909393209, + 120.99774264811143, + 79.05082265073953, + 138.50923294675118, + 167.78760625849225, + 147.22111210720325, + 135.05169336318025, + 142.22976560650446, + 145.47512183647729, + 119.65369906717143, + 83.92082839011363, + 152.32721422393726, + 103.05102102322584, + 48.249053999757955, + 22.590472066714177, + 10.57698308861255, + 4.9522015709283895, + 2.3186479730225815, + 1.4316719185394697, + 13.33554771574146, + 63.9283866074211, + 94.46784910394238, + 125.29144250171872, + 106.22857334249412, + 116.76404455535094, + 90.9532624038594, + 127.13086011037532, + 94.20488075486243, + 84.75806046149886, + 96.5587605993677, + 85.43843359300482, + 125.34800745723643, + 180.6080582096555, + 214.66766858083423, + 168.92114991634116, + 136.8762065145208, + 107.36621460192609, + 134.38997318502842, + 141.29721721037538, + 111.99054254245414, + 76.77565127167439, + 84.05305565995741, + 77.32172276932575, + 130.47454424909697, + 112.31480256017652, + 123.37408625057878, + 150.69354393225086, + 192.40104673827, + 166.4921871534448, + 185.67929392012672, + 130.47173876204468, + 98.49724536040125, + 81.60717492502997, + 127.67685069359952, + 145.7261631736984, + 125.21582093878567, + 105.3165952446594, + 117.39650665041236, + 98.35896749169173, + 122.66875374739382, + 100.48432331454819, + 100.48432331454819, + 74.46624469842088, + 114.98035232459948, + 176.71943276868132, + 154.15686847404848, + 143.45100211019854, + 111.17464335448805, + 87.7035458649184, + 105.48436044253556, + 144.63531829141476, + 102.98991294056741, + 118.90597180841088, + 100.23453878401978, + 107.53120046968749, + 95.47266008838471, + 128.97143729415419, + 143.60083729871633, + 152.48239699321329, + 157.33514788842217, + 128.2731861206774, + 108.29103734325219, + 121.34403656195013, + 142.89214192740695, + 141.86924856559452, + 133.67618855686678, + 118.3924191741689, + 100.20917104264728, + 89.87202883823144, + 127.80786810165422, + 173.2131227722723, + 195.17851027254824, + 152.02019536459255, + 136.83864273786037, + 115.80746838191294, + 155.0510439757621, + 152.17287587007633, + 117.91289355439166, + 78.82012244138235, + 91.87564877235945, + 108.25633433855273, + 137.30383563365618, + 126.15135984490439, + 91.06180629913894, + 143.90820457796684, + 138.28767383504118, + 112.51518315313382, + 115.19596028455888, + 138.54930391108348, + 118.37375661798231, + 96.07833510047878, + 108.8247696461894, + 128.31464076159205, + 98.12808570075809, + 89.68262718565117, + 92.00543612995558, + 92.2848805836586, + 69.213415580714, + 100.34035748420698, + 121.59168214875899, + 90.15587499653688, + 95.94541477908804, + 112.2074852737221, + 81.41569269889276, + 109.68691895470867, + 200.05997633015235, + 195.18633051738948, + 192.4898943923417, + 178.1996355644589, + 184.3728592659401, + 216.59582438224538, + 184.75221531588693, + 143.81616842350954, + 118.72884868707072, + 88.31337718096255, + 68.93999185162797, + 122.28865387652226, + 82.26010083963072, + 136.5884561471262, + 123.28860092060962, + 106.30674931591955, + 164.00766362731653, + 163.53112862799122, + 108.54020533671624, + 144.69146780006287, + 167.0230559795454, + 141.60748418157485, + 177.0376921891554, + 187.56391567379325, + 173.52778862302765, + 124.20321648988528, + 90.24093434537254, + 125.6909855184928, + 192.41323014223136, + 163.89222117830906, + 187.1568977366146, + 197.6750395035807, + 159.45717443182522, + 184.683362927055, + 196.37829930991103, + 125.26424438028955, + 58.64940717066049, + 27.459974540118413, + 12.856910889990496, + 6.019676288907563, + 2.8184454985565144, + 24.443338844902925, + 62.916112777099585, + 102.16706042492504, + 98.93813159470841, + 104.54594679315136, + 147.55884233219084, + 129.45401846727208, + 136.8652338192998, + 144.42407887457483, + 213.0036261186553, + 163.32015111359271, + 166.91880052337888, + 145.9938020909738, + 173.66735564264704, + 117.3643397691003, + 155.05278276366965, + 210.82420449419016, + 236.43820566489302, + 248.84741181690697, + 254.85930202840433, + 256.03407564760937, + 239.10151307821212, + 156.71082055699708, + 125.6771654583955, + 123.78416945862223, + 77.32723000062755, + 49.82751719526791, + 124.88407651714601, + 107.50242875081213, + 74.27458424950464, + 92.05590780436768, + 139.15184744592545, + 178.01373481476435, + 194.3263130330956, + 223.49103933317267, + 202.06320943038241, + 203.95908676741533, + 157.39162641229387, + 124.55207119909403, + 103.5551243832625, + 164.340148482811, + 137.41117578010554, + 115.52590481746924, + 110.2046024426046, + 136.799422841049, + 103.12575758579902, + 84.59885837480871, + 86.8496106067866, + 78.3929131659326, + 109.75636797587751, + 168.49992990018416, + 199.54936182578226, + 157.42066787117045, + 144.39354905808477, + 115.10669074568634, + 168.68989190643163, + 161.7403209897437, + 134.53110656945256, + 102.11402402731127, + 101.4389816454703, + 132.00692914823154, + 146.44174479900946, + 163.04791841034893, + 216.564709296869, + 216.32268159491866, + 228.76697784951338, + 197.33076212186052, + 111.63639092515925, + 121.81071119661163, + 156.68705609472266, + 125.50806654269783, + 99.09509832006015, + 121.50871849195687, + 170.28193211779092, + 131.8077326135587, + 100.64607057353928, + 115.53691889452736, + 152.8617789638094, + 124.46764071071743, + 153.50071863454173, + 224.4003647084096, + 226.05097291381554, + 133.4012043976966, + 110.62191000081921, + 209.67368226819053, + 206.89314893631905, + 110.95029531942286, + 122.98142822087324, + 201.7750302314642, + 197.32930660197687, + 183.60438858126898, + 137.19536987102938, + 130.182318874878, + 163.80786605030977, + 160.77231838705865, + 181.67192192804762, + 165.30073440121004, + 111.48673291923018, + 101.80405954129083, + 69.79225920278, + 85.83196697472133, + 159.328836101284, + 155.67275228403219, + 136.62797989405558, + 120.26529631690912, + 91.01312759583932, + 74.30407320693658, + 68.63555868389858, + 58.351885522406235, + 102.60461028976042, + 132.47564466792042, + 178.29979769338627, + 162.47229760617202, + 134.46833268147572, + 136.04766147753338, + 166.44744204170308, + 157.27479137323195, + 121.0485834385161, + 156.57966907773036, + 200.13214994920475, + 200.13214994920475, + 142.68753941616202, + 150.67946028330607, + 190.35992610981762, + 180.80443142809565, + 166.9976438995654, + 169.12796718927456, + 177.842431319671, + 150.1862519760624, + 77.02191324856189, + 36.06208278768012, + 16.88446521431713, + 7.905399342904253, + 3.7013513888374896, + 1.7329930480926428, + 0.811396862722803, + 15.16759087280478, + 108.75801794678719, + 115.89840300019497, + 132.97047836902607, + 211.1900404112207, + 258.75045429164777, + 257.7705531414086, + 233.34266945490347, + 190.04002976630304, + 159.0923026517655, + 157.88960300707248, + 223.55895903825774, + 237.6016284307319, + 262.8357416648527, + 264.41936938673723, + 183.19906117385776, + 185.88758256594855, + 142.2588347548231, + 101.0994650048667, + 72.942384548011, + 89.20042835663777, + 67.406840087381, + 95.6154816950117, + 99.22922214209251, + 58.515320176416765, + 86.87423139326944, + 114.17214666322309, + 195.40959855443248, + 219.34952005865898, + 165.65257638851105, + 140.5557555528066, + 147.12007489692323, + 105.426909273563, + 102.04356330077368, + 98.61778825107554, + 125.40287700556324, + 102.1704617678328, + 98.28589091055684, + 139.89082264200087, + 123.42730522512322, + 152.742018428733, + 157.1738990753216, + 147.07348413546634, + 129.27322593228024, + 124.1341195558023, + 104.59288449715976, + 93.12436820775318, + 137.6000344837152, + 137.2962754850006, + 122.98606178973921, + 116.62360184075614, + 98.26954093930621, + 78.55931642712805, + 84.16993967792578, + 98.76874330848258, + 120.7223091269987, + 147.7676297928189, + 180.71983922525942, + 103.1554004494939, + 99.11802884209122, + 96.90171459631001, + 122.12538159929542, + 121.54224002407295, + 110.37427842624295, + 92.38813302130063, + 110.6699456415339, + 103.16801467209213, + 80.82114788195481, + 105.0626795191269, + 121.75170265114983, + 125.9482880231997, + 161.49625619169262, + 113.31980468960768, + 125.22268921249716, + 65.16162059583664, + 73.35992526823841, + 107.11423963097585, + 161.42840233116806, + 178.5547184646763, + 168.92155048341718, + 187.32273166660252, + 133.38617464969354, + 118.89520668999089, + 122.50772422133335, + 140.1788092903893, + 140.9477972343279, + 109.45115529323417, + 131.97416032815465, + 151.12363639105956, + 135.8843730676267, + 131.04911611557824, + 118.37834756560798, + 171.09172803849793, + 120.22145697402415, + 139.6074917564987, + 109.14172628099888, + 114.82556534105768, + 103.05890005792108, + 114.22567484862608, + 112.15535422665334, + 160.0630630296337, + 142.7137728062816, + 142.1453543922574, + 83.40926887545557, + 39.05267777157835, + 18.28467821013975, + 8.560986757524649, + 34.22804628499975, + 133.93672192057534, + 169.192280761507, + 150.1323540091851, + 121.87104688972349, + 123.4214917824905, + 140.03431029816505, + 123.55390605853698, + 120.68965712292906, + 149.82937395420038, + 112.48678956612336, + 128.81152058163917, + 138.72026096164151, + 139.5125181804006, + 133.0501777881487, + 152.68630655383288, + 190.5217362140031, + 182.2041619952102, + 127.58038139592307, + 180.94834382267567, + 228.65101792596852, + 234.86714096154566, + 164.03153565469646, + 188.96488638699867, + 184.76094302425233, + 161.61149014670622, + 171.8072834999363, + 185.6791063602875, + 172.93773129952535, + 141.42288836568767, + 132.33749111387246, + 94.970881122239, + 89.268260327238, + 211.33453437091242, + 187.90560242200837, + 183.85614105434883, + 146.54391382127864, + 164.5810059520187, + 168.57462291987994, + 163.6451700075633, + 122.65916382009995, + 193.79615775384954, + 201.01653803483907, + 154.44687085676213, + 143.81934773195118, + 161.56021347148513, + 151.44192040739233, + 108.47946087149951, + 115.88431953977901, + 82.51730021108659, + 45.06964825117007, + 21.10185683391427, + 9.880005261133894, + 4.625872724297435, + 2.1658590148304344, + 1.014067085651326, + 0.4747917787630709, + 0.2223001183755126, + 0.10408213629669229, + 0.04873182783368479, + 0.022816509427154835, + 0.010682815022169103, + 0.0050017526634490335, + 0.0023418480666755745, + 0.0010964661262579077, + 17.207596175343614, + 73.14506067505158, + 68.5759933597751, + 68.59420239986889, + 117.68935489288701, + 155.6531568605194, + 142.40610954573256, + 111.71843716172872, + 131.49140625345598, + 136.98245767061738, + 129.6399661371666, + 113.74349101137102, + 156.91142281332043, + 154.27719627617876, + 138.17083915870853, + 149.07730579526563, + 114.1832694321904, + 126.78044802463778, + 113.35525714332545, + 97.60066083109731, + 80.838464420361, + 113.89517926395854, + 114.80639909925985, + 122.55895934535943, + 114.52039044553962, + 83.43609971146071, + 104.9549239258487, + 164.79376065132308, + 165.98183532991195, + 113.76225535540335, + 97.74606136749446, + 99.60924202898164, + 113.26757329461017, + 160.1160477963225, + 167.19512827183138, + 163.08141930512247, + 136.28971865849468, + 132.30695577205108, + 168.12689590164896, + 182.35715210956744, + 176.12756850681512, + 138.5730818264463, + 131.29243340064795, + 135.88917683918737, + 118.89002423251837, + 115.31734702947136, + 172.52750617372112, + 164.93712677605248, + 166.88776060134637, + 154.7782462618052, + 177.6351098156352, + 189.07373075752895, + 202.2940845553137, + 215.96697882152836, + 175.14802599372035, + 184.09696834148872, + 183.3270042882598, + 170.53677821990146, + 125.9000984276372, + 84.44466788334266, + 91.14676172265999, + 116.75152707776411, + 100.33930176948834, + 87.35752002228757, + 95.1213094928608, + 148.99836638521612, + 148.15277162405383, + 136.00648853331828, + 155.25698261195316, + 164.3160773189855, + 166.84794633385766, + 161.28464758310082, + 135.81363260946938, + 118.37855456976888, + 117.45560244183984, + 120.14134808293247, + 162.21583051119813, + 158.5646340203816, + 138.03598434327267, + 122.71848203601145, + 130.87377577374565, + 105.82172902820953, + 107.77864650690252, + 133.66564410887204, + 150.18714879177338, + 117.52470554712136, + 167.68986330046852, + 131.79818449409598, + 167.16286817705665, + 148.6765244146004, + 154.5451945698317, + 166.05877306494642, + 151.56077843522104, + 114.35924102971624, + 112.12067527315627, + 119.16906823423568, + 96.35755347220069, + 118.06121807975953, + 173.74182697239092, + 174.43486898812807, + 122.39216595635071, + 146.02723553790065, + 115.31940265684821, + 112.49512317515828, + 135.8332795423819, + 149.83491728778893, + 195.2452222819071, + 173.14258064657042, + 137.70054187527262, + 122.42026276602016, + 143.48640461846665, + 116.02003028488646, + 106.45411390586469, + 138.47548800374472, + 175.93251012786507, + 130.95918822288849, + 191.89989156340138, + 128.26315220365385, + 155.97039951563127, + 147.80256291165125, + 141.53294280453795, + 159.92701628199887, + 156.32733702261066, + 126.50295330335925, + 112.46524213464834, + 92.35538905582712, + 91.20288739201362, + 109.01136467852663, + 141.18987295101394, + 119.35186055743776, + 110.73778212795368, + 119.25271196431896, + 95.38781555440347, + 127.67010518177558, + 155.88227589615929, + 158.46770752660464, + 128.35368992500003, + 111.72638520304591, + 113.13712004039627, + 133.40135136730075, + 163.26907676551758, + 132.01587482304865, + 111.33162811849687, + 146.13732936150765, + 151.20217558478836, + 128.0973544561397, + 156.10109967729178, + 153.33931116353602, + 141.3096985529033, + 117.00209054449753, + 131.0739012309547, + 129.67140701616816, + 72.35989992834376, + 112.12313258008503, + 113.91075753871783, + 100.18216466895764, + 81.1674602588896, + 125.00621866340975, + 140.4891648246338, + 109.34592114280156, + 80.57954607420683, + 101.44050206637286, + 100.85047007232087, + 113.92747621566846, + 119.61520546796791, + 151.74620327638632, + 137.8820210015858, + 82.06846037321642, + 107.55377494949394, + 95.61880593556944, + 65.07497150170312, + 52.61822668489971, + 91.28234614789874, + 102.05525027787944, + 77.35214594399906, + 74.76270719466339, + 165.76434469398427, + 145.85014610863763, + 125.53095582304226, + 94.62083667780777, + 132.9403462221632, + 135.7538370175444, + 76.94371370437456, + 99.79748352608912, + 111.26285100279969, + 130.34780524943173, + 105.39644053957453, + 105.11926414539225, + 171.15847732654305, + 171.15847732654305, + 116.00467914680078, + 146.59686727919356, + 139.04492641518127, + 118.16906895682993, + 69.85168968406481, + 47.72076762270749, + 38.738693742750904, + 73.1916437661568, + 100.82622813656023, + 132.2851370902398, + 135.3914836851402, + 130.69529423333398, + 140.4112752426571, + 185.66754449802363, + 182.03226787242647, + 209.58425131706355, + 204.82595788597473, + 193.55118175775496, + 175.4623247525033, + 217.9016452834398, + 191.28227092473847, + 157.00771904959254, + 108.62765342936575, + 151.96583739823154, + 195.88919189888452, + 173.78202328916535, + 155.76417628091068, + 132.55507742972108, + 162.9468972760011, + 162.9468972760011, + 161.9174849643518, + 158.80015864358302, + 116.40732747365365, + 124.7997501599993, + 141.99702979297751, + 177.9522371372588, + 300.15307849114674, + 293.3971542176585, + 137.37015894323434, + 97.48108184645581, + 45.641177887062526, + 44.258812049686796, + 54.54636482628153, + 40.113688421530995, + 18.78144922352297, + 11.901036096957773, + 20.101102806708536, + 12.228010265369427, + 27.73820730639345, + 23.24411981497869, + 34.25497803714379, + 17.237279717342453, + 13.59706664413656, + 23.752665167887127, + 21.11689229138903, + 12.665387345696715, + 26.08754596403343, + 34.45480990979658, + 25.33825148103601, + 14.363667991134587, + 14.961536215730469, + 27.202151872578256, + 16.547758376073467, + 34.01077038263429, + 63.14812785842113, + 101.8459298733961, + 84.90120245653925, + 71.8307769289041, + 115.80392812598015, + 102.95346058522354, + 151.44273158231636, + 122.45334567638174, + 141.27110645395695, + 160.51413137924618, + 112.57509921346829, + 93.20955825832172, + 119.87892646670036, + 115.82584938913791, + 114.80407665925117, + 84.52316099253187, + 133.63243319766727, + 190.00848630059778, + 185.73172541838403, + 109.77564085806246, + 125.23257105426492, + 141.6902674792601, + 114.56771230507044, + 128.18593702562052, + 163.34913881484874, + 114.56340541798447, + 99.59222617405953, + 115.10339422462071, + 96.81218699940518, + 122.04673175037254, + 124.87161176029944, + 151.01257810626447, + 159.64623905443534, + 156.05287960258224, + 117.91307984963754, + 104.82856510338453, + 118.13925651620102, + 95.52486979717372, + 132.34724421043651, + 175.51568875496372, + 175.51568875496372, + 111.89059451337317, + 136.36024333378657, + 122.44214446736021, + 117.116525897433, + 75.86052892941098, + 76.62291760726639, + 99.58530111901985, + 97.34380902273783, + 122.18060057891304, + 108.62252990499408, + 98.05650796621819, + 73.4058173904351, + 84.36441217080358, + 196.39528082253133, + 228.00252455591726, + 159.61368685473576, + 162.4813229150244, + 129.32035957562255, + 131.040340049321, + 74.6601095640431, + 59.44982506208957, + 102.60359305568218, + 122.5633436966796, + 114.25520060989572, + 91.57339486227092, + 124.57632333548499, + 100.72974401020454, + 150.05894760701977, + 173.45825533831413, + 221.1254894896475, + 162.85900703414796, + 145.9643194084168, + 135.2341631335378, + 116.35160008587296, + 134.12050031778648, + 186.44203513879, + 216.57882769927318, + 205.2990436895229, + 162.16228548070023, + 144.16754886315073, + 124.47373274842693, + 121.19774187363488, + 118.8910526704484, + 164.80900862299552, + 115.5872715852727, + 127.08589080445083, + 159.960821851544, + 162.25933061521812, + 200.3572460959856, + 168.14408416380004, + 208.67866987684135, + 205.30249582679863, + 187.17000582851668, + 120.22280124047339, + 110.05691795629332, + 187.98132683626642, + 155.14765275595352, + 152.9295086806808, + 214.12179518649245, + 214.12179518649245, + 139.4027305960684, + 164.12229809312402, + 164.39881150141863, + 155.94445751666066, + 148.63205941653501, + 96.6289417866934, + 174.9836745257752, + 142.05369492124368, + 114.29789572444551, + 97.69889992476278, + 126.86144172221644, + 90.92356687924014, + 104.0722702918562, + 127.72678015464679, + 167.57386569392025, + 112.08245507773742, + 77.42841996607481, + 68.80765551884306, + 94.33716684562565, + 96.11390138373368, + 96.99219136134312, + 84.59379014809473, + 64.75592503090259, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100 + ] + }, + { + "name": "flashlight", + "data": [ + -100, + -100, + -100, + -100, + 0, + 0.012017002518195038, + 0.1102313964303266, + 0.23590926609095975, + 0.24012567440845678, + 0.42533739251573066, + 0.4071773985167484, + 0.3176071779922147, + 0.21608061845015422, + 0.2029546743586429, + 0.37176040325166665, + 1.0760825942009884, + 0.7913568949477116, + 1.2520229950574333, + 1.354944338551607, + 1.367324050924186, + 1.4712080766806461, + 1.4846893641738772, + 1.4437397034796278, + 1.226401712298275, + 0.9936449083006614, + 0.682668474456779, + 0.722919801427163, + 0.4524646574555291, + 0.4201967417031691, + 0.26253480437256177, + 0.2896963084997345, + 0.3984585989242908, + 1.6859025106396726, + 1.023522865987498, + 0.7481053772198365, + 0.9414347667160116, + 0.7096232400689617, + 0.43247863318100577, + 0.8575575288854296, + 0.6881606734245894, + 0.520242462028607, + 0.44966354070501, + 0.38415213423784916, + 0.37500897364435615, + 0.43702426278956863, + 0.39747526890499324, + 0.42380028543827764, + 0.4018757494117602, + 0.6195835614378455, + 0.6125710020132632, + 0.4523002388934463, + 0.3593210526671203, + 0.24617531995376496, + 0.19918477905341855, + 0.3834435455715211, + 0.7785225205964073, + 0.527853244407086, + 0.6426204370621529, + 0.3913891115344358, + 0.28100432175057105, + 0.24652225379910364, + 0.21585718937208784, + 0.38314805006076585, + 0.7887620739330247, + 0.9362865741248771, + 0.6732251890012088, + 0.4343476116110817, + 0.20336393719539833, + 0.09521611227056825, + 0.044580706692408587, + 0.020872931710832845, + 0.009772821261249339, + 0.004575688586896464, + 0.0021423625260877845, + 0.001003065900579193, + 0.02920937475174276, + 0.2178462543627988, + 0.34824382021616007, + 0.38199733685060905, + 0.9531608957096503, + 0.760538277124654, + 0.7260925754306575, + 0.6606230700921145, + 0.7313867929000116, + 0.6341350158201287, + 1.3085896858608261, + 1.301163184418427, + 0.8531578132995133, + 1.0154528817752462, + 0.6501914021932873, + 1.1338008558455024, + 1.1265396001585977, + 1.7152733766835286, + 1.520366882752878, + 1.1352746878405189, + 1.6716736848561764, + 0.900652494889966, + 0.8917324864116134, + 0.8207185927824229, + 0.956743422628821, + 1.3567158059102185, + 1.7248244920878384, + 1.205606458158248, + 1.141069802438438, + 1.0814539579949618, + 1.6060744503947264, + 1.4116917574258563, + 0.8115844862422669, + 0.5341951009979639, + 0.7487269640810534, + 0.5974180412374337, + 0.600481584475386, + 0.4020675714584073, + 0.39510406657094255, + 0.2856426838228059, + 0.7630845775746138, + 1.441117558213788, + 1.3455139037189763, + 1.0763728076325187, + 1.5583613372926668, + 1.4801288007987057, + 1.4954070507706692, + 1.2648048514069605, + 1.5015211227806797, + 1.268792018800095, + 1.4349515025276125, + 0.8629296449635622, + 0.6567658360951234, + 0.6766645913175908, + 0.7916142296174665, + 0.5053624105295824, + 1.0521171373006322, + 1.070494140883221, + 0.7769621761619031, + 1.5180677450964204, + 2.2835534151148926, + 2.007175653013516, + 1.2830824517368964, + 0.6007462505979684, + 0.2812726938311529, + 0.13169342000267995, + 0.06165958250612589, + 0.02886935516408017, + 0.01351679063845429, + 0.0063286356112009405, + 0.002963101950060297, + 0.0013873406063878322, + 0.0006495604911918031, + 0.0003041277893652215, + 0.010074431600511089, + 0.04246430397363723, + 0.22887801032868563, + 0.17517053537135574, + 0.5746037452794551, + 0.5356533544856296, + 0.3998806105020974, + 0.3909749215924243, + 0.5626676302483108, + 0.4010586675236595, + 0.23517455176628835, + 0.40587904234459626, + 0.5161976005392921, + 0.500764394092181, + 0.613936946433579, + 0.4226771510770383, + 0.4320935515070421, + 0.7380853096874135, + 2.2670973516042334, + 3.6430179291632836, + 2.640847792161227, + 1.8720284573699129, + 2.0541913461907946, + 1.1937410567811577, + 1.0804408226918405, + 0.9820057007071097, + 0.9062458157885513, + 0.780112476782855, + 0.36713056863833465, + 0.17191204149288314, + 0.3136302039246399, + 0.205051203425803, + 0.20406975802284594, + 0.14697465090702194, + 0.06881433874012956, + 0.09397107880610203, + 0.8677150294627837, + 0.8496631986287041, + 0.7314051560466855, + 0.5388385133950575, + 0.5973063804448671, + 0.5141719296564107, + 0.3176555519324879, + 0.25615144871974477, + 1.284977915134264, + 1.5997057557968755, + 1.3770550964614505, + 1.9409964967825581, + 2.187986886137575, + 1.8834579307028159, + 1.000270240984019, + 0.7544392062210941, + 0.965766565696442, + 0.8313489943166931, + 0.9670851761281015, + 0.8324840775709629, + 1.0452770103302025, + 0.899792995726374, + 1.7592646818093225, + 1.5144062508566563, + 1.3847384037221797, + 1.3879674535608975, + 1.1947870092500599, + 1.0027275671140732, + 0.7977491205675913, + 0.6867165965956121, + 0.4626302897860896, + 0.3836367196185314, + 0.19330367733132134, + 0.1663992350275919, + 0.07790903570528615, + 0.03647743839399905, + 0.01707893699033056, + 0.007996452096473634, + 0.003743982788120817, + 0.0017529533033689378, + 0.0008207423638649785, + 0.0003842760822824376, + 0.0001799201721706568, + 0.00008423961273271841, + 0.000039441449325801125, + 0.009093871254131025, + 0.0073617183652446554, + 0.1973762255297915, + 0.1510510356021856, + 0.21542778080378372, + 0.33502482435379244, + 0.8049534203267381, + 0.7356866069207855, + 0.6085579997006796, + 0.39975083183832627, + 0.7553395772889064, + 0.5282498174908161, + 0.40226651713515427, + 0.24424511503578109, + 1.077109942098676, + 1.0374140688723585, + 0.9707677215996624, + 0.7966681605433874, + 2.2929307655866293, + 2.2498411410770496, + 2.120519477574218, + 1.710029036408752, + 0.9183845561137037, + 0.9150848323510417, + 0.5046089997608505, + 0.6198439655542729, + 0.5139586226233673, + 0.5381835843828844, + 0.7021784185256298, + 0.7113660499367817, + 0.4736289042265243, + 0.7573544034342301, + 0.6861685079305444, + 0.7507692105617648, + 0.6305315894815632, + 0.44737012319140346, + 0.5563876258186528, + 0.40425103979706223, + 0.24545006236597605, + 0.1752608764452761, + 0.10969315305738984, + 0.12330015152269194, + 0.21639704031583015, + 0.36131097019101854, + 0.31833369643651516, + 0.3814711659118205, + 0.29941309269734734, + 0.3646057328147122, + 1.0568177117441386, + 0.7596962144064966, + 0.3556939398402414, + 0.16653785610596217, + 0.0779739388554867, + 0.03650782640537135, + 0.017093164824146176, + 0.00800311364640543, + 0.003747101762384148, + 0.001754413624248451, + 0.000821426094120855, + 0.03173389314246891, + 0.08727876424706876, + 0.6095010659544655, + 1.0781208691999056, + 1.463940490213324, + 2.245692350058329, + 2.2291227746312914, + 2.008255699892785, + 1.31178145788035, + 2.2097699565276687, + 1.52356487439019, + 1.5288452220758337, + 1.3173834285614645, + 1.4323992978813829, + 1.3505881300104075, + 0.634147365800797, + 1.1359213821859806, + 0.9393036020343185, + 1.9122037780601768, + 3.1424366987291243, + 2.1731914697271106, + 1.828534998698017, + 1.488508585508066, + 1.6616861041362778, + 2.058046158769785, + 1.796537972431087, + 1.9235322064466651, + 1.4164994647009852, + 1.754330011437657, + 1.4723921974106882, + 1.0779289290198266, + 0.6410458193167848, + 0.5675306396169126, + 2.1992420127099783, + 1.8540491233748195, + 1.9953620454829166, + 2.306767377016454, + 3.774196605877139, + 3.110182175970799, + 2.6673098004800857, + 1.3164959158458478, + 1.7830784010980567, + 1.0304029280126767, + 1.665319736090624, + 2.1918376644818967, + 2.108298730202482, + 3.2889037828858125, + 3.080169079454256, + 2.5438045401239786, + 1.5108631463575666, + 0.9204273628655368, + 0.4660713777641808, + 0.7430311964083436, + 1.9054577959317336, + 1.856035238200141, + 1.2823187516299555, + 1.5430266543616922, + 0.8901022386113119, + 0.8023379061480773, + 1.2075799810343204, + 1.0414802124091749, + 0.8550730306304333, + 0.8428361484976261, + 0.854338529398311, + 0.8663644143975849, + 1.789585921918578, + 1.3481154514681566, + 0.8594787672629501, + 1.109556885421955, + 2.074544558408479, + 2.146869196411987, + 2.3750949581208785, + 2.167067979368228, + 1.70205482957835, + 1.604842345884596, + 1.2346044615097815, + 1.2191414713270343, + 2.069240414571106, + 2.2857431307447715, + 2.590401652035373, + 2.6367563243919023, + 1.3293487786176326, + 0.62240839893841, + 0.29141503065276636, + 0.13644211780432008, + 0.06388294889672408, + 0.02991034751889672, + 0.014004188976114221, + 0.06424617094857368, + 0.13757093049039848, + 0.13899785243768126, + 0.173837456304952, + 0.48309834465714185, + 1.0654502150868819, + 1.0348789670905525, + 0.8845489735543945, + 0.7420257570384792, + 0.6571867840767882, + 0.6006525857709673, + 0.5462486988727298, + 0.5221886798502613, + 0.46820073871924994, + 0.6117217319045686, + 0.9479103876239097, + 0.7367404694822104, + 0.7040836467077406, + 1.201364160325321, + 1.53546369162204, + 0.9565525844688826, + 0.9394446951800142, + 1.6576390247293022, + 2.228238773558104, + 1.9734747208699919, + 1.448913031690517, + 1.16712325386688, + 0.8363365266073719, + 0.8285731389143357, + 0.9440893182081133, + 0.8715077833367808, + 0.9875930136977731, + 1.4449269565054585, + 1.5003333617506835, + 2.183737267346318, + 1.1478769169347223, + 1.0118441950278538, + 0.7262565399991006, + 0.3400373006318523, + 0.15923590816482333, + 0.11923451083542463, + 0.05582625280963025, + 0.22544525348404854, + 0.373873854656498, + 0.3001463018874194, + 0.25584299378561953, + 0.1625770875841791, + 0.07611948528102885, + 0.035639561057142596, + 0.016686638219588157, + 0.007812775657505381, + 0.02691293075612142, + 0.20947814765232375, + 0.6120219974514213, + 0.5385385454880431, + 0.6322831549317565, + 0.5024118302040256, + 1.6374361320551962, + 1.586701580138934, + 1.4238006388287943, + 1.3023432775612296, + 1.1256374147397754, + 1.645632003830278, + 1.556968148501551, + 1.2381005784330217, + 0.8732864429802691, + 0.6744152702049961, + 0.6257738815772481, + 0.5504118675039471, + 0.5352969740988609, + 0.6803133237662602, + 0.8588034618068296, + 0.7931232470249991, + 0.6291659169478886, + 1.5647388618340294, + 1.524632006938198, + 1.2327847512008225, + 1.1036720519563286, + 1.506990330995922, + 2.562796742726235, + 2.6502665797779232, + 2.318118366189952, + 1.6505610419356076, + 1.3183128781251618, + 1.2295606193953206, + 0.8903327923694206, + 1.2865582139301681, + 0.8866441884001262, + 1.1008789463984627, + 0.921068955150879, + 1.049172146945367, + 2.07053955841924, + 1.7581695135248132, + 1.7023713297515284, + 1.257327915783979, + 1.0967992093771062, + 0.6142627746113648, + 0.7637224311817059, + 0.8104424726041712, + 2.669473365058548, + 3.3036139430849305, + 2.111284831574904, + 1.8018089889896007, + 1.9931472468941274, + 1.5516130737545788, + 1.1380366256989614, + 0.5328349982546604, + 0.24947627251510443, + 0.11680616091641326, + 0.05468928604104016, + 0.025605824078226626, + 0.01198878746072986, + 0.00561321613158985, + 0.0026281386206192968, + 0.001230508935923403, + 0.0005761310417600991, + 0.01686752440577503, + 0.01411249904563608, + 0.006643134502529383, + 0.0031753962593409203, + 0.1810138853541955, + 0.20291719956771026, + 0.16977410059427608, + 0.27890320156267273, + 0.5920850911049848, + 0.2859698590195047, + 0.1346084890382283, + 0.52120871003531, + 0.4072897947882681, + 0.6567001321066832, + 0.36704793258283863, + 0.5793081483500482, + 0.9475003738854576, + 1.169774150279629, + 1.065034968423532, + 1.0234385785591016, + 0.6730240552769928, + 0.398686724365746, + 0.3271721445457898, + 1.0040502581145792, + 1.1140945429943492, + 0.8713218911817167, + 0.9131214646790506, + 0.5771997562383528, + 1.0740495475279814, + 0.5961597178925069, + 0.38008115970288003, + 0.17795608638037372, + 0.12734508942404335, + 0.12519619296530252, + 0.5830093971974222, + 0.5222625056100721, + 0.3798259897485812, + 0.2105745117284681, + 0.11629455124901689, + 0.1117525093102217, + 0.07632149636256753, + 0.06385566836408332, + 0.1771530443906028, + 0.28713702288687193, + 0.19906382173907944, + 0.19012255290918095, + 0.5119399150841336, + 0.4166812027449268, + 0.5652826804548857, + 0.356084321878463, + 0.304946158891835, + 0.9622748901668616, + 0.6223807653602248, + 0.5550280858732739, + 0.4053853767626364, + 0.4960243041357034, + 0.5814297372915437, + 0.45435281227627844, + 0.5448781592157292, + 0.5235972013023009, + 0.24515108524798615, + 0.11478108448400004, + 0.05374113413365514, + 0.025161894147934318, + 0.011780937029301771, + 0.00551589941807969, + 0.0025825744008899994, + 0.027804724601921117, + 0.20481136348399614, + 0.19831136333575916, + 0.47570067212808603, + 1.0642500066790221, + 0.5583605027912935, + 0.602850910639436, + 1.335105618369489, + 1.601238008538814, + 1.5711469366347077, + 1.9606208107235248, + 1.8357183630488358, + 1.003551332053463, + 0.8698189187590393, + 1.2598431735763538, + 1.6363969371086773, + 1.627110065643096, + 1.0876730535595656, + 1.150618828209662, + 0.8555626573315758, + 1.0621781545892024, + 1.0312647458113102, + 0.8181883758037584, + 1.0241396607589148, + 1.1413014380197293, + 1.4356760158597863, + 0.90253808829056, + 0.6184811101744518, + 0.8486731555292683, + 1.691182804317572, + 4.468452097298957, + 4.677308631835126, + 3.509529768664531, + 2.161443364813267, + 1.5187868721871698, + 1.282178943101596, + 1.0446396272062428, + 1.7910066692965407, + 1.14548692867722, + 0.7370847195819048, + 0.8350389515777075, + 0.8302999428224369, + 0.7086703809420116, + 0.621681350924017, + 0.4677152479492515, + 0.9021998609191716, + 0.7885750631820578, + 0.6298974230471137, + 0.6948313517063981, + 0.727391954106718, + 0.608584757975499, + 0.5776210840805986, + 0.6520810677922964, + 0.905595701265224, + 1.073097455696348, + 0.7846829622339871, + 1.0673582883358674, + 0.9049616314669718, + 0.42370800590629765, + 0.19838241537165477, + 0.09288373639415064, + 0.043488675497650765, + 0.02036163670800686, + 0.009533430132891695, + 0.004463604345862232, + 0.041650279372483064, + 0.024255147927411257, + 0.1399702037711478, + 0.6665664686521072, + 1.020538940842441, + 0.7378043069459951, + 0.3454440285367777, + 0.5315605789573946, + 0.452397840099188, + 0.21408544992813414, + 0.10072011653558753, + 0.30655168791797127, + 0.20623623625531376, + 0.31986280749529555, + 0.16718101414789674, + 0.14076884006070184, + 0.33048929229653323, + 0.5972883329282415, + 0.9217024150700228, + 1.2340972839002358, + 1.1223688833198529, + 1.6062058775044257, + 1.293825225621609, + 1.239740028279567, + 1.765962453742227, + 2.05206723341549, + 1.679186823052711, + 1.3351050040829109, + 0.91726387550604, + 0.6758951047999895, + 0.6482291191645706, + 1.2699674797035483, + 1.1793823415436337, + 0.871680311928478, + 0.8824174397828779, + 0.7394084356406645, + 1.0506819569586043, + 1.2542338986355963, + 1.7718065191360042, + 1.1086304779104248, + 0.9670866417575258, + 0.9606376974376631, + 1.826832059534827, + 1.196649532045228, + 1.3291033646054773, + 1.570851894183805, + 1.4473398198122158, + 1.5692503426255004, + 2.2982690272293333, + 2.5461543229902386, + 2.5373189826665703, + 1.713872223362122, + 1.5983749577254345, + 1.5185641072680982, + 0.8945188245575192, + 1.0144540578803851, + 2.57280853984272, + 1.9308001852534717, + 1.774280657399318, + 2.223377597718794, + 3.206798359969735, + 3.271592446648806, + 2.91407525869726, + 2.3893513534308486, + 2.5199584357841873, + 1.700171496747361, + 1.515075961469141, + 1.470607168623323, + 1.4450829194580526, + 2.629739503595244, + 2.8348340364330293, + 1.5924264451682713, + 0.7455828072411794, + 0.3490859650945425, + 0.16344396603899808, + 0.0765253625344756, + 0.03582959501628611, + 0.016775613162926528, + 0.058636887423626376, + 0.3231296084292894, + 0.5494818331173517, + 1.9404859777439527, + 3.7240649729638773, + 2.4563126804832063, + 3.0036041213405085, + 2.130227390387509, + 1.3150286542337457, + 0.7254942610041338, + 0.7129430206329228, + 0.7308632278176956, + 0.6787403541735022, + 1.1329101815415594, + 1.0110228133458505, + 2.4577269566017788, + 3.0624716116024597, + 3.266531138241676, + 2.4396577386509275, + 1.9601303965902113, + 2.5556384419855758, + 1.989497777725017, + 1.602686561269734, + 0.8300769565482565, + 0.44931549076002736, + 0.21161341416933488, + 0.3983504540440078, + 0.6935325169244839, + 0.5124334614936588, + 0.5606085435015423, + 0.754071769404476, + 2.0469134197786016, + 3.1364960986549963, + 5.193231376956719, + 3.351514657533983, + 2.4521993656629704, + 1.4199402119812345, + 0.787966799669513, + 0.7678627613588869, + 0.727790642931882, + 0.9361025721954574, + 1.6326769356050845, + 0.8716834110750806, + 0.9815257684901715, + 0.4855473217774811, + 0.4276338540990424, + 0.5737073808317137, + 2.2722835031702067, + 4.348834035373454, + 4.0771804846455355, + 2.5402884915921935, + 2.0223560123676685, + 0.9468781917791067, + 0.7044705017790239, + 1.6885098833709349, + 2.66115805309347, + 2.6995508590928496, + 2.97542565708482, + 3.0040320507394846, + 2.1782076206276595, + 1.019848770704187, + 0.6744342117008283, + 1.4911321278001344, + 2.520279677570823, + 2.455176854554843, + 1.9326767071492257, + 2.500674995126321, + 1.6442710853767641, + 0.8841483134526134, + 0.5597100644530139, + 2.4281586952842, + 2.9857745332363628, + 3.6565504241878823, + 2.5972955288676576, + 2.059932458492973, + 1.4780424145356323, + 1.2666867242960964, + 0.6473668428956736, + 0.3031007111854468, + 0.14191341760753248, + 0.06644464151299194, + 0.03110974607066103, + 0.01456575396515266, + 0.006819766001672551, + 0.0031930518961694808, + 0.04173277232268437, + 0.534701373459705, + 1.6124289560099054, + 1.5694509617485928, + 2.5391375107428953, + 4.201095972305441, + 3.5744352668074155, + 3.401879575038385, + 3.194249870892335, + 5.585064181237534, + 3.6933125577108727, + 3.67239289292233, + 5.784513545334455, + 5.537540828807021, + 3.6242478641509788, + 3.205774537865499, + 3.025055785764121, + 2.7728968351514727, + 3.0877985571771607, + 3.4744128609343408, + 3.2697635202989628, + 4.424704542810437, + 3.4249686153979413, + 2.4087633004647113, + 3.081173144614847, + 2.7604037802247805, + 2.114839763408007, + 2.849484408262249, + 2.3929446230401576, + 1.9012351367399694, + 1.3167160007407117, + 3.094745426663921, + 2.690178740505111, + 2.690178740505111, + 1.7795088525468918, + 2.4494595371991483, + 1.8323660320934947, + 1.4638920824614874, + 1.5764522513975734, + 2.029405861460405, + 1.9138345153539826, + 2.9734596357869183, + 3.8614697896854375, + 2.834363304465072, + 2.8643977581422333, + 2.410225237944467, + 1.3497101829564873, + 1.7279194653586205, + 2.09963583344451, + 1.6689795618771048, + 1.464113083551723, + 1.3658633891814311, + 2.4605647476553534, + 2.8591644336676287, + 2.706084706103522, + 1.8549803276291903, + 0.8685119769565173, + 0.5354870061282989, + 0.25071795716638146, + 0.117387524489479, + 0.05496148365880096, + 0.02573326849777282, + 0.012048457637886723, + 0.005641154036243583, + 0.0542581537666142, + 0.30021375914464665, + 0.7533342431903822, + 0.9253612987634373, + 1.1639969957538132, + 1.1791763504147745, + 2.0389476867745655, + 1.5281710027024595, + 1.0740220065057315, + 1.7182936915926397, + 1.3487740432002693, + 1.5523054867716175, + 1.759279657529662, + 4.080425519792032, + 5.3515291293412135, + 4.960455341488031, + 3.9189065179702585, + 2.880856776088283, + 1.9800464857718385, + 2.0547584531843235, + 2.082191838106005, + 1.4188169149291923, + 1.1478674386459131, + 1.621428850547943, + 2.329674054902733, + 2.7696863593218506, + 5.791886451965162, + 6.97612411103079, + 5.839981167740917, + 3.5125855917378224, + 1.9214689440775172, + 2.1604498524561087, + 1.913797703081829, + 1.4800633033642852, + 0.8734411743890441, + 1.1542090958741684, + 1.7140701843466486, + 1.6978880702000336, + 1.3644792356207034, + 1.1703268157031197, + 1.0471050139156728, + 0.8625143477541617, + 1.0437533941316002, + 1.1295877152876854, + 0.7711613057318154, + 0.8931237328214331, + 1.0617997480717907, + 0.5742436294276302, + 0.41989845668832915, + 0.9827409132665157, + 0.8904217962373532, + 0.7301613682898969, + 1.0331603559308091, + 0.8106962551176438, + 1.28124212387918, + 1.767846709753056, + 1.6138000615987276, + 1.5380857233941079, + 1.2060074504134524, + 1.3013105723042684, + 0.6437404737269369, + 0.30140282522460793, + 0.14111845807587023, + 0.06607243709434624, + 0.030935477917702715, + 0.014484160658856077, + 0.03772333029385577, + 0.11097636033626387, + 0.08704998083355935, + 0.2625778217537593, + 1.2391341466255401, + 1.617849756500981, + 1.235441287638761, + 1.7172254115246814, + 1.5571221177118173, + 1.284575045011322, + 0.926930510417711, + 1.5908961597996976, + 1.4217924058444242, + 1.2327172090387633, + 3.3339928865430526, + 3.327673897843601, + 2.9972686467549825, + 5.126028509751395, + 4.972771198671063, + 4.253679121633296, + 2.123517797471561, + 3.36806316972772, + 3.1397538735267645, + 2.6470060876501966, + 2.6214257143420685, + 2.760384636000347, + 3.013603790237685, + 4.224957851115279, + 2.9566514820481506, + 2.9420605212737962, + 2.399629817773315, + 2.1592363069614247, + 2.6722834260655195, + 2.831106459134088, + 2.553996284539771, + 2.276831827703202, + 2.512688372432184, + 3.409186133725309, + 5.224449093077552, + 3.166659620727745, + 2.070808846807501, + 1.9231252532769907, + 1.3748130848259799, + 1.038257706208598, + 0.955715755310166, + 2.428400809032105, + 5.4245930375907285, + 4.3801046956850165, + 3.1541353903173577, + 1.7499961684049314, + 2.9459681497615473, + 2.4400867339622576, + 1.6855555088694028, + 0.9624770971559304, + 2.117020011882866, + 2.2984121170680516, + 2.217040549921474, + 2.1147258447073836, + 1.0300010148857701, + 0.739822906417768, + 2.2128396513935393, + 2.1862839240282006, + 1.984665021516941, + 1.442618650701489, + 1.2849703581051544, + 0.9529517158112396, + 0.5619076313936364, + 0.33412881877552947, + 0.5585362492893747, + 0.5079388964157898, + 0.590562631915446, + 0.9720581945744047, + 0.9942179253024364, + 0.810026906491948, + 0.37925904629104323, + 0.17757116836590103, + 0.08313979625059201, + 0.03892650920867235, + 0.018225605396068826, + 0.008533328541548472, + 0.003995351288232775, + 0.0018706454156383208, + 0.09680139462606666, + 0.28164601453969035, + 0.8749450742776662, + 0.737613749915002, + 1.2192334895438126, + 0.9524568106695692, + 0.6032406044866565, + 0.37679705686041187, + 0.6847413261221232, + 0.9005341942063485, + 0.8458847972417246, + 0.7961022997858869, + 1.3335306634123183, + 2.1590873718894894, + 2.1248790934771233, + 1.6578392111106024, + 3.29073938361189, + 3.6477869231606412, + 2.4702994159231246, + 3.9635970298833993, + 3.2477237145956392, + 1.520602079687325, + 1.371264490236565, + 1.365577610490626, + 1.1897337274125712, + 1.094549239356598, + 0.9157730988984413, + 0.9738265929119295, + 1.350602262106109, + 1.0494158279956907, + 1.9899783374182238, + 1.3134463395302634, + 0.9316737647466985, + 0.9747972415772996, + 1.204610606200074, + 1.1315081703019658, + 0.6235879324393433, + 0.6503655677918649, + 0.4813245862597256, + 0.7876476404960113, + 0.9548571865030974, + 0.9341112620411959, + 1.1938590295375962, + 1.6831734677365895, + 2.554045237833845, + 2.5638578203599938, + 2.7448846976424415, + 3.097460239663785, + 2.6136676457630985, + 1.9005624497257179, + 1.490965376623832, + 3.008697836916562, + 2.1863703048007266, + 2.056063441587365, + 1.9396393970249197, + 1.5926113352734084, + 1.6564446115547793, + 1.9338600969235293, + 1.085563731680971, + 1.0867645722758863, + 1.636440375229037, + 1.4167170539363438, + 1.082918913963286, + 0.7963843610633387, + 0.42895356253820394, + 0.5135346655970771, + 0.5784810768254152, + 0.9260563923635349, + 0.6831251093005, + 0.3330307298928534, + 0.2925034484517184, + 0.6506566083900194, + 2.041567244104344, + 2.440133693160049, + 2.301520091852104, + 2.8765692050326095, + 1.9096066684119444, + 1.7294784771691907, + 0.9077022427109003, + 0.7546240853020392, + 1.4793118445799578, + 2.7850445676778195, + 2.3747823644759385, + 1.1160596468774773, + 0.6694991521017446, + 0.687457403532808, + 0.5951531398163016, + 0.27865396864578623, + 0.13046731848884044, + 0.06108551504359106, + 0.028600573625340207, + 0.013390945645866783, + 0.07193440672914701, + 0.06370983887604902, + 0.17491828010109126, + 0.10013964065321333, + 0.05980179691094143, + 0.3130818632907554, + 0.6503071203143818, + 0.9445694344775224, + 0.7674094889875757, + 0.9205076781433478, + 0.8277296759508824, + 0.5233280722656315, + 0.4766656580843598, + 1.115772831981917, + 0.6303100923540458, + 0.717211283411187, + 0.6466804594758894, + 0.7267432030234167, + 0.480583518981633, + 0.2250118429541074, + 0.5094893541695963, + 1.0806709705726716, + 0.9849681071389105, + 0.7711483627645465, + 0.6033043828158908, + 1.0086369015160424, + 0.7809180491415956, + 0.7518432168334755, + 0.7280540470539583, + 0.7459220749862413, + 1.750415381778346, + 1.8453243686750298, + 2.449239344171554, + 1.8734555911647066, + 2.1305919992968314, + 1.803002473998762, + 1.6634108381737271, + 1.0896019646197825, + 1.1369217851525641, + 2.3728064333636705, + 2.5179645184018478, + 1.7378743713991924, + 1.0511446903146566, + 0.8743178161314475, + 1.1256151003966495, + 2.4415544883319025, + 2.324046395027278, + 2.2057249016919487, + 1.9461368197147737, + 1.8772303326415494, + 1.945420756692807, + 1.7586248228699262, + 1.3306339931268198, + 1.5175046387338254, + 1.6284955026842538, + 2.567531907727954, + 1.6659603329991175, + 1.180533366475492, + 1.7902727381645458, + 1.4166232236304315, + 1.8973551263737864, + 2.388303970584042, + 1.7303983451986167, + 0.8101820085776995, + 0.37933166593941353, + 0.17760516928409545, + 0.08315571566722384, + 0.038933962766968866, + 0.018229095192998236, + 0.22701199878712158, + 0.5784301258451869, + 0.6494563585006294, + 0.7031743584862606, + 0.96280343618212, + 1.0597487195058304, + 0.919319692563398, + 1.5831226863772632, + 3.1263297748014587, + 3.4439811001937795, + 4.543819611853824, + 2.856777177750803, + 2.143122364408097, + 1.8332819313775186, + 1.4964803646322444, + 1.1417263956153718, + 1.5742792440088063, + 1.8088994298571626, + 2.1015995528100815, + 1.5195999063292858, + 2.0587242341120375, + 1.9448267286556606, + 1.6618503451352822, + 1.55365984221728, + 1.576656437336267, + 1.575353486530413, + 1.2681665203001686, + 1.3076332305751448, + 1.6391514744151854, + 2.8825598327767494, + 3.375135914478551, + 4.681846976433373, + 3.7641568309804327, + 3.942643060309827, + 3.8985563223910513, + 2.259351016515136, + 1.535436186886102, + 1.2831220546481104, + 1.4237913197263985, + 2.034616049297114, + 2.0494570503310396, + 3.405920918074375, + 3.3673720857296345, + 3.010561381417548, + 1.8084100436835582, + 1.3206291846317997, + 0.9767695160620347, + 0.7251676552341982, + 1.42037240344646, + 1.0994476256919834, + 1.7234072975406165, + 1.8242889860702656, + 1.8438524869025157, + 2.1999292023020924, + 2.206847325679653, + 1.9360768215423974, + 1.7448522235939214, + 1.5960075461158383, + 1.1642390448916737, + 0.9852599216466635, + 1.0408091498230445, + 2.428574452950229, + 1.672939927846816, + 2.1154920675078674, + 1.681238758971889, + 1.3354425055043468, + 1.0539937043612162, + 0.5446503348089317, + 0.2550082779796971, + 0.11939627625673516, + 0.06931209077892893, + 0.2640178994119521, + 0.40909349046061894, + 0.5529355128955429, + 0.49340110979178775, + 0.6908593210415443, + 1.2290039932220094, + 0.8910115125117847, + 1.3411049342337416, + 1.6303244694772108, + 2.217171743690405, + 1.564558871510933, + 1.6857602858408753, + 1.982156421095843, + 3.156018723905187, + 2.9948439432161145, + 2.622409955932981, + 1.3922583680689835, + 1.6857207178156624, + 1.7320839153479275, + 4.3144406432555105, + 2.8054895965569373, + 2.3932186289877375, + 1.7084664197280983, + 1.5022649542927273, + 1.4188129735905135, + 1.9638533981374802, + 1.8610071197136264, + 1.2144190408973932, + 1.086050176400629, + 1.30584877478839, + 3.152014764341763, + 2.6927982574985947, + 2.2235399411585335, + 2.649400355595243, + 2.3602925264884926, + 2.206319660989138, + 2.089590456859094, + 3.85035416801154, + 2.888003329504679, + 2.593889549618797, + 1.8413198441494836, + 2.247498446887553, + 2.1191330720929473, + 3.2776967635654954, + 2.941751435584207, + 2.0326962066135428, + 2.0517230792494625, + 1.1857936425231925, + 0.5551950958135224, + 0.30837251617369726, + 0.6251010565727548, + 1.3567233748936272, + 1.6286390229472065, + 1.3831630441491698, + 3.1533187375059955, + 3.258225574852088, + 3.141517850502834, + 3.072905893699159, + 2.8268142751415346, + 2.675688767011863, + 2.5716784527898473, + 2.197011046667904, + 2.3358268754763998, + 3.084140456223653, + 2.89864357792707, + 3.3961631469177647, + 4.198677122074311, + 4.488980592228703, + 4.446387904432391, + 2.828044784763944, + 2.8197409993607985, + 3.5611088244820186, + 3.734563099337584, + 4.158099795699228, + 4.075397856341114, + 3.3675761330949596, + 5.782342610413084, + 5.366541760211385, + 4.0222449866271255, + 2.5727264974562263, + 2.205393718909402, + 1.5975852923706961, + 1.528686814413826, + 1.335709316227749, + 2.935044477636069, + 3.0744806553163935, + 3.0385435603313535, + 3.0120305557232094, + 2.7708140979973765, + 2.8269089324674095, + 3.2774564370298247, + 2.6291231097787704, + 3.0768500906523926, + 2.9748106562141583, + 2.3601655239525794, + 2.565629715271726, + 1.9412407174747055, + 1.734356665584888, + 2.0363962691975974, + 1.4053162731766229, + 0.6579767971047604, + 0.30806835001605876, + 0.1442392933903205, + 0.06753362932821379, + 0.6039822037802717, + 0.602837463269348, + 1.649950060068367, + 2.6386852642809293, + 4.582622024891305, + 4.67573851568911, + 3.6320288112903403, + 2.6558548913090956, + 1.7525535822871217, + 1.214144639997678, + 1.3252494300014184, + 0.9104109259747053, + 1.3971741849240689, + 1.8743320681607927, + 1.7676027086722381, + 3.235754497767762, + 3.0106968721076393, + 1.6317224232589624, + 1.3703978781446569, + 1.0262991589907693, + 0.7750602772539407, + 0.8028607223803341, + 0.5982718497641705, + 1.4879463541717448, + 0.9808343060843938, + 1.1319391267202428, + 1.6658258415948155, + 2.5808347242434495, + 2.8703937510980824, + 1.549809078887784, + 1.1130300473964851, + 0.9635845421312592, + 0.8379076836054158, + 0.9874054102347598, + 3.29496636058713, + 2.5676537271049233, + 2.419795416600087, + 2.1717517362110854, + 1.88844569255226, + 2.415746132569217, + 1.9921990538125751, + 2.91122964008032, + 2.889221442352436, + 3.411655599084319, + 5.541478400356717, + 4.707274159242018, + 3.099857549650253, + 2.2177381394596596, + 2.6914490377954623, + 4.998621365169132, + 3.28051857096568, + 2.2953752495681035, + 2.5855297217037823, + 4.730484097319727, + 3.6106503564211234, + 3.0069986493904235, + 2.4895835838770415, + 3.1852974970289885, + 2.7997819281664595, + 2.2221603089500577, + 1.6480624930152754, + 3.2709841473710815, + 2.8209304522511465, + 2.1245923880559507, + 1.8328982944714658, + 1.523309880439691, + 1.6774430854300295, + 1.7559079755739626, + 1.5874399516955255, + 0.9131192287369859, + 0.8724763803734494, + 1.212732989610495, + 2.1249455022647483, + 1.7411547763046902, + 1.3696285967876776, + 1.791167534209913, + 2.6380822858781188, + 2.6197071792531554, + 4.151286567122379, + 4.046573868933995, + 2.723026785882568, + 1.6364944194580084, + 2.8666442395327643, + 2.8341990387075375, + 2.3882682151164643, + 1.894883849961895, + 3.165832404775583, + 6.057688525157182, + 4.268466728401114, + 3.983955187896798, + 3.3236645198059196, + 3.777375195574211, + 2.3418826086867752, + 1.0964822990172558, + 0.5133790342857317, + 0.240366883332608, + 0.11254109487236093, + 0.05269235869545246, + 0.10340639277136285, + 0.37779419836586603, + 0.27831695390456046, + 0.6572984909523333, + 0.8644576176833867, + 0.7380485655264775, + 2.7805532538261675, + 2.5098059537346162, + 1.7544300467098024, + 0.8614669541975851, + 1.3890143476662473, + 0.9882118436616849, + 1.072663170226628, + 1.038620572946491, + 1.2875711922987356, + 1.2150750405093975, + 1.0204776459312932, + 2.4823505511488504, + 1.896743684568774, + 2.7245097486053234, + 2.128641656299381, + 1.7400584241038874, + 1.570625912901518, + 1.2185822230388217, + 1.131670571076268, + 0.6212130297349473, + 0.9230825214923568, + 2.489755930024474, + 2.8527779612344206, + 2.9510114895636947, + 2.3867971789830116, + 2.410119274741917, + 2.5923908486286136, + 1.980183504860542, + 1.4208467134812546, + 1.0917904181162577, + 1.6140779086549277, + 1.4569123390675094, + 1.3036904235557731, + 1.9176066697404126, + 1.5013270308742528, + 1.227315542207787, + 4.68214592821528, + 3.1619546345566794, + 1.4804445253689005, + 0.6931522573858928, + 0.3245376937034754, + 0.1519503305544805, + 0.07114397927752526, + 0.033310001820800246, + 0.039733127152935956, + 0.25529281171155344, + 0.5270713472404808, + 0.43007995416727435, + 1.0679661137266092, + 1.5058235260792263, + 1.9309686923326277, + 1.270107463809151, + 1.2787544313237804, + 1.6771304295199196, + 1.7682837628244923, + 2.11667263367878, + 2.742265090009089, + 2.4071251996952423, + 1.8526751365435719, + 1.989199299526951, + 1.9185073863431081, + 1.252948049997479, + 1.3038562784847554, + 1.40929637278784, + 1.5733084441120586, + 1.6679044328804398, + 1.9890087575454758, + 2.197619647275379, + 3.0206818465333005, + 3.5973219604413087, + 3.095015721724698, + 1.885090432345592, + 1.505347516970475, + 1.7707810594570206, + 1.585531441380219, + 1.220269875816767, + 1.7584873506314438, + 1.6115339031839806, + 2.100971719951154, + 1.934771073955848, + 1.6249125075754147, + 1.976216450414405, + 1.6222562007301584, + 2.121367418623957, + 2.298346030129936, + 1.7801436447841903, + 1.2857328403833717, + 1.2472303142578203, + 1.0590666276050518, + 0.9143394568533203, + 0.6291954499840013, + 0.5160056640358273, + 0.8792718997492005, + 1.3715939521913105, + 1.3081036077362858, + 1.1989950417446527, + 1.134424679856419, + 1.365707281517472, + 2.1103532437159407, + 1.368227853385375, + 1.5685254784977618, + 1.8612236399609219, + 1.7604776618129703, + 2.092394831960612, + 1.8080176494118891, + 1.828041744010954, + 1.8769169850840397, + 1.4660608782299414, + 1.2764685211657665, + 1.4946615823839688, + 1.1062817355814003, + 1.008491211734106, + 0.6900655866457912, + 0.7698099649870771, + 1.4712382614171176, + 1.6358640408846352, + 1.4878055270543205, + 1.823235763664837, + 2.7840001035436375, + 2.114148174062626, + 2.9641517852638355, + 2.6463273543415884, + 1.8144519740129228, + 2.053276711456516, + 1.3174929770957964, + 0.9868936429102071, + 0.6464556004494597, + 0.49916972514420044, + 1.3870626593481776, + 2.1362822559185304, + 1.7941511551834677, + 1.3718445196642222, + 1.9263540481207895, + 2.1442363852575723, + 2.9252177796645715, + 2.7495483403115895, + 4.943589654620785, + 3.3826780595202552, + 3.081015472110354, + 1.9877920991537927, + 0.9306951777871989, + 0.5360697890946193, + 0.5606565879017087, + 0.32219261170992386, + 0.1508523502858986, + 0.0706298988856625, + 0.03306930655799822, + 0.015483230947239182, + 0.00724933376347329, + 0.0033941778814327167, + 0.001589172724927406, + 0.0007440593975549598, + 0.017480823800037154, + 0.051180104680860095, + 0.4323389640434539, + 1.5357079097839876, + 1.8153342659896903, + 1.292638065314125, + 3.0311120980989785, + 3.2547804455425258, + 3.1634652414285087, + 2.3575531842348214, + 2.4399566646357793, + 3.067022808057553, + 2.752670365625336, + 1.288815382864149, + 0.6822246660288284, + 0.5773290996487908, + 0.39895043696816523, + 0.48897582587295674, + 0.5926456164852897, + 0.7065241906573912, + 0.8054315505699792, + 1.4093784302385297, + 1.2345467434475843, + 1.7899600473829338, + 1.7167512062321584, + 1.8135051609026893, + 1.7861894746948122, + 0.8363037218129593, + 0.7453036938902036, + 1.7341131137957775, + 1.7733931553912812, + 1.5458735151256584, + 1.7440157387913033, + 3.030450586115699, + 2.549949099854369, + 1.799779743478809, + 1.2657100214705683, + 1.004193376057699, + 1.1935897466210783, + 4.984222191991783, + 3.8289021166749704, + 2.815324231744674, + 2.0637777619040785, + 1.756220002260228, + 1.3570803385312278, + 1.4089882179489743, + 1.0032782951454289, + 0.9459762780704069, + 1.7725247114317442, + 1.6060129543015393, + 2.080109591787503, + 1.674112085179681, + 1.402689263715514, + 1.2627269762271638, + 1.5542072684534758, + 1.152873105424524, + 2.101534628610884, + 1.7833439551096115, + 6.779227340584488, + 6.974977963027501, + 3.696512344221058, + 3.697196924350366, + 3.7094167944938965, + 3.6953690441485225, + 4.157644368295515, + 3.9801316499060624, + 2.9889222088540275, + 1.9521925931932023, + 2.5762716611951397, + 2.2773909378068127, + 2.96564285522712, + 2.2307497442555846, + 1.653414375057121, + 1.3522200856829827, + 1.8418640366143961, + 1.8213230102901266, + 1.544006189962128, + 1.1660321994715879, + 1.259864973894459, + 1.4554930737743923, + 1.3489805046263652, + 0.9425120715374233, + 0.666307282755136, + 0.6451319346320128, + 0.7944833587561073, + 1.1432160053931595, + 4.400816123378724, + 3.949757431071398, + 4.5897711907875305, + 2.734411987841679, + 1.6170745700315106, + 1.0919062439977958, + 1.1007127534770225, + 2.125512525773377, + 3.9932133373427803, + 3.222648129038662, + 2.530985534812551, + 1.6085738207203018, + 1.471886298781536, + 1.2874475598383093, + 1.8975112628168622, + 2.8400204034351764, + 2.9284960386972214, + 2.7769956289286637, + 2.0943872737925116, + 1.8019219590077855, + 1.5373352423927715, + 1.346154698440834, + 1.0808921648838852, + 0.9768923135597987, + 1.1352629111186898, + 1.0925400476073177, + 1.1436973506220518, + 1.490786753001427, + 1.136571011422787, + 1.0995338741244636, + 1.3227320918059888, + 1.387372338964739, + 0.9785743388611755, + 0.5243926120174196, + 0.7021860670896075, + 1.6856686988060794, + 1.0958344221151117, + 1.392577557368829, + 1.261758204317174, + 0.590762120843189, + 0.27659806944707843, + 0.12950473519299754, + 0.06063482825796553, + 0.02838955959713641, + 0.013292147718971754, + 0.006223456562559265, + 0.0176490870928576, + 0.24292557949454915, + 0.2338810702852656, + 0.8290957593452182, + 1.0372933651435527, + 1.3317734333681819, + 1.1633747086093806, + 1.1818502487408833, + 0.9119539980247515, + 1.3023493288802341, + 1.4730764527577573, + 1.1187175200036084, + 1.1018669824973009, + 0.794462378666973, + 0.5629475588970885, + 1.8091339069945898, + 1.55733456467256, + 1.2405975728607672, + 2.9111051905891947, + 2.293826585428911, + 1.8557805462036092, + 1.3981424513949614, + 1.6157867116381301, + 2.4505026054005654, + 2.1714137011262467, + 3.999831268767938, + 5.672279360876822, + 4.157871419316917, + 2.7218416472747107, + 3.4471158595572806, + 3.2892894607121006, + 2.591365240253433, + 1.7192687822012909, + 1.3768835810282498, + 1.2913075869816457, + 0.680674830191669, + 0.9124188301239402, + 0.7974376177036784, + 0.7857585029757325, + 1.7280264916368064, + 2.0303986568437202, + 1.9417187044053175, + 2.5252438059871505, + 1.579941394797057, + 1.7849662406720164, + 4.737381225046493, + 5.336019003284613, + 3.329988844649176, + 2.3000357526145385, + 3.2719641446313457, + 3.974399548532874, + 2.8725233030255217, + 2.839844766984081, + 2.109623541284099, + 3.7656145348771277, + 5.102971770547915, + 4.83897881851397, + 3.7662077279293795, + 3.335601118162675, + 2.2612247154911587, + 1.5766042931761368, + 0.7381747887831301, + 0.3456174901676123, + 0.16182000702932905, + 0.07576501600735813, + 0.03547359659646306, + 0.061463393091892596, + 0.765731104150251, + 0.9449405674479525, + 1.3947935837899803, + 0.8109752829693708, + 0.951548744821396, + 0.9806975843864982, + 0.8762250981616051, + 0.5390471401437694, + 0.4860381910237232, + 0.5933918848353835, + 0.8025436903848928, + 0.7263910744536823, + 0.9311668038588204, + 2.360193912613829, + 2.259424245888803, + 1.9186734791503177, + 1.433709408652265, + 1.684901565116875, + 2.3841330295735412, + 1.7357940114632997, + 1.8704928071824551, + 1.4148897902596351, + 1.5081095570554277, + 1.214807027696216, + 1.5848987594916726, + 1.4774639810761112, + 1.6345183331800466, + 1.3315748402782002, + 1.309032418302807, + 1.4653390509562885, + 1.4306865742270172, + 1.8895204381777626, + 2.6559636864198524, + 2.4408509887014658, + 2.586970954922129, + 3.268735738032472, + 2.1249686495756084, + 1.3986067504968207, + 0.7374582617432605, + 0.7985892573789135, + 0.9985623043829852, + 1.1190139969128317, + 1.199644085535281, + 2.3241263986174037, + 3.2312572982811574, + 2.4681781319361678, + 1.9794840303533505, + 2.564534655796724, + 2.9310239966002767, + 3.286427142632459, + 3.731977665295027, + 3.170172426473914, + 2.0927609680372745, + 1.6566171094359978, + 2.156306598042817, + 1.538876261939262, + 1.459819492635329, + 1.646773791543758, + 2.382050254925696, + 2.2446246068741185, + 2.3654362264753175, + 3.206725409844889, + 3.773861347425809, + 2.045284348826771, + 1.532503038183462, + 1.336841487051195, + 1.0020538783694573, + 1.0093393181370889, + 1.561468622868, + 1.2512522124392051, + 0.8052406223223437, + 2.004129871269637, + 1.7716249709861986, + 1.2286516412896542, + 1.0079987643179016, + 1.1201396348266426, + 1.1595262802864097, + 1.079705428724252, + 2.02147558315474, + 2.4422718098163605, + 4.17051544947687, + 5.420128792390557, + 6.611018643958994, + 6.987884054569982, + 8.489969751329998, + 8.457817803432556, + 4.437664102312114, + 2.0777387043742865, + 0.9728086723386056, + 0.4554743630586586, + 0.21325559825137036, + 0.09984744230202253, + 0.04674912084842143, + 0.021888195127618627, + 0.02909168016889284, + 0.020616390737052105, + 0.061935179009932735, + 0.2660316161246034, + 1.3142876494762783, + 2.5902810758424257, + 3.1064494450865388, + 4.7500727492845165, + 7.592376676465497, + 5.910466941381456, + 4.097602353614625, + 2.5620498920734454, + 1.6786002706206586, + 0.9756844621749062, + 1.2078618565204886, + 1.5682527588754935, + 1.563463723063205, + 1.3458573116806094, + 1.044382104542172, + 1.218311662394945, + 0.9780878082992943, + 1.2663274913874258, + 1.7515696825697316, + 2.1738747661823754, + 1.1272630160717687, + 0.7117133394742335, + 0.8638771372067492, + 1.6950301886857022, + 1.2947394956480687, + 1.4979608772282087, + 3.5879625116293616, + 2.6683185463523444, + 2.074044143515749, + 2.3185611457736415, + 2.0575794443125948, + 1.855711777933627, + 1.7386650989939616, + 2.549344959761118, + 2.0497368700274348, + 1.58164974739707, + 1.6033179359347023, + 1.7624074100996197, + 0.960407434023326, + 0.6605635325052344, + 2.052625042041952, + 1.915457012933161, + 1.9263249593098006, + 1.9582920404212976, + 2.600056466692225, + 2.057757804573585, + 1.400612145489066, + 1.0087582239874173, + 0.7747211900380512, + 1.1703135389758583, + 1.5215981743536489, + 1.4929694159204874, + 1.1619262033580053, + 0.8320905838857459, + 0.7363718998868112, + 0.895485100671593, + 1.4936326954840575, + 6.414237309089059, + 6.487154796485344, + 5.993769163543614, + 4.2498620461103505, + 4.058127887004826, + 2.9900360318837143, + 1.9699915869204945, + 0.9223608801990735, + 0.43185442971942206, + 0.20219661574115688, + 0.09466956595475753, + 0.044324810705711114, + 0.020753119804479147, + 0.023468181270071324, + 0.014522136769386525, + 0.20936402320520386, + 0.12331943222632123, + 0.46112692467657784, + 0.4471996747247491, + 0.42486987895841843, + 0.9376872174436734, + 0.9231870035114453, + 1.4325535690557873, + 0.9620750467000726, + 1.1269088853681, + 0.7893040911693391, + 0.623733432888177, + 1.358999712011126, + 2.0556800265446844, + 1.8345138366998055, + 1.4171033535609259, + 1.0788888840181101, + 1.0027366655768495, + 0.8123309966015871, + 0.9993882526810242, + 0.641120398211483, + 1.3466187430707972, + 1.0582148976654062, + 1.5443097910956158, + 1.2694017460513585, + 1.4795312528481022, + 1.2217173801893215, + 1.4131060647747504, + 1.4001090457513667, + 1.2206187332514171, + 1.3191388224749683, + 2.739457620481252, + 2.3860527937500837, + 2.7421514960023115, + 3.6540639973328286, + 2.4581426497134697, + 2.698551277820982, + 2.8199455520146723, + 1.7085643670035982, + 2.00794083990168, + 1.6397818560442263, + 1.3188622146376658, + 3.2592628016595944, + 2.9812312790071416, + 2.6745012282195555, + 2.333035635147142, + 1.0923400974183801, + 0.6344131051912189, + 1.4067310258221624, + 3.0017192737448224, + 2.9148196112571507, + 4.077335799718206, + 3.913707345709069, + 2.8027244940663425, + 1.630024040140992, + 2.2286585459401036, + 2.7066926715558086, + 1.7595907200972405, + 0.823850038829893, + 0.4903870983621591, + 0.30302570152184133, + 0.5515010119618313, + 0.4579343874914217, + 0.21440739520125565, + 0.10038671995963301, + 0.04700161360943004, + 0.022006413625014265, + 0.01030352371855699, + 0.00482416639202825, + 0.0022587011990917423, + 0.0010575363062121758, + 0.0004951443065628209, + 0.00023182928366753225, + 0.013514002747777221, + 0.0898909600801742, + 0.17864621572549833, + 0.6705213851604679, + 0.6506474939145623, + 1.4373551453994116, + 1.830194715724366, + 0.9860593319044805, + 1.0170800606313284, + 1.6361979202866812, + 2.155632028966982, + 1.49755971752832, + 1.8792555644082904, + 2.489364972103814, + 1.9892618226186949, + 0.9313833103851942, + 0.686212927987799, + 0.5027335422671978, + 0.2353826055044391, + 0.32448038890438413, + 0.8009269426837555, + 1.1667108419586327, + 0.996732933415371, + 4.181258363036088, + 4.209646695875925, + 2.854367385332244, + 3.2838281089356123, + 2.9899168456707583, + 2.846238419720408, + 2.3145428416441916, + 2.3359188164619598, + 2.0770744378921933, + 1.2468683745734899, + 0.7420441675336913, + 0.7036558637893112, + 0.46760885708921673, + 1.7602625969312566, + 1.910352714862013, + 2.057350947344454, + 1.6384731616338744, + 1.6041120342480097, + 3.471534769035694, + 4.985399608252138, + 3.680226741261893, + 3.886572531848021, + 5.083600927306764, + 5.568441043015379, + 5.300440925561108, + 3.700692738371769, + 3.6464385212730805, + 2.726992682287986, + 3.096656031671995, + 2.3428981651086596, + 1.3441976974560028, + 1.8249313015889594, + 1.691998538321624, + 3.7844029231199716, + 3.5399172763974556, + 3.209995088647542, + 2.1442438071896244, + 1.9040404089726626, + 1.8641119598006393, + 2.0096409742909245, + 2.2485285214342583, + 2.6906280019849813, + 2.308987952648235, + 1.5245235137237294, + 2.7548648695371285, + 2.40623805643992, + 2.165780119718301, + 2.580439848727692, + 2.6545571667873973, + 2.1232090574633182, + 2.282961157660471, + 2.1875893904028687, + 2.3186325753844117, + 1.830386811089347, + 2.0641855799093527, + 2.1060189223470838, + 2.2642038590436884, + 2.100570796117608, + 1.5367694974197912, + 2.6826285196216, + 2.8725888440304943, + 3.9726446294245314, + 2.1937962072749655, + 1.0271474325850458, + 0.4809160690347642, + 0.2251675447153499, + 0.10542468105692276, + 0.04936041466368671, + 0.023110817233163525, + 0.18161771224055628, + 1.0445697724643588, + 0.9461979871780827, + 1.7207140784451163, + 1.54191583709654, + 3.445188065247682, + 2.487827682004759, + 1.495949108762301, + 0.9510828954978, + 1.2152028452366408, + 0.7435591418110998, + 0.8729114559490694, + 2.2626901028704616, + 5.07091499741076, + 8.505753661855387, + 7.102994369573273, + 4.959924315134151, + 3.6084788427938483, + 3.157798538638525, + 2.9731050540714743, + 5.0765321041810045, + 5.245952606308582, + 7.306160290103078, + 6.833362440014513, + 6.386206453766469, + 4.924560268044536, + 2.6941665681087676, + 3.4131000221626535, + 2.8938029508647416, + 2.2322227648937947, + 2.040410450456, + 1.8681917601009546, + 3.447605511240702, + 3.42803967820786, + 3.2563431423647606, + 3.4861387973639646, + 2.8575632688513335, + 1.8049871256286796, + 1.415838735006171, + 2.2734847892750953, + 3.146243456364978, + 2.472114351343301, + 2.9608242389899644, + 2.7478689571491466, + 2.6057129605224296, + 1.2239162787370457, + 1.7387424327999887, + 2.219848654629194, + 1.4585484307768262, + 3.5227684848048306, + 3.4293216083489715, + 2.2697679380997555, + 2.526209338260434, + 3.3682174299413887, + 2.746844914893118, + 1.9318912755865334, + 1.6281927195462313, + 0.7689838442126647, + 0.6684772887849526, + 1.2278246215706479, + 0.9412667452496497, + 1.6833489501593837, + 1.1791185005472729, + 1.5957958515273138, + 1.1987779475898055, + 1.783027139322902, + 2.20580075081195, + 4.475065236761086, + 5.143282627958445, + 5.901176287035976, + 5.768351062253563, + 3.582080608472998, + 2.8618563127906897, + 1.7049708966525843, + 1.2165256635399744, + 1.6954774674028128, + 0.9100179428985145, + 0.4260753986878317, + 0.19949084167370112, + 0.09340270767625107, + 0.043731660702122886, + 0.02047540371521658, + 0.009586696470476207, + 0.004488543937658273, + 0.017262955600770784, + 0.11519869202707486, + 0.5254630866143746, + 0.5155883850160184, + 1.3253155118666018, + 1.1046483341792592, + 1.3252960515050995, + 0.9401246109290627, + 0.46816579534381764, + 0.9189222515581039, + 2.3511686401588174, + 2.632560508635564, + 1.7441754339314741, + 1.1176967325662526, + 1.5090555069109233, + 2.0012612732939727, + 2.6850735704939686, + 2.8347946463655154, + 2.302701030880595, + 3.0089429238655176, + 2.875015165977476, + 3.4809724601584096, + 5.351339296019281, + 5.587622934087747, + 5.458856818093891, + 3.4690033665909272, + 2.875511450623811, + 4.105804385263946, + 2.6206358996252392, + 3.551904768100726, + 3.0908558321716018, + 3.491166862558275, + 5.990780187922326, + 5.490142067779453, + 4.291344113934602, + 6.43544290736716, + 9.25847678939364, + 7.403218703593749, + 6.306800487065507, + 4.322424677094574, + 5.933851197737541, + 3.279043215517159, + 3.4775541162823123, + 2.78532947083583, + 2.289520617491288, + 3.620566123752949, + 3.8549220203925647, + 4.159784611277261, + 3.0008550615739815, + 5.541013255827522, + 5.899497193582125, + 4.852353123594342, + 2.957657407262609, + 2.4544617234314137, + 2.720881761799989, + 3.6291696431984324, + 4.0037483453018385, + 3.981026293322782, + 2.514990424273308, + 2.3837955407737206, + 2.2625900883449894, + 2.6754362484545693, + 1.5102132885678836, + 1.5447643790040746, + 2.1619627242456065, + 2.438060857013909, + 1.960322388544634, + 1.703563212380587, + 1.6034845791894283, + 1.1836938442739882, + 0.5542119587411433, + 0.2594850828172415, + 0.12149234086830624, + 0.056883381231038393, + 0.026633111496164725, + 0.012469769071675723, + 0.0058384143633879336, + 0.0027335776695368913, + 0.030390018124074884, + 0.46490823472701553, + 2.8528566995726146, + 2.7518559178742628, + 2.3184171377868834, + 2.3231716574890484, + 2.0811078803103373, + 1.7580359709000426, + 1.709777341715644, + 3.9137262779840745, + 3.8758182830233214, + 3.3764903659872996, + 4.6736419990361195, + 3.536532792485423, + 2.629847790283261, + 3.0581641059759974, + 2.9894278577069846, + 2.45838283634871, + 1.641182786869981, + 1.932197822794874, + 2.1290502414760892, + 1.9337496484030343, + 2.7249690839164935, + 1.8113439763201047, + 1.443453263281302, + 1.103026893347641, + 1.2120948220744687, + 1.4247393152295382, + 1.707424070496128, + 2.270757255821943, + 2.135587290090577, + 1.5375850483059001, + 1.1553543327273499, + 1.1616767111682402, + 1.0932518052956195, + 0.9378779144848844, + 1.8171761853179516, + 3.0152745753101637, + 2.571097413880814, + 2.493358131385741, + 2.027582852746785, + 1.6909865006130178, + 1.3089180616752651, + 1.037511871659328, + 1.2517529271720735, + 1.8929907025835537, + 2.082641429099024, + 2.176535663059607, + 2.5749542626908957, + 2.4214840855559006, + 2.0609598731826724, + 1.9472774823819643, + 2.9434567104293006, + 1.7546246666658567, + 1.7745209822135808, + 1.2770747080991862, + 1.2297786302649314, + 1.5012234771166144, + 1.0446007441241796, + 1.4108483187906664, + 1.0141920550500123, + 0.4756985699694378, + 0.22272468299843506, + 0.10428091978485543, + 0.18841207475873237, + 0.17431247671125238, + 0.0996646401506234, + 0.6225087609612469, + 0.6776175872705343, + 0.8108536880909418, + 1.129407719393591, + 1.9128714013625037, + 1.7826432572887279, + 1.5818241078776643, + 2.1616357763019782, + 4.7933536407664095, + 4.189304716108057, + 3.481229149805675, + 2.3604346753954317, + 1.1659490900153635, + 1.2442173871616744, + 1.0609329354716766, + 0.49673462703642274, + 0.7142486314018693, + 0.6349275609760336, + 0.5535487475193777, + 0.6005756885764195, + 0.3418866332257026, + 1.42178436525873, + 1.282519211449461, + 1.3062504770953578, + 0.985750279753774, + 1.7466961114853188, + 1.4016640655118522, + 0.8170706781008705, + 0.649481324636318, + 0.32957679903473275, + 0.154309667345365, + 0.07224863372050594, + 0.0338272070977711, + 0.015838084142354113, + 0.007415477978281485, + 0.003471967515270712, + 0.0016255942587113839, + 0.00076111215969985, + 0.025831817537710074, + 0.017776446184804565, + 0.00835988324511065, + 0.6041365672235974, + 0.44937132904110727, + 0.21108555342671897, + 0.7846279222117745, + 0.6308327820276987, + 0.29599546309440916, + 0.9383869572976984, + 0.8170274064085956, + 0.383002240556623, + 0.8659528809332121, + 2.7384571737322077, + 2.6465225336923734, + 1.2391163849887525, + 0.984040923448432, + 2.131242747177263, + 1.0423638062377767, + 1.0754554874441689, + 2.356417172947027, + 1.2480809398478376, + 0.8863481598842576, + 2.182584107710931, + 2.8504744767287176, + 3.666006586616411, + 3.432079787421069, + 3.5797525693935066, + 3.1800771053270394, + 3.7000984452203305, + 3.6131570536130524, + 3.3407936627232857, + 2.989727111224016, + 2.1655442567436705, + 2.170101486158778, + 2.3054633448121518, + 1.788108167239359, + 1.1909969667360703, + 1.062741747170251, + 2.217842443923459, + 1.9091581245401952, + 1.2665036146, + 2.673596921759693, + 2.4668549252308587, + 1.5335798746214027, + 3.0186468599927987, + 4.211876074651165, + 4.289373154122911, + 4.176948368589832, + 2.7712683341920887, + 3.6819509752941046, + 2.4287946928890465, + 3.1970741120623325, + 3.1395160990909616, + 2.278358897563634, + 1.962203791893082, + 1.6694725022424253, + 2.302665883250488, + 3.152064619658784, + 3.9620867942152866, + 2.2299786127255583, + 2.9861949808851724, + 4.072586158479614, + 3.400939846519454, + 2.3491724104443588, + 2.364073805942674, + 2.0661579108691934, + 1.2358684839108003, + 0.9701550914213795, + 1.36558832128227, + 1.359919416438787, + 1.9978799004503283, + 2.1388710015352053, + 2.0828110354305105, + 2.2788055598851105, + 1.5533799837947997, + 0.7273010395827737, + 0.3405263410733246, + 0.15943630306276918, + 0.07464895271890164, + 0.04209975495851349, + 0.040763655199124595, + 0.15938770619438292, + 0.41427544118889814, + 0.43036368238000205, + 0.7651403499202293, + 1.2001700257546932, + 2.0997933008597975, + 1.8667845757529726, + 2.7723242621722357, + 2.8299566358220276, + 3.401001986579601, + 2.6651671333867553, + 2.0378786175047723, + 2.1467164052318344, + 3.047994925350932, + 2.1794410795599704, + 1.7470753739853184, + 1.827937803449358, + 2.568522659929549, + 2.217827290076909, + 2.194727269151283, + 2.341525302660957, + 3.107295019991004, + 3.0804259847091684, + 2.145090949647543, + 2.401811707196439, + 3.578835385297621, + 2.768706222358535, + 2.629822654572816, + 2.9779295752678787, + 3.3607659060338912, + 4.145463559112963, + 3.8195973123336664, + 2.8411084740877084, + 3.5661561075646393, + 3.193776132480224, + 3.030289520844037, + 1.6295435278457187, + 2.4163509325167087, + 1.9724307880212446, + 1.2159719642577884, + 0.9203178459684511, + 1.188530315997522, + 2.0353696358592583, + 1.912390299026119, + 2.9772599781631692, + 2.8776416762538664, + 2.852079755449365, + 4.062365727705803, + 3.8319899119366574, + 2.1675433719026405, + 2.1308487184281217, + 1.847848172059889, + 2.0054546248964957, + 1.8283930369553874, + 1.698583337917333, + 1.1449889778778095, + 1.8629733664194883, + 1.9112062010908746, + 0.980148024760597, + 0.5843925573488906, + 0.6671454541939736, + 0.39119260422380875, + 0.9021052474045084, + 1.2645945566137515, + 1.676447780669109, + 1.1503080452409191, + 1.395643226690659, + 0.6787175679829955, + 0.3177792928496579, + 0.1487860101575545, + 0.06966242708922227, + 0.032616330949545316, + 0.0152711452796174, + 0.007150034089117305, + 0.07721498587690126, + 0.4914280858544672, + 4.437712248859345, + 7.204113161915858, + 7.844864143748525, + 5.4892689399019075, + 6.054099363420002, + 7.410065402437214, + 7.116302771085541, + 4.7778617797198635, + 5.725154408591127, + 7.696816465150782, + 4.892620795775532, + 3.156839249872151, + 3.3607840319199953, + 3.1307107267840726, + 3.3390288724032153, + 3.1333927880282957, + 3.065995435260893, + 2.6745460170994266, + 2.0125267660509056, + 1.4249193175777208, + 0.7275957580619031, + 1.8226453000521845, + 2.1344990113338653, + 3.5390896633726934, + 6.857635516462208, + 4.976612446645516, + 2.8932724611532263, + 2.0241406836266003, + 1.8034530046396917, + 2.4421246955499822, + 2.4052258857525537, + 2.343412712531495, + 1.7047394470080233, + 2.2206735244245857, + 1.568380746663491, + 1.242934263662875, + 1.3864271238577865, + 1.8915491824030046, + 3.168967438043981, + 3.6009871181785567, + 3.5565107019558866, + 3.654454450495341, + 3.1878738248714624, + 2.8568188626488653, + 2.555623483679414, + 1.5954216769259415, + 2.4693577185953055, + 2.684472203110897, + 2.9176002799915532, + 3.137978499977513, + 3.5149698683915025, + 3.4646460262176957, + 3.1182841658146523, + 2.5673270962031904, + 2.3078069127063454, + 2.796237541126801, + 4.402463719724061, + 3.069513644738807, + 2.4502225536210682, + 3.85484981441306, + 4.749857806376574, + 3.5944346627502215, + 2.6138216848020726, + 2.6111587118671267, + 2.9368507608618444, + 3.6605150202885826, + 2.427977144391023, + 2.6671374398276964, + 2.0960854615865228, + 0.98139872482585, + 0.45949627280979427, + 0.2151386784851991, + 0.1007291108093865, + 0.047161922885696775, + 0.022081471308581617, + 0.01033866613822037, + 0.021201429603041742, + 0.06947768455205108, + 0.2649601925097657, + 0.5160158290739485, + 0.8894172006373213, + 1.496618896833299, + 2.4623688414898557, + 1.824633003234983, + 1.7283604549157643, + 1.965899935729004, + 3.014328270194515, + 3.6885014759867127, + 3.585017916714426, + 3.903478442012762, + 3.2228270665926955, + 3.952261742139868, + 4.94248088459568, + 3.846478804131797, + 2.933875349144036, + 2.815907950841696, + 2.665977989666965, + 3.023211936397085, + 3.4161119129739252, + 2.6782050103999016, + 2.252703439583658, + 2.0033444389163764, + 1.7188274290883887, + 2.4062379502468825, + 3.3076160026500707, + 2.195772398417845, + 1.7574679516686569, + 2.673707258011831, + 3.301889697064076, + 3.5608157932647586, + 3.9742769123152915, + 4.084633765493026, + 3.6273893977644764, + 3.735723156137775, + 5.720345278179977, + 4.862356226538388, + 3.751953772595515, + 2.636394840428075, + 2.082400036617047, + 1.5931298979348254, + 1.8998534343037066, + 2.0492247137036026, + 1.8851139195469575, + 2.787022727689556, + 2.3633426871985224, + 1.7470552636595627, + 1.3383922111108468, + 1.3112901841474085, + 1.30654880531976, + 2.145044486761242, + 2.6589488092978604, + 2.9715229781278643, + 3.6509202713860223, + 2.8637122450656016, + 1.9557967477046845, + 2.7755808359477308, + 2.9800995717678394, + 1.596484841470273, + 0.747482970678508, + 0.34997563205160614, + 0.1638605129943503, + 0.0767203921066493, + 0.1436723305490029, + 0.6322657409233614, + 1.3273555791399332, + 3.404886723277741, + 4.251071836615086, + 6.0500947106634175, + 4.6477082501371365, + 3.929249717293017, + 5.670785317461047, + 9.521005646539638, + 7.103050388819108, + 7.676105145695805, + 6.148137791281289, + 7.870006350912874, + 6.787675474625365, + 5.455361792160963, + 3.879743382978317, + 3.4561109989732066, + 3.380158942199421, + 5.363213783889799, + 4.235547276981475, + 3.033203827053458, + 2.2205336132899696, + 2.2802306787415128, + 2.013820338148499, + 3.5895999209706204, + 3.2585327872243655, + 4.50279158251392, + 3.4450131462061107, + 2.822607387697865, + 2.5671724111543046, + 4.086566184331313, + 4.823519367548669, + 3.977926545919969, + 2.9471370738068563, + 1.9393395441757368, + 1.6982153532803579, + 1.125828883493275, + 1.04619387332324, + 1.0265268916873103, + 0.9103343270364288, + 1.210583828897704, + 1.3892542813252635, + 1.4895462466125284, + 1.384120495714569, + 1.3716677159061441, + 1.2298153299216412, + 0.9412504076086642, + 0.5011963580801538, + 0.44809662129409533, + 0.5925719077683789, + 0.3680780885338474, + 0.17456315411374454, + 0.3206165260374141, + 0.6330389225678903, + 0.31975936058955484, + 0.14971308874791542, + 0.07009649037674917, + 0.032819561764642985, + 0.015366299063390702, + 0.0071945856132649855, + 0.07738389164926565, + 0.4537801207567008, + 2.2101345677768385, + 1.59782908596305, + 1.6752919689123904, + 2.852654368949591, + 1.4192114747419462, + 2.6276345435351254, + 2.9615833711103123, + 2.362609080751963, + 3.7316171149326336, + 4.03807371677982, + 6.704122227582351, + 6.381463600052568, + 3.7854860873422957, + 7.073578417462283, + 6.531831989144015, + 5.604036427030819, + 6.773157158473131, + 6.977945512272515, + 4.4934985319236445, + 3.9712501699903684, + 4.1360306449996385, + 4.396603734415804, + 4.6778866817966245, + 3.073398685603064, + 3.7266967664594546, + 4.661042501670252, + 3.6851685824443225, + 2.9910756579981306, + 2.6210531638842185, + 3.8703681823641056, + 3.677111040337137, + 3.7108869939682236, + 2.8248947054092515, + 2.121833061185518, + 2.2287883363761676, + 2.2010592191130796, + 4.539283300120198, + 4.287499180330402, + 4.143120811905888, + 3.931788732478208, + 4.412048350634623, + 3.853656676638418, + 2.8350205881699093, + 1.9620854687071236, + 2.361528422147062, + 2.97465179396573, + 3.886071040213969, + 3.8127359361599606, + 3.6499492568350096, + 1.9305301423560222, + 1.8717653465563897, + 1.7867068120767309, + 3.6230411408787284, + 3.295170026791014, + 2.316180871691441, + 2.821623653444595, + 3.9726519141674106, + 3.241567799818006, + 2.0954263835451816, + 1.6644883467369889, + 3.2093966648274934, + 3.3214981730389765, + 3.6408578458867953, + 3.0003024113495713, + 1.4047580666685757, + 0.65771544175202, + 0.3079459820045408, + 0.14418200001528209, + 0.06750680425536537, + 0.03160705650004297, + 0.014798597439420446, + 0.006928784595102168, + 0.009190292397185058, + 0.011453335607290371, + 0.35867640232375114, + 0.2688243945345518, + 0.8712200084009866, + 1.5782212979613797, + 1.2657038124424225, + 1.6537614947644343, + 1.5300302070662197, + 1.303745657807006, + 0.8890644437339373, + 0.7050449919501005, + 0.4067085451068142, + 0.3734424334619626, + 0.6636248031148547, + 0.504986479878374, + 0.5460332719306834, + 0.3834161630964747, + 0.5521228531424147, + 0.5386726304606546, + 0.5596555930435426, + 0.9488627675137102, + 0.8467766644885161, + 0.5840981211314064, + 0.3569137556315705, + 0.29620107397100126, + 0.3268782218160986, + 0.25206380584442545, + 0.4598905436599401, + 0.39803636486337346, + 0.48021447263970685, + 1.142262312552111, + 2.1826239118365907, + 2.895931293177357, + 2.6186912887286278, + 2.764096953547826, + 2.630748837008216, + 2.3328046455132525, + 1.3848028724738384, + 2.055723432465251, + 1.7353118723852705, + 3.6708522442802183, + 4.236805712033875, + 2.926844334362375, + 2.741683577396873, + 3.51981656954388, + 4.787431962510991, + 5.223067639924789, + 6.127658846587045, + 6.403416882383613, + 6.146676005459163, + 5.668745906038112, + 4.894743493335644, + 5.437575409883001, + 5.019266316124764, + 3.1587619661271695, + 3.123010523748401, + 4.289453514951838, + 4.422790813718164, + 2.899448378773833, + 1.9350182809398468, + 2.354164557137409, + 4.28496273005712, + 6.103272432732286, + 4.12726574689897, + 4.776224483516671, + 3.8744517738842204, + 2.905837316017915, + 3.0417382855790605, + 2.8384063033408786, + 2.7165611817645843, + 2.499007191744248, + 4.336506742314188, + 3.852788000535239, + 3.4642515334512396, + 3.635558899697241, + 2.1516565477761884, + 2.0375335784256947, + 3.1668263651542503, + 3.2662590038475408, + 4.4966312564197555, + 4.229592926128944, + 3.343119729235246, + 3.1254339633373744, + 1.9723821570622164, + 1.695699518669503, + 1.473615956328329, + 1.7838554644046072, + 1.7504089194143222, + 1.6017240681404683, + 1.838699237121546, + 2.380467727427245, + 3.2332656880269894, + 4.4194890456027816, + 2.9898325185727725, + 1.3998560053697788, + 0.65542026972978, + 0.3068713698586328, + 0.14367886070679303, + 0.06727123166788737, + 0.07016401315563275, + 0.0883836672925149, + 0.2958965226573096, + 0.4422807213430844, + 1.1995408932676928, + 1.9793719540152162, + 1.4316589410369565, + 2.1569546824874486, + 2.967912945146243, + 3.2799668472703143, + 2.749147564289551, + 2.8857066536559075, + 3.1784606615953264, + 1.8909576833819157, + 2.1722937336323485, + 1.2712745012664413, + 1.2890385911676914, + 1.994795810336604, + 2.726233342997702, + 2.2599114357407473, + 3.2361320889491996, + 4.461234315345875, + 3.919901488187059, + 4.800820060370961, + 3.625337099466683, + 4.371375535586663, + 2.6017245311300234, + 2.6192484538622427, + 2.589009804935588, + 3.0095912291244202, + 2.82159459899755, + 2.1318995480307135, + 2.2676452880954003, + 1.4965431094059989, + 1.3802077165486226, + 1.368898603099176, + 1.6482544707107767, + 1.5484093096643718, + 3.367174399564057, + 2.7590221877235646, + 2.1410497493001834, + 2.1826548130946577, + 2.2774538188828926, + 1.7419311135153726, + 1.8042499754367092, + 1.3522674034127153, + 0.943137279466481, + 1.2145754726191744, + 2.164727113243398, + 3.2181960173487774, + 3.129659957691616, + 2.8651675777376386, + 2.026931212428467, + 1.890729542487362, + 1.7997317685059966, + 1.4627088024435668, + 1.7298571083714345, + 1.1919420769977556, + 1.083409777308378, + 1.5591542297182677, + 1.2979389516582658, + 1.0651666452529753, + 1.1405877773591886, + 1.2805458764480797, + 1.4019993459786528, + 0.7815988627957389, + 0.3659488801055309, + 0.17133927545834993, + 0.08022198976569195, + 0.03756037618783544, + 0.017585974412904132, + 0.008233849802374441, + 0.0038551336978128736, + 0.0018049947697280687, + 0.07447481136191623, + 0.2606199268895544, + 1.041287445635471, + 1.3035820512639809, + 5.391031194113899, + 4.934667358346639, + 3.5204819882406677, + 4.088241307987083, + 2.4791734917303714, + 3.33398941207939, + 3.8638049483119286, + 4.874714947342202, + 4.467344279262967, + 2.5856150217930445, + 4.218598721860758, + 2.9704359718679934, + 2.0424122586433056, + 1.8839346339672032, + 3.084619200367958, + 3.275295150927906, + 3.3009222860585283, + 3.0481134878675364, + 2.1652506342132876, + 1.9007343521506637, + 1.4159613292559308, + 1.6071264346743765, + 2.6426932814741706, + 4.1819668907252625, + 4.049245810472503, + 2.726452215516532, + 3.689715549075963, + 4.54218110240183, + 4.324857318604729, + 5.358925687358114, + 4.817054955818764, + 4.498639228599885, + 4.662207073170982, + 4.564087477619703, + 5.657983783412012, + 5.304553100101775, + 4.9844660406330235, + 4.367747578668075, + 3.961400214932117, + 2.9569350523190563, + 3.506601662590213, + 2.225212139801015, + 4.396013141379353, + 4.303963710759586, + 4.377739794035474, + 4.620764749812976, + 4.024073492451067, + 4.112070779676499, + 3.201153365208205, + 2.4628715302448088, + 2.768039226771923, + 2.2767200911410064, + 1.9154144024350892, + 1.0493296546992363, + 0.5131074846362835, + 0.752326608947677, + 1.8249395796779027, + 5.088533283579503, + 3.696260201202019, + 2.4297958251253213, + 1.7558656861149369, + 1.716344200380254, + 0.9112757808570556, + 0.4266643253280725, + 0.19976658036104963, + 0.09353181004402583, + 0.04379210713974583, + 0.02050370506928375, + 0.06821443330893763, + 0.04277546361910098, + 0.09131404458860118, + 0.12629783979925946, + 0.4020763135426926, + 0.20856242366695335, + 0.5711431970760766, + 0.5378739726608136, + 0.3450530608247571, + 0.23063545443773542, + 0.24277526685955347, + 0.13508795872091997, + 0.09530165155208872, + 0.3013891778594839, + 0.7599718190861043, + 0.8143426814222362, + 0.8959093455974796, + 1.1244386482051865, + 1.0728101664652725, + 2.036105139936784, + 1.0561552832702912, + 0.6674739299852551, + 0.7102577725962103, + 0.6509028797549907, + 0.3047563030629098, + 0.3719562613456014, + 0.414370449681712, + 0.22121737255839452, + 0.11254371580533798, + 0.27293089703253504, + 0.8570478030816447, + 1.017697797277716, + 1.6886893808057015, + 1.7728684133460435, + 3.034781011949989, + 2.8298171243068846, + 3.6706208794211017, + 3.721553819554776, + 3.4105506363652767, + 2.8868426672412157, + 3.0799977252811828, + 3.1127930294621935, + 3.0420673109057987, + 3.1188968044780676, + 3.2565272200427513, + 3.2593113623208767, + 2.9462209478155916, + 2.157560555283637, + 2.0746788808502803, + 1.608966918503626, + 1.9730022440251376, + 1.5266575128624211, + 1.5583903627975384, + 2.4302322730554584, + 2.7164580849794904, + 4.9738196064546525, + 4.113384108523739, + 2.957865621919314, + 3.4394007192372666, + 2.203173845594293, + 2.062464277842365, + 2.1088146201718856, + 5.340229678585263, + 6.26568682892734, + 4.859201548008381, + 3.4357445176268295, + 3.272316889448253, + 4.307977966128339, + 3.947968430988411, + 2.277135347596, + 2.931964401886516, + 2.448174954904939, + 2.3486159988077615, + 2.19230894832672, + 1.952972429351413, + 2.277434502941193, + 2.379772494444204, + 3.6297172466949172, + 2.95166280249827, + 2.038904808963546, + 1.7484644354457686, + 1.4012927298623405, + 2.2091658929236875, + 2.0245500958115192, + 1.6928107182840229, + 1.9019766334518908, + 2.4304476285046928, + 2.252744510064077, + 2.765691811548721, + 2.972901901016219, + 2.8632431763350272, + 3.249833029745212, + 3.4322102461346375, + 2.7910513754463095, + 2.5340062726803665, + 2.5526365476980812, + 2.2209177234708735, + 2.7753239101319824, + 1.7804059289834109, + 1.5705130924956259, + 2.085804564607344, + 1.6387927120440677, + 2.0162586848494093, + 2.0069474687320925, + 1.4417098683350702, + 1.6119401860085403, + 1.0108049783320705, + 1.028252052794757, + 1.2102204722064591, + 1.5091082859906648, + 2.9834781001183117, + 3.082919274648014, + 3.499180350142171, + 2.244769130994551, + 2.3388465435438412, + 2.6933133446681348, + 3.3798254426285963, + 2.562144354065845, + 1.1996100578822597, + 1.9351999834770468, + 2.4394729182402437, + 1.5297288272025487, + 0.7162274381740203, + 0.3353416200774762, + 0.1570087882180013, + 0.07351237693665855, + 0.14564803573906845, + 0.22382219742917403, + 0.7681848025543203, + 1.6684410407528476, + 2.061000078445676, + 2.2782321261656433, + 2.7893286274470093, + 2.208685111881089, + 2.5990130301961565, + 1.925296325272162, + 1.972457768427771, + 2.812684027736909, + 2.8975969639757024, + 3.194493351674046, + 2.980917448188288, + 2.424062964449135, + 1.6695502303340797, + 1.006846639214187, + 0.7387798556883899, + 0.5005778585127275, + 0.5349218449885863, + 0.5628586808944245, + 0.6650769788204836, + 1.205825386917794, + 0.8284241931613426, + 2.7686493862769233, + 6.136590292025822, + 6.5148464088619225, + 5.296673339644309, + 5.9697842760002295, + 3.897864795303793, + 3.765071287940245, + 2.108305572532454, + 2.715538622564089, + 2.6364818245233583, + 2.143970122740102, + 1.6336299265384548, + 1.4872059681491172, + 2.9982207690227067, + 2.2855605451963816, + 3.9458639415545314, + 3.561648315677047, + 3.232194956295311, + 1.513331429767099, + 1.0653985514894095, + 0.5823642383909354, + 0.44231119407029423, + 0.5013155846208801, + 0.8624977621150187, + 4.606559742016275, + 2.6522793515329015, + 1.8996283656130193, + 1.8996283656130193, + 1.7703561500144067, + 1.6368452260947564, + 1.3310720474742395, + 0.8256698909062312, + 0.5845949466814788, + 0.27371056463441673, + 1.1195700337267165, + 1.330058890918913, + 0.7152415115592252, + 0.3348800038217155, + 0.15679265695185554, + 0.07341118309085522, + 0.03437151909769514, + 0.016092934010082566, + 0.007534800085988601, + 0.018212744748105157, + 0.23267636114591228, + 0.7685643044051309, + 1.2517636988163543, + 1.1603593067495963, + 2.0160587988206453, + 2.644337145424199, + 3.0733097055975693, + 2.3794477448484095, + 3.691104415873392, + 2.5256077394188363, + 2.51581536082564, + 3.0932071530441494, + 2.201041723731416, + 3.5513779460906982, + 3.8243445095703636, + 2.9434563633644704, + 3.3275498564684627, + 3.7954291649294847, + 4.619421821950291, + 6.237537948244676, + 7.969561313305733, + 7.1492010386814515, + 3.6456074808461048, + 1.7068934442252754, + 0.9763554757071912, + 1.0877067629769754, + 0.7923536613798704, + 1.3251126114077714, + 1.9876910074217577, + 1.966723951308562, + 1.6435145197262635, + 1.3826917128900522, + 1.0780432309550918, + 0.6282070181599363, + 1.7832760570810804, + 2.6395344533216627, + 2.8005387801382255, + 2.909488022462666, + 2.909488022462666, + 2.795236805680192, + 2.9077705180728173, + 3.4356716958787885, + 2.803316414387935, + 1.8750094758703133, + 1.9131578952064001, + 1.265140354695771, + 0.5923456622252337, + 0.32577634093364005, + 0.21611514534097093, + 0.22705521778007345, + 0.5086960315674266, + 0.473459329892043, + 0.5215725824980286, + 0.5420229082011802, + 0.9513602154357979, + 1.4177016198971804, + 1.1349880979534133, + 0.8559936428692156, + 2.096629054496211, + 2.804838354558612, + 2.2682483585659465, + 1.779222600024514, + 3.1592983393939926, + 2.5545408987710374, + 1.9946235724097063, + 3.4410912608853126, + 2.912005704836669, + 2.4265319405096712, + 3.34867833782998, + 3.3709386466633777, + 2.844943797344389, + 3.6957773603207604, + 3.432206107811228, + 1.6069777493690196, + 0.7523958077837997, + 0.3522758493656278, + 0.16493748737357938, + 0.0772246374257526, + 0.03615699936080294, + 0.01692890567513549, + 0.027646314458713864, + 0.3191282532441403, + 0.8161061849138345, + 2.568434917069208, + 2.1776521326232348, + 1.4554330063068703, + 1.6642164422769374, + 1.9371252265159145, + 3.000336962011148, + 3.1576291176313425, + 4.410915851013185, + 4.650408339215808, + 4.835837275683142, + 3.3796088453044186, + 4.146067560588025, + 2.7316112452297427, + 2.587053993425674, + 2.913640985189165, + 3.063224748229186, + 2.0277944038903715, + 2.7166219282970014, + 5.858516492512145, + 5.043114938158472, + 3.889895899602343, + 3.578881921823123, + 2.9061250273316355, + 3.6459979536066385, + 3.480719545297684, + 2.845332517950321, + 1.81407793566703, + 1.0114826543991116, + 1.9395615616039295, + 1.611284239296129, + 4.09258154416758, + 3.3496835338064392, + 2.577642422634394, + 2.435036124504709, + 2.8132662498666967, + 1.8566840332802679, + 1.849127230468911, + 1.706179851532533, + 1.7588857920596817, + 1.5761415203941636, + 2.427282065131919, + 2.0473094912503176, + 2.249780545995936, + 1.8861309704074505, + 2.034331100866334, + 2.324544264112024, + 1.7117525641507076, + 2.6055696209502255, + 3.6387244014426603, + 2.50878272158964, + 1.7243812499503426, + 1.3933413063705924, + 1.6951427514418076, + 1.5623495298197014, + 1.373243577602268, + 0.9471916925710764, + 1.0948025295698438, + 0.6560377168874173, + 0.3071604620088612, + 0.14381421523922538, + 0.06733460540333992, + 0.03152643205180776, + 0.014760848629966886, + 0.0069111103951993765, + 0.0032358198428825724, + 0.0015150286215751489, + 0.0007093447211656742, + 0.0003321190941742549, + 0.00015549998389198608, + 0.00007280594646485787, + 0.008336020208428375, + 0.004727266052272796, + 0.004042868015774048, + 0.09430988937596736, + 1.420266329185294, + 1.3994128819087308, + 1.3472852890058316, + 1.791383068671443, + 1.9423581531202712, + 2.266612938011874, + 2.0938740409643306, + 2.377284133477639, + 2.502298824401698, + 4.194526296679546, + 3.603879174579467, + 2.8416662273947253, + 2.537554791964829, + 3.440171512632161, + 2.920048686499329, + 3.284717945333281, + 2.8339173503547888, + 3.0072028943978233, + 4.071872257656261, + 3.0610334634823886, + 3.574944944244797, + 3.3900016775316684, + 4.07938271160333, + 4.140267401108029, + 2.523412265833859, + 1.8943326582561362, + 2.1947911911408444, + 2.214634608149587, + 2.321873774973799, + 2.7376165576305675, + 1.821825228715607, + 2.0557432553404764, + 2.68930761677877, + 2.7618568655292517, + 2.0282400411008856, + 3.0399214288192606, + 2.8826566293984563, + 1.9268056376248022, + 2.066777993971883, + 2.5654032120590635, + 3.538374029705715, + 3.2191098788133274, + 2.537914416885542, + 1.657428516218786, + 1.5001193706242026, + 1.161820948040267, + 1.7893408100214048, + 1.8118158952714793, + 2.5971433514902813, + 3.0511212203559346, + 3.586652944258967, + 2.353865342399696, + 3.445029142251464, + 3.960428220765842, + 4.318621362233202, + 2.5728711809299174, + 1.9657841620804504, + 2.6249594867207926, + 2.094486014416585, + 2.693038724520355, + 2.729719344210971, + 1.4025747923882215, + 0.6566932207434056, + 0.30746737251426515, + 0.18150592914352814, + 0.41339556723964893, + 0.7380331234768398, + 0.8693451222562667, + 1.2972324180421992, + 1.364767523967442, + 3.4054471888044953, + 2.739157692027037, + 1.7312910876820762, + 2.392034987685151, + 3.0215103254238445, + 1.5556587997216762, + 1.3701991522406916, + 1.1601634733902915, + 2.6342537187901724, + 6.667197410006663, + 6.434598490678245, + 5.404694716642957, + 2.927654217116284, + 2.767050529352164, + 3.539926496987282, + 1.963978014583784, + 2.4026341830838733, + 4.050628026382691, + 3.777792768013917, + 2.997882511847304, + 2.4497854167919426, + 2.929071414490098, + 3.2607630744290867, + 3.3819602926612777, + 5.769739144346952, + 8.141973758540344, + 4.878828006725737, + 5.3498593450728995, + 5.131169624912376, + 3.6841966207760413, + 3.75806132483814, + 3.542707216554313, + 3.207192097964248, + 3.140956899840299, + 5.439446421042053, + 4.178972683778997, + 3.488572439207867, + 2.5732887009350565, + 1.6632260605198912, + 3.276989794865563, + 4.840270369774093, + 5.759987723835628, + 3.6014812357946733, + 2.5631245860793728, + 1.647943864336615, + 1.3142040579154004, + 2.9032384444194927, + 2.5486899181760707, + 3.803722420287815, + 1.8603524094730457, + 3.967060573260392, + 3.4558699340561043, + 2.208589107980054, + 1.0340735499378473, + 0.4841589152176143, + 0.22668586310788652, + 0.10613556606692004, + 0.0496932549295512, + 0.023266654873601557, + 0.059777723043644634, + 0.3099794475581571, + 1.0654138599880534, + 2.566246428667216, + 3.9919899138556705, + 7.555578327422607, + 7.260484935114636, + 5.9949933704763865, + 5.646728853957212, + 4.484726751832136, + 4.319454108992163, + 5.0935869911141065, + 7.406565534577876, + 6.698091697641301, + 5.296220778926358, + 5.187065595283865, + 5.051112224909624, + 2.3909980713365777, + 2.929868312613209, + 4.796903715415561, + 5.00257640933637, + 5.629838478453439, + 6.109626115167872, + 4.915539112010338, + 3.9485190623015813, + 3.2551318779050558, + 3.337875513946855, + 4.037272424863364, + 4.949643400374464, + 5.428839019660454, + 2.672307853357249, + 2.7002716647568525, + 5.040153603026569, + 6.5659830038633435, + 4.994785711851202, + 5.744651301277715, + 4.826039697933907, + 3.8738154292542406, + 3.291483453196612, + 3.6067392459781535, + 2.9606128043677455, + 2.085029796767315, + 2.149507696857091, + 2.2023905479104875, + 2.8286188475221183, + 3.0073551946587527, + 2.81976955170719, + 4.326236055462025, + 3.254388552540401, + 4.292944783418128, + 3.8654276641254217, + 4.257264499197555, + 3.181192277235577, + 2.396791497528743, + 2.400647511382326, + 3.8197604015337223, + 4.125915043530061, + 3.551660871176779, + 3.0820003577901725, + 4.127402113286586, + 3.9910156934235546, + 9.409882018570848, + 8.991049082012786, + 9.55249057568929, + 9.516314807308934, + 5.544452354671264, + 6.113685852380495, + 4.500180499860257, + 4.214313498035707, + 4.790798875903077, + 6.605713685162447, + 9.79735507640675, + 7.798808324846854, + 6.13947598864549, + 5.4799218870934805, + 5.688568366558577, + 5.249508599988789, + 8.952386659943151, + 10.254773425666453, + 9.416386107696095, + 6.108350736880554, + 7.325824606983657, + 8.396218542179009, + 6.573927855206371, + 3.744862968998536, + 4.834248802848162, + 4.7814179505544, + 7.274451372186517, + 6.864618444178056, + 6.655814040043156, + 8.076490837019128, + 6.649724599084921, + 3.685123483283104, + 3.2876933790686986, + 6.0248161447328314, + 7.086986684600421, + 5.558562529310463, + 4.499870683116139, + 7.3091475932862675, + 6.418051464622106, + 3.004966943704369, + 1.406942026334725, + 0.6587379836620275, + 0.3084247417426113, + 0.1444061579539974, + 0.06761175623334831, + 0.0316561955925313, + 0.05914669579633747, + 0.043004491768558396, + 0.9331305816339509, + 1.6604797399593303, + 1.5627027640647622, + 2.0106705460549215, + 1.7242661723935906, + 1.8390553686934676, + 2.206717720810477, + 2.167165848125981, + 2.9149753429520793, + 4.201142295550707, + 4.0154458931673105, + 1.884410225952864, + 0.9502166060250263, + 0.46792884294461595, + 0.28583426735291656, + 1.0495757794865501, + 1.8146426169463632, + 4.140669012331313, + 6.398460287848936, + 11.247392890507973, + 8.752741001593657, + 8.01900071691833, + 4.9181382185482505, + 3.8545698317653674, + 3.5956218757357785, + 2.8335676749966043, + 2.9740517672768183, + 1.5136902443817575, + 2.2474827589065445, + 2.029755342254026, + 1.6174541040504218, + 2.602386422423621, + 2.248696331333867, + 1.5049681547256089, + 2.422089075114569, + 3.212709601026755, + 3.6083808207284194, + 4.85815822681781, + 4.775913767505801, + 4.056105598149044, + 4.856980954529276, + 4.662264965090079, + 4.902517831409179, + 4.658764187380663, + 3.959795291374789, + 2.6487368624670347, + 3.4585183796531096, + 3.164382388470859, + 2.449133471127402, + 3.839990186744841, + 4.552790733701734, + 4.782663864231899, + 5.211101885368384, + 4.0376907202443055, + 3.0783223800997104, + 2.9068777700347552, + 3.8100331714739286, + 2.73014650986003, + 1.350532695472637, + 0.6620590352149031, + 0.41334323657945066, + 1.3239420762694258, + 3.353199188574887, + 4.579604611270618, + 8.383795162748505, + 9.193807335562425, + 7.985817491312565, + 5.300966900972991, + 2.4819418159702678, + 1.1620587890732006, + 0.5440823070763116, + 0.2547423242756734, + 0.11927175527189224, + 0.056796334524046074, + 0.5738796411256142, + 1.1121783355917987, + 1.2090911420794177, + 2.3694965969801585, + 2.891818763833565, + 3.313102574912514, + 2.6204846317204327, + 2.698718767159105, + 2.822983134033258, + 3.960336517944957, + 3.834649214682987, + 4.029355475460298, + 7.599508447280662, + 7.251587170251154, + 6.624170779061481, + 5.566609125549794, + 3.373980500234266, + 2.11167270338623, + 2.649460700622632, + 3.2202485690258595, + 2.928828614100976, + 2.1497341307690583, + 2.336972371447005, + 1.9776507978891904, + 1.7057274635827395, + 1.8525640744026821, + 1.7884750253883834, + 2.881171356295491, + 2.6522100892855622, + 2.046601421023135, + 2.082947632159586, + 1.4498123065042052, + 2.2575481558399373, + 1.641629436158916, + 2.8477083642092116, + 4.4719796926151085, + 3.099688491430645, + 2.171791029396001, + 1.6786179463901558, + 2.130656056556896, + 4.528549352848094, + 4.278010467610772, + 3.900529004928342, + 3.712057966395495, + 2.8012518465055085, + 2.5959343105971273, + 2.769125672164777, + 2.9286965754902097, + 2.453229954278312, + 1.9350049020797226, + 3.191730239345699, + 2.8375520477825957, + 1.9502290100654114, + 1.7585640739202206, + 1.4519224276400076, + 1.3984379636933948, + 3.5511397404224665, + 4.334001142750386, + 5.548353909696503, + 4.153497296334843, + 2.9737687746340526, + 2.4598778601246725, + 3.2223670097733113, + 2.1349455631205334, + 0.999593237783931, + 0.4680150437011172, + 0.21912721380164552, + 0.10259656494960111, + 0.08958245655889295, + 0.08335169492730005, + 0.08086493003939144, + 0.5037950082999794, + 0.6001969429526544, + 0.7246285935271903, + 2.6815273722188806, + 3.0496903229171908, + 2.8576679358592085, + 4.418374648730645, + 6.0987393784000545, + 5.465091422145339, + 5.820222015692931, + 3.952728820176694, + 3.8055623822483624, + 3.3096897933741953, + 2.8707418139036185, + 5.07006992037792, + 3.5494845796126984, + 2.585178435946625, + 2.252529735897071, + 2.6967360592418173, + 1.7136583965326242, + 1.924396652412601, + 2.356491035902681, + 1.443167171176727, + 1.2833855993872127, + 0.9147747892907934, + 1.453486358157709, + 3.321802358021531, + 2.827102444189677, + 2.0096638789490906, + 1.7558264646507835, + 3.200046847026428, + 4.899130042569807, + 3.215223941188099, + 2.3421040822859878, + 2.4425400023900243, + 2.46543878187312, + 2.3856548758292218, + 2.2099348753404318, + 4.301813956393955, + 3.9874502226075026, + 3.037611682537158, + 2.3247761708225663, + 2.57447386161055, + 2.605899217936904, + 4.284198304941297, + 4.140370520157191, + 3.3214293019493626, + 2.032041853774996, + 2.193110895985943, + 1.3151575193834382, + 0.9801034490847527, + 1.789523184326592, + 1.9518832928969352, + 1.9374968138316837, + 1.5316388930121208, + 0.7171217414761523, + 0.33576033779505216, + 0.15720483415297, + 0.07360416672009609, + 0.03446187509277271, + 0.01613523918321343, + 0.007554607600388677, + 0.003537108768441824, + 0.0016560937512021616, + 0.0007753921895873859, + 0.0003630428816223018, + 0.0001699786710087452, + 0.014134099436689704, + 0.03393851794120087, + 1.0376447923224628, + 1.1861729373580585, + 3.939621019220767, + 6.916949647914233, + 4.028103519215672, + 3.888132743222676, + 3.2379622020621825, + 3.6094904422015635, + 3.5416595289617603, + 2.993068906961951, + 3.5163425818186926, + 7.62241488804041, + 9.1112204311586, + 8.079421432045967, + 6.246791888534919, + 6.301824655102698, + 5.414346504151629, + 3.650703363852746, + 3.5594692104617036, + 2.6450231997446405, + 2.087241177161351, + 2.5599139472034844, + 3.3045710637266805, + 3.943711510193289, + 4.474500292125246, + 7.9139770663660185, + 6.735386846106695, + 3.258205122946133, + 2.926244633962485, + 6.447109522549779, + 5.06015019564706, + 4.753648413249776, + 6.449947011808503, + 5.788864025599965, + 4.12387310601156, + 2.5188426612935166, + 4.303335751192153, + 4.115566447919414, + 4.780392319703326, + 4.724897025440473, + 4.55451632377369, + 4.282886169770425, + 6.420742893948398, + 4.625774643825361, + 5.4555578063153165, + 3.4917608877155875, + 2.9729013654708387, + 5.014646730257705, + 6.239937949859527, + 6.590377509157301, + 5.970584000824097, + 3.888780563322484, + 7.060209051658471, + 8.58097581148429, + 4.732105641553186, + 7.366761111374098, + 7.806273738447528, + 5.416597167943948, + 3.2507158887084455, + 6.822802323347613, + 5.1335565854313465, + 3.55287606061538, + 6.252275328027764, + 5.966281572727821, + 5.106733905604577, + 4.711932165809883, + 5.036039680210418, + 4.392626857732145, + 4.529386874716776, + 3.2977864585851555, + 3.251922224157597, + 2.8529256058577253, + 2.4885427218609677, + 2.370283566755379, + 4.234651751858269, + 5.47074137714657, + 3.7862378156778194, + 3.3105998025680217, + 4.624630227593828, + 4.90245244187332, + 5.036026724594456, + 6.031799970407592, + 5.712471063496104, + 5.7304693779076255, + 5.013782192547247, + 4.122671800954145, + 3.6168380221751764, + 3.068476590073023, + 2.4483735219477096, + 1.1463419294546129, + 0.536723587085823, + 0.25129693116200263, + 0.11765860329395668, + 0.08343312070100367, + 0.13516071535086568, + 0.6358009846962869, + 1.7865423602368151, + 1.8294684578285323, + 1.28308075668026, + 0.689783656567878, + 1.0494188869388166, + 2.1873164716875593, + 2.0462977985090056, + 2.007983781957402, + 1.4233957548928917, + 1.8861732976676122, + 1.6339411425934225, + 1.1997958584070312, + 2.048487097599675, + 3.0720335377133026, + 4.226988559735258, + 3.515190309633237, + 2.888326275984137, + 2.025700879329698, + 1.0549530816970172, + 1.7405565177019637, + 2.7889217940127846, + 2.7573562699604017, + 2.88496058191741, + 2.0413738612898524, + 2.055764250916279, + 1.507524562616657, + 1.3245855144402077, + 5.373455939309675, + 4.555894217147258, + 6.675961408077556, + 5.1479974127406445, + 4.4732792126412475, + 4.258202689005385, + 5.306424284523819, + 4.59823946223189, + 5.48027042910509, + 5.418243731757446, + 4.715223810243431, + 4.195701852330577, + 4.190191571487327, + 3.071095333000855, + 3.691430362102712, + 6.030002887456103, + 5.112548719971796, + 7.2494480590543375, + 5.590227020583739, + 4.438694416201434, + 5.714407534550066, + 5.212994607437999, + 3.3252239822523437, + 3.3691450033813943, + 4.225494024969107, + 3.7226313194771365, + 3.384485460624783, + 3.4247687319657345, + 2.1405248717364067, + 3.227832488652713, + 5.017796552824532, + 4.254347770975044, + 2.704978295150039, + 2.085875039376835, + 0.9766181490715881, + 1.3240352742432493, + 1.9446172905349381, + 1.582917438262838, + 1.4555774336445777, + 1.9201277360479103, + 2.4430007903222823, + 2.2684357222658864, + 2.4342931441126865, + 2.3656854854170186, + 2.189107932966507, + 2.323056639313145, + 1.9696077214903094, + 1.341569033981008, + 1.0345167525370695, + 0.6615489114637029, + 1.486331093087718, + 1.734850618415345, + 2.0307101228131166, + 4.254721677407512, + 4.206565963707429, + 3.4439921564607965, + 2.884817994020473, + 2.193785998175783, + 3.3504944471240004, + 9.281117663433966, + 14.308117311459176, + 10.23658133798179, + 4.792823601795081, + 2.244026332569823, + 1.0506654531121786, + 0.491927335406645, + 0.23032308010459016, + 0.10783853104038929, + 0.05049059248282101, + 0.023639972695024016, + 0.3819976598032246, + 0.8933311098303927, + 2.4011619152603116, + 2.621574695166479, + 2.1229858966091095, + 2.885148957401173, + 3.6234881364624396, + 3.112794850225006, + 2.6972330077893605, + 2.4715747496360776, + 2.526813073896224, + 2.2033043981911407, + 1.4745689021998478, + 3.310317715714988, + 3.5511150003016443, + 2.221891196317061, + 2.3380173918318574, + 1.6648230216712454, + 2.374052367120649, + 2.9288851956377124, + 3.3662049385145414, + 2.447506671684495, + 1.6070584790800102, + 2.087254486144942, + 1.8626912681458623, + 3.052670005352801, + 2.2809039108434384, + 1.8267833431223532, + 2.705974852521162, + 3.2503692762486693, + 2.9957435184548475, + 3.279971874059525, + 3.0558365888201555, + 2.3609051406607953, + 1.5245168742226687, + 0.9763301957874374, + 0.7658371019519302, + 0.6566492466476799, + 0.6298069633780731, + 0.6712216249949946, + 0.9648806545664894, + 0.7757541255084222, + 1.1155473038417787, + 1.5129762729443403, + 3.469696962447716, + 2.8484266266387896, + 2.8111794132699037, + 2.6073920842718814, + 2.205457680203974, + 1.528573931357211, + 1.181125761434059, + 1.6070896520799645, + 2.2143603326467454, + 1.7909787210057542, + 1.1953774357560505, + 1.3471806183155257, + 1.7489732415158654, + 1.4157531884815757, + 1.4255116902171667, + 1.746003049627155, + 2.4076951539924893, + 1.8578303935100136, + 0.8698463934544938, + 0.6576343303873176, + 0.9129302381019931, + 2.667241972797783, + 2.4350887664585965, + 3.2695493969936957, + 3.0191433643612138, + 4.697192419851331, + 4.3787860713197455, + 5.913841928385084, + 5.576074159662267, + 6.078671161919397, + 5.786114488915975, + 9.997673176877017, + 9.607200447311993, + 7.370050552318961, + 7.060013339094881, + 8.929803673035252, + 8.761991415905495, + 4.857152325444779, + 3.8914487020245883, + 5.086684353474417, + 6.743948434300981, + 7.796015840436814, + 6.817503131793347, + 6.330548549586111, + 8.004243400928296, + 8.899350391927564, + 7.802123004968503, + 7.432850334197397, + 9.589113038291018, + 10.4727153120832, + 8.935855907272062, + 10.293688711526473, + 12.472624595721172, + 11.818416943473439, + 5.924565779514999, + 2.7739142357115583, + 1.2987618795099514, + 0.6080874447928023, + 0.28470988127104657, + 0.27009752312240476, + 1.0309601736793683, + 2.6382964385308743, + 1.6765225610183228, + 2.064132576244172, + 2.9201782081419623, + 3.48270983956963, + 3.087618470500503, + 2.722807521892241, + 4.369845606825185, + 3.5069949724732705, + 4.2006326282513236, + 4.560098854428651, + 5.1423843257653825, + 5.56508153231915, + 5.380952626392608, + 4.649004058474349, + 7.462951557065136, + 8.025091766760022, + 6.727078480486166, + 4.749386869107145, + 5.697361655972259, + 3.883687012451161, + 3.8833019166292715, + 3.875642371473197, + 3.0343066417692275, + 1.7201491234339739, + 2.6776554887580453, + 2.68275949744237, + 3.035850767819027, + 2.376819444440112, + 4.238886364512371, + 4.920866875841048, + 3.963766161635089, + 3.25152778983207, + 3.6553026898122085, + 3.006864343564631, + 3.645461539032151, + 4.01106567026264, + 3.711540702602359, + 3.413093584950844, + 4.532926737718297, + 4.181185195607484, + 2.529178337030129, + 2.5937066171600778, + 1.5954480441843084, + 1.7774687970895489, + 2.907645900589972, + 5.236343607947607, + 4.38939459201688, + 4.529929750633742, + 3.355832875315987, + 2.351140672893704, + 1.9860053337158035, + 2.6691352482868416, + 2.862806359561228, + 2.2421993503579283, + 2.044399524940125, + 1.1592019578572077, + 1.4028103819882443, + 2.4678242411123223, + 3.658243881463326, + 2.4936935916513323, + 1.1675610349878813, + 0.546658488831925, + 0.2559485067220538, + 1.5924532671264582, + 1.4873253547513767, + 3.5975988506693772, + 11.007201972649202, + 12.522864789751367, + 9.002473859543883, + 7.675769229793687, + 7.713627719560682, + 6.45373685028857, + 4.6962515451600595, + 6.900964546553306, + 8.934997484130582, + 8.663673733698179, + 9.277991385275321, + 7.762588120239421, + 5.271525424333061, + 3.658124023729288, + 3.5482319299639884, + 1.9226023835546096, + 5.3691420619782955, + 4.492183346099724, + 5.337183391366503, + 3.5969889840204043, + 3.2770974280711673, + 1.7756886953030302, + 0.8374578076158932, + 1.445160552622633, + 1.4888381264604003, + 1.0034008478199372, + 2.1852519593519064, + 4.393787477086104, + 5.792190039343472, + 5.067723489045948, + 4.7242001271552425, + 3.495746010931429, + 3.591595427845631, + 3.8379786716161752, + 3.32803990752678, + 3.8796053887939426, + 3.2714382975478355, + 4.194497541860606, + 3.9823554437393676, + 5.30674767649413, + 6.911064609154511, + 7.651689868376603, + 9.21251976401237, + 12.111619429933553, + 11.685377950830928, + 7.225916891160581, + 7.151931711148967, + 10.026490973353345, + 14.023902294444646, + 14.966960925252003, + 8.99430779937036, + 6.998922191027499, + 4.729476696143293, + 2.9936822579427886, + 3.4982113057690776, + 5.237704043154938, + 4.3486928982053445, + 5.2436297782203685, + 4.3385067907143595, + 5.359515043994407, + 5.3768447632881715, + 4.498627941184894, + 4.822111081060944, + 6.214839310694096, + 4.247727567887482, + 3.253061977187781, + 3.5945722948144354, + 4.61178941552293, + 5.134436240598001, + 5.359985036755115, + 4.996650280332438, + 5.412479206237213, + 5.052532119908568, + 4.227286293170716, + 3.193313893941422, + 2.9757473355902406, + 3.166907546807968, + 2.9549788934340633, + 3.99406514077414, + 3.7233213466948167, + 3.5770898006196834, + 3.5966729176799337, + 3.574509657903091, + 3.948736535367506, + 3.534401185688272, + 3.5736663145496426, + 4.893439309896188, + 4.4215474012055935, + 4.108197291741195, + 3.1171919577120253, + 2.5997509307889763, + 3.697158066057602, + 3.0430909762350433, + 3.0998747350966873, + 2.6957784806475678, + 2.7492857658308543, + 3.7083674274371257, + 5.1277129817703795, + 4.709535623610084, + 5.9805857077407865, + 5.354582927759892, + 4.282810255020306, + 2.005235282614217, + 1.24303529563655, + 0.7993619716935083, + 0.4331326876133628, + 0.20279510310729815, + 0.0949497810264803, + 0.04445600894123418, + 0.020814547538892364, + 0.00974548547130066, + 0.004562889819914207, + 0.0021363700730958066, + 0.0010002602011777695, + 0.00046832731962507797, + 0.011575634721495356, + 0.19303538978495316, + 0.4674004671940237, + 0.755599926940863, + 0.890995227147317, + 2.6598790437972135, + 2.7726227333025415, + 3.7524816323924584, + 3.530936643350316, + 3.5037905099730144, + 3.4784275147654737, + 3.8986343939141372, + 3.411124157986422, + 5.226033332934075, + 4.280593432365968, + 3.708965366218526, + 3.1959424135505587, + 2.9099685384149456, + 3.740944314253422, + 3.5141807915358436, + 3.2525506702025853, + 2.6565783129547778, + 1.681337884880284, + 1.6346637575259757, + 1.5267492636997242, + 1.2014885435573859, + 1.5968210455952816, + 2.4801338425926884, + 1.907108721802968, + 1.7623304985625654, + 1.289983820280744, + 5.656594328236711, + 4.705826227026515, + 3.081919820641852, + 2.48562600685348, + 5.151579482989792, + 5.761178865718692, + 4.5005679578754245, + 2.1071906350172935, + 0.9865982280158008, + 0.9209285461909751, + 0.5874346548077525, + 0.27504013157482815, + 0.2481695330947279, + 0.22916289314010724, + 0.1072953251318662, + 0.42211302526019, + 1.109729120542953, + 1.2669003810300825, + 1.370425649568468, + 1.370425649568468, + 1.9359772266280246, + 2.2512107070223424, + 2.390591338724472, + 2.8846977587376874, + 3.8243123972261865, + 5.376209045875624, + 4.564769350992137, + 2.8755527230221083, + 3.698260256864338, + 3.1091804825819978, + 3.7914088281526377, + 3.411788662082915, + 5.164274991686698, + 4.713973689781153, + 4.878884970792695, + 3.8781769539739495, + 3.932794081598213, + 6.127450131825052, + 4.3294998296010085, + 7.165287777271221, + 4.1923663907663915, + 2.906936045165184, + 2.3022517271591085, + 2.8649050005499186, + 2.8966317939382247, + 2.2652591706104506, + 3.7940136990364626, + 3.5368306968916947, + 2.8658375335362543, + 4.377215630969205, + 3.4090853416151266, + 3.5309389386184407, + 3.54209079520251, + 4.621784595524238, + 8.711971659839815, + 7.233914932811545, + 4.5130087892769195, + 4.448154390347029, + 5.076362149390513, + 7.738664349553076, + 6.887681761004568, + 6.103364044301143, + 5.085264934823225, + 6.33269056808493, + 6.123920272229942, + 5.546893492831943, + 3.0689534408831403, + 1.4369008557279639, + 0.6727648721179715, + 0.31499220795342053, + 0.14748108170245303, + 0.06905145241987068, + 0.128123596043611, + 0.6034115252849561, + 2.4498358271110616, + 2.0929196528620744, + 2.3463782857050903, + 2.4823854160534538, + 2.9897408118865707, + 5.297500643553918, + 8.661503973674867, + 8.182312210273118, + 6.487273072683227, + 3.4961149593566336, + 4.141674620203332, + 3.581709247611478, + 3.5988852557481277, + 3.8262425783707936, + 3.180911102690292, + 3.050882906800711, + 4.066397099853302, + 4.133407392211475, + 4.219931442211647, + 3.93637434671818, + 3.284612502335568, + 3.6516221787777052, + 3.7666904527904213, + 3.3319920285530067, + 4.945421569630382, + 6.189473404618054, + 6.6553463862345374, + 5.996859541340604, + 6.984199895817541, + 5.244528393576512, + 2.4555169968466934, + 1.1496865436343142, + 0.5382895538133957, + 0.25203012538414865, + 0.11800188885547148, + 0.055249132429050565, + 0.02586794723177206, + 0.04256175646665824, + 0.10799445400284308, + 0.41803578848229894, + 1.3014419470663294, + 1.9029005262859633, + 2.1116287981059334, + 2.963234711828649, + 3.8180017971375997, + 3.4856879808232413, + 3.2646718962143466, + 2.891408019449273, + 3.0927050991898546, + 2.6572095897715995, + 1.865554651952392, + 0.8734629336788785, + 0.4089601426109185, + 0.22909964676085684, + 0.21571429925288543, + 0.3436133558402322, + 1.1424900702985294, + 2.3732324362396113, + 2.826892767579866, + 3.692258705057451, + 4.71450502283135, + 5.141422899624883, + 3.6732415517811123, + 1.9295554014682028, + 3.8409610447756837, + 6.3979754256667105, + 3.7705502080271653, + 2.5160413459850526, + 3.7623783276392926, + 6.719629241864924, + 6.667380858313946, + 4.558297993613519, + 4.040256337949703, + 4.457392891239819, + 3.374270050550602, + 2.43007503814645, + 5.134405510349664, + 7.872503285444614, + 9.487515796348658, + 5.0155570537514835, + 3.683474585009857, + 3.417191365307846, + 2.9708838046766184, + 4.263005885446345, + 4.363875087307557, + 4.775575867991881, + 2.6172588564263455, + 4.089168893789044, + 4.997451851077788, + 6.94457178183719, + 7.286120663294923, + 9.569248470344915, + 7.501135656942962, + 4.82986017864693, + 5.0660219310286605, + 5.279563596430132, + 6.009726989346113, + 6.803926672351059, + 4.052557124898533, + 4.6437044977487245, + 4.004973933518139, + 2.8696320613168727, + 2.733546358708985, + 4.331850436231542, + 2.60041104631794, + 2.995273474354321, + 3.2256609874468705, + 2.7110912873316835, + 3.1546895748526387, + 3.2023527129094376, + 2.418615150829688, + 2.9340983354460275, + 4.258614732565146, + 4.159323321788736, + 4.436584990773991, + 7.331572769375624, + 10.507019939204032, + 6.849814616820846, + 5.034838391253303, + 3.260696921221034, + 1.5266762062782457, + 0.7147981842922537, + 0.33467243556056403, + 0.15669547235201856, + 0.07336568072747325, + 0.03435021464126052, + 0.016082959146575707, + 0.007530129800112693, + 0.0035256481279204157, + 0.061093537806385, + 1.2139631369227553, + 1.2701054309661526, + 0.8824707432160311, + 0.41350049556657087, + 1.1761625860838412, + 1.281640994825609, + 0.8860329208182826, + 2.930594351377774, + 2.731479507388643, + 2.535113639091707, + 1.631950110596396, + 1.2492035534284884, + 2.4052830380185055, + 3.0728865269732832, + 2.20916952968552, + 1.568787117216399, + 2.680179470092903, + 3.2443832305006985, + 2.918323363456909, + 3.0357695605697734, + 2.4896961181083195, + 2.5996025638479177, + 3.329476966915339, + 3.7276606876520146, + 3.522491710937065, + 3.4985177133498153, + 3.0518462318569424, + 1.8399307270311775, + 1.4489881940187375, + 1.2645685267750872, + 0.7817944315248754, + 1.7401866635776444, + 1.334285026223167, + 1.9604744378113121, + 1.9723719698108755, + 3.2691701666679926, + 3.412941178523658, + 3.5659314829744577, + 3.3305217913895095, + 2.582553817651661, + 3.5639824989718907, + 5.199682058886319, + 4.342156363341506, + 4.7153567098796385, + 4.444712141591041, + 5.5876298401959605, + 4.1720132773181335, + 4.9603447646826595, + 3.5827963925942043, + 3.548972094897118, + 2.452173796036607, + 2.2946393733915547, + 2.2373647680072164, + 3.556103605448106, + 3.268775418968442, + 3.326690362467906, + 4.811523246646144, + 3.2475078666694794, + 1.521614039866999, + 3.186192498854826, + 3.395336409903722, + 3.425839363818244, + 3.3435338100397214, + 2.236336057014824, + 2.064517420170962, + 1.9008291171541303, + 3.3474572219478054, + 2.897271206967254, + 2.4509597015754263, + 2.6042183329392063, + 2.062227703375841, + 3.8481885701337446, + 3.499509665943, + 3.5687638589256734, + 3.6277514852340245, + 4.2185119753726115, + 4.856492953368937, + 3.1631470891904354, + 4.7758796279716895, + 3.221689309715438, + 2.360232437446389, + 2.291768727960739, + 3.302038735831388, + 3.2141858420363585, + 2.208647113703303, + 1.8562033309321282, + 1.828211733884847, + 7.484418518433495, + 7.427838109810225, + 3.4777545967343673, + 1.6283038020353449, + 1.08792135603306, + 0.7940021810236146, + 1.8132977484434707, + 1.8773007538944328, + 2.287984758093888, + 2.4942343366987094, + 1.8592464821566128, + 1.4070529724426675, + 1.5717869048522364, + 1.4007649124398478, + 1.8376240109019308, + 1.5260884085642927, + 2.642561939003979, + 1.59236103433153, + 0.8487163421640688, + 1.5082650031535736, + 2.438082089064203, + 7.448345217769122, + 7.5903586053457985, + 4.921025661250591, + 4.937545966898426, + 4.72117541491471, + 4.139464013252877, + 3.8151888089132546, + 4.172390637930157, + 5.2919162186012905, + 3.694486216676167, + 4.617905007001938, + 3.656825357745347, + 1.7121457157981326, + 3.571652798945322, + 4.479168206066978, + 2.1824080704450686, + 1.0218154443775878, + 0.47841960287272844, + 0.22399868554768104, + 0.10487741477524026, + 0.049104181585014034, + 0.022990847498495726, + 0.010764441064636393, + 0.030754484661897827, + 0.01924877052792826, + 2.8569603187675274, + 2.413659575455642, + 2.089579757811935, + 2.5406990066225266, + 2.8858800514600027, + 3.875857763802909, + 3.4006848986885987, + 4.306263485331395, + 5.290221418051051, + 4.4960520827894825, + 4.336876623683433, + 5.340030871140645, + 5.40256633409903, + 3.7761200345117327, + 3.0016049076215428, + 5.5236292393140785, + 6.556193424728959, + 6.236490813463364, + 5.979172280824716, + 5.499762268109, + 4.761314323312959, + 2.7500611691711674, + 2.3874577956266694, + 3.4455092952818944, + 3.8252429975143687, + 5.6469325610718055, + 4.888724198447599, + 5.162061826574407, + 4.979307368652513, + 4.283987245657583, + 3.0538640122191154, + 3.048177416527126, + 2.638901480790707, + 1.8553280096469853, + 1.340121617008354, + 2.7363472162618745, + 3.5627916061152884, + 4.094219410545009, + 4.669331765664175, + 4.725892142171782, + 4.123663803557457, + 4.083333811626307, + 3.1727439329388334, + 2.9396832687279124, + 3.606866575802651, + 3.8449044681571416, + 3.175507273397341, + 2.8039855140737924, + 2.4009350925927397, + 3.7179244533480595, + 5.1603813564021905, + 7.994549357663686, + 7.7115152555403474, + 5.777117381167432, + 4.842616178528789, + 3.0802740823692036, + 2.1999755609971827, + 2.1950107223967352, + 2.117299914548747, + 5.00603575285462, + 5.847959385762243, + 5.267938304569832, + 4.662332049103166, + 3.892574493618456, + 3.4747459976620494, + 3.0081950968093736, + 6.465784946215708, + 6.236874277846331, + 4.987682619575, + 4.785904847606801, + 3.3421880610378003, + 2.3845460202003204, + 3.2428849561907196, + 3.9108680003589775, + 3.3857594053966227, + 2.568393920321908, + 2.477464083677583, + 2.833917593227109, + 1.5888944621240482, + 0.743942328215907, + 0.34831788380539164, + 1.9995226530269854, + 3.5816545112348526, + 5.933687721609806, + 6.365286826082089, + 7.896007493358436, + 6.835817939461682, + 7.259385161050572, + 8.526286602964367, + 6.415894054866157, + 6.375240416089274, + 11.03472355642975, + 12.520308256527208, + 10.744748714694124, + 9.737314747138585, + 6.814593202399856, + 5.1856876002766645, + 7.338645742003784, + 6.3532926300715085, + 4.665588289005769, + 4.500410674461424, + 3.90128215786251, + 8.534226403578806, + 5.951432321453708, + 3.3259682216071544, + 4.181500574010851, + 4.108921707082205, + 6.725149334772548, + 9.277393535142354, + 8.624265694241236, + 8.619076186698475, + 9.32788078074454, + 6.504895528188722, + 6.129099940989225, + 8.2883441717734, + 7.994908738980894, + 4.2653878110325, + 4.294528461112895, + 3.9512994098252676, + 7.854432815530174, + 7.130709737615948, + 6.80501976539149, + 7.541976099234575, + 7.932691591150878, + 7.585703421876154, + 8.933066445931596, + 7.0852766548693085, + 6.536111878789327, + 5.537912786119433, + 6.801372007952558, + 6.560580421916216, + 4.318188871930379, + 5.018704882230418, + 4.797452586303698, + 5.689660019706746, + 9.16981675028928, + 6.394667918183416, + 2.994018638839229, + 1.4018159698687256, + 0.656337935872321, + 0.3073010261863971, + 0.14388002815912684, + 0.1704355392890731, + 1.7012004341712068, + 4.685225337692624, + 4.048456807782587, + 3.1518220046298495, + 3.136736319613612, + 5.314362144215552, + 4.282341662089433, + 5.468357193380501, + 5.912030198985739, + 7.272017086748786, + 3.876177787595585, + 3.789902889634585, + 4.251790154009509, + 3.794349201993812, + 3.4236833834191867, + 5.052164627982145, + 6.338852689668896, + 4.442897972725005, + 3.5990194474153494, + 5.151082533385694, + 6.567991191564112, + 4.389304815916827, + 4.438566063782334, + 8.888947261258274, + 8.19260947929419, + 4.806518082327858, + 4.6962067408616175, + 4.916064404640828, + 4.220143205376507, + 5.1460954591498576, + 6.617523629773706, + 5.743014131709187, + 7.860615581102499, + 6.750121123035872, + 4.815659923235977, + 4.115085941262763, + 2.941909027601979, + 3.771441225423529, + 5.543118334403973, + 7.590651381209474, + 7.576264655762956, + 8.064515547388936, + 9.051753415556796, + 6.634680247149839, + 4.494767940553649, + 4.05941273943836, + 4.769343084238637, + 11.039278053345104, + 10.638665297459012, + 11.605460383212849, + 8.966248777406387, + 6.392448800473979, + 3.5568832383615434, + 2.790419943380035, + 4.355027955551362, + 5.238509660649239, + 4.175022724983611, + 2.2113089084166018, + 1.7109241227953587, + 1.7693719650860258, + 2.0865572665618566, + 2.465837130137201, + 2.337158533196516, + 2.6343657013449633, + 3.998923605468545, + 2.783469518314507, + 2.0224627528962817, + 2.2545019583675368, + 2.3739440947486883, + 2.136284605728269, + 2.1851487318476677, + 3.390205022948555, + 3.202644256576139, + 1.4994956298660032, + 1.0862931119135344, + 2.1436344321236263, + 2.4568415277336753, + 2.6949319776644916, + 4.603306423560554, + 4.851930214191232, + 3.5010816747664233, + 2.549957533182146, + 3.60986957430469, + 5.220571291251007, + 3.347056964980611, + 2.490887581786086, + 4.297307198308035, + 4.841633089649491, + 6.41904001387031, + 6.19117658378589, + 3.9900398141474183, + 4.2684272643198575, + 4.236158978119787, + 3.533983429044385, + 3.166150586410034, + 7.390003726882308, + 6.409903655060178, + 5.4246270336752485, + 4.626421530514037, + 8.077618547154273, + 7.926198961203305, + 5.795888572018844, + 4.21163517124663, + 4.154340440910453, + 4.609317674545945, + 5.306439816291528, + 5.3809568773786145, + 5.022123739172791, + 6.484392999074764, + 9.58336493624294, + 9.311338585747912, + 6.155151841178671, + 4.852496405045807, + 5.872784306486874, + 5.718858198308528, + 4.558848281165856, + 4.146290265183684, + 1.9812858181668693, + 2.715092342774045, + 6.942818689862597, + 5.51877726157377, + 2.583921823019059, + 1.2098063884481145, + 0.5664379953336827, + 0.26520938029531776, + 0.12417248838540981, + 0.05813824101792883, + 0.027220643740082588, + 0.06899469516773529, + 0.37091445065719286, + 0.4439874183088297, + 0.9288643918351558, + 1.1928220349172278, + 1.6481417120848842, + 1.7003903754278054, + 1.972322812049426, + 1.761923067154717, + 1.6881396494185166, + 1.8944164765770848, + 1.9627117649157513, + 1.8541260834292714, + 2.035747440508196, + 3.2690422418826834, + 3.190391104536869, + 4.38051774815219, + 4.106026777967907, + 4.2898769598839355, + 2.9863910352947367, + 2.930233677515422, + 2.34036127271668, + 1.85161091378956, + 2.134629917644698, + 2.511482142571773, + 3.070247167658354, + 1.7824683423056753, + 2.69437395825879, + 3.5633780162693958, + 4.0600161272852375, + 4.226855426712191, + 3.9816247380988967, + 5.3778359558481466, + 4.997740871132736, + 5.3331103668690085, + 3.064779393870312, + 1.747624596221703, + 2.0288393412580086, + 3.3080385697563317, + 3.2520363090537012, + 2.5139611360862504, + 6.265078973869095, + 6.301728852950004, + 4.997345783610056, + 5.500584103888035, + 6.705050678674395, + 5.629792833773435, + 5.76474816701826, + 3.9851902942050006, + 2.326156047602942, + 2.4603578244963185, + 2.7589312985165857, + 2.732352137663355, + 4.454323231244671, + 3.8893073560204168, + 5.269545106437022, + 4.487201296507738, + 4.931008310675316, + 5.892606446586491, + 9.797691204090146, + 10.075670600750994, + 5.998543173252271, + 5.539130815399567, + 4.117390669990302, + 2.7921972237176376, + 3.3540761478858827, + 4.743122601161419, + 2.3242062458346044, + 1.2207193963022949, + 1.4212837427972578, + 1.3497693207047168, + 3.612773561911386, + 4.2537459501818615, + 2.9753341667888975, + 3.9981255329112675, + 3.748379281746723, + 5.977799520610158, + 7.228970940068987, + 8.572287442146813, + 5.530255161668385, + 4.9727671444758315, + 5.8079594446904075, + 4.5039425898185845, + 6.399510226570829, + 5.3746121954627775, + 4.619193279892777, + 5.019455139524292, + 4.635028512227974, + 5.8129004137404605, + 5.714492986637003, + 4.157616426791189, + 5.114953263327109, + 8.240042916389568, + 15.720961450397255, + 15.670580918949076, + 12.551272934705096, + 6.404722695161807, + 5.233183467215336, + 5.977653180335686, + 5.426394553509376, + 2.540667731737051, + 1.1895545853582095, + 0.8435716068249208, + 0.8973341425379848, + 0.6426081866879025, + 0.3008726822144065, + 0.14087024220694602, + 0.06595622106131324, + 0.030881064932777674, + 0.03618462904940536, + 0.034574054717748826, + 0.016187762299718262, + 0.007579199211993438, + 0.02927335055154347, + 0.01685446571112085, + 0.007891353410750344, + 0.09824051260032367, + 0.07279692567780213, + 1.2257923260117274, + 0.7057639231061783, + 0.33045140954782276, + 0.21903905839777282, + 0.7565792724144602, + 1.1267644999693474, + 1.6658595928110516, + 2.7766448124839114, + 6.379923432841891, + 4.727569102373853, + 4.307857968803485, + 4.222257905928677, + 5.3872560343186775, + 4.533064732463998, + 4.378046000515696, + 5.3137283158628845, + 4.982215120563872, + 4.3611075738619824, + 8.600502756187527, + 8.288337433924738, + 7.355202343764526, + 4.3432257224978335, + 3.4576313408964015, + 2.7182535161173638, + 5.385686705843382, + 4.244764761279427, + 4.235986198992664, + 7.678827958449679, + 6.922248947336597, + 5.049442393393958, + 6.791897929585798, + 6.811763145225131, + 6.116619216352418, + 5.476366059618892, + 5.835482858252201, + 6.4635715772466265, + 6.887017848285797, + 8.80428402974639, + 10.992798010135534, + 8.525760681699873, + 8.77128472879373, + 7.9005453182034335, + 7.574607975886611, + 6.690383122342459, + 4.789807644358806, + 5.085604025958281, + 4.601230600315493, + 3.009186663394672, + 1.852414709622139, + 1.3726526091068665, + 2.1883117092105016, + 4.839284071890708, + 4.399594871085275, + 3.088748914974876, + 3.144292101049155, + 3.2281266861894204, + 1.8586307859680593, + 1.9091850208495191, + 3.419654989935025, + 2.533988917167, + 1.6916086888514725, + 1.3807314251508238, + 1.192499067404282, + 0.558334612569073, + 0.8607287014723618, + 2.6322137345529093, + 3.594998107609004, + 5.423578534102486, + 4.56362801769047, + 2.2840314144932092, + 2.967659306925599, + 3.4244728654392804, + 3.541818216588945, + 4.120694613081717, + 3.0534643147662184, + 1.9594553787656972, + 1.1281787998858386, + 0.5282195100697313, + 0.5835137688356831, + 0.9414148621290618, + 1.2111384960486862, + 2.3252402166268116, + 2.2217439999674853, + 1.2583821712403152, + 1.745077337158389, + 2.460838524604843, + 2.4258388072158006, + 1.9609294034906746, + 1.9094124986159056, + 1.4148883802704282, + 0.6624585102161363, + 1.225864385937693, + 1.7608460301309816, + 1.4816502107265213, + 1.2533774128439448, + 1.338913760912217, + 2.144550945125304, + 2.846542373734379, + 2.8833866759559124, + 2.1366102435140992, + 1.0003726502866308, + 0.4683799689154182, + 0.21929807379115224, + 0.10267656253505203, + 0.04807373047906724, + 0.0225083846314492, + 0.010538549300596904, + 0.02290735075139181, + 0.143628998846848, + 0.4828589214337695, + 0.9049476948380063, + 2.541043257571519, + 3.1406218121167795, + 4.121543250693263, + 3.0189886311339285, + 1.7651448869958957, + 1.1203721094786752, + 1.260806321919271, + 1.9530762687207206, + 2.7090713444678283, + 3.3601341565307123, + 4.746591289818323, + 4.935675950598273, + 5.079171469235607, + 8.652669369373479, + 10.291835059682157, + 11.972034208796698, + 12.34652369729826, + 12.876496776463739, + 10.41229617129423, + 10.010080552332195, + 10.08285706612734, + 10.023755535263199, + 10.58049092759911, + 10.973573002557451, + 7.99438784163924, + 9.48462800397061, + 8.274383122273015, + 5.94265272950598, + 4.531041252124943, + 4.237068986350678, + 5.17650652739814, + 5.375778576700911, + 3.975008560645799, + 5.237757981486338, + 3.6387728785952866, + 4.19625719163036, + 2.8013639577844214, + 3.461246086562646, + 4.8542971855909975, + 3.8651887161097136, + 2.577392737817536, + 2.7877229679688824, + 4.5946368480855, + 5.079040000699524, + 6.914892484201829, + 6.79248415215342, + 4.214074602514154, + 6.27208072050745, + 4.649339091625957, + 4.040497248086842, + 3.7169706421283513, + 4.203629431243245, + 3.7743512372573007, + 3.7743512372573007, + 3.8071862457000707, + 3.665438591408833, + 1.716178479103296, + 1.20486293627836, + 4.6181792381045375, + 4.105711627056856, + 3.9837626001605457, + 4.2502831648805675, + 6.0053485694308915, + 4.930054397415371, + 4.155743230556906, + 3.119920912169989, + 3.4443275453366287, + 2.6159996251767828, + 1.978537082625469, + 3.466310024195761, + 4.036104372629255, + 2.830684415636436, + 3.262631420024894, + 3.9229073943263617, + 4.23060406971175, + 3.7398174606030707, + 4.136137611368534, + 3.733394707759626, + 3.7693303881422646, + 2.4966851396273264, + 2.428523497898552, + 2.263372967412445, + 2.6891068716058153, + 2.020578002373692, + 1.87423127277694, + 1.8002170575089682, + 0.9409099973747911, + 0.4405392282529303, + 0.20626288611149907, + 0.09657341607412742, + 0.04521620378755377, + 0.021170474940932795, + 0.009912132635690928, + 0.004640914937508727, + 0.002172901861667867, + 0.06802877610268067, + 0.331472761454318, + 0.9545411375248787, + 0.8232462630021455, + 0.38544842160988474, + 0.1804690678822605, + 0.08449660871942903, + 0.039561776258202196, + 0.018523040917548278, + 0.008672589486222404, + 0.055198651171821954, + 0.029739537891176192, + 0.41798386841444446, + 0.9855665148994026, + 0.8344856674118991, + 4.805321907181913, + 5.714468856194627, + 7.987507886053459, + 6.569633553209783, + 6.073071187072914, + 6.828480402310751, + 10.118665100825552, + 8.6428072519048, + 7.281124145955381, + 4.244890636954673, + 6.612470144377433, + 6.246639771435715, + 5.949136761349022, + 5.8514144492301945, + 4.675807564463629, + 2.8792056631761946, + 1.8408664515021258, + 3.350498912130598, + 4.564109540297186, + 4.612667904885412, + 3.4499007909211814, + 5.595916004945142, + 5.519312650021172, + 4.384035655469914, + 2.9269018083772074, + 4.139677402726929, + 8.008584876453702, + 7.292627303675566, + 7.1079368985753995, + 6.293125828253279, + 9.437326327735503, + 8.771304060141421, + 5.465380591716443, + 5.155720202566904, + 4.80869628148987, + 8.456203818292325, + 11.881733096643655, + 9.481564465466748, + 9.46789323121957, + 8.856729614567563, + 6.332823032920301, + 4.839905024829962, + 4.265069106116619, + 5.197088841428827, + 5.494670935471486, + 4.502715167126219, + 4.375422657424919, + 4.267957906885149, + 5.425331495975849, + 4.650673985362753, + 3.762544823539937, + 4.867587397010508, + 6.169847863447756, + 8.04669252002195, + 7.92549025789065, + 5.5599717229932, + 10.964098900049702, + 9.715269529563065, + 6.708771280593881, + 3.9189145630558677, + 2.2403246632414295, + 1.5482115372443495, + 0.7312152784605975, + 0.34651003177275314, + 0.220684178029948, + 0.3276007252411146, + 0.620005895905636, + 0.6978636017601929, + 0.9426898887021162, + 1.2721268153095109, + 1.3063140558152968, + 1.0903286894335187, + 1.4246758811918876, + 1.2412607369069641, + 1.254361944543156, + 1.0682610512020485, + 0.7405103954554413, + 0.7350262790524515, + 1.025286062281341, + 1.7778632895259059, + 1.6542069086215367, + 1.6635556400178635, + 2.657849921930938, + 5.112027814452279, + 8.025840446803802, + 8.010628898125441, + 5.881663357737273, + 4.752154154655553, + 4.585084394220624, + 3.2279596672922564, + 4.4557352860963375, + 4.4748113924694675, + 4.13144845813946, + 5.087048594401786, + 4.735341386227605, + 4.1964402259516485, + 3.211514660751228, + 4.300687260880296, + 3.5039323965723903, + 3.6066137371167035, + 3.4168369279360835, + 6.316683655244636, + 5.472909440763784, + 4.009564724655969, + 1.8773002246319195, + 0.8789622753141724, + 0.41153496456697275, + 0.19268293056218358, + 0.0902152063047593, + 0.04223925505421817, + 0.019776651194568878, + 0.03550681963588115, + 0.5459967362424903, + 1.61035814628088, + 1.657470925960078, + 2.6537323782474846, + 3.069769116031024, + 3.5186465116240404, + 7.536293740913928, + 8.773657170142336, + 6.04933560112544, + 4.674160374972452, + 3.768895304781207, + 1.8416587766467132, + 1.750290422124568, + 2.1064149151923317, + 2.2522528490327938, + 3.6513571731137078, + 4.880302423202419, + 4.480443646911503, + 2.9837443063171034, + 2.678176820518056, + 1.9408011624144739, + 2.379173196272612, + 1.8914593059419489, + 1.2299015998391107, + 1.771804477129859, + 3.1077719063979075, + 9.943358341513974, + 10.885668295751008, + 12.432294228302188, + 9.661304791920724, + 5.104667402770709, + 2.4080491831765483, + 1.132702239407448, + 0.5320801529802631, + 0.24912284981201785, + 0.116640686465829, + 0.05461180999449016, + 0.025569549367733112, + 0.01346222413621373, + 0.08391878990940288, + 0.06954921739564011, + 0.1801679184963965, + 0.14294224369178843, + 0.06692634353595817, + 0.03133528160332355, + 0.630255615678528, + 0.47058142216215926, + 0.2203288062916678, + 0.10315915715258107, + 1.0496712246286215, + 0.7389757291008838, + 0.9703191966319474, + 0.6626877865533279, + 0.3102740611486539, + 0.14527201945637724, + 0.14631951051597789, + 0.4433754501630517, + 0.4093502202412619, + 0.2557205681334652, + 0.1197297744186302, + 0.05605813793927698, + 0.28471085055118467, + 1.1673202959323536, + 1.3348107044035693, + 0.7627225774857583, + 0.6148501896277345, + 0.34082676536209217, + 0.16576756536341475, + 0.08072231381425066, + 0.042835918390639105, + 0.02005601224555896, + 0.009390335081082628, + 0.0791526623082572, + 0.2603021046918528, + 0.12828022685305715, + 0.06006150672819995, + 0.2753042302903818, + 0.2727051509059498, + 0.487353603147478, + 0.3228910330681759, + 0.8572848803355199, + 1.1803095557016754, + 3.6756633587818133, + 3.908542028943411, + 2.262383955062729, + 1.2185475843392284, + 2.8734171163937083, + 2.619314446711268, + 1.5195879100793126, + 1.2269895301303935, + 0.5744832366392191, + 0.381947786952901, + 0.9133655065793311, + 0.7137341387026636, + 0.33417424357177467, + 0.20402535390418802, + 0.22767656167384345, + 0.16743456112898664, + 0.0783937810719749, + 0.03670439883690652, + 0.06452370518399946, + 1.0763011906670192, + 1.9350969315054394, + 4.5257939518725205, + 6.3592317931726825, + 3.7742420722352255, + 1.7671208663754323, + 0.8273756946729407, + 0.38738184419700883, + 0.1813743069559178, + 0.08492044662529258, + 0.10302400216683408, + 0.050101773044356285, + 0.023457925298536665, + 0.15017150224471665, + 0.10152778563173583, + 0.159456408291139, + 0.4389881540737363, + 0.6843497946046585, + 0.422673792901595, + 0.32655839854013313, + 0.3148739022014767, + 0.26951078536293815, + 0.23741181318426963, + 0.4478070249301841, + 0.8718247077531214, + 0.6851612023005805, + 0.3207962378256206, + 0.5678182190998887, + 0.3677343690015311, + 0.24553259841262814, + 0.19740568459316496, + 0.4009982419423462, + 0.4009982419423462, + 0.2831497701810315, + 0.8274597207969019, + 0.8994013543496834, + 0.5860640762001844, + 0.8859220260487238, + 0.8497076085352855, + 1.574403347485432, + 4.58356279259004, + 4.34823328131364, + 4.7741362481470215, + 4.714943721236551, + 4.187339094582711, + 3.329077357712256, + 2.6918205727540885, + 4.202988399770669, + 3.8508551573614933, + 4.8729132254853695, + 3.818294100207409, + 4.793991102741148, + 3.716389666597528, + 2.6905730223969, + 3.651854087616866, + 3.2962667119066453, + 4.596299806701395, + 3.64662817072603, + 3.159871036013449, + 3.118185853455137, + 2.3259582527093374, + 2.1800905189674555, + 6.1926196847369255, + 5.610882246440936, + 5.011314932170325, + 3.1788523827200015, + 2.0669040293637586, + 2.7532229879201227, + 5.287063879732232, + 3.85874168544771, + 1.806684049353784, + 0.8458993942245885, + 0.5127061136201386, + 0.2890999764736845, + 0.13535819672338567, + 0.2293186977635995, + 0.21296440731246663, + 0.09971110510520585, + 0.04668528702410734, + 0.20456395046901799, + 0.14649444732015754, + 0.08483966433067855, + 0.6289587215707049, + 0.9971195839056792, + 0.5516806086062005, + 0.8000743807998127, + 0.5495363607907455, + 0.4394500892991262, + 0.7878161085875834, + 1.8949946890554588, + 3.8121049003258043, + 5.807075565256714, + 8.706836413451697, + 9.143489709758367, + 6.409610257030844, + 3.5119573922461575, + 2.8166707239206143, + 5.221394962733333, + 4.668484595767323, + 4.766202918946932, + 6.739960708859846, + 7.029457080064761, + 5.479373573559724, + 7.675358385629617, + 8.312439232363678, + 7.959496936917164, + 11.676394839516563, + 11.676394839516563, + 8.752592216449358, + 8.542780122630464, + 7.039803498648958, + 7.509769943125759, + 7.739530313037413, + 9.319356443643045, + 10.285030805769683, + 6.818339792316257, + 4.816391244211546, + 4.685602140807454, + 5.3728012433316, + 4.942524039961657, + 3.779043028234115, + 6.3619019304551205, + 6.79815034786858, + 7.466223538575184, + 7.366789054559133, + 7.233137294249659, + 9.830382141038978, + 12.51136446060148, + 6.416361121117663, + 3.004175515592214, + 1.4065714753460874, + 0.6585644896540798, + 0.30834351089526024, + 0.14436812522514744, + 0.15560232291591136, + 0.10328845661562752, + 0.22604301709095215, + 0.6871360318267058, + 1.1326378297179658, + 1.0447572367814115, + 1.0020500078599948, + 0.8782657592494572, + 1.6249512887923285, + 2.3653263524320147, + 1.6938819177908477, + 1.3267318222804698, + 2.223992873631234, + 2.141190049536746, + 2.2809599869642514, + 2.1023936998152166, + 1.9267006520553152, + 1.546386505778402, + 1.2245521245308086, + 0.8769732569655109, + 1.0000802899355583, + 0.9646514205172123, + 0.8040353977576108, + 1.698157979466882, + 2.0678429826226155, + 1.8077178999067445, + 3.1134727607673365, + 3.008948213047327, + 2.120584508117865, + 3.2961910647306856, + 4.609219804486436, + 10.38613662180588, + 14.559107677338627, + 14.36494745641994, + 7.012397685137207, + 3.988078225763222, + 3.3180559328937056, + 3.0293669110770027, + 6.069934039734866, + 4.075333327820995, + 2.420875902008269, + 2.7978019734205093, + 4.908010036344682, + 4.918954819930875, + 4.5508505683135025, + 4.298539638638495, + 5.363284164416705, + 9.22204140097633, + 6.370373015878948, + 3.753312979879707, + 3.5038567596078085, + 2.738030031177857, + 4.076440524581654, + 3.880247994043226, + 3.0564296625028238, + 4.138721117476837, + 3.17905014929768, + 3.631631626913948, + 4.363977334353793, + 4.725365020237956, + 4.434349295471597, + 5.255179835602295, + 5.136894868506951, + 3.4651737104818037, + 4.025549395730275, + 5.904719446093342, + 4.309535043610642, + 4.971665159670168, + 4.335815482715498, + 3.706452597863161, + 3.683835032496372, + 2.5027044189370473, + 1.8143132071698218, + 2.395952662392472, + 4.279401994508049, + 5.053852522578067, + 3.5243570803463182, + 3.5401090138025695, + 3.7649489695729805, + 2.808507491377431, + 5.944809658590888, + 7.230814203684389, + 6.216416848002142, + 9.083478787596603, + 7.004493051840092, + 6.035264737256636, + 8.519755146249013, + 10.500961130131952, + 13.190798824515431, + 15.58171536991388, + 14.18449076002622, + 9.06005502432978, + 5.765937253452502, + 5.294556065347819, + 4.960727052294812, + 4.15335287136369, + 3.6183308398560676, + 7.0842505227983645, + 5.437246572505244, + 5.693681001053029, + 6.895614248805215, + 7.961958330699201, + 7.1430527650347795, + 7.523534877882447, + 3.766822652432478, + 3.696470213828133, + 2.244394584547168, + 1.0508378707104125, + 2.196075087255264, + 4.184251330472857, + 3.268877907396793, + 2.7349618852570696, + 3.0262214468451667, + 5.469660211611922, + 5.843675280582978, + 5.06919404847503, + 4.877373819727781, + 3.8010449753492934, + 10.917108639275334, + 12.137474016219993, + 9.68081329684417, + 4.532609952653797, + 2.1221928729473105, + 0.9936223582069948, + 0.4652194450910973, + 0.21781829917899373, + 0.10198372393471039, + 0.04774933964131449, + 0.022356503059657386, + 0.010467437514549692, + 1.054090363168144, + 2.131850617339428, + 3.5739948858726107, + 6.464965887668783, + 5.388538604125142, + 7.596701876125373, + 9.745891813668909, + 9.381631965097753, + 10.455697069901177, + 9.509497202559704, + 8.610112118610763, + 7.851444655148313, + 7.720011838420373, + 7.489166664037163, + 5.422769125847962, + 6.290220446433919, + 7.261183325668025, + 6.084254328629557, + 8.011689273604265, + 12.587737882945571, + 12.165146227218786, + 8.85371334604852, + 8.760797801744225, + 9.910795235847019, + 10.794573553781285, + 8.96197275595402, + 9.829343407495543, + 11.720371167559083, + 8.817694625300334, + 8.031540676319246, + 6.071778875850333, + 8.367032543478498, + 11.294595805954161, + 11.87215998313115, + 9.29495627363252, + 10.06972253242921, + 9.068494441192843, + 10.354120046612238, + 11.09414586994891, + 12.821756924702113, + 13.157015064068993, + 8.408429923150148, + 5.158794971466003, + 7.905275366230224, + 12.020288431450016, + 8.530830958299035, + 8.197647747484641, + 7.222990312520171, + 6.472953166478489, + 10.296756982619286, + 11.498062954364935, + 9.593695834237408, + 8.804434017236881, + 9.208752578997897, + 10.999045643725724, + 10.175944880778307, + 6.27871024249775, + 4.440182679626368, + 3.5852974439047682, + 3.2026772887835584, + 4.837127162233564, + 3.6529540516833894, + 3.6044866815571863, + 6.356130378617964, + 4.5334569081361185, + 4.058777015949988, + 3.92094585741715, + 5.587640404444485, + 9.865155218037456, + 6.931973551173048, + 6.715465502101793, + 4.839008903570752, + 3.9918916755377047, + 5.681227370141395, + 10.745028182939555, + 10.803495484032966, + 6.609550586471836, + 5.763338736159186, + 4.373072170994835, + 7.5606440547104405, + 10.37656730694335, + 9.073535726227094, + 9.906941265615746, + 8.603429649240624, + 10.16330763458539, + 11.14269515600496, + 15.606112747132823, + 11.183862404214821, + 9.169407953417632, + 8.149284537466478, + 4.875228998484407, + 6.459986446800771, + 6.326574269072636, + 5.404362497509357, + 6.387668131577469, + 7.9012384458280644, + 6.094043178565203, + 5.763306788223664, + 6.985101470718309, + 8.428754128787531, + 11.676828929923296, + 11.196487276420248, + 8.288210085127432, + 5.163489946935018, + 2.417574351065622, + 6.0143664353506185, + 8.462598265727443, + 12.404788647628424, + 10.164334558156323, + 8.268634108693938, + 5.416292693780141, + 2.5359379855323625, + 1.1873400922093862, + 0.5559191520497071, + 0.26028440010022463, + 0.1218665856100532, + 0.05705860467447813, + 0.02671515207471118, + 0.01250818092111841, + 0.005856399002255054, + 0.10144947266903018, + 0.09925321799467207, + 1.4770326793531485, + 1.61861494672191, + 1.5822043175379013, + 1.7371750430827424, + 1.7175133800259488, + 1.5190688392243517, + 3.5227492247618826, + 5.810042549689637, + 4.6623610182939785, + 6.356246530326478, + 6.3331456873813625, + 4.3184682707179, + 3.5423770120457982, + 4.7769681916313065, + 6.029259213715688, + 4.7925979546855775, + 6.012260150554375, + 8.513186431284971, + 8.638386479769354, + 7.94658706121519, + 6.323072869665087, + 6.265188294475285, + 4.859165898788318, + 2.9778725946001834, + 2.9729259229164593, + 2.9241638078070658, + 2.692250221900531, + 2.9258402075839074, + 2.647299222988514, + 3.6428265844083816, + 3.657451763347875, + 2.7750650824862433, + 3.7914616535798826, + 3.4222804466762375, + 2.598778731406504, + 2.117323217460522, + 1.7184978204156245, + 2.4557730207470465, + 4.159607772847332, + 3.603014153000938, + 5.927269991732411, + 7.12118407902771, + 5.747123429722342, + 3.360536604683314, + 6.650053293235869, + 8.020577152714583, + 6.73596622204576, + 5.092647128287367, + 9.089963098180089, + 7.266761201030684, + 4.3245855590838405, + 4.2951182905634955, + 5.569626167827712, + 7.3351230187477965, + 5.72517628838524, + 7.403238084020455, + 4.652969646020513, + 4.199373604160314, + 3.0670228559376365, + 2.502327918902751, + 5.524345744146084, + 4.80077778899695, + 5.476098560051699, + 3.48592745320596, + 2.619821722424272, + 2.5405362064703305, + 2.6411582449178646, + 2.0354078239288036, + 3.022945827249144, + 5.921053916981624, + 6.177931220597677, + 5.679141822805676, + 5.634657453234826, + 3.4946242916655548, + 2.5871952927667428, + 1.4098547355862123, + 0.8723542357991914, + 1.2735701033542952, + 2.801613747127847, + 2.1659357922752536, + 1.8697993411174423, + 2.6418163802743004, + 2.1004558415007946, + 2.1992328438416133, + 3.409634303820429, + 4.922416192443958, + 3.8134429353296744, + 2.694499614717216, + 4.044994513240341, + 4.022776891176242, + 7.374054840466068, + 6.948868115931321, + 4.985744737494323, + 3.9963630459757296, + 16.848764291086955, + 10.347215835809516, + 7.649937384556318, + 7.969263628096452, + 8.18001191406538, + 11.828650951632305, + 11.366666893697882, + 9.746407845648065, + 8.437766764105923, + 7.479038916876715, + 6.9262420391041, + 11.88246431375182, + 10.010336744647773, + 12.563438194969935, + 7.9683868443360675, + 6.406645341778896, + 5.861402444333728, + 7.522488087689975, + 7.623076801150281, + 7.565448169171277, + 3.542184382282293, + 1.6584701814775638, + 0.8718315391055448, + 0.6754745042448542, + 0.3162608725965392, + 0.3578941555081848, + 6.304351429697552, + 4.129607398130084, + 5.31087448611161, + 6.620955258216892, + 6.509251228929097, + 3.4673152662948916, + 2.3822361548346245, + 8.7213372675499, + 8.068686156593108, + 6.774548783604811, + 6.460017265412126, + 5.115556710632419, + 3.5643460276909944, + 6.400447385273545, + 7.272316023588376, + 9.772199833749463, + 5.967275193660334, + 2.793911017974704, + 1.3081244827879763, + 0.6124710670670345, + 0.28676231729471574, + 0.13426369185735756, + 0.06879998705407529, + 1.1753129604702262, + 3.0721678806758805, + 3.115802344170145, + 3.0398985210936003, + 2.4902205110337277, + 1.7751219353833747, + 3.960084336468677, + 3.331977726452381, + 4.068510748635529, + 4.560631177459518, + 3.0025432046013814, + 3.407913333516982, + 5.8648232062073795, + 6.649421367267097, + 9.263259135518286, + 4.850772789843294, + 2.2711584606712054, + 3.059900623666177, + 4.230042602242452, + 3.648210252798253, + 3.160491568316933, + 6.712566693375921, + 5.237269703092562, + 5.902968190731711, + 4.683317233535803, + 3.6504263733927074, + 4.562595858557078, + 4.758216801566616, + 5.152855439110597, + 4.646978740198941, + 3.79004191268692, + 3.5936606193776504, + 3.7180428385566615, + 4.419270173505064, + 3.5530477812026997, + 5.023748063345154, + 5.8201551263242735, + 5.112294905725853, + 3.7314165513131567, + 3.7643180371569027, + 3.466872156511711, + 6.89650451877261, + 6.317719320309602, + 6.846644539597005, + 6.6419444818299915, + 4.252709757050409, + 2.6465663331931393, + 2.940792831571515, + 3.4810945016355985, + 2.434018502229952, + 3.225273600594, + 3.099306151554888, + 4.47398131787743, + 3.0316454543145968, + 4.5746276111037965, + 5.718281032006855, + 3.497301593684068, + 2.790315651134777, + 1.7472467057492724, + 4.420049515073112, + 5.423699662428098, + 11.353751166089253, + 8.788437970186846, + 7.512576848708399, + 5.238974285479318, + 6.773333006058732, + 8.316101054655974, + 7.598031573208983, + 5.862207266800707, + 8.748277330706557, + 6.239694197389281, + 5.945714807040194, + 5.518253042265646, + 4.560046520988962, + 4.0947079185498705, + 4.888208347063815, + 5.067734833133855, + 6.933389090323976, + 9.954304191617151, + 6.4711821421996465, + 6.122880986665485, + 6.579281649046248, + 5.51132006415868, + 3.966112961817555, + 9.95903438233113, + 11.43335637786284, + 10.477892504313187, + 5.822087754463087, + 5.624517689873491, + 5.372043371216419, + 4.800514346951582, + 3.9806874584092093, + 5.716328563093304, + 7.45004073260772, + 4.957579510471182, + 6.42736887923699, + 6.697316932874779, + 5.677952022619541, + 5.667190477562928, + 5.958255497579859, + 8.45793180300066, + 7.225697125158723, + 6.5158206592506565, + 4.564445401794984, + 6.869930087902663, + 7.15942199461584, + 8.3263273514896, + 7.530000018758711, + 7.300150496404734, + 4.182998427000379, + 3.040009968580628, + 4.586693462558893, + 3.4291637033902704, + 8.025594733390795, + 5.826811469024227, + 4.884357610149555, + 4.026506840746217, + 3.8233361641225962, + 3.5039139798646612, + 2.414467487875909, + 2.6665407319647603, + 3.2032987011257745, + 3.0315277427739864, + 5.57982179998878, + 6.44704466598436, + 4.4794565061206555, + 4.304505237163581, + 3.956583080363517, + 11.357228080513968, + 9.341352210796364, + 8.539870553056012, + 4.96999264412796, + 3.57846648442118, + 3.0669659684828745, + 4.540360433467352, + 4.712250159775508, + 3.041178153354305, + 4.761121691592095, + 6.153960547695659, + 6.1074380821784615, + 4.4563972651941866, + 4.1072841365530435, + 3.4370801943968132, + 9.107428108863697, + 11.677360906555837, + 8.490397717459011, + 5.162679476793857, + 3.9609914592262623, + 3.2339422775930715, + 2.2722132563329107, + 2.333824142022088, + 3.809198660572374, + 3.653765923067831, + 2.8992960663630893, + 2.6432661942570785, + 2.4508834747561323, + 3.5697878044084606, + 3.2826929025431895, + 3.641028980565135, + 4.303531639222186, + 2.916914560185065, + 2.9596059766058502, + 3.3044834946926236, + 2.55686237128513, + 4.320900302929835, + 4.715828171860383, + 4.595124727482144, + 6.136726914920702, + 10.709074981137384, + 9.236067060757078, + 4.840931528321092, + 5.695949576026545, + 4.204755404536481, + 3.6773741885787468, + 3.291289970370971, + 2.9595607351482696, + 4.030413948665611, + 4.976696593080846, + 5.505546811120418, + 7.591251052411394, + 7.50533189247045, + 3.5140376113720966, + 1.6452917087552141, + 0.770334613988858, + 0.36067489695084265, + 0.16886996758058517, + 0.07906584625587215, + 0.18030014736908043, + 0.13051870408791658, + 0.3422316813684669, + 1.4550859848843603, + 2.1004765608200353, + 1.3568266175094308, + 0.6620365880731773, + 1.5909414134101965, + 4.509841623657059, + 5.948517664941752, + 5.012990120479047, + 2.837752621422915, + 6.505638566518184, + 7.17448740220804, + 7.530131151219727, + 3.941385900748677, + 4.056623146796869, + 7.15671160621437, + 8.219706487723037, + 7.211184491823031, + 6.762820419690739, + 5.7447247961226955, + 7.3630018194556754, + 6.689342771091763, + 6.396149390453921, + 4.703762470026452, + 4.210687187736927, + 6.294994940773939, + 8.448718465553053, + 8.645504961342253, + 6.993832607420772, + 7.250838235785472, + 6.1404805347777485, + 5.056423836398068, + 4.171445533201732, + 4.13735629583106, + 3.341271254953238, + 4.494366059685313, + 4.858285158600884, + 4.758902559011511, + 2.4187790203274497, + 1.1998668777797388, + 0.6753989534118311, + 0.9350854561561958, + 1.2685831817835906, + 1.7358550710789413, + 1.835166110237442, + 3.0404884809546378, + 1.9816189097093566, + 1.3357688289576002, + 0.9924723335485434, + 2.2437255397342932, + 2.6857828544304296, + 4.003635849090936, + 7.800461175178674, + 7.148591452623674, + 11.14500103134936, + 8.913472613804437, + 5.999572097660561, + 4.783362141364073, + 3.743308477240151, + 4.6229289669325455, + 4.0202135080043835, + 2.022991948375168, + 0.9471759405103816, + 0.44347297724160245, + 0.20763648350015834, + 0.09721654191530092, + 0.04551731883844127, + 0.02131145866148358, + 0.6606571200858328, + 3.0650873716751614, + 2.5543677778838747, + 5.185059800027576, + 3.313817920299306, + 7.007558563414561, + 6.631074825697972, + 6.469535718020344, + 6.369798215795095, + 5.749559899308487, + 7.225276842561357, + 7.119456727837561, + 6.742317605349973, + 5.218930658520576, + 4.734470026616182, + 7.008034500711184, + 6.9418733742476535, + 7.515364827818324, + 7.10023193977351, + 9.770639568877108, + 7.285054886761813, + 7.157968727711356, + 7.7669327830254815, + 8.811675842340092, + 5.201191943197966, + 3.724600227567012, + 3.099017585836182, + 5.184819482914799, + 4.93988423118018, + 8.998420103147309, + 8.930394205725088, + 7.836198621632921, + 11.194572938370586, + 10.931899410562966, + 11.592146300932956, + 8.246594639080095, + 11.142757948734163, + 13.399591647240896, + 13.20917117460975, + 8.900788694469666, + 5.633726171270963, + 3.3966861833807758, + 3.7495363757035745, + 7.789948800948151, + 7.745739323652447, + 4.597934494527789, + 6.178886442220281, + 6.654725918874107, + 5.39017095124104, + 10.687644802213738, + 8.44728852103972, + 4.909515814794088, + 4.2850654803296315, + 9.541517877660104, + 6.467198281977342, + 6.150136416487946, + 4.953238880884448, + 7.654153483116021, + 5.830514126266645, + 7.961012969662766, + 6.359416932527493, + 8.24269971503103, + 8.678177206115326, + 8.44674907635256, + 8.091333263501351, + 7.387074339924805, + 6.131028036838018, + 6.5951526945641135, + 10.706809684282955, + 8.382544265772829, + 6.78846546395515, + 6.296284586148154, + 8.493975555011676, + 9.375618476395063, + 6.331226258440967, + 4.5393513744458405, + 3.4372670694163467, + 5.722959944064245, + 7.300644705284903, + 7.580809989052295, + 8.80267876297187, + 4.966779131692526, + 3.6646287036683787, + 2.7850565505219658, + 4.178863619505256, + 5.659431834969439, + 5.103213176076352, + 6.233426195824732, + 9.258908193923162, + 6.900076775501001, + 4.051706749555603, + 3.0339171388246324, + 4.205193590271577, + 4.186176090732468, + 4.825338491281768, + 2.858439281569678, + 2.6617977925489202, + 2.967536206374641, + 3.85159237263366, + 4.838821065308819, + 3.981662730726491, + 5.435761678590875, + 5.0576861423034645, + 3.735355034852952, + 7.9662814935405954, + 6.602200103543673, + 6.954278056084413, + 7.392428261639399, + 6.795598940409118, + 6.273225572685792, + 4.292488654941445, + 4.175390946823866, + 4.363558958254612, + 5.416433869991208, + 3.803441262924939, + 3.0753810556804924, + 3.8745920801715696, + 7.0757738886020425, + 4.123549999178629, + 6.296162332768844, + 8.302017686180792, + 7.651658491609149, + 7.177565612464774, + 7.0057761031054735, + 5.998793929645759, + 5.525224780039207, + 4.610527208482722, + 7.016923318267574, + 5.998271943799628, + 5.188739025561844, + 4.978010148078447, + 4.937277891793366, + 4.773095904909777, + 4.482153979844237, + 6.877555119203022, + 8.163430605386317, + 10.631287661612726, + 9.136882084779705, + 7.093875791397623, + 7.3026722076393105, + 6.667057297129628, + 5.4615203476143135, + 5.390222437186202, + 5.957496315932536, + 6.297367213707183, + 5.738832397816857, + 7.0687730997983, + 7.011233721928794, + 6.750194237744514, + 6.161616996574315, + 6.502803355555141, + 7.891819454966235, + 10.994920872655335, + 11.310771073309557, + 7.480674722519635, + 6.489634963107287, + 5.481621305560271, + 7.0590687197977395, + 6.032536102754693, + 5.583496687744077, + 4.661076255655274, + 3.3353034859561004, + 4.233517784301266, + 3.989936881965928, + 4.2888934003073445, + 7.3110523999394434, + 7.242030556173577, + 5.34550811278736, + 6.163374677195928, + 4.16669180392862, + 5.709128029950236, + 4.16442186661411, + 3.6890276238415582, + 3.104010875601789, + 3.3184668868351843, + 3.8361662176598594, + 3.7073796279930677, + 4.11056462031839, + 4.241512231138185, + 4.917935781186269, + 5.331696285255716, + 6.051755041989482, + 6.571549202939229, + 6.40920955761792, + 4.555131283338113, + 2.1327374836609603, + 0.9985594028541762, + 0.46753099650917984, + 0.218900580247991, + 0.10249045387510752, + 0.09175858940098741, + 0.6130382019860964, + 0.7519148513190173, + 1.9638030423916029, + 3.0618789410468596, + 2.9935147965932694, + 2.2392549522863914, + 2.040766034475845, + 1.9279307578807607, + 2.5407034222377725, + 2.6974803051242766, + 3.2471266906516223, + 3.83859953339989, + 3.4405201179883496, + 3.7724459948878213, + 5.342242418104873, + 5.789655770517656, + 3.2932262555713674, + 3.5116756250614993, + 5.237535918742212, + 5.013855261868917, + 4.263307896471726, + 6.426058866385351, + 8.357400465338392, + 11.48487578864799, + 9.729975522107232, + 8.941442725571985, + 7.977855408476292, + 7.14323217754454, + 7.035606600734754, + 6.3126526855301766, + 5.390783494818952, + 6.747496554483174, + 5.383702068617213, + 4.906507964246052, + 4.016153494437042, + 3.289348983594003, + 4.00506714423979, + 3.8330196683393947, + 3.8309812118479334, + 3.709399195980682, + 3.7435210433006043, + 4.051480519760733, + 4.271273075595229, + 6.044673280297956, + 5.140987291553219, + 4.793619622509494, + 5.0917464047078855, + 4.9395140553941825, + 4.077948908129122, + 9.4133879998631, + 11.87073747867317, + 11.400182953770456, + 6.733946833737919, + 6.402783459162453, + 5.939432069114797, + 7.532109098930025, + 9.006211220640022, + 6.0151092957757655, + 3.6804390681003714, + 3.572449674854692, + 3.6929915060184824, + 4.524995677345577, + 5.073260735551295, + 4.8470157346696965, + 4.669680615112313, + 4.683718378549601, + 4.475246527507538, + 3.4485892171298342, + 4.684487668683494, + 5.53557110715031, + 4.80338645874186, + 7.049013241693801, + 8.735514480073592, + 8.132120896843581, + 7.737382652793603, + 6.72366393930629, + 6.72366393930629, + 7.978401533007467, + 7.633484455485895, + 6.760170869482282, + 7.219155660156593, + 9.067869259411816, + 9.357199943396385, + 7.74934616182064, + 6.832853631176702, + 8.674180579764952, + 7.982304509808864, + 4.539879359437982, + 2.125596449127282, + 1.7136130575842923, + 1.9742650257293746, + 1.0576439178346382, + 0.9423339212883044, + 0.7742187690927732, + 0.6831022544515513, + 0.9237363435746059, + 1.340084230911416, + 2.0483566892771834, + 4.025874257579138, + 4.093814522953816, + 3.215828823537183, + 3.048181866124088, + 1.6022704081955623, + 1.425945893006464, + 0.6676356984070595, + 0.4841220021724052, + 0.490153714864346, + 0.6692627883016206, + 2.3215156375027264, + 3.0281671199037126, + 4.029876148661053, + 11.828994597545439, + 14.292670827094781, + 14.756285580536497, + 13.227357130629, + 12.3679946205266, + 9.899192586505297, + 6.14696650937228, + 4.57549977203965, + 5.69106477528743, + 7.299108865362358, + 4.36742852536325, + 3.2276789911333847, + 2.975027310689689, + 2.010670178351196, + 5.50571696318079, + 4.118659072518986, + 3.4009150108026285, + 5.4221352171702755, + 3.9723664961733296, + 3.310761527193085, + 4.627667922006606, + 10.494962736315735, + 9.24520944981398, + 12.044441940921772, + 9.642135410297612, + 8.988528563138233, + 4.2084784383017215, + 4.049549655285077, + 3.462016886643901, + 2.187709423225011, + 1.7064448382107165, + 1.4119973962353636, + 2.4319537976417935, + 3.1060612628580735, + 3.847195987723136, + 4.686584674342257, + 6.304648470040448, + 4.866035865041033, + 4.157096808253093, + 3.717823243055152, + 4.025928178090714, + 3.2929686354558583, + 2.0415620845291245, + 4.911014842838747, + 6.323074378687274, + 6.995570947675235, + 7.378578570796814, + 6.62231611676016, + 3.986607924769362, + 4.466634474129189, + 4.815361428366188, + 4.230524493424408, + 5.2899836298036185, + 4.99935909149762, + 5.811514225975571, + 3.107416165704299, + 3.6517827309443467, + 3.5632257136773386, + 3.13791697166788, + 1.7129872871900982, + 1.6327105415287568, + 2.275383898397913, + 4.253339027674375, + 5.269190419229733, + 4.879109211926144, + 5.005440570417867, + 2.6261125638248486, + 1.2295603250051288, + 0.5756868969183877, + 0.26953976681228686, + 0.12619999913515748, + 0.05908753268605911, + 0.027665107312615386, + 1.7458530519200017, + 6.42260968396875, + 5.941981172893906, + 6.507767323660555, + 8.576510795420928, + 8.367579070580376, + 8.046465806507891, + 10.190265828332574, + 7.260998016585165, + 5.831828043594728, + 8.052480502615722, + 7.879654695434489, + 10.965425522235641, + 8.732053857431689, + 8.572097759527066, + 12.775703990881198, + 6.93964110089838, + 5.023389704657238, + 3.05497814440052, + 2.0312487564756356, + 1.8535281562140409, + 1.7627864951344934, + 1.8797184196830192, + 6.679601683726043, + 7.050459134917189, + 5.636326829679452, + 3.178509610652751, + 1.9154663479288303, + 0.9711554159768776, + 1.7111578991948109, + 1.6694725122255334, + 6.060654485363727, + 4.909820960143278, + 3.874266909017493, + 3.4282434583170875, + 4.668201556654944, + 5.180768654023592, + 5.122131772233115, + 4.4952482174431845, + 3.623298411018676, + 6.113857414328478, + 4.203991812408706, + 12.009927907538158, + 9.338799918378076, + 14.253273523544102, + 8.349820816092349, + 6.9463715280405784, + 8.090770136893301, + 8.384054861130842, + 14.057592620250158, + 8.063167700530057, + 12.67697010251263, + 12.552496312961402, + 10.582257273511274, + 6.3921309672443005, + 4.474565000183333, + 10.493605516405603, + 7.635197182109573, + 9.4066764962889, + 9.672206549834973, + 12.176249441010867, + 9.478892164846112, + 7.943344723139019, + 10.511118475606308, + 6.191250734635036, + 2.912184795483724, + 3.2733230280165975, + 2.8338170012363677, + 1.326808683314932, + 3.663447254614998, + 5.7010492524659835, + 3.4081699385158695, + 2.1944370455564384, + 2.9071097752202464, + 2.55042013463702, + 1.4272341322496893, + 1.1386527757097138, + 3.501255512785549, + 2.121945233310049, + 1.2379547294153863, + 1.096777461339691, + 1.2900701311385654, + 1.4111461842332313, + 2.7034141807654004, + 2.815728517023704, + 1.7259266078627993, + 0.9626315883889365, + 3.6811140745899418, + 3.3163800605256406, + 2.053832098605211, + 1.1858007420277223, + 1.631243785212933, + 1.0132527150250683, + 0.698356485952828, + 2.1346773678792, + 1.9488778789288126, + 3.878960085447712, + 3.978508705066141, + 4.630420300487009, + 4.957427134131194, + 5.530235560747952, + 5.683461539066765, + 8.73227767516772, + 7.361659915163353, + 8.555430256475542, + 8.347012073035158, + 6.690022850187155, + 5.392788119700082, + 4.745046575908405, + 4.238873567549537, + 2.8799438328920846, + 6.088731979616863, + 6.370492054963188, + 4.55473539406213, + 7.434409771426413, + 9.395307145394744, + 7.893302313132463, + 5.065617111843906, + 6.696010936312592, + 9.298498196436462, + 8.489169236987935, + 3.9746756593144252, + 1.8609649726281001, + 1.1238092825861565, + 1.6287886435689816, + 5.673577832791606, + 10.334804676024653, + 7.870475887395887, + 10.450941850198092, + 5.760339582705504, + 3.524708758941869, + 6.033590185999302, + 4.887895792719207, + 2.288539654497411, + 2.070858871898482, + 3.226647017547625, + 3.6097632636389707, + 4.956288005556104, + 4.465206560511073, + 3.702123322644087, + 6.911780503010231, + 6.770627822857119, + 10.248537247666507, + 5.800818291778406, + 3.95595303183614, + 7.789333236614183, + 6.480091466508723, + 4.961563317297192, + 3.4273332442140916, + 3.24758610179296, + 5.453212895765462, + 11.268243752192285, + 8.887798843135743, + 7.492770490293751, + 7.585939374756386, + 6.156324336806647, + 3.926947727523943, + 2.2046309119735823, + 4.001945964041845, + 3.751961066455411, + 2.127070753677591, + 0.9959062087542555, + 0.9334759113468294, + 5.000927943056844, + 2.9456426424231315, + 4.195144269546767, + 6.734596737463258, + 5.83034872139041, + 7.0859845747922785, + 6.243462235393359, + 7.57070440073617, + 4.518903965124215, + 5.48731976482026, + 11.61873606380842, + 10.193168021639384, + 4.772497248657433, + 6.380942958728354, + 5.903432528480318, + 6.575029447794937, + 4.1721494347906765, + 5.920944767780104, + 6.461328787283138, + 9.78187178832448, + 7.220987075017711, + 3.380905806217673, + 1.5829586664214241, + 0.7411499412348207, + 0.34701047288504483, + 0.16247220918789845, + 0.07607038063989763, + 0.07459447991982379, + 0.2548787467697215, + 0.25496751294195796, + 0.41307143523369283, + 0.3971915466685113, + 0.5447956306199195, + 0.631543141878681, + 0.7216018795855269, + 0.6744737539276957, + 2.489626317431611, + 4.146176391617025, + 5.544675230558134, + 5.00597475606415, + 6.297899159008857, + 6.497688030142695, + 6.028260973664635, + 4.507516382630689, + 4.639659646030511, + 7.622837733790268, + 4.761977152290722, + 4.667884340252724, + 4.460684948417892, + 7.902246964709422, + 4.843754721322168, + 5.422180185598696, + 4.46354033408196, + 3.087522184560627, + 3.288713550079123, + 2.5728166572144002, + 3.804596944286321, + 3.1596420179600466, + 2.166497154174762, + 2.228026535483389, + 3.4512420818627105, + 3.324365053510623, + 3.2301730411474128, + 3.1528364661049233, + 4.938765646092558, + 5.594835014485909, + 5.37718574863643, + 6.282037592562695, + 3.690907294211411, + 2.7039969011832863, + 1.9289341524309178, + 1.2621414910376427, + 1.0796357537484997, + 12.467379249653108, + 6.309456240596095, + 3.185392960512093, + 1.6121148068532567, + 1.5878325367255242, + 1.575539006942138, + 1.477121646779665, + 1.477909935948633, + 1.3189047866807961, + 1.0511318609717086, + 0.9129016183991377, + 0.8510344148543101, + 0.9505650721092465, + 4.561730233332969, + 3.0804071186950774, + 3.871763861097519, + 3.270386739729294, + 2.726247118558747, + 2.895946329146001, + 2.8434809446763962, + 1.8473329713912796, + 1.4185216293643195, + 1.1138113584262266, + 0.9939787915052274, + 0.767169588974847, + 0.7289005973185083, + 0.6052366928354496, + 0.7570066578751649, + 3.5369480159964626, + 2.727427275615614, + 2.8337579178214796, + 2.932016365708038, + 2.983485757802243, + 3.940101047480298, + 3.966702986078827, + 4.328520475269464, + 4.689973570438367, + 4.226516352466671, + 3.1458698688561313, + 6.347309857586102, + 5.391797191051731, + 3.126914384115856, + 3.4142118720095347, + 4.404202414647601, + 3.4091951957826088, + 2.564871173846337, + 2.8621619625213808, + 2.049680962256595, + 0.959671883385853, + 2.004410716065251, + 2.387142789711734, + 4.646676690526291, + 4.721177651206889, + 3.4413998984115386, + 4.739275562045352, + 4.412313179132699, + 3.9589359123163925, + 4.1761782350108785, + 3.9601312588462316, + 4.942637156500558, + 3.1114877327208674, + 2.781843283566829, + 1.9996343517722006, + 0.96876279128493, + 0.45358005932933015, + 0.21236867484177402, + 0.10295599105980797, + 0.27187109532278547, + 0.23806164214995576, + 0.25272132764043265, + 0.21064281757057868, + 0.7432290530540991, + 1.1511456030154787, + 5.089461543202778, + 3.843557154063197, + 7.643319889013554, + 8.47820099790912, + 6.267304877637446, + 6.061914021933485, + 5.847301751048935, + 3.615480316324985, + 3.835816098771851, + 3.8826110340190816, + 4.6525233683151335, + 4.548532743632254, + 2.707452096266353, + 3.0093121822949858, + 6.115698310773588, + 6.25748383241558, + 3.2767767654021824, + 2.5039143970168105, + 4.026821475932367, + 7.279855056433139, + 6.060958439031488, + 2.837774027966295, + 1.3286613849618931, + 5.84028274358223, + 5.241686887002166, + 7.356725380796081, + 6.284925283476692, + 4.605221501023489, + 4.736401425552235, + 11.291634297626953, + 8.740356042249788, + 6.054832606854844, + 4.461211712793627, + 3.6000566292290137, + 6.346066460651244, + 8.79978664832848, + 10.59900745853405, + 9.303482100320329, + 5.415757697428568, + 4.216928186156745, + 2.5555494999485915, + 3.5647444988378916, + 2.1798142213371765, + 3.5604270091507426, + 2.3225142671776706, + 12.28166713565377, + 6.43138401765208, + 6.3393514914202465, + 7.446569484259067, + 4.495654954480579, + 13.375874204112979, + 12.902322991142269, + 6.093044708452025, + 3.0224744687001053, + 2.097751488629987, + 1.3295426437219349, + 0.6224991676449525, + 0.29145752905967176, + 0.329829834558655, + 0.943787487649153, + 3.2223327383818643, + 6.323155365579222, + 4.894475657721163, + 2.2916203834279756, + 1.9968869197794854, + 2.4667206721768986, + 3.462656274796232, + 4.3891759206738135, + 5.20119400871619, + 7.880025345558599, + 7.401821812620845, + 4.22080143355145, + 5.65052718110628, + 5.129808780217109, + 10.062649687921539, + 9.669639212305379, + 5.436561139248484, + 3.8683466603576466, + 4.8999207593141865, + 4.114120856335624, + 4.739687329257986, + 5.168850756421617, + 6.072742179882422, + 4.065116659216326, + 2.7188504516437297, + 3.522061351210206, + 3.5817696519874165, + 3.304792382468706, + 4.206810028216244, + 6.267972353217911, + 5.286630629665498, + 3.071078772158192, + 1.9668825905224756, + 1.9983517754256321, + 2.739381881386786, + 4.683560713144223, + 4.588066192712796, + 3.376457875149432, + 2.953400560811544, + 4.85858522679635, + 4.518831319597393, + 5.502616838587104, + 4.981490322102329, + 6.3227711356999325, + 7.095253667269109, + 5.572987787749673, + 4.497909533261793, + 4.599948667278445, + 2.96561871268303, + 2.7511997716976326, + 5.030539302642055, + 5.752070986580536, + 3.882283928712171, + 1.9331679166908131, + 3.0926997679107453, + 2.5245241319230978, + 1.1819960632645914, + 0.5534170483483226, + 0.2591129014056713, + 0.12131808348738707, + 0.056801792968269676, + 0.026594911423453306, + 0.09633881812318451, + 0.3711892876959176, + 1.0638733106849048, + 3.0604638940132958, + 2.7554058165695374, + 5.467151289405858, + 5.282092953628168, + 6.650415179301691, + 6.790701572206425, + 5.574785170340981, + 4.244267431018847, + 7.828874824004786, + 6.049369656648409, + 3.829553287503112, + 3.1116371530636346, + 10.325835762899008, + 6.792400687401534, + 4.026798415377075, + 5.477059215630037, + 3.3255190307819857, + 3.116860085925002, + 4.984991816208357, + 6.725987121551874, + 5.77192537729539, + 6.352232739785512, + 7.931495425524316, + 6.127784578454103, + 4.296763284205452, + 2.495331318611484, + 7.250708222406704, + 6.112637511428145, + 5.052151024518712, + 5.3180709667030435, + 5.502193931261757, + 6.143480631292004, + 4.709283070929883, + 4.255530612294532, + 6.963250087032726, + 5.889421112140493, + 5.4725620901263445, + 6.201425831474966, + 4.974639657134365, + 5.55398796064466, + 4.03820410118338, + 3.215624909829349, + 2.7348815738100534, + 2.324664905298348, + 3.707334296849805, + 3.899898809962346, + 3.511622121926762, + 5.184571896404622, + 4.986968673812015, + 2.865862091346295, + 1.3418123704961828, + 0.6282439211060514, + 0.2941472541803709, + 0.1377213598653287, + 0.06448189705529163, + 0.1018487783883734, + 0.13865883211361835, + 0.9346540805745707, + 2.5270990013929735, + 6.502287988770243, + 8.712409378448855, + 6.5174879438984314, + 6.445620853094969, + 5.997306209291282, + 5.863567131031927, + 4.2024119143444505, + 10.815587598959107, + 7.760078052250112, + 7.828972928253396, + 6.986670580328691, + 5.196687047219247, + 4.151192710845634, + 3.095308011082601, + 2.96686134922753, + 2.9031700173321653, + 2.680642665201818, + 3.9238383935350836, + 7.064495036560082, + 6.060514852482486, + 5.660421934522424, + 3.8188985583749746, + 4.363243936536071, + 3.8169971190993572, + 3.726384623892641, + 2.521503648275364, + 3.87703100544696, + 2.4821539542230058, + 5.737344946099283, + 8.995775126687299, + 6.225873536680044, + 4.311572531335097, + 7.167467449776865, + 8.019081273540252, + 6.6334926355944575, + 4.502353718424674, + 5.514938149052351, + 4.847466894088994, + 4.602299918872455, + 3.292894228796702, + 5.4376455124223595, + 4.492310427454392, + 4.047201044417715, + 5.872265350032659, + 10.217752960825703, + 6.748189247721151, + 5.216395689150326, + 9.78296459092265, + 8.453362804087002, + 3.957910890781114, + 1.8531156159286175, + 0.8676389086973039, + 0.4062333021289732, + 0.19020066309195752, + 0.08905299504257502, + 0.07338742116163947, + 2.332173996881409, + 1.8597139098872963, + 4.970103724131298, + 4.213911320970243, + 3.888265482136269, + 6.849190910892372, + 10.596369054578235, + 9.58692684572562, + 6.60274272166229, + 4.4942963890708505, + 7.217946553962783, + 5.975405089238146, + 5.711994026021754, + 9.05008519396771, + 14.49708122038821, + 11.327886832850155, + 7.037051363459391, + 10.242044215370733, + 8.426219796504789, + 7.171343750916721, + 4.406978523756026, + 11.134630388196145, + 7.340221980096089, + 6.558095393931902, + 8.969038688562708, + 7.3212908813080455, + 5.664628119641407, + 4.329943779024415, + 9.184692579012719, + 8.196531271627158, + 5.891412095868812, + 4.863701652555906, + 5.509670044254508, + 5.7884121124434085, + 4.255526457074582, + 5.537242695434164, + 8.815302865007062, + 7.4892116548964385, + 4.65630802175886, + 4.538868504044247, + 5.069403970525289, + 4.161696369197034, + 5.188633170132251, + 13.74539243204973, + 8.004932640862204, + 5.323821708723439, + 6.885537212119105, + 8.473602818350521, + 6.894936201638454, + 3.839171312673129, + 4.045789751967389, + 4.068496843764137, + 3.946295753379653, + 9.512191441406435, + 10.45816421606289, + 9.018625995720054, + 21.170231255625698, + 21.62623506149132, + 11.807393330233491, + 5.528286403474047, + 3.6955745399731996, + 1.7302882957279013, + 0.8101304828111184, + 0.3793075412925204, + 0.17759387399192747, + 0.083150427149397, + 0.038931486653877787, + 0.018227935863250156, + 0.4326494005835402, + 0.9185132950832131, + 4.418745564194222, + 9.772635008615897, + 9.229107306351503, + 11.709745506243987, + 8.461739562291125, + 6.737243191010179, + 4.429945592977758, + 4.091817517790337, + 2.6656594065887287, + 3.1598925021687876, + 5.602546885578249, + 5.5469971223561085, + 6.193403971863672, + 6.791407930456535, + 6.6223331999578186, + 7.422815282307068, + 7.338831829395888, + 6.490078327965536, + 11.441110574459177, + 12.030605141643157, + 10.838582613674385, + 9.330669410421763, + 16.455094520816026, + 11.828788329572914, + 8.29264835082776, + 6.530834290721928, + 4.413142825157136, + 4.854586300025792, + 5.861154608426205, + 7.996200271448966, + 8.282194573212138, + 7.26379835595067, + 4.678514467850601, + 5.599769699616833, + 6.226897223806666, + 4.947703807503744, + 4.389281940652503, + 3.9227559112807184, + 3.2982123541211266, + 3.8275593834806365, + 4.675124511594295, + 5.842107991846186, + 7.493246451543587, + 7.163525503130436, + 6.7939680745266555, + 5.4092968328063495, + 4.277717089740332, + 3.9717108662037, + 5.415760867094098, + 5.828183586576019, + 3.5287420201347124, + 2.8150655554122497, + 1.5678191151980565, + 1.2483940171933747, + 0.7950582720514043, + 0.7176420671011253, + 0.762124240241542, + 0.7208376074210932, + 0.8858017821825477, + 0.8342183197183084, + 1.0382424311836882, + 0.9866881134854284, + 1.2261651497590975, + 1.450682214914314, + 2.1775511840195545, + 2.5557567211032732, + 2.415374710607309, + 2.7800326835837392, + 2.5888840322980564, + 3.0565822772927644, + 3.4345698598079286, + 3.269269532710458, + 3.8616071118628623, + 3.5359883218105495, + 4.170099878784896, + 3.818161996804525, + 4.476670898558546, + 4.677859843094147, + 3.108438617140017, + 2.6120325438204253, + 1.950199716974175, + 1.6221088198465992, + 1.5587551527151384, + 1.80010337840505, + 1.5466240091663261, + 1.726759425752919, + 2.4073904695417454, + 2.872139906837792, + 5.329098396657633, + 3.4512676246079086, + 1.6159024562191642, + 0.7565744045455687, + 0.5466712673493772, + 1.9698815496084605, + 3.4147911543508185, + 4.296496253317922, + 4.660521691685368, + 3.6978598961700513, + 2.9171708153961897, + 2.115026890943784, + 1.9458935655951413, + 2.4460413170649185, + 3.640272077458375, + 5.344674777661828, + 6.494952471189956, + 5.476627861279825, + 2.76171194349277, + 1.5806479906718887, + 1.8161474217742581, + 1.4160440399833742, + 3.328357701661732, + 3.7763945908937386, + 2.6788591812724736, + 2.010552021855742, + 1.6332357181945287, + 2.3042652356221147, + 4.207425796899951, + 9.682778697754776, + 9.609579213522522, + 4.499257763624687, + 2.2881540666140117, + 3.686090601880531, + 2.7360924853911706, + 2.2460339357866403, + 3.2759317437570576, + 3.653873403982116, + 3.4518380970667666, + 2.617421729728917, + 2.2076704187712277, + 2.97519274389853, + 3.4870635518192605, + 5.332260208140859, + 6.987294622686084, + 5.6177130342890775, + 4.799102114230912, + 10.097074958463486, + 12.335274092729556, + 8.10447321484897, + 7.3446664856224855, + 9.27182282505106, + 8.88200191495087, + 7.666245119728107, + 4.311564941631555, + 2.8614828205227933, + 4.139840137177375, + 5.802087866470323, + 8.310672764265892, + 12.993864511291267, + 7.653635851216082, + 7.3554603551346815, + 8.99208078740536, + 9.690587845911708, + 9.088023619504833, + 8.350108239144186, + 8.65443606747214, + 7.395942723682777, + 5.294727144282284, + 8.25328473302251, + 4.8613432799814635, + 7.992430569256699, + 14.199816186109114, + 13.567783744036474, + 9.084843203617268, + 13.36306897756532, + 10.383083524373292, + 7.0970475478110835, + 8.940809860327606, + 8.634148876099342, + 7.791116948321379, + 8.442488385197532, + 9.91392561244523, + 8.262019319482564, + 7.215745191654023, + 5.348372326764189, + 5.471705589558405, + 9.65889443140965, + 10.914594504935264, + 8.976991628918082, + 7.464812412407997, + 6.470094101452526, + 6.749226998947659, + 3.983791021296085, + 3.373143791068171, + 6.1902655326401295, + 5.7407693843500915, + 12.029632899537027, + 8.138177798022605, + 4.015408887238572, + 7.069102050471429, + 8.15312597274605, + 13.542234797187742, + 10.30270271937404, + 9.62259075189267, + 5.667890833883053, + 2.653737616506694, + 1.2424945263876856, + 0.5817427610403945, + 0.2723751556530442, + 0.1275275437623687, + 0.05970909637140062, + 0.027956126843722937, + 0.01308921212340887, + 0.027402039528647316, + 0.34248808777104783, + 0.8953075351394544, + 1.7866993757161527, + 2.5556797443519628, + 3.1377147136244234, + 5.177429674139432, + 6.31277580471766, + 6.748395501991128, + 5.446140844201928, + 5.144836839400997, + 3.6673587121590225, + 4.5705556451719325, + 4.2569107282298795, + 4.795935406686385, + 5.226780828149687, + 3.0988237846278825, + 2.145669278284976, + 4.216395099643889, + 5.112386667940207, + 5.555485057370868, + 5.318290827381885, + 2.998145503757634, + 3.004252268152409, + 1.9141525472641283, + 3.3600481280928944, + 4.046125573914917, + 3.9681386372056124, + 3.939163000517432, + 4.074124377502087, + 7.369094619592934, + 5.914495459701001, + 5.1155975471417605, + 5.976629587043734, + 6.472574755082846, + 6.802973319445129, + 4.7272030254306205, + 5.645022580644207, + 4.539836462755381, + 3.054451027249557, + 4.391060678950944, + 4.0021764625507705, + 4.564946384465234, + 4.653453840969879, + 5.645772775363364, + 4.574310146503944, + 5.739220995176391, + 6.306978834303912, + 5.523148359490231, + 4.625376351467428, + 4.499649280960793, + 3.6123977980281095, + 2.049822865908037, + 0.9597383234547938, + 0.44935475392884133, + 0.21039036364786842, + 0.22188350895249198, + 0.21566561444978954, + 1.1012337084266604, + 4.873714901581119, + 5.102203685088504, + 5.257931729174704, + 4.134810813652252, + 3.9133435200135347, + 3.7186563553109266, + 6.856812413053106, + 10.471944976414571, + 8.021534696884189, + 8.711361166641758, + 7.006053265513686, + 5.296404029403874, + 5.63236328946747, + 5.317607858138384, + 6.360095965210029, + 8.744483834882143, + 7.260911153382493, + 4.661535605432587, + 3.1504590769462704, + 8.728123103884297, + 8.899757776692535, + 7.60139322702406, + 6.6138584028239205, + 6.495060860635231, + 8.742759500020533, + 8.281965547115611, + 7.904322493010317, + 5.065320332835166, + 2.5078108974908826, + 1.2525085236099172, + 0.6717261647851408, + 0.3945551340471327, + 0.2585630980473999, + 0.9188734343156533, + 0.5497866470098891, + 0.3318074163338713, + 0.2643342465483875, + 0.21407415003173777, + 0.18002921042366768, + 2.867713223665119, + 2.776338076905369, + 2.051148490430074, + 1.270209054718464, + 0.8556477223595913, + 0.6316524667997241, + 0.5054002202095554, + 2.298703564715143, + 3.780190439946288, + 4.012001198184954, + 3.7797505345760762, + 3.083012009011794, + 1.530921389812859, + 0.7167858025377271, + 0.7179571334205784, + 1.7194610800783392, + 3.1589462465597857, + 5.138833942166386, + 5.9073716950027215, + 5.780761726355308, + 6.800166357679686, + 6.933613251087941, + 8.773273020064913, + 9.060416586979462, + 8.395566383850342, + 7.301049526140901, + 6.606772277456509, + 5.027384348642819, + 8.612388340620278, + 8.753207924298842, + 7.977458630105547, + 6.817572510635909, + 5.8611287337792115, + 5.086342608417968, + 5.770614534575594, + 4.328432982259706, + 6.742395536284282, + 5.86863579577928, + 6.747433957061292, + 6.231654574465124, + 5.481488503951855, + 6.039392901601527, + 4.416196019259399, + 2.067687229986194, + 1.179049557572317, + 1.1590892580437206, + 0.5426919563396309, + 2.5797150349051443, + 2.1036873462224848, + 1.5800212039627386, + 1.4186733763196435, + 1.7772630083066576, + 1.4757359088516009, + 1.0604111597931922, + 3.574659015748659, + 4.5603274234871565, + 2.692758842039691, + 2.3848842266032446, + 1.3991458470169347, + 0.9831413486552786, + 0.7619851777176514, + 2.635822979363699, + 2.4899978818592694, + 1.797816067313211, + 1.7465396557349127, + 1.4499460608068377, + 3.3836645400726466, + 3.7716566330242065, + 4.9129105489234135, + 3.762461757203764, + 1.7616052581801573, + 0.8247932566241672, + 0.38617273251981143, + 0.1808081942282071, + 0.0846553895370847, + 0.03963611830905355, + 0.047645600037376064, + 0.030449512074725696, + 0.12537059837117598, + 0.9001643625860294, + 1.8965901571458597, + 4.625698441407515, + 5.213595460997572, + 5.615415715716047, + 5.7074232949106705, + 4.712208870306062, + 4.150690169144248, + 3.516974964313181, + 2.6901009054270726, + 3.3945385934652865, + 3.999140829309222, + 3.5295572298197597, + 2.728332446444307, + 8.137520490349592, + 12.036294467323001, + 12.295879494295471, + 11.399888916391301, + 11.376865000178283, + 14.723327704672721, + 14.129971547493657, + 13.418196487233068, + 8.617458730086973, + 6.2259855818536805, + 5.946168598688948, + 5.547163313077685, + 4.793248874934795, + 6.792395918660813, + 5.158889491020334, + 5.033982895536705, + 5.4044552110203945, + 4.22549187331593, + 5.5355290742625884, + 5.430602337033958, + 5.511044475330999, + 4.817145916074929, + 6.752457369159364, + 7.227424930135513, + 5.504456487563794, + 4.1571777393236795, + 4.170588706589461, + 4.525438599896344, + 6.023088747665491, + 5.441015725418879, + 3.0572701741288997, + 1.5326056413641795, + 0.7632993417660293, + 5.379271148843867, + 5.592692353556677, + 6.685652081239618, + 7.014714740536592, + 5.582088021562115, + 3.25516739076161, + 2.674890631782116, + 4.80063266933983, + 10.020692750482624, + 10.114349099649834, + 8.918870519570195, + 7.78015823207257, + 3.6427128129213364, + 1.7055381448053697, + 1.4117103954603656, + 1.5371033506951748, + 0.9693781920131748, + 1.4961452844060605, + 1.9256676444026386, + 1.4312281359860957, + 0.9745488569321719, + 6.909202352553568, + 8.858128046967295, + 6.060420411409046, + 5.232121451749242, + 4.481194274212729, + 3.596260729651683, + 8.727861411227405, + 12.098036815590632, + 8.894718585220545, + 6.3889312122116895, + 4.787951153967223, + 3.6590944770234843, + 3.090704717901426, + 2.846479806361907, + 2.72997321755272, + 2.5528648796880153, + 2.3457422011117375, + 2.0705234683393208, + 2.4040486792505273, + 4.487447854832126, + 8.03297858712489, + 7.373885021491081, + 5.946989781320465, + 5.197687753005198, + 5.613360848429772, + 5.228188604928855, + 3.959410741129698, + 7.4459442123112165, + 8.715360387402455, + 5.835654586130571, + 8.605095864233302, + 8.47548272417524, + 6.740054342160438, + 8.228918942733578, + 8.598871365199653, + 7.039740275532258, + 15.76478727256999, + 19.0688677806413, + 13.748544766096407, + 11.673623258527806, + 9.395301995687682, + 11.031158798011507, + 9.35260252428322, + 7.865593459883498, + 6.212743373507243, + 3.3169224894642926, + 5.9798949450234415, + 17.129910370179445, + 18.013670164596697, + 10.466847678760733, + 6.592128733546998, + 5.559575602693249, + 7.531270733944251, + 7.141654156973198, + 4.439291419870019, + 6.087276773058683, + 6.748669837857886, + 7.386512645196548, + 6.796472947105972, + 9.081716051488458, + 6.510561970931745, + 7.414584927504843, + 6.292548679995235, + 5.349291039907644, + 4.5624052233731005, + 3.9799024415467916, + 5.842109138168383, + 4.4794267809143005, + 7.719084117161216, + 8.40562370162672, + 7.978644557791359, + 5.817795040379769, + 7.060601889452155, + 4.746435516737045, + 5.0139146438203355, + 6.2534985922369914, + 5.6444159377202325, + 7.429825771966254, + 6.899488820145729, + 5.121399451401061, + 3.2262232415203305, + 2.4960215582745486, + 2.6639483094337546, + 6.425726057204262, + 6.928005911945835, + 6.074977928069336, + 8.001037803595388, + 10.376389039220289, + 9.423168656767482, + 10.031250375151616, + 7.208101024791174, + 6.983111267586779, + 11.377000635310376, + 10.104916989211684, + 10.556464404638493, + 8.334957815387522, + 6.881335672376566, + 5.7204017872154065, + 3.2131579647687105, + 2.9067113408707907, + 3.4776682166783783, + 6.033586424910295, + 8.970567216915013, + 11.141882011291639, + 10.441317208079504, + 8.808637561675514, + 11.242734748041844, + 9.985538842554892, + 12.083583127936558, + 8.01593510196737, + 6.288273008092422, + 3.3216553418780457, + 2.730119006449107, + 2.7335391102135485, + 2.8529860627564796, + 1.5665508188154191, + 1.0742317736012947, + 2.177327731431946, + 1.6273168496416992, + 0.7648150798984625, + 0.9528727932980195, + 1.4366487074358756, + 1.2366926962851603, + 1.5174279796094448, + 1.2107736127946016, + 0.9629894651317734, + 0.7108797407664498, + 0.3328377987816727, + 0.15583648533630798, + 0.1893737038788773, + 0.11988301780483263, + 0.9873088340060266, + 1.2317437319742015, + 1.2223038113852294, + 0.6635605392281145, + 0.6875588250847022, + 0.3459831087108338, + 1.3911568287260718, + 1.7479233393451432, + 2.030216089062112, + 2.9666099228696456, + 5.992141030070323, + 6.984451942496479, + 5.427844464192299, + 2.541346587881711, + 2.253051825543558, + 4.504804060830176, + 7.122254570458434, + 4.647699341319116, + 3.8853709719866467, + 7.330991732795837, + 10.090810444898878, + 6.74574668303361, + 5.201387845112005, + 4.122536605862069, + 3.5717078869237664, + 3.902031667836047, + 6.7878151582958335, + 8.711310949900309, + 10.128306672660838, + 9.160784962735912, + 7.449491621093703, + 5.821405030423761, + 4.515795068393182, + 4.92994759091894, + 5.080721137662055, + 4.7352609456926205, + 4.38090321108516, + 2.7507104395400828, + 1.535088903914911, + 0.869426306130462, + 0.6152198641210861, + 0.47146335176460735, + 0.40895517501104856, + 2.0240141328361876, + 7.262809502118641, + 8.646115926843454, + 8.400306891114019, + 9.276643195817291, + 7.993755632238971, + 10.2075225234436, + 8.470697598909334, + 13.876157390227362, + 8.050213686646977, + 7.170880075074056, + 14.271545492655425, + 15.828628109859032, + 14.206283504656454, + 11.299903102780567, + 7.4866326274456405, + 7.4753669402192715, + 7.710052458377247, + 5.002719351739326, + 5.061114366996505, + 4.942725318703932, + 5.305685436936958, + 7.527164039502729, + 3.7892198817874476, + 4.211911698377168, + 6.897446333812601, + 8.718096590008818, + 6.971326090864268, + 7.06020407716718, + 6.490488653239531, + 4.131582100780781, + 4.77882437317007, + 7.768024739251549, + 6.73295114377494, + 8.031806994611854, + 10.660052091247255, + 12.194814807569651, + 12.656978572160387, + 9.522721562019846, + 8.112845311595951, + 7.730900937535716, + 8.512244311326317, + 7.022106369320115, + 8.735540816339274, + 13.10215364413201, + 13.984580015362564, + 14.169413150508522, + 11.2631250502119, + 7.862971412799309, + 7.6698455367199205, + 6.183552024332798, + 6.326794909240523, + 6.697232668190422, + 9.757833950071763, + 9.918619968319561, + 14.976071309203702, + 19.14044427012689, + 18.43981111492198, + 14.844340641420775, + 13.410192674807293, + 7.7376885390245835, + 3.622828269392519, + 1.6962280923191724, + 0.7941833085163569, + 0.3718409867057583, + 0.17409799212805316, + 0.08151363606133163, + 0.03816513207718136, + 0.01786912444161803, + 0.008366422200879561, + 0.0350465784987644, + 0.021686861900421604, + 1.1879614408901262, + 2.0125215323014243, + 1.5578041469785555, + 3.2379860933036237, + 3.146728581124152, + 2.9996976898438543, + 4.129890395707063, + 7.055387073352866, + 5.431440654084978, + 6.235394444627183, + 6.228575748957132, + 5.391082060918833, + 4.505631614740512, + 4.84930168291158, + 3.494191900531703, + 2.7898101163080247, + 4.4900591760014965, + 4.844818672738812, + 7.704380275005843, + 7.530968061565456, + 4.863671611084833, + 13.417975851442902, + 10.713191264143392, + 6.634302754008962, + 6.7415195987993455, + 7.497140226671235, + 9.240889614567081, + 5.805720725067507, + 6.514433096028053, + 7.656696713660764, + 6.927293233805072, + 4.96836808725589, + 4.221430182749552, + 8.198444987594833, + 7.070768281362002, + 7.400574979701149, + 6.392399618101216, + 6.007479337352743, + 4.664673660233302, + 7.480595454880679, + 7.310824592047108, + 5.508917179318853, + 6.84810333358805, + 6.204789470751182, + 6.456118677022692, + 4.485191875222181, + 4.008380826272118, + 4.5769133905581265, + 5.310304015512328, + 6.2486562721384065, + 7.621985534278767, + 7.933980329845548, + 11.913127288319648, + 9.92957231397165, + 11.706389259341897, + 13.225868590942339, + 14.625959057429867, + 13.37829112929623, + 7.046899696153236, + 6.95141928077679, + 7.956977759424337, + 10.38671502967484, + 16.84191408568872, + 13.878809076545863, + 9.318185800678396, + 15.472228645109578, + 16.38725704419817, + 13.78893011500829, + 7.024822637908125, + 9.687233589173967, + 10.186227806501428, + 6.364151409344767, + 13.548286349618062, + 19.4818412489903, + 16.455160480905086, + 12.010281428882251, + 8.175383383762135, + 14.010905469991858, + 14.6834851124035, + 14.391675535595263, + 9.757913580494812, + 10.594779883289837, + 12.043548667428066, + 13.626853051371517, + 8.581216493248844, + 10.791481486485274, + 8.775563583227118, + 12.578980367206661, + 7.865842649553896, + 14.452013233051666, + 12.402438183383875, + 16.200258889120057, + 25.90463597678755, + 21.049780243953066, + 20.575986265171966, + 17.75294557335112, + 13.603910014846385, + 20.01058253330788, + 14.356677399568834, + 12.213138872449704, + 6.790110798021051, + 7.048766993302089, + 7.861165406648146, + 7.585799583399401, + 14.757535485357419, + 21.641427502646003, + 14.89278370759348, + 8.890489993298168, + 6.527600205992542, + 5.173828855394174, + 11.224455364737803, + 7.664732565729189, + 8.369257689375837, + 7.906234251099436, + 8.78397082333255, + 11.948805453338393, + 10.589200792783249, + 8.012141277483282, + 5.3448701799761205, + 4.075431922117559, + 6.086229623347569, + 4.8396692598081135, + 5.467173027811844, + 8.699787142853161, + 11.399285830769035, + 10.960508104302674, + 7.3997914215814875, + 9.025283561424743, + 11.834496133301727, + 11.789678293637365, + 10.153373076859362, + 5.671139898105975, + 2.6552588462197413, + 1.2432067744939352, + 0.5820762395154103, + 0.451049869573893, + 0.2111840261024645, + 0.292512321209186, + 0.2193981999327194, + 4.239991091184503, + 5.600333318686121, + 5.787284047542078, + 7.197514632444867, + 7.535801923723204, + 7.896672891233634, + 14.96777463371186, + 8.542724757931948, + 6.783271572332177, + 7.9712111121304385, + 7.15420718387207, + 7.447620139059701, + 9.17609773895202, + 18.84210075524268, + 18.488012852240793, + 11.119603217785324, + 5.950428790272398, + 8.667722122331114, + 7.0876730360200195, + 6.427004919496422, + 9.49165728113616, + 6.230965271188845, + 5.297436287425743, + 4.953861095205107, + 9.07465914320188, + 7.757630022339827, + 4.276195062958077, + 2.623106686498153, + 3.37613978012846, + 3.446291348963886, + 4.578900681686836, + 5.841673440145628, + 7.727029148224267, + 6.908718214414057, + 8.376352958866141, + 9.871803759938018, + 6.1194749348736845, + 5.380616850499539, + 4.467751515078012, + 7.492698645575281, + 7.732173333880713, + 7.735448389277701, + 7.0087769385602465, + 11.077116073956248, + 9.39851296977175, + 9.061001413220724, + 8.958447351410276, + 6.554253011279563, + 8.122518394885079, + 7.503197524796405, + 8.38580316927555, + 8.824416694017211, + 8.906331498297238, + 7.918018531041247, + 7.662935596258041, + 6.890666138031069, + 4.661002366591167, + 2.7609660241127494, + 4.709360539813851, + 8.770703152809613, + 7.011536206275113, + 5.203363724284608, + 5.072687361429671, + 7.630714482786111, + 17.508726010562622, + 14.31924830421589, + 9.906788566936378, + 12.422449947399382, + 11.509503368352345, + 10.29072490466361, + 7.289696509897687, + 4.210602970912911, + 9.59022029730452, + 6.612146544700324, + 6.056033940546781, + 5.99128670727057, + 10.807872712369818, + 7.317022143316556, + 11.75306727517819, + 11.243098728108782, + 9.863619742294762, + 6.545790306144331, + 6.4654756018323205, + 12.475670521048352, + 8.08614409500256, + 6.128295462397164, + 3.5050673256617926, + 7.696393308931674, + 5.384920776083477, + 4.052393352451522, + 11.144725805092015, + 9.5935777019959, + 8.80133674459179, + 8.438395680863335, + 13.959024793088606, + 9.573413216318025, + 11.583114942927478, + 10.364519754618684, + 15.636449592490742, + 8.6259935074312, + 5.657282173753504, + 14.738373708639982, + 15.291481306954756, + 12.1090140477066, + 7.370002223210966, + 10.23339747861016, + 6.7807339541531935, + 5.717299201488383, + 8.43348410686865, + 7.795693722547007, + 9.01176772278475, + 8.814628154876873, + 9.726056267968985, + 8.07595185353482, + 5.648765268594964, + 3.2399046001590968, + 2.382824714131303, + 11.138912788539837, + 10.288903716274683, + 8.827031619477546, + 8.86640984748028, + 6.829586486835395, + 7.8806421156925115, + 6.848451089821957, + 5.271157665217458, + 3.8791960724328796, + 5.199589331921314, + 6.866856091569575, + 6.407090460899894, + 6.637625328718445, + 8.965458013354755, + 7.976169690233495, + 5.512511660798213, + 7.500821669787262, + 9.674852571490696, + 7.734337591125793, + 5.769162314707706, + 5.3417560429443895, + 5.547038346338741, + 4.35482264716697, + 3.030812407043325, + 5.246149742183934, + 5.823952149493668, + 4.5225271396370035, + 3.489938266851892, + 2.8549863883182165, + 2.879427457535086, + 4.048025591495715, + 5.133590878567529, + 3.3197003156952825, + 2.299020338865319, + 4.488785979824449, + 7.012919728022483, + 6.304429075172081, + 3.8832570049397512, + 3.031649725317948, + 3.375772065975263, + 2.7239173851181984, + 3.7182591884555145, + 3.501285286607888, + 3.5045167639611288, + 2.7898631340352154, + 2.763010342176508, + 4.79955077555365, + 4.709355797215367, + 4.0546340699703105, + 3.32587825332355, + 4.2969676876934795, + 4.038402832535106, + 12.766669605401287, + 13.931744978337031, + 12.268843605575533, + 8.35392722435004, + 5.866994812546317, + 5.584527694139094, + 6.823125000633277, + 5.715527645869697, + 9.074237330038889, + 16.325219573619837, + 12.120076440462409, + 10.823005531463087, + 7.504613751452841, + 5.694048819436027, + 4.97994767246016, + 4.707171660144154, + 4.935773950455376, + 4.708670684666485, + 4.170308261108173, + 5.2613423780400606, + 6.219351260957059, + 6.488136147348699, + 6.270318440737279, + 6.046336373601925, + 7.3149315802573, + 5.0107079601422715, + 7.41625507188268, + 7.695162564941768, + 7.1328230354943685, + 4.428056626050443, + 3.359149199071091, + 2.950631242203329, + 3.017685197427567, + 3.326520077173432, + 2.0899336925261744, + 1.9558668010607396, + 3.146834251670416, + 3.347821653910022, + 5.7842179652380725, + 5.152067147343186, + 7.700178692838083, + 7.706847311321632, + 6.4075004354048, + 7.568148291802003, + 5.588590555149487, + 4.4899803531471045, + 3.241803458577716, + 5.80653803069152, + 8.437570841530633, + 6.7580299087637465, + 4.451145645213987, + 2.8982683203374893, + 1.9455120335180955, + 5.124639396573214, + 3.5332730248553936, + 1.951218973614652, + 2.984944377490874, + 3.681087927007936, + 2.6702486247392256, + 6.536982196220235, + 7.0685926229376035, + 6.747116595801415, + 5.825178187134959, + 5.234700908709276, + 4.073466516731495, + 2.755744505614013, + 1.2902547120900387, + 0.6041043422853967, + 0.28284497080186183, + 0.13242956871531825, + 0.06200425137631529, + 0.059177424951728425, + 0.14236306847972569, + 0.6314317025105165, + 1.331285382342056, + 3.9610216324465806, + 3.3626178683980283, + 3.7911439649678136, + 3.1062430347005057, + 3.750281992996868, + 2.961749478864909, + 2.9617938650656823, + 2.944985107783961, + 2.7085087295824097, + 3.729156462086013, + 5.211901733750823, + 7.204251311087458, + 6.070171045694312, + 4.808700221670263, + 3.7719626595686453, + 4.340819666472661, + 3.863499411129445, + 6.004821380314368, + 4.116633974417458, + 2.4404293345805828, + 2.0428308125995356, + 3.6741919230036206, + 3.162809594586517, + 3.395686481678158, + 6.989809479291463, + 7.017093465766374, + 8.275032324161465, + 8.17089127543221, + 5.741460824381693, + 4.094124020100508, + 3.244141101240583, + 2.804514010758085, + 9.294939795573434, + 7.674688833405013, + 6.953270199669946, + 5.297173864261161, + 3.7809911642574576, + 4.241815903455022, + 4.39600373688261, + 4.39600373688261, + 2.624780468343271, + 3.181563341266222, + 5.398982153126327, + 4.709669834458245, + 4.636822821469472, + 3.705978436435708, + 2.923575376248028, + 3.6877989643389335, + 4.909951134804414, + 4.590402130741262, + 4.547065275613107, + 3.8278444229607427, + 4.345427908558204, + 4.786289104011614, + 5.543451646259554, + 6.5593481871307056, + 9.019213618652799, + 12.643162324752314, + 12.539045563559952, + 10.205295358780678, + 8.53172307336387, + 7.577981294921933, + 7.2546683530737415, + 7.333961257663344, + 8.527685977838686, + 7.299123011297445, + 6.500889273456474, + 7.885137276954164, + 9.294601522842594, + 8.75590266243405, + 7.438960961992317, + 7.3335066204397314, + 6.620581721312444, + 7.63467390913277, + 8.04916635984372, + 8.132930120670428, + 6.4447681002262955, + 6.246830243728167, + 5.724185570805432, + 5.551021761213537, + 6.133036533480466, + 4.312113877503552, + 6.606286116918692, + 6.348268623575652, + 6.413686017862716, + 6.194150742170306, + 6.194632965462404, + 6.501180938812451, + 5.276698641945276, + 5.692465926455258, + 6.968202400378439, + 5.114740826012517, + 3.505333055949223, + 2.990970349212502, + 3.2714737692347766, + 2.0947147380572537, + 4.395376541410981, + 5.738155126547278, + 3.6286893086575986, + 4.54026278526222, + 5.002769733108949, + 4.1730454966690775, + 4.5054115920894136, + 9.527946980028895, + 9.295837390918413, + 6.918804750202384, + 6.170820970151927, + 8.032828396921156, + 10.812201317778342, + 15.868472137497077, + 12.549703429323468, + 11.25255716038323, + 8.580146335660558, + 6.365657414893873, + 5.160297800872685, + 3.4711856252087454, + 6.791292175898713, + 6.130012260390069, + 4.170259714843001, + 7.839113295727053, + 10.20011054437271, + 10.808014137900162, + 6.408146128087212, + 10.706263240272849, + 7.62083503443914, + 7.3936551555967345, + 8.338673645359583, + 11.124956068518454, + 9.946898559705664, + 6.029056920891977, + 7.150056458013669, + 9.406928738475477, + 8.038311630460736, + 8.49554560248406, + 11.467711576567954, + 8.1633566066174, + 8.104537332740293, + 7.847558830366493, + 5.005739078962049, + 2.3437145283121823, + 1.0973400138467824, + 0.51378062107949, + 0.24055490847496205, + 0.1126291292766461, + 2.2178245495265125, + 1.5441210935687968, + 3.3536184175072776, + 3.026998574100927, + 3.4817451390074057, + 8.15937968720425, + 7.158259525585837, + 15.294290917500383, + 9.524467251502843, + 13.395854364000554, + 10.271247484798748, + 13.347690038917616, + 8.192208264710391, + 13.512264408886036, + 9.03773247896391, + 6.117952417727795, + 7.834066932335373, + 6.357062980700871, + 4.990795763562834, + 4.042325770513141, + 5.2200756976374265, + 11.066410202414783, + 11.928950766760536, + 12.08375724354504, + 16.50547772533542, + 15.711095611049197, + 12.118315114613422, + 12.822233729543488, + 12.264475780985212, + 10.203045939283863, + 5.617599759472227, + 5.33218650822208, + 9.587822695057952, + 10.900582572839095, + 11.257478167987273, + 9.835302180773908, + 13.88610310950623, + 14.092447630973052, + 12.925511125249429, + 10.756203109098829, + 5.8358152920812465, + 10.825569562948685, + 16.60075289621772, + 9.757419318614446, + 12.91229845535456, + 12.42958946931465, + 12.012307123377147, + 11.38550417020021, + 10.276877852750252, + 5.545461390324332, + 6.901548883580658, + 12.760643632570254, + 10.066627248144211, + 12.268599863195952, + 7.263023107333222, + 10.991788519055078, + 10.888017752773065, + 11.948505341512655, + 12.888763997522595, + 8.021102872146788, + 5.252836935142787, + 5.899100593888273, + 5.675983837949261, + 8.706824345289856, + 8.365935708594453, + 8.565092945470083, + 11.667998785828335, + 11.448729327715872, + 6.526968221138729, + 9.868757234778407, + 10.38153442626815, + 8.885892025137125, + 6.362937210302936, + 11.997000464878695, + 9.554818414900842, + 7.147668471513218, + 5.9278058719111435, + 5.801340888297923, + 6.086552483525434, + 5.565020483587466, + 6.440242224994664, + 9.468738042603565, + 7.469136048968899, + 5.668549789051234, + 10.09732086161152, + 15.405662013566161, + 12.777494919682468, + 7.8939303835114645, + 9.133309517182381, + 14.951920580697863, + 13.911964135525023, + 9.216200983523194, + 7.926118103437881, + 14.03018942635201, + 12.60255398908053, + 10.91056833385701, + 7.826953454424084, + 8.235959385219894, + 7.323413921514967, + 6.526790732877484, + 10.162791047374464, + 6.952644093260135, + 13.77785554652319, + 13.318019180318046, + 13.29277725102684, + 12.310268860047623, + 12.697184382007006, + 12.808275549197386, + 11.151809039058815, + 7.507193491458428, + 7.390812246241106, + 6.677848669159525, + 15.53206515713434, + 13.704122334259091, + 9.501765421260934, + 8.693510874980712, + 6.933018509459729, + 5.02359203061011, + 6.891959133294875, + 7.667317615711542, + 9.55201086733397, + 6.42536615017065, + 5.931574393708545, + 7.811236317265025, + 8.18621295457217, + 12.693565577735352, + 12.9569876887249, + 12.455905867350943, + 12.937971888414975, + 6.635143598634182, + 3.106610673119825, + 1.4545321786748735, + 0.6810199543530217, + 0.3188572827928208, + 0.1492907309692691, + 0.06989874014519609, + 0.13901310104758935, + 1.7919877597607403, + 2.6733673946202123, + 6.3824171320146394, + 14.499176895627919, + 15.868119131379661, + 16.92673974763586, + 16.024503634263905, + 11.7838104617854, + 7.668712866982101, + 6.07503210978301, + 13.489959850681835, + 16.195813585696293, + 18.177955135303414, + 17.486468423742174, + 15.787773503844512, + 16.296235965601092, + 10.809181842858186, + 7.534091572805633, + 4.1256716571265795, + 4.544848491738925, + 3.458410581779539, + 3.0398913059484274, + 3.491379551338448, + 2.1509875977132396, + 2.4256114079316, + 4.8924260702343885, + 14.573774357202252, + 21.128680393006412, + 16.012095534876448, + 10.430564961794968, + 9.160786290409444, + 6.754106701552954, + 4.729956463715972, + 4.103990736043873, + 4.5765361476960384, + 5.20360751255397, + 5.505922750907937, + 7.536525456925197, + 6.6495643555500115, + 4.863905919581111, + 7.537507913007984, + 8.514307239956569, + 7.4838232735001275, + 4.922495730044379, + 4.7730979108608445, + 4.051963755355894, + 5.2435172384899005, + 6.852951499262113, + 5.46223739665517, + 4.739173488862728, + 3.7985321357301567, + 3.370993590512491, + 4.116288372282884, + 3.5745234951099443, + 5.612630999741289, + 5.7069755380327685, + 8.082231126451195, + 3.878632060627362, + 2.657467884308309, + 2.0458883179174663, + 3.363789319927042, + 3.4875197708308887, + 3.1371804579231526, + 8.744994484864575, + 10.141415714699612, + 10.493841531606373, + 8.982019319110746, + 8.89435538955315, + 7.474719511840937, + 6.720842957606072, + 10.757424549891368, + 6.008531263841264, + 9.426777407744552, + 4.958957655810986, + 3.8289581994515927, + 3.5239796651590094, + 5.498603516498604, + 10.553385492036268, + 6.866201068049557, + 8.219242252278693, + 9.137565168665514, + 8.358084865363042, + 10.941601593890008, + 8.437337074542045, + 9.613209273667367, + 6.249440140012238, + 10.909848785271473, + 10.128021461800042, + 10.013390673033639, + 12.631513165611697, + 9.215420745856184, + 12.578204405587243, + 8.838358681002562, + 9.798204853776866, + 8.120439775144897, + 9.020561811462347, + 8.922062077527592, + 8.493511802733298, + 7.981826743037232, + 11.209213734641315, + 10.098472795725696, + 7.102254456512127, + 3.464419341891824, + 1.622060162480785, + 0.7594574764354106, + 0.3555821614110291, + 0.21476359252121063, + 4.32193790018167, + 4.92102671029543, + 4.36666094241112, + 4.065835579946995, + 5.019005700329457, + 6.087877108720818, + 5.371405013423098, + 4.889110533715066, + 5.405016504578281, + 5.826259337761232, + 5.374578715126454, + 7.826162421861463, + 8.534127150552198, + 8.138819006760302, + 6.190070873548705, + 6.550004199723215, + 7.393863745711492, + 5.878117697033138, + 6.777409348831239, + 8.973040871631191, + 9.751336124843972, + 7.177342862615104, + 8.576799748794837, + 8.99000215729502, + 6.191885096614104, + 6.003710065149865, + 7.247888975896941, + 6.562849222604493, + 6.444376970810945, + 6.030372381476928, + 4.515397011533301, + 3.837008752928763, + 6.384752017266077, + 6.192252323327505, + 6.653262589091457, + 6.24373965814432, + 9.754104117831258, + 10.681475066931865, + 8.630639624376348, + 5.08607536286518, + 9.749502782662262, + 13.013668785722928, + 12.027270594445158, + 7.6136427686050006, + 6.034804575504882, + 4.2220458811276975, + 3.301819217859171, + 5.053489943931522, + 3.598419082695334, + 2.056511678224692, + 0.9628700621164399, + 0.4508210511697472, + 0.21107689206897173, + 0.09882736010195908, + 0.046271512760055554, + 0.02166457639761989, + 0.010143473651319313, + 0.004749230071551864, + 0.0022236156022940805, + 0.0010411090371012497, + 0.0004874529689464479, + 0.00022822815715468453, + 0.00010685767660991685, + 0.0000500313510516168, + 17.22331336208759, + 13.54447020285178, + 12.42527486113101, + 6.586430765227481, + 4.627749844391249, + 16.72167531632679, + 12.968089979737949, + 9.357316982671549, + 10.782984377584, + 8.139761497829626, + 10.750554441855627, + 12.701082049970342, + 8.426900832715466, + 16.83790559478701, + 19.13396289520915, + 11.868771208137876, + 13.124244467787335, + 15.93321473909688, + 15.157867552756958, + 10.813900071573984, + 10.606894260408446, + 12.497397069019865, + 9.243109088993373, + 9.274481254466636, + 13.488282840481027, + 9.150903607200982, + 6.376059614756036, + 4.264043700555976, + 9.66001485740897, + 12.814763735500632, + 7.762498126332734, + 3.9997340314223404, + 3.1085133158403466, + 4.502617628119601, + 5.856304021663749, + 6.757164076476402, + 5.557827403873066, + 7.693458759708172, + 17.67616014831856, + 21.719235137113703, + 19.866475055004475, + 17.821300393141644, + 9.901891465406896, + 8.636106720706973, + 6.341232681190391, + 4.767816616776966, + 6.741217720335288, + 19.623156346287438, + 19.08517377469169, + 16.344786855375038, + 15.944127184329764, + 15.32027746964243, + 12.403474537609036, + 13.160206850104723, + 9.366128017381644, + 14.086414794663138, + 12.82080884625336, + 13.780950796234489, + 10.93357820559655, + 11.649598224862837, + 7.272302730461809, + 5.642130070924051, + 4.2476677907894045, + 3.7906703549604552, + 2.7528656685346133, + 4.91655964967881, + 4.888657215688616, + 5.863454119199753, + 6.98847583257583, + 9.637191685751738, + 9.038461282435879, + 8.56432295379456, + 6.045302824040013, + 4.140184465758297, + 4.0947067871980325, + 3.979826846041905, + 4.947950857602167, + 5.028986133598681, + 6.088837650433174, + 5.413174813653508, + 5.452706203323445, + 4.270757069352379, + 4.477659324768453, + 7.6311791643953875, + 7.6311791643953875, + 4.738935455489296, + 7.077245785261624, + 4.863635944209203, + 5.585096694878416, + 4.713186567562948, + 4.34569280143746, + 5.420604726662183, + 5.298596332698892, + 5.896023792609826, + 5.846766072735747, + 5.320965085418325, + 4.034413993203152, + 6.3728444230519194, + 8.353654293941117, + 8.353654293941117, + 5.359188004347818, + 5.778275280566506, + 3.9293854359290843, + 3.703309648309629, + 3.388473017651496, + 3.1358250298664405, + 4.753691423037238, + 4.646694088760297, + 4.839201289072186, + 4.302207422847206, + 4.619503981248675, + 3.735231872529947, + 4.30879534179679, + 6.285124639194923, + 7.0258349489942145, + 5.499042812895577, + 6.732311897469577, + 4.095435946153777, + 4.606427371884551, + 5.012400058887027, + 5.132958147174791, + 9.59910521496368, + 9.38304603525597, + 7.029275292751109, + 5.776556674931379, + 3.324898395382694, + 2.6944355086351406, + 5.325639109714868, + 8.230177896449309, + 6.0800958993978576, + 5.063395716911194, + 4.60719730617245, + 4.487676129312295, + 3.81898575515096, + 12.11972703590661, + 12.574451521784056, + 8.230991494784545, + 7.668994601546823, + 5.99599906698059, + 6.483530102527451, + 8.966520057846019, + 8.02917998798463, + 5.779858008223735, + 7.142296558436212, + 6.204861106227817, + 4.750055719608458, + 6.6932288323193045, + 6.477823988713748, + 6.036597876541405, + 3.3513922219064507, + 3.43685832820593, + 3.6787367027687, + 2.1037529062423506, + 2.578259457478877, + 2.8588635039403654, + 2.3859376711218427, + 2.7434586264881515, + 3.042227846931367, + 8.704350829803733, + 6.2060735749967595, + 3.8531875992555147, + 3.338143670039133, + 2.7053967405028727, + 5.174730775011177, + 5.644042777977832, + 8.79306183200213, + 8.770854567433336, + 4.926861156585473, + 3.586017285869607, + 3.1880860629966827, + 2.6671697630654996, + 1.9980148841704768, + 3.209017258114183, + 4.681064706527118, + 5.19054452105662, + 3.1594039900138577, + 5.681972895736419, + 5.845886903911145, + 4.605445160228076, + 3.2371761671580597, + 7.046292432727093, + 6.987085378461385, + 5.137917862627093, + 5.141398408354364, + 6.6491979846726075, + 6.60096535162304, + 5.337399052134501, + 4.998377978904596, + 5.858204748596844, + 6.101472394280087, + 4.5651688107339785, + 3.916066899868136, + 3.0538231325635383, + 2.8991424383163524, + 3.8414615726305144, + 2.751262664362331, + 2.386597887252022, + 2.579260511137413, + 2.7214398785930305, + 5.294861907985056, + 5.203800311946725, + 4.592448425691892, + 5.356556442263815, + 6.962994058719715, + 13.387551164692937, + 13.392943419978495, + 12.180934196435135, + 9.37597970110819, + 7.861260104803208, + 9.343979231374524, + 7.456673704648924, + 5.947286059617305, + 2.8751642686571217, + 3.237823854946501, + 6.332584465110861, + 8.15509662678273, + 8.936858733044978, + 6.546300745459424, + 6.248018093263955, + 5.9227984792424415, + 6.354088473825844, + 7.867517288035457, + 5.709487529024438, + 5.818585188802766, + 7.011421691747589, + 6.053762663193984, + 4.280860344917821, + 3.549899299940828, + 1.6895257186368076, + 1.4619528491373135, + 0.6844943530178926, + 0.5421704151614521, + 0.8275152489394919, + 0.6085591398389681, + 0.29159679227896723, + 0.19503568910390925, + 0.27797228994432516, + 0.16909758870508623, + 0.28005849019750434, + 0.337366203204154, + 0.4284740436625554, + 0.21561032484749182, + 0.20394924810017262, + 0.4381367925051311, + 0.389517866345965, + 0.1973652821026598, + 0.3881861450854168, + 0.9454269709123684, + 0.6952720508006756, + 0.34432854716174494, + 0.329078878643581, + 0.541218279245917, + 0.32923679551631135, + 0.22818692722925116, + 0.9135251771288002, + 1.7263656649180659, + 1.4804583093140313, + 1.2947816995098167, + 3.0174520523896815, + 2.6826130682332896, + 2.9172321085123047, + 2.3695129405105035, + 4.004072533772473, + 6.2938872958616265, + 4.884232711028688, + 3.447798946766243, + 3.9260829208201398, + 2.712461551753575, + 2.98396890967264, + 3.0884690450697074, + 4.949374609200199, + 6.809665860598367, + 6.656392114038017, + 5.015502219543306, + 7.098781600104196, + 11.332756362538847, + 11.728394783147575, + 10.383824856398915, + 10.438435149907523, + 7.320899802010397, + 4.242838499086907, + 4.39850399605381, + 3.1495274404822915, + 5.5800116861384135, + 5.78130656186032, + 11.98872539731693, + 17.928266154394684, + 17.52473203406213, + 10.886215661084025, + 7.701896874119419, + 7.224100823229865, + 5.8412530338385364, + 4.695571345422581, + 7.614947682604191, + 7.614947682604191, + 7.117561068793756, + 7.883957304649177, + 5.3664339099871565, + 6.1224264307300675, + 4.634226449611595, + 3.1845541352212283, + 2.7309391786197184, + 2.6437514052903213, + 5.08070302121744, + 4.516910321652429, + 3.076606348539395, + 2.3935132729424997, + 2.8591924611026416, + 8.034865794402265, + 8.956571616907217, + 6.219232270602497, + 6.887252663865889, + 4.602094446730052, + 5.27309397051113, + 3.026022294165265, + 2.828341841001566, + 7.453713715728138, + 9.71383074172541, + 14.869227178020058, + 13.219226834340734, + 9.858861730328638, + 7.893349516271061, + 7.202787443908074, + 8.096793749598074, + 13.255962964682666, + 8.866304225594414, + 10.330403514610257, + 9.015605009235781, + 10.704302523263499, + 9.416396945423838, + 12.30651166868049, + 19.58478802993715, + 19.14396848043359, + 17.49922310574636, + 15.557378799185205, + 9.779376163613028, + 7.424476224572736, + 7.263068665261223, + 13.424795537085469, + 11.390526208025971, + 8.607150994943673, + 13.04790641804925, + 11.639317099579623, + 14.094280280545117, + 11.031687702460449, + 12.23571038718168, + 23.685471968567228, + 23.152353148644185, + 14.616770170739201, + 12.994784339434363, + 18.524206437933806, + 14.978276148512334, + 11.940417280870852, + 10.940750226603752, + 13.358337573476174, + 8.934777895063599, + 10.98510738850721, + 7.959660300023976, + 7.890864922734371, + 6.65094815153445, + 9.593068172418649, + 10.329113670610404, + 10.096623268973712, + 12.028642288780235, + 10.693854429743311, + 10.513103907287064, + 8.500670408146979, + 6.984723063377244, + 7.65702983879039, + 6.112510817664335, + 4.088377482348091, + 2.3464246392226387, + 1.116192446224501, + 1.2121644626319723, + 2.5477989670334726, + 5.57058296586066, + 5.413862535047191, + 8.244583990423044, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100 + ] + }, + { + "name": "speed", + "data": [ + -100, + -100, + -100, + -100, + 3.5609756097560976, + 30.030918736687454, + 24.222654344748904, + 32.368060830868565, + 24.21875777551852, + 28.62678878008771, + 27.84494872389507, + 42.85418759506434, + 42.802623365841974, + 30.474909662316037, + 56.141476047429094, + 64.46398110464345, + 59.784657475470816, + 60.854871797708185, + 47.794712340931575, + 51.79293799414086, + 36.0323969394187, + 51.23761809835662, + 45.59001069100157, + 42.27983529538579, + 38.629348256510674, + 27.673018306752265, + 32.12687284125821, + 23.86258037753719, + 44.63417633226418, + 34.04237152609589, + 36.65030175572195, + 66.96908488853698, + 66.39264473095398, + 61.955251420239115, + 50.42731656716004, + 51.80422058070753, + 43.29684101155167, + 29.699803936157004, + 31.20333978884835, + 27.136082186646817, + 20.427753549788182, + 16.39498831586955, + 13.516194991069185, + 11.751804536423453, + 47.55713618606327, + 44.77872843907125, + 36.879433215316006, + 35.65690410701828, + 26.385574401238703, + 22.702389138732386, + 17.720291300241765, + 14.56003279309649, + 12.935271360621035, + 11.687913763437436, + 9.870364532261032, + 26.38630077827915, + 22.883845892442373, + 19.587284151448607, + 16.033701408853567, + 13.812837847852828, + 12.057915405982392, + 11.258276267662552, + 9.512135833744589, + 55.489822877020316, + 77.36601338938864, + 57.81141005651141, + 38.59977570462436, + 23.84697426202825, + 14.732680982540236, + 9.10186284215169, + 5.623138605629236, + 3.4739798134161926, + 2.146227683582543, + 1.3259412884286208, + 0.8191676557936519, + 0.9424336938120644, + 13.365107114430653, + 13.694708676450455, + 45.52292581301296, + 40.0686785603007, + 42.256249095256635, + 43.84871614081806, + 58.2918886140692, + 48.194034544447916, + 36.99516551898306, + 52.75503959179235, + 52.564836398902486, + 54.82588733389152, + 58.826354124899545, + 44.32976487974401, + 31.60320092436065, + 34.59311613950535, + 42.28870293961592, + 56.41809596103062, + 60.13012690547575, + 45.84051285833043, + 33.57088187255437, + 50.954616389303645, + 55.34390636150205, + 46.744494581258365, + 51.30624078099876, + 67.53335891600575, + 66.24487590816612, + 46.898193950686554, + 49.588596457912395, + 57.985867656081055, + 53.42769097041155, + 37.07037163780047, + 27.868175014183546, + 30.91141694426352, + 26.78528936023389, + 47.11851172015147, + 39.57073766818419, + 44.49807420406584, + 36.21837411807159, + 35.13023500359353, + 49.44217223915469, + 76.1252145546321, + 58.270594401456826, + 45.79562034447824, + 57.4390503632843, + 61.18576177027125, + 50.89049192721645, + 56.152795625037236, + 39.12981182187671, + 42.72074991388875, + 41.135367829602664, + 53.524303542141084, + 39.691206976155506, + 47.59009367743824, + 34.23079878907649, + 44.44464193886935, + 50.31771534807937, + 46.09179450941288, + 57.152266862705304, + 53.49031183756858, + 36.992512940826494, + 26.73484459641063, + 16.516809731450063, + 10.204099100749955, + 6.304101103717485, + 3.8946790239396214, + 2.406136013676956, + 1.4865128758305057, + 0.9183689190674961, + 0.5673690993345735, + 0.35052111215456594, + 0.21655224123092592, + 0.13378615882474548, + 0.6344199879307495, + 4.280212731061035, + 34.26722094674595, + 47.19892035436672, + 33.82932368922687, + 27.59975181366226, + 21.58556549153329, + 47.845833864309874, + 53.412247106591536, + 37.095723709448464, + 26.619389650537105, + 24.196316300000404, + 34.109025654034454, + 28.12467760931209, + 21.53991142853078, + 17.41247173422076, + 14.696240267759139, + 57.82089718538547, + 69.58673061072295, + 76.01172844771573, + 53.03222679861524, + 44.71106901494524, + 51.253607988333954, + 36.10494834645291, + 26.386147948489487, + 20.067937524687423, + 28.073967798432562, + 53.12521226684834, + 38.05951641962283, + 25.090674073332988, + 15.686896968440484, + 11.978769418162898, + 8.93819425790994, + 7.257578905020722, + 5.741447281313818, + 41.160278232348155, + 38.73331870780821, + 34.94239530417845, + 53.4265331502749, + 48.579112107662084, + 61.041396259283175, + 55.50307417004251, + 46.09267491924553, + 50.11242926435837, + 58.46965674533672, + 53.16467010762083, + 62.75260395993188, + 82.51784008341276, + 65.66295610828429, + 44.030485959566576, + 31.223885569384585, + 25.539302221811646, + 35.457320069820135, + 32.24025638841562, + 55.67095801926538, + 50.61989897701096, + 49.896067782441584, + 54.160718317998146, + 66.260588092756, + 62.87667014230863, + 68.3764977973436, + 62.17265759474744, + 50.25896045064987, + 58.99664280381594, + 53.64384240843304, + 36.78056262326626, + 27.24122737997416, + 22.452690586729997, + 13.871291342008716, + 11.96491744681296, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0.3330162021858333, + 4.107997147697642, + 28.34297376342947, + 23.917705367155584, + 18.76129593529509, + 30.742556651264085, + 26.73536068772008, + 20.617649357409274, + 61.42724774080785, + 54.986517179905874, + 48.152594796080336, + 34.37269988895758, + 24.919223904257233, + 34.78627815064641, + 34.28543917464978, + 45.403522083005825, + 58.85525518424273, + 94.86499882339693, + 92.83124783142523, + 71.90167631899293, + 49.603747229715545, + 34.46853957820951, + 25.95072286467805, + 21.282395267778263, + 19.42490763186096, + 17.330042506930027, + 14.765982392674244, + 13.439067455949893, + 12.476782117583786, + 13.449537610053683, + 13.09797090323389, + 14.928467315953752, + 37.9773861132154, + 33.669540969694395, + 52.19669029322077, + 36.9023384212496, + 25.673753135330223, + 20.688772442929714, + 15.07362173932891, + 11.248951255143162, + 8.355279544796767, + 7.640016966238679, + 9.068293579192078, + 9.437851600536005, + 14.677763575332497, + 26.76636209000339, + 35.865676219895825, + 67.65060496142463, + 54.3385134252231, + 36.63258761698215, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 8.7948032695316, + 10.3689098191951, + 35.21985586619514, + 40.81997714019354, + 49.652900943772906, + 55.0403501152997, + 54.51275834122756, + 38.1332205602393, + 27.419751305855506, + 45.80282908138645, + 47.588511491522304, + 54.68711362083169, + 45.31264450305303, + 53.15772214524833, + 38.116885955902404, + 42.45626257718766, + 63.548558881644716, + 51.599760206122276, + 49.064620897985556, + 57.64705861823709, + 76.36374696758871, + 75.63175880521277, + 50.88510610083411, + 57.269047197184044, + 47.864224257877275, + 44.12939742464103, + 52.217167975110996, + 40.352016390261426, + 43.071718389895274, + 41.493775952556504, + 29.53175243052933, + 64.86791069961295, + 96.78921413651388, + 75.35986040135651, + 67.62090801920242, + 63.260172021079356, + 82.69048267695796, + 103.44460332553538, + 84.23650038355473, + 85.38105490924515, + 79.40859677154097, + 63.88881819520122, + 69.96402032942025, + 74.51278930015364, + 64.09626802847242, + 58.35098633789219, + 63.745479167802905, + 76.8737755573952, + 79.22786573086813, + 57.44726164929022, + 45.96776437640268, + 33.84831330499378, + 52.24769061185272, + 51.8753671064758, + 42.43936857087351, + 47.90497875517935, + 39.38435391502765, + 41.4046795487276, + 68.09163856094983, + 65.59708551942404, + 44.54377374414391, + 31.343612688371046, + 51.68466358413865, + 92.01585241261844, + 100.65868823871286, + 92.64109363674325, + 90.87451654410208, + 78.3656751086474, + 58.990969425573695, + 73.22555014675427, + 99.01670407927836, + 73.90076446766003, + 49.986593923879, + 57.63055053847074, + 55.51924189369692, + 39.33930476133212, + 42.77234369953169, + 51.85783555704537, + 76.45810094367846, + 96.23727583821646, + 66.90553483825049, + 43.321433578940464, + 26.76401851286906, + 16.534833401852463, + 10.215234139654907, + 6.310980340224065, + 3.8989290221046407, + 2.408761666158215, + 1.9906544048317418, + 8.803492501940873, + 10.05589285243224, + 13.815735424587537, + 25.67518246257901, + 46.234277877579466, + 52.601806999161106, + 37.75120441952013, + 28.20674332989054, + 24.589599135732346, + 35.40902126392149, + 30.86780483303891, + 26.67946543087735, + 24.597102388998582, + 35.560347554255934, + 43.32373384776304, + 32.490609542220156, + 34.58345151311052, + 42.6168212668395, + 31.647879496754463, + 25.161332610740626, + 34.58381936356392, + 62.882301761716334, + 59.99791512534911, + 42.22408822037194, + 32.860705793936056, + 25.073438748602133, + 36.47455948474912, + 44.50441885718136, + 35.44696459637059, + 25.668228685848895, + 32.53202259656726, + 67.85128854112826, + 70.02645167613183, + 59.83380301900307, + 39.78237553509348, + 43.99273112046198, + 32.0493537485859, + 19.80011800601224, + 15.86402964952199, + 13.385277273424684, + 8.358982256473658, + 24.6519449198459, + 45.576740281915804, + 36.30104921436034, + 25.31333663972308, + 18.53120328126779, + 11.448593149204854, + 7.072950585379005, + 4.369674887668423, + 2.699588862304612, + 2.098216339346707, + 15.585841314722792, + 20.354044024149452, + 17.196136225487134, + 20.191426712516563, + 31.14182561596147, + 37.297096081054086, + 45.482762184727, + 38.674165683725455, + 36.54648828870086, + 26.79819112003, + 43.50239639798279, + 37.24447212289852, + 26.913120630264572, + 19.9531562662502, + 44.58070047744128, + 33.4735479410874, + 25.317400798621673, + 17.92068008694515, + 29.476265065869924, + 26.335626128768524, + 24.635128654877317, + 18.99612968096883, + 38.38532566550889, + 34.69312452627587, + 25.08956633332505, + 58.733228384237634, + 70.40863972547547, + 55.74263282482041, + 54.18149716319104, + 40.19546643176622, + 29.37650954828663, + 22.650322549251634, + 43.23453527168264, + 56.86571726900892, + 49.01550169987499, + 45.966232264709404, + 42.40392241842916, + 43.123454851089136, + 77.44254484046635, + 77.65355050126927, + 62.624765020422586, + 58.38580141255916, + 50.23126787634114, + 48.86044192326181, + 35.300373949842395, + 67.0999365478147, + 77.43950934907424, + 82.52919643129799, + 82.51253614779883, + 62.104139993706134, + 65.19527674753743, + 77.91235167886724, + 66.46397611150672, + 47.13739974287555, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0.46087947815451513, + 4.309611838757995, + 18.246007263754567, + 23.07157815004536, + 31.655319454353542, + 23.739888808747075, + 19.349941248700652, + 35.22754161939579, + 28.68935841112061, + 29.753378035916104, + 32.20457410700584, + 37.116218824437816, + 31.73872596619963, + 24.394136418947845, + 45.79195144758273, + 53.57311594147315, + 47.95794253616062, + 60.21622274921996, + 52.25938216665455, + 50.95464935702803, + 32.338708946389204, + 39.82517903339198, + 48.3079296167285, + 44.84658096689934, + 52.43239277059275, + 47.11040798923206, + 47.03176416334211, + 34.95332732948218, + 28.342234137234293, + 48.09640878185831, + 44.85239961403994, + 27.709850631543333, + 20.305582114158753, + 14.029959105684425, + 25.52383505251624, + 59.02877885883553, + 42.43058691594956, + 50.91392285871427, + 33.48688547474668, + 24.77176081305798, + 15.304014900359705, + 13.02255946818495, + 46.21408451391866, + 37.796675647080285, + 27.19614509550845, + 21.910101425756242, + 18.487073830409305, + 16.509636575973566, + 15.29637959449058, + 67.10755932256636, + 62.581285049996666, + 66.11914620420958, + 56.539634934816995, + 38.90999669760383, + 32.233064574253845, + 24.84172830301386, + 21.825054074151915, + 18.58966260524379, + 78.96745002675979, + 76.99591078020136, + 47.56813917022096, + 29.387636839271533, + 18.155707035468158, + 11.216611249164973, + 6.929631970218121, + 4.281132525319887, + 2.644887315534437, + 1.8805721426683015, + 20.174086860349995, + 19.76536995999513, + 16.301011226890544, + 29.105872542610943, + 37.65496368508716, + 35.97102727720443, + 48.50433529232431, + 48.10389332978016, + 74.10123066326909, + 55.84045078890916, + 39.95353122200947, + 45.97549988858474, + 35.83360975590807, + 39.92846781191227, + 42.22992194558751, + 68.90616283983813, + 52.36507286907013, + 56.47285694470682, + 43.02826820273699, + 71.85627074322993, + 65.81039927132471, + 44.95055345771919, + 47.975943064980214, + 46.341927576026634, + 35.296366665365284, + 31.324680164595016, + 24.829675716026074, + 78.58636815018752, + 68.4252137440181, + 89.57189568807608, + 90.32040489034969, + 65.80649588639248, + 73.63304057896626, + 62.538769637567164, + 58.250477111805345, + 40.09253894335869, + 77.54630840086078, + 74.7053813271598, + 46.15304812588218, + 35.00608650965006, + 27.276710530741934, + 33.80507296463493, + 29.934439062983493, + 42.542879971028974, + 33.43883492739553, + 26.24366195079519, + 24.103215309937756, + 52.608482437760735, + 49.83405539666309, + 35.318048442893556, + 43.52000699973548, + 46.13656369953371, + 34.47534241176155, + 40.27657373311178, + 45.989390701246826, + 64.02543345790231, + 57.658332266924575, + 35.62136671680446, + 22.00691065601549, + 13.59588812164741, + 8.399551245773141, + 5.18924990402321, + 3.2059230045124005, + 1.9806219590413938, + 1.8226146574267645, + 18.917121872172057, + 21.832204050703506, + 28.630611387832523, + 25.628652802271194, + 19.777248656827485, + 12.490459659874128, + 13.822266322711549, + 57.11724590501402, + 53.32896681918292, + 49.53655144738769, + 42.52423470190499, + 31.548829530124955, + 23.439587157574227, + 15.528354149209832, + 11.643521756806107, + 37.91644614076037, + 65.03153837649384, + 56.21545104221106, + 43.50688901466698, + 40.28040144785813, + 56.885968231734374, + 49.59032761814215, + 34.28296463146404, + 52.14994769975832, + 50.42121101644397, + 57.96237155415506, + 43.904793052614174, + 30.32052300190414, + 44.28480123827679, + 71.6140994381309, + 57.73022359220285, + 39.081204564525976, + 34.51703782723466, + 49.36924872099779, + 45.11124982425778, + 77.58484061631452, + 66.34415017057653, + 48.53291493249142, + 56.42729491171264, + 51.74185103693076, + 79.45907527647226, + 76.3639716877227, + 67.62370284124763, + 96.22432691509542, + 101.79415201664499, + 64.8882674086331, + 65.39335678190324, + 67.15426224529052, + 65.9626934338926, + 59.474501235770894, + 60.39122185248074, + 78.93960864933045, + 91.12821646957883, + 70.17593096550824, + 50.57021833156935, + 40.61293903108333, + 41.68377693642199, + 69.62915935176389, + 60.33489776640411, + 64.3907735387379, + 64.82974069068207, + 54.20969917987715, + 77.01565771311569, + 84.52439762522543, + 62.21512770073717, + 57.6542571668614, + 38.254621415844284, + 28.741195207367948, + 72.34079683147661, + 80.73855130045197, + 55.99197853198847, + 34.59189196201474, + 21.370900276868724, + 13.20296036844084, + 8.15680014563058, + 5.039278067878962, + 3.113270276581326, + 2.4997719650197476, + 49.363511796362296, + 60.53204985094762, + 62.15038604360513, + 70.69591027285331, + 66.36017228115823, + 64.18634666000129, + 75.29005862813196, + 51.266823685851826, + 36.3471312795385, + 37.84795857085797, + 36.59332348000998, + 28.023956854228484, + 41.765565001783365, + 53.27713625559489, + 76.75259436857854, + 69.70481271635613, + 95.34011234259079, + 86.3373661134167, + 75.53691690646, + 50.12552051641345, + 37.975322357353974, + 65.73136459507116, + 54.67291129349495, + 36.15778128868983, + 64.4316357149325, + 51.62849528697764, + 45.49688407268942, + 35.54606343076964, + 25.068896529202334, + 62.42294623010483, + 81.97706369626658, + 68.35575441102907, + 54.91698384114601, + 60.07435944085373, + 42.98618045648982, + 29.449288424562155, + 19.908410654736954, + 44.546924434589606, + 50.65376502812288, + 40.99743938459138, + 42.659147722842874, + 52.22733455169412, + 38.942547692537595, + 24.913591888111792, + 18.82006596729696, + 68.62687958679567, + 67.56111814763592, + 68.04454901802939, + 90.46943138864275, + 76.34418402064789, + 68.54937935632313, + 42.34986487220461, + 28.86134972469438, + 56.91927981082271, + 57.50500986088416, + 60.71872627870533, + 55.6004573987486, + 44.20181510079677, + 36.83201675550131, + 22.75485127966187, + 32.107898107785765, + 70.41203944829672, + 63.34593961792483, + 49.11346760002355, + 44.00119686158847, + 50.05873613927731, + 38.36398193612421, + 23.701300671290365, + 47.30996503902143, + 69.10907907511562, + 57.65141970155532, + 49.52039480864706, + 39.91696303622507, + 35.31892431638086, + 36.61648693335788, + 48.790108935584904, + 33.03079862765863, + 20.406455487088405, + 12.607125556989246, + 7.788692892318112, + 4.811861093682486, + 2.972771876489277, + 1.8365809938379558, + 1.1346413001290319, + 1.2042171542171385, + 29.96629221144795, + 72.1895079681789, + 91.46118651665279, + 85.18588052392515, + 95.06195225613317, + 75.72734808134557, + 73.76692655763688, + 107.41200720387599, + 108.7558317472753, + 83.64981555341096, + 97.03973919307963, + 107.11022636992688, + 100.7762010463126, + 93.95559880764506, + 98.48584060496736, + 113.16151474230719, + 127.26427837786807, + 90.95432377996129, + 88.76690645448564, + 85.2678411488967, + 76.68711682715434, + 65.18291517005325, + 68.30822982488635, + 71.76527519120991, + 52.52741492336756, + 38.7267924114945, + 62.143622779767384, + 79.48914713399957, + 66.83643824166835, + 69.79498880335817, + 91.23855541692264, + 87.83570027933908, + 63.42388044548168, + 45.03186657200347, + 54.44694682579145, + 45.28695109779213, + 46.56414705999944, + 47.30189133173754, + 55.98952673797659, + 41.82692946601257, + 68.08537177305892, + 84.63407009810153, + 69.55301991984648, + 53.051198124884685, + 47.54591731561331, + 33.45918934634405, + 50.0826610234725, + 46.034760056552045, + 45.4223753033973, + 82.33387749334291, + 63.13508612631079, + 54.82502484415548, + 108.93244022950961, + 105.321401029396, + 88.49695968979134, + 54.67349696898306, + 36.67198260915243, + 22.655982047927708, + 13.996884979649753, + 8.64728744572185, + 5.342301539067861, + 3.3004784348237184, + 2.0390383843134936, + 2.0249113259012166, + 20.24261720745946, + 34.34961440158865, + 38.93496438439546, + 36.35261803789494, + 82.37751494786856, + 94.44317502927532, + 86.89856988807432, + 86.89856988807432, + 66.79591855464417, + 53.34120910460026, + 59.15983012168453, + 51.08309757906052, + 83.66383763068143, + 82.69794314954417, + 66.00848961629194, + 59.74018454950636, + 52.77278927067744, + 36.55523098849609, + 49.957106767232034, + 39.31374426325614, + 31.993405415760865, + 24.449634674645225, + 35.1367037192908, + 83.58288029521522, + 92.88275964136072, + 72.95620775216406, + 76.41258128513263, + 68.89652201097026, + 97.55255041357192, + 81.43419662597135, + 61.55209074593231, + 47.57149037888641, + 32.29005600864327, + 25.27650919989897, + 49.24366934372247, + 69.30881524017077, + 68.89283891359067, + 46.562267025306305, + 32.63138097298174, + 24.839426609575817, + 37.16093782783273, + 73.5417027150546, + 75.32787711399764, + 57.24523920037968, + 38.42288103782837, + 28.93702271777169, + 19.59030203307418, + 15.603929471573846, + 38.83907010715304, + 36.48204113050307, + 26.968436170255178, + 22.85565647993597, + 33.26210290132288, + 63.47894991845279, + 70.85056726664413, + 65.9923335691103, + 56.25061184549298, + 79.87732676436656, + 89.77144819400864, + 57.43150759339967, + 35.48123424057109, + 21.920336693006398, + 13.542402653663405, + 8.366507878159625, + 5.16883568340597, + 3.193311081651399, + 5.879642378660771, + 9.071772295275673, + 26.990816788129052, + 30.660893438698906, + 38.77056423360023, + 53.82482529974876, + 62.75595578558685, + 46.6059817848134, + 36.70641450757391, + 27.867690415542647, + 35.49777181385526, + 28.925280392503236, + 35.82441580331302, + 70.19378427531605, + 68.47238342313098, + 85.07205397841922, + 83.85179686969833, + 71.02705238361365, + 50.5887044790471, + 90.1153852912239, + 114.17862617316013, + 109.20393796259474, + 74.26537971823954, + 57.98185377678379, + 64.52071882906627, + 82.31253913380853, + 73.7222073765335, + 52.94513747507311, + 51.89482113653803, + 47.08948526023702, + 57.9890727498477, + 85.89385337346988, + 98.24007552447755, + 73.39891063678628, + 76.11561823577279, + 83.84979546332916, + 97.98827512382533, + 92.1006795835084, + 70.71844783538495, + 60.053060150568605, + 63.84268597818617, + 66.02982036904191, + 73.39023008778372, + 82.5009397611362, + 85.10423334025462, + 94.36829973156077, + 73.14245455850003, + 77.30998256432308, + 84.24698607206815, + 91.74490573764119, + 69.46719341208832, + 47.00228331521615, + 70.88193451203753, + 71.4166960678638, + 55.3952261123076, + 52.580832114107665, + 36.848862428468394, + 47.06738058827552, + 82.69294939395274, + 78.80491996430293, + 52.070789397038546, + 45.34339317726604, + 33.43687594909787, + 24.89403226794757, + 19.038376975451982, + 14.805093570131447, + 12.986649639708627, + 12.877665548423892, + 12.094863864454078, + 13.276273402625565, + 49.14352111872278, + 64.0128385337167, + 56.207747454674156, + 34.72519418597598, + 21.453254504214506, + 13.253838880142881, + 8.188232933435707, + 5.058697270920674, + 3.1252674767378377, + 1.9307929053793056, + 1.1928454992128594, + 24.43581250982189, + 24.28915411594208, + 21.08523084674962, + 19.02311886354946, + 31.022294068223392, + 28.642234419479614, + 22.003737215027293, + 16.025371585982676, + 44.2379459523547, + 51.53551377788481, + 82.76006470530365, + 75.52348757552967, + 56.90786762537426, + 88.66960699617623, + 69.2762930672756, + 90.1825574173053, + 89.45951133146508, + 65.2560349209112, + 80.84331940217518, + 100.21402429027727, + 85.96144312022534, + 53.10705267567742, + 43.73230886414912, + 72.07512471572727, + 70.0091001524186, + 84.92530711006268, + 59.73264128787958, + 92.16677719582353, + 86.91336580193999, + 74.05317706875998, + 79.38410391976204, + 60.985010321432796, + 74.38448811882022, + 55.52380387766426, + 40.63529404147161, + 46.27798106648103, + 76.12124439273121, + 91.05512317754352, + 100.22795838618366, + 97.67311525919622, + 88.99656647167943, + 62.76801803301927, + 87.27122648240098, + 124.85675647446536, + 115.8760190374004, + 123.83916258512646, + 105.46154568834314, + 83.89714277803918, + 55.07489185767529, + 60.46684723665271, + 108.71154303701879, + 118.22774730051756, + 135.88877037656485, + 134.64302979918966, + 114.72049246735261, + 74.30495182629646, + 60.01336845012963, + 54.3160043286629, + 86.49876881126696, + 87.83185047884196, + 73.56629819319762, + 80.60930654411536, + 69.84938946037589, + 47.11679136641295, + 47.98828481102351, + 36.379104543550305, + 28.68931382820969, + 39.02758884027442, + 38.14494779373378, + 35.96428244770767, + 72.19876219220905, + 60.41484945084552, + 55.894273176952915, + 42.22178262705433, + 42.95480554543311, + 64.3026174938531, + 63.91668726951022, + 44.47955300951692, + 43.18382994221174, + 36.79410842867674, + 54.05676230649372, + 52.80147459750349, + 80.47415142195186, + 55.74146626773997, + 90.25453671765176, + 86.73892645508873, + 78.97786098759408, + 48.79258969413045, + 30.144103414420524, + 18.623052729021023, + 11.505337816150952, + 7.108007488883466, + 4.391333072471739, + 6.213935218573141, + 19.822460823075023, + 13.913334200454214, + 25.641011504214053, + 21.533654242016567, + 33.75326237328647, + 27.01364494707413, + 20.40432653438693, + 28.8906399706393, + 27.006975626373055, + 20.802022664316144, + 23.99140991490835, + 19.3816992493952, + 17.155886368231315, + 14.893941836100494, + 13.434786937917186, + 24.537862480600296, + 18.873357295882222, + 27.12671296449024, + 24.96425089098426, + 33.64392776318886, + 29.506174641737893, + 22.135349939957187, + 17.597878699958148, + 30.793357984120526, + 24.37064918153189, + 27.86417678148181, + 22.05826461478239, + 46.20560607112394, + 51.57297614362495, + 48.650882931511056, + 55.212508041798266, + 67.80974583527883, + 65.63172018542228, + 65.59314951143621, + 52.81243266101633, + 65.12375720016226, + 66.6237342136566, + 60.944700029953665, + 54.50440627149591, + 67.31667727114154, + 68.18510949731613, + 67.83067492870583, + 66.87228760942331, + 64.85339092148035, + 58.4688675732557, + 49.04558275055191, + 45.299134249513024, + 49.57734706368468, + 54.35675844458203, + 47.09079501754532, + 48.27679606992144, + 59.70315651002616, + 63.06649525113481, + 54.008810450751035, + 66.2327344167554, + 67.50482670541415, + 66.74746866519357, + 59.24746926726148, + 53.56163179590567, + 57.0350789814602, + 44.189670005688114, + 27.300415715807365, + 16.86622005006973, + 10.419965092790216, + 6.437463297208537, + 3.9770703005119294, + 2.457037414422663, + 9.976509990137515, + 19.29995110461695, + 18.54817608434713, + 17.25616667023685, + 25.84628511737601, + 37.90844450389091, + 31.221939432101145, + 46.9066113658312, + 61.48420294087792, + 58.39053774500219, + 54.914151826897836, + 39.50655863873801, + 52.68907013779946, + 45.71101262569637, + 33.488728856144306, + 24.65642467058889, + 73.72541695117079, + 67.44103244443103, + 47.12492527573281, + 40.71698694818715, + 65.08027980235683, + 62.77157838671609, + 59.50325791552969, + 63.89812566173627, + 64.8506518698064, + 45.48572387713991, + 47.43771666664705, + 43.76136912105128, + 71.08860189133243, + 101.46587141444869, + 106.89429453517077, + 86.30789821349845, + 64.97769822369207, + 69.2967927986852, + 57.33083403572011, + 47.01488401454655, + 33.92233240358029, + 50.88840967519554, + 39.7355196922038, + 39.3564693138823, + 74.61262028490837, + 74.34062413115826, + 71.31682602216355, + 58.3371716918726, + 42.88834465347735, + 51.30365352084806, + 41.959233251795055, + 44.0782754088019, + 56.97006610722942, + 48.42371365544606, + 38.54732086976081, + 61.80462855479126, + 54.66223295178681, + 48.1619330177732, + 41.30078231173342, + 41.4419008129954, + 46.76425176846396, + 65.61369224896225, + 62.83054725841409, + 80.03736477967777, + 78.69959160295134, + 66.98676320841963, + 59.74691868810105, + 54.48004181402992, + 60.025474971615836, + 65.00309413609322, + 66.44448020740137, + 43.70157658659953, + 26.998871186338082, + 16.679925583279655, + 10.304872212751304, + 27.719004897030157, + 43.15912067336587, + 38.68037019861163, + 30.269906632588956, + 30.6194198791918, + 27.39533864733462, + 22.951628080692927, + 41.42015726222017, + 33.63207946872516, + 50.37122812060878, + 44.88493800097321, + 51.13853898672461, + 46.51874071397168, + 70.0789241275873, + 59.15154439074077, + 42.37795837147592, + 43.78071272393819, + 70.54209854629156, + 55.596335814512464, + 59.7119171983568, + 50.648865725348706, + 55.748547324231446, + 49.15940856592823, + 54.80711883822963, + 71.62564637311625, + 71.1100987490544, + 50.09703194675257, + 36.37779608293699, + 70.83604328021747, + 66.13787030234428, + 59.89800038076226, + 54.20175994238491, + 40.28108866324118, + 49.30765448228616, + 58.390638176458694, + 63.3996128785248, + 91.8013098302733, + 80.88010429313185, + 59.06322211225662, + 50.25166227563338, + 77.21983568068005, + 59.82443134124847, + 47.50340612234942, + 51.00663544787432, + 47.62364022035353, + 36.233535439354306, + 37.795516840830075, + 26.688755998234942, + 16.488336156295667, + 26.64554936274108, + 41.326734274524156, + 59.69592365194052, + 70.0856087360734, + 51.08536573811799, + 52.23528622065931, + 59.34244921120911, + 63.7958592688979, + 61.45868310249488, + 44.778571474545906, + 70.10816392624201, + 64.44171372677982, + 46.47045420051597, + 62.97086535803322, + 93.35147883014831, + 80.59906343358233, + 69.76350568589439, + 71.29540061361021, + 58.803193762858065, + 59.03667859634934, + 50.75780135109417, + 59.68551993335433, + 64.82574269752773, + 68.07511086635397, + 69.48532991318355, + 92.75678474108615, + 106.23751955940479, + 76.109787566427, + 75.62539426061319, + 68.82972713466997, + 64.75774792301911, + 47.89560245881897, + 45.00519870560148, + 50.793548936746724, + 58.034332293421315, + 58.06366035340859, + 57.6457292958151, + 91.8591254153242, + 88.49384495593883, + 59.66548746660067, + 56.08746769176041, + 60.2640492976827, + 66.0892733919635, + 95.85824071022564, + 84.06895922361184, + 63.07057147433617, + 72.15464584709885, + 60.450670717948995, + 50.531726160942114, + 82.81181023351814, + 66.19677496964113, + 40.896423881063846, + 25.265845458886663, + 15.609260814804964, + 9.643414608115078, + 63.17164848814021, + 63.0956373082346, + 42.49527650946884, + 70.09852615620511, + 90.15534185314125, + 76.44308792023908, + 79.78884877117468, + 65.35729110912372, + 45.46038327223776, + 56.196971321437715, + 76.86499964970659, + 55.266231685939225, + 40.02259184720187, + 29.462724387613406, + 71.17881155172762, + 70.24235542473589, + 49.18319517779626, + 35.799070472861516, + 25.594143321513517, + 19.66877359923379, + 30.409620510670067, + 65.64077284992399, + 51.46976427224294, + 35.06592216710803, + 27.45249545512514, + 59.58309810513414, + 69.42795721275165, + 59.00811305818134, + 45.20443338908974, + 33.8242435982401, + 25.78243718709471, + 52.769541507103085, + 51.615971001056415, + 82.2976952061598, + 73.65904847725294, + 54.31584431828484, + 60.01108789848211, + 79.45905456120282, + 57.61489414959946, + 73.87226126912853, + 103.13983552024308, + 108.4492509130976, + 72.69964472930437, + 93.4020330402312, + 87.10224768932007, + 67.04175804068764, + 47.05180820964665, + 33.284153974835675, + 88.90606687554023, + 87.94790308488048, + 79.3568222097555, + 106.17695010368527, + 100.0570583685989, + 71.29972013252132, + 81.64898503901951, + 89.87698015178779, + 61.117855587056795, + 91.90851643664368, + 84.68373436869703, + 56.7701332325879, + 83.86770034424843, + 70.01045868557215, + 49.10702124259774, + 57.92598715135578, + 77.44744195512229, + 56.631570299620016, + 61.463612008344654, + 64.33813010442259, + 48.6999367743186, + 36.77128602345714, + 27.279758065190922, + 28.69557678887454, + 26.123443075059484, + 35.75204618604254, + 68.79100753532303, + 56.737614354180636, + 60.346722878726496, + 79.42391324955699, + 73.79388222595185, + 53.3784521712786, + 71.0891725335412, + 102.16849808434584, + 108.06333649037907, + 75.87964719037997, + 92.1948273707566, + 85.66648586121633, + 105.46011263512253, + 92.43813783632268, + 69.27772234890266, + 77.76695348554584, + 76.74382120107245, + 61.79026737787476, + 44.29633638604204, + 27.366314296316972, + 16.906932249159752, + 10.4451171240165, + 6.453002243493633, + 3.9866702747437843, + 2.549191997878955, + 36.747000949686104, + 27.371508654747526, + 21.503027154876907, + 65.68921794592116, + 65.37362635548253, + 80.79334063078272, + 75.70771061311089, + 93.49941044656462, + 82.49535256764695, + 69.17987509187002, + 56.502987622512805, + 48.806339372320814, + 47.8175473697877, + 44.38714545733456, + 41.88324292461002, + 37.49172787851088, + 47.47580684937425, + 40.015069216731284, + 47.85763559678266, + 43.650706638756226, + 41.13671467023982, + 38.54731671587842, + 32.97804992649512, + 30.153856357162613, + 25.7850884076047, + 41.90843625048821, + 56.7628289964817, + 63.020984774244845, + 66.76209004735423, + 69.29037024996678, + 70.88845428525732, + 71.79371813160797, + 65.30902710742042, + 62.54872844694757, + 52.8317900011611, + 47.46271748837529, + 44.47512198985232, + 60.70054759887401, + 78.58048290848448, + 84.30992443705031, + 107.66032666357535, + 97.10008293962017, + 68.3470021847542, + 42.2248360834739, + 26.08653964743972, + 16.116286382548775, + 9.956655435126631, + 6.151230196627876, + 3.80023524751265, + 2.3651460846055277, + 15.160246752207154, + 19.75574103455118, + 19.629774694902725, + 37.124765753071266, + 37.124765753071266, + 40.38457006005159, + 38.56266235621003, + 30.194689938408345, + 43.97090721122042, + 54.43870501675722, + 60.99173247041416, + 53.555005121580265, + 39.05713914200955, + 28.931866447249128, + 44.54194998557769, + 54.331462850560705, + 43.482933017514114, + 41.22157296838032, + 47.42838846283369, + 37.10311845395438, + 39.3013110874675, + 51.18736764630318, + 58.491722396957684, + 62.98141568845714, + 64.60416025249498, + 47.84476186504174, + 52.845431926195154, + 40.50872952033597, + 42.341280206364075, + 42.341280206364075, + 40.62772318095532, + 41.641093715230724, + 39.39759446998002, + 47.949162242535884, + 43.70381612325156, + 33.65683545358277, + 45.70762596611967, + 39.416184229274265, + 48.82982539395286, + 40.56596807740413, + 31.026975446395788, + 39.43075661438352, + 32.02253317528844, + 27.539491042215793, + 24.413411498237156, + 44.70952333265808, + 65.91064631749418, + 72.41447068491031, + 72.8954359493991, + 73.12912205461124, + 50.93412361719928, + 46.41439436174359, + 56.173743560567395, + 59.50336113470858, + 44.57790507157285, + 49.03641752826079, + 56.31131934642906, + 53.277431636448554, + 56.45565138408579, + 51.457153614661124, + 58.64014672811753, + 66.27769014523882, + 57.154874921570304, + 41.7467871779692, + 53.00412440473336, + 43.245722448012096, + 33.43976709577133, + 28.453166342017614, + 32.22476327401252, + 46.47989416631132, + 51.44199541169756, + 47.83055364829119, + 56.90351700069326, + 60.15113196146367, + 50.59021479614475, + 58.6383065296122, + 61.45022877155098, + 45.853804813228564, + 52.491775878113835, + 81.85821792815116, + 80.96707431073457, + 61.902257347643335, + 44.25823452410861, + 55.55715390414912, + 64.946812060736, + 58.13705038888353, + 42.67556844278603, + 62.528410376557495, + 104.05248129903599, + 125.23430363265369, + 132.6191278617468, + 120.19331350057872, + 91.0292043995954, + 75.94351524753513, + 57.50501294955827, + 35.52664591212714, + 45.59791256470275, + 51.069297779241516, + 35.93182638321799, + 22.198712901992646, + 13.714383712352834, + 8.472757922499444, + 5.234477051171934, + 3.233864374489619, + 1.9978841611793376, + 1.234294534111755, + 0.7625482130249498, + 28.99828716800795, + 35.376185356926044, + 56.65389930343458, + 67.75049600602107, + 64.31254710617186, + 58.84959960795564, + 69.3876111730452, + 87.24074467182051, + 85.67935388882967, + 60.250050403980254, + 82.28794114241319, + 61.563374747416475, + 57.41699371094381, + 35.47226755164482, + 25.32966222056604, + 22.783270622039563, + 17.689213942875483, + 32.832120534691256, + 25.52483617495897, + 21.414293618360755, + 32.699713633041995, + 37.21978044819814, + 30.661283377741274, + 38.661509050813976, + 38.29958622128185, + 38.3216535114588, + 37.954319562471646, + 23.448210908402345, + 32.866203412065175, + 62.336987996831965, + 58.76581392651869, + 40.69516603897486, + 42.5301137764326, + 56.61301203984203, + 50.73811119397788, + 46.242782700343554, + 40.40931986033513, + 43.20429330566561, + 75.9137888491475, + 74.81849061002394, + 60.77076953985009, + 70.70781761682133, + 67.32553408017885, + 53.94735024779447, + 37.18398741869605, + 26.60986650261095, + 23.611020625068043, + 24.983715916468885, + 49.83950606413877, + 46.814892970905575, + 46.26694951186172, + 55.06751940148197, + 40.598079039073475, + 48.29189773332995, + 62.0322088141183, + 60.28993533198395, + 55.73098058461103, + 86.52348720001538, + 107.35874419583452, + 114.34970748925326, + 78.55555060094376, + 89.90736741051691, + 123.26430912851919, + 122.96785244567643, + 107.07465202150716, + 78.030675370247, + 56.575181163925215, + 71.15793883524238, + 80.61655717544606, + 73.75423633657569, + 67.62347202343214, + 60.97192308339302, + 69.83631275787731, + 75.28719264680386, + 84.03234656039136, + 69.76117864340279, + 47.87991649037025, + 33.396251387420804, + 39.24989414436111, + 45.11727099630829, + 59.72807524362092, + 47.57233153328448, + 47.70663160244609, + 37.048806078737684, + 27.126773911757883, + 63.90804562092878, + 67.61500049513488, + 63.130461925292984, + 54.5012224323721, + 39.233797473879406, + 24.641332466208752, + 22.687925868936063, + 31.58127553530071, + 84.6168012655213, + 75.90858514889666, + 66.10060031611151, + 52.0800865941114, + 37.26488345989243, + 47.09453460412426, + 61.97521599883492, + 106.13481470020966, + 105.11745461690349, + 79.86258578489345, + 77.38208224804568, + 73.83259634060677, + 88.87200642193605, + 72.68261649746245, + 52.77227880752592, + 37.262247496290136, + 30.983616232452224, + 31.534256532400313, + 28.224585123668792, + 33.83950488651979, + 28.86715643846891, + 23.26925583653774, + 33.757644538804, + 30.00856831615369, + 32.93127591890466, + 26.387537809773434, + 59.62064843179083, + 92.64592628908915, + 106.12361063966179, + 80.74553982639074, + 53.30953587589358, + 47.39944285710228, + 29.283416113539225, + 18.091319382463986, + 11.176832502372957, + 6.905056626615508, + 4.265949857139204, + 2.63550745021853, + 1.628218744421759, + 30.107055779928455, + 45.07115007512155, + 43.99882362746653, + 39.68469213581858, + 46.0556805355272, + 36.33837349491091, + 31.040505515977504, + 26.95726261478952, + 48.911437716908594, + 60.555702301513584, + 49.76520641811772, + 43.858175226286015, + 43.43777069712276, + 59.044298247257764, + 44.54760282027061, + 48.47517287963471, + 73.69793819820872, + 72.82688889963795, + 85.92136636901024, + 78.01932553826545, + 65.12839561419462, + 46.369983066038756, + 59.639839671480516, + 97.48864633884826, + 94.03026883194565, + 65.26438898826538, + 67.17761239817385, + 70.86887381224322, + 50.40363792722728, + 53.60255186181825, + 58.63467496030264, + 64.06122505209662, + 44.92615302611813, + 64.25101113334294, + 62.873574151860645, + 43.67970842179171, + 34.211392729101185, + 28.24294919483605, + 38.34617064478669, + 52.73440874986125, + 56.77205973100673, + 42.80843808098887, + 68.9498823748767, + 55.64948030923414, + 68.29239839427858, + 66.42723171392592, + 79.9150628894951, + 74.5249474271097, + 56.66498998017366, + 68.32739117147099, + 62.54843877030172, + 44.26161982372818, + 35.45367401225301, + 70.51742856457213, + 71.67180885734992, + 54.21543599359793, + 52.418229723255905, + 45.15830636055923, + 41.80934905034176, + 58.41830215276004, + 51.85419957725087, + 32.035568604317916, + 19.791601532158282, + 12.227268260658683, + 7.554016731550852, + 4.666877961952576, + 8.898237843635904, + 36.68019134791445, + 33.07227118971685, + 71.52944585100208, + 57.315907271662105, + 44.55892837527013, + 34.49312853343691, + 26.922228003988447, + 21.219161440480732, + 17.077782120558584, + 15.198732103907782, + 14.241048242711262, + 13.580644762178729, + 56.921297823053436, + 68.28621864302436, + 51.095931598581494, + 37.147816321006616, + 26.57045243344368, + 34.73995489796127, + 44.14460275281649, + 39.831605092304386, + 48.84905079377567, + 31.402167778843697, + 37.07479188728401, + 32.31993992921438, + 37.85796355839265, + 36.208516798503176, + 41.630467147529146, + 44.52569548321901, + 44.045830490139444, + 46.223261179023964, + 40.63615022389205, + 39.95581798107778, + 49.04208031127086, + 49.341325679271165, + 80.72790826703007, + 82.85484153385259, + 63.041191932275446, + 43.30029810199555, + 33.26176414494155, + 46.434636278002756, + 38.897977734481316, + 48.713628440168804, + 90.64353675174047, + 85.96668455776117, + 65.83132006677269, + 57.75812692652262, + 64.08653520784968, + 58.20539036760138, + 64.51716869970193, + 63.50608782159856, + 71.39386491946638, + 64.3714543226573, + 44.98751769690643, + 50.282474499790425, + 41.0346609503557, + 35.50241459433048, + 52.71282223174415, + 63.33656251975774, + 71.064748180276, + 61.143191551726304, + 65.87341482774723, + 59.26772561094448, + 97.31137171416178, + 117.84690049390261, + 114.94560592989444, + 128.56749850583077, + 104.8512087641993, + 72.08422044347434, + 51.21785449636269, + 41.83586155578559, + 35.653694148903014, + 49.596351700630784, + 72.2680814362765, + 73.45743649671755, + 75.96680139342705, + 74.84322634135901, + 65.92737211444152, + 51.6569457764289, + 97.21221324577793, + 90.65543865531892, + 111.53934708199971, + 132.01522614423456, + 138.323399124739, + 139.85219231303398, + 140.00810272465853, + 130.0612639962497, + 85.82670245849278, + 53.02380978025302, + 32.75815478256497, + 20.238015887687574, + 12.503063429210178, + 7.724403221264348, + 4.772142880222771, + 2.948233930430847, + 32.53116718985995, + 57.27292684333081, + 64.03221862213765, + 66.7340251079404, + 75.9085653204877, + 76.70457657617176, + 57.99385894241464, + 110.5986010362427, + 119.01370907980511, + 95.12604102320785, + 94.81509503511779, + 83.13804570109338, + 82.84396824590236, + 89.86561861175666, + 98.02496976954785, + 70.88257019253521, + 49.61746722356304, + 66.33760281894183, + 59.30192250740622, + 71.91828588466203, + 72.88687228505017, + 74.213489142788, + 53.48842766894717, + 75.77841799865406, + 99.21856360666321, + 92.38685096287651, + 62.377814499224485, + 47.447247589271214, + 60.833364117339435, + 89.24001720774021, + 87.83387639478998, + 84.48974079900304, + 85.14223641569528, + 100.71141744543388, + 95.95367825902265, + 87.23862540045847, + 58.51803342659571, + 52.972598896372624, + 68.63289791664866, + 72.06374196548161, + 53.78451717990265, + 49.3249647682663, + 46.59537848496059, + 59.42212963327923, + 78.28287780033914, + 71.6100134784285, + 68.46431860275395, + 59.6039425211989, + 64.53552495106247, + 48.984605458224955, + 33.528771865577816, + 65.52701004696158, + 75.8255504499043, + 47.813772660538554, + 48.14836212585325, + 64.70188583390245, + 54.863378862078015, + 39.304243907847194, + 27.644227288433743, + 63.35392578502214, + 101.23925533699013, + 108.60911009314547, + 85.95123110424734, + 106.36768666792068, + 126.40707850394776, + 109.00773314915016, + 72.9377618836162, + 48.875612012574784, + 30.195394673371517, + 18.654740512427622, + 11.524914555692142, + 7.120102015223352, + 4.39880508113173, + 2.717585520603436, + 2.27451476948043, + 3.6815780028609666, + 10.529373793116504, + 10.120035692239883, + 22.595529239607707, + 20.400698671058592, + 18.9393162182512, + 31.136356003156955, + 33.03005900506929, + 28.065593628562592, + 26.26533252390708, + 38.31866256725164, + 37.951357288095934, + 42.902810816413044, + 50.817552005837186, + 59.51603175231621, + 55.36830672158044, + 74.84035446677414, + 67.56023358337403, + 53.148093594970675, + 46.49948580022976, + 54.51945561008344, + 54.622555785671786, + 64.65666522586693, + 53.13541366015958, + 49.76954283132603, + 39.7906737614923, + 61.547305781423994, + 48.59859256637953, + 51.1705262477662, + 38.329132013028584, + 44.36408211181854, + 35.4102910248058, + 51.99533708414107, + 51.382627825607194, + 82.6726552501209, + 80.65837037665061, + 60.842825306689164, + 48.3931601904359, + 37.757184061798604, + 40.80092975233928, + 47.564491668847545, + 63.87269223736349, + 65.1621386248146, + 88.1267763602803, + 80.46682213288838, + 96.60970489306315, + 88.5877121545502, + 54.72956391890216, + 36.4239122010714, + 52.09585871093285, + 86.32437431056896, + 118.69764596762515, + 99.08554312305033, + 67.58551398218398, + 56.05255390669137, + 69.1960412575779, + 92.48468582798925, + 90.17566878674353, + 61.68873522615955, + 38.11135309314923, + 24.41956615061924, + 15.086428738339743, + 17.831022762392312, + 15.84652854813508, + 9.789998815578628, + 6.048269595318431, + 3.736626100448743, + 2.308490783109625, + 1.4261875693321573, + 0.8810998934020762, + 0.5443442635786586, + 0.33629634904038685, + 0.20776417047986623, + 0.12835688123989414, + 0.3694651307917359, + 8.237532066765652, + 12.20361149099012, + 16.06319836973411, + 29.559010015895716, + 41.37318442086447, + 35.4245862674065, + 23.924689810697377, + 29.388983023197557, + 27.525332205582572, + 49.92037631676879, + 40.16187072605639, + 45.89113983352676, + 54.30478091107667, + 43.73523646742881, + 27.019666289344414, + 45.790077116367854, + 37.585407283035224, + 53.861227523337206, + 60.33884031036174, + 49.646049098982004, + 91.54182257460874, + 82.83628602518287, + 64.7930877830052, + 48.883628261352925, + 40.96698869828638, + 41.92438100392618, + 52.738047206415665, + 64.1436784849254, + 56.254863964203956, + 69.43446783234589, + 73.46302559954302, + 53.139128611173184, + 43.18788990460481, + 35.47939458883421, + 28.29899299478929, + 48.83780500536271, + 40.294430684608635, + 42.67708856989905, + 84.07264013116551, + 84.07264013116551, + 91.56984742172334, + 136.3069953458063, + 119.44531509948821, + 115.91184191055393, + 89.61357936054672, + 116.6800223797907, + 110.17869774162291, + 77.37500786000724, + 91.40776809475423, + 91.99870534008082, + 69.07749408911752, + 52.35366049154475, + 40.5276099786067, + 65.11383041386806, + 57.4505055311756, + 68.18618294395655, + 71.70150119745723, + 55.18913761362507, + 61.39825405335254, + 47.24091864451029, + 50.901333371882686, + 70.13802358953714, + 92.95307458433216, + 93.78535983938694, + 93.48324072012012, + 71.54493089703827, + 67.91251169550715, + 79.93336927628938, + 96.39556188458725, + 74.73203823693416, + 103.14331990769129, + 101.86084276464659, + 80.01210575650462, + 73.19184134076278, + 62.6103252176784, + 67.2943586364777, + 52.48980019638561, + 43.21299737519459, + 88.87649430273322, + 120.04739735004848, + 106.43019904879978, + 78.67432339844436, + 74.91161697360724, + 100.37994513321185, + 68.86299492227809, + 42.543616835602776, + 26.283482667249462, + 16.237957947700547, + 10.031824231567262, + 6.197669543005027, + 3.828925515204249, + 10.267421172397638, + 24.989286054857764, + 28.438837141036114, + 35.59879652292175, + 40.27780497021092, + 39.342897332983995, + 36.92163482497785, + 35.32762817396979, + 36.210305575324035, + 49.098492897670525, + 80.73108973890805, + 98.2801916490853, + 108.25792455836259, + 92.79641905992612, + 74.66470239373268, + 64.11919786208125, + 58.33060216816786, + 50.19279639484935, + 49.79189565002503, + 80.00974076775296, + 79.16364691379648, + 94.66415527555667, + 101.41520691797689, + 114.11186833349011, + 96.35478553174575, + 77.1584563666744, + 51.98515007948918, + 48.17618969177968, + 43.385239311646956, + 34.058626217569326, + 54.06535702257247, + 51.709764709066214, + 39.95857032494946, + 39.81450356435316, + 51.574944914409635, + 64.05042846070506, + 59.848404383748466, + 62.97759522462284, + 53.98307183230647, + 45.828685337608285, + 46.351191971853204, + 50.734726073302774, + 47.21170545841523, + 65.3545569539481, + 63.01221776879058, + 57.8857544143575, + 53.66995067582985, + 80.68242239481033, + 102.16015063734676, + 118.70384377278336, + 121.33616486428144, + 97.35524854382939, + 74.42555757896548, + 61.30769105379596, + 56.22539028232635, + 47.82281163672311, + 42.516652674079296, + 50.63212719296743, + 39.22616760598582, + 35.58970278699524, + 42.155646930312365, + 46.887609999985166, + 53.90153737143284, + 55.946665728222456, + 48.88907151589289, + 43.84765599803341, + 86.36693515157893, + 80.15470611614845, + 82.59631252188356, + 76.40814764631916, + 61.78292755482691, + 59.19993195917398, + 55.09163083409137, + 72.11192546372665, + 59.98002518841787, + 52.3177009261441, + 35.248806968540116, + 21.7767429266506, + 13.45369030267261, + 8.311701312261679, + 5.13497614037754, + 3.1723926271686103, + 1.9599068633985532, + 1.2108321272405345, + 1.2086188532489288, + 16.639864915402818, + 26.644180005687897, + 26.32531470200522, + 31.72428486669993, + 28.26151775089216, + 33.556326872959, + 53.36280963078476, + 62.39514768356135, + 56.05503249396326, + 47.41291775475705, + 50.29225346297712, + 38.729011099387726, + 33.032649521969915, + 30.348208248597782, + 46.769023291493774, + 80.48013168290113, + 86.32823624146366, + 63.46364974775967, + 56.85025317676498, + 86.9139633573547, + 109.26060795756015, + 109.18689354132266, + 100.154382985918, + 102.92661478002762, + 77.18975617548381, + 60.633655797298616, + 62.10360058525529, + 62.078411987749796, + 59.848586669754944, + 90.46985509191643, + 85.286999599032, + 80.22456798565791, + 75.90230500771514, + 79.67347470931728, + 122.54521921716774, + 117.94643435044404, + 90.82807889000777, + 80.04606320201374, + 68.06667644750537, + 73.03150475050053, + 54.99032087108227, + 53.236109803373516, + 46.241242916895, + 64.50256842019722, + 68.49997237260774, + 60.76810208416609, + 57.41815595260838, + 52.72343165105689, + 105.10283147532874, + 108.45441893409533, + 95.805566036372, + 66.15923793496263, + 75.56187864766416, + 113.93646450602809, + 101.50007880842627, + 85.41211845538042, + 67.34890537665495, + 49.00016322557036, + 51.836036628121654, + 44.27256379764444, + 39.37829151464504, + 33.53750409658609, + 40.4579498177477, + 49.48736619242437, + 47.85711516262253, + 56.281301468518286, + 51.483860455710435, + 38.7459555057251, + 28.75260946018792, + 17.763386580536707, + 10.97423533841333, + 6.779891926398704, + 4.188622998884249, + 2.587734851416912, + 1.5987047922483038, + 0.9876811804571997, + 0.6101902733758834, + 1.0704876990469345, + 31.0047754488857, + 84.93212312092292, + 83.01131324606304, + 68.12530780004332, + 90.81318404121751, + 82.53812447950467, + 58.55508962198555, + 73.70150843928909, + 104.11376635782332, + 134.32376678453303, + 115.97427202414997, + 98.45327076100082, + 111.46703660610333, + 103.69693636717285, + 81.15930761300362, + 77.15872325639278, + 68.15983367828048, + 62.82461716278725, + 51.00289695588206, + 81.43399502901426, + 101.91340545602996, + 97.18262967191411, + 85.74156630232218, + 92.49069584036909, + 98.37899724398018, + 105.07647756661953, + 91.37867627142863, + 88.43960279738691, + 76.8648196289928, + 71.63852657678983, + 70.02395116928602, + 69.51993223918532, + 46.34243292583997, + 42.428204458999325, + 60.67786579304241, + 65.86888925805718, + 62.17730004967731, + 56.19660054804111, + 45.769011654132335, + 63.41068607453083, + 68.93514516746127, + 55.015409156785566, + 40.83071294947508, + 47.46146553090528, + 62.3916837250288, + 49.813651772805805, + 76.21827789489491, + 95.6214889025662, + 72.84251050858899, + 67.66182231465766, + 74.08597021231516, + 89.85823294503086, + 87.70973567727017, + 61.860434496809155, + 55.001609365600665, + 44.87751911034557, + 43.6753422517304, + 28.934220449939236, + 39.1555173841965, + 39.17712735831168, + 24.793547183507588, + 0, + 0, + 4.688451981499529, + 4.462635786927122, + 13.48807219368924, + 46.56812124851215, + 43.900317229582924, + 33.492405004711216, + 35.57570176688906, + 33.21615720496473, + 38.25272210003897, + 35.45855100762127, + 58.08358384764929, + 76.31779889069277, + 70.06505146024308, + 53.78113217783925, + 49.07848588922945, + 34.34765567729157, + 36.673689572574716, + 33.146126993070325, + 39.66025368860575, + 35.63028363212506, + 31.117090568768134, + 29.225293205461384, + 31.63617279842882, + 53.31951486949951, + 52.33506737747425, + 55.09269521744977, + 92.21159143996994, + 80.77349138595669, + 81.61463337397723, + 70.97642155795126, + 47.299221257810814, + 34.343430045806045, + 26.706739993430922, + 16.499446683824342, + 10.193372195158341, + 6.29747401231903, + 3.8905848012368693, + 2.4036065994087825, + 1.4849502015441904, + 0.9174034975642507, + 0.5667726611087127, + 0.9503215446456771, + 4.208722915293803, + 6.083300283841737, + 31.36790524132715, + 25.996592887337112, + 19.389460188957383, + 37.61780833942442, + 32.75385587596314, + 23.57541592811461, + 38.03510398472342, + 34.8348912860446, + 24.860289462356782, + 37.003781890032066, + 46.87735630421884, + 45.872382171849985, + 40.98765078229544, + 50.93999721207624, + 54.039615410153424, + 43.25655616234819, + 51.96799176089582, + 54.71909074065823, + 43.10194675265967, + 50.99419380648823, + 50.78209183282467, + 76.103059455714, + 91.6229878693824, + 85.3582417842817, + 78.30154007979932, + 74.23403828762194, + 70.94704568506239, + 64.46264709641729, + 64.58480984180032, + 50.983355079007566, + 36.93403397897933, + 42.91784588055481, + 50.28599675799005, + 43.052235267479915, + 29.51894615498471, + 36.89841021620547, + 40.256160643935154, + 37.82671079582474, + 53.65810828660861, + 55.08327666905293, + 57.222534171524686, + 51.62301461380525, + 82.03019731608182, + 79.12020317893202, + 68.52200473954062, + 64.30462716231625, + 63.19519932386715, + 56.89940306890418, + 45.10161697462985, + 46.8069932859481, + 47.704548537911585, + 38.92183275824503, + 43.07632270276458, + 39.75778048089542, + 55.01685017174896, + 59.758296077427374, + 50.99593092454376, + 57.81296595731488, + 63.29533684334577, + 64.7608209022402, + 53.42132369525688, + 53.4559023295052, + 52.83559805882875, + 45.52619490696614, + 47.53411669378318, + 48.09206659620317, + 47.384208207389705, + 53.4854142534056, + 55.469746878309415, + 49.685769627712716, + 54.636464702977946, + 56.336150558291415, + 44.173891673553086, + 27.290667848793813, + 16.86019780953754, + 10.416244547467107, + 8.242683236735163, + 9.554681692335134, + 12.645327659700378, + 14.536428691244168, + 15.008725966234273, + 16.2138209037928, + 29.609778454901605, + 32.00657943815071, + 32.61600908049516, + 38.59772657783847, + 50.12483249710022, + 44.70157189014116, + 40.63099994190917, + 33.96460270220893, + 40.93531188175389, + 52.99468205354403, + 47.10992221789821, + 35.32297816877235, + 41.25790944812511, + 33.019490019834336, + 33.167916945344246, + 27.898177676415138, + 28.749764870629342, + 47.742657364526174, + 45.051099570605395, + 38.102187414028975, + 59.05415366367309, + 53.25910452528413, + 47.82558358478668, + 37.452671285390664, + 32.18974659660117, + 52.06437160054629, + 42.185858596823685, + 77.59264447897748, + 99.94407334110541, + 83.44662062928315, + 73.52484612587918, + 56.414020783558406, + 49.40793016401404, + 37.820852536449436, + 44.60927892171794, + 39.21725368146577, + 53.4718688001217, + 69.0631629527386, + 94.84090196526739, + 86.756624933501, + 58.52010464717946, + 64.36229223104552, + 92.85691137151655, + 88.27817101085758, + 58.691706350168175, + 59.67154417239539, + 61.018822398503, + 55.87426107206244, + 62.304020684222316, + 66.7769040436976, + 48.65556051221258, + 39.231039705165, + 46.81636658881525, + 77.46072365863651, + 85.6571141102423, + 56.06736164956603, + 37.56326198312361, + 26.197269830953644, + 19.342605523853656, + 19.55958448714339, + 24.928679462348473, + 26.958319915624877, + 24.3156056702798, + 37.42273444674701, + 23.683266099510202, + 14.631541940491756, + 9.039379055948569, + 5.584536069366273, + 3.450131133678875, + 2.1314939489559186, + 1.316838774644258, + 20.837135418779507, + 67.15352745853093, + 83.41534026794848, + 102.59744652712332, + 119.00290343014129, + 142.39829260789577, + 134.8885973019177, + 95.03117564454261, + 125.13576036152088, + 117.46936075113835, + 128.73394942001232, + 132.13597903037487, + 148.33413140437779, + 133.74375760380556, + 86.23134061516953, + 57.25313524354869, + 59.61719616836699, + 84.35687957003246, + 82.64785142020155, + 58.742413441436156, + 43.62742353485955, + 33.59446052885367, + 44.77116119751412, + 47.990354577632154, + 48.56123847476344, + 62.6946327131252, + 71.98624276937382, + 58.73311010872114, + 42.41486151134914, + 61.42174259428862, + 66.10492212367484, + 58.4425535989718, + 49.96336135907341, + 82.54540636207676, + 64.10447877528156, + 62.3943586726246, + 51.631355399285916, + 39.83909077839629, + 43.52084590542197, + 42.82785972534853, + 79.58921496929092, + 74.79196926545235, + 83.63690444176267, + 88.59768972899556, + 81.24097515832453, + 93.45774582720334, + 93.72772956182557, + 70.375736928688, + 59.07033067478819, + 56.76877023925211, + 60.918928326570935, + 71.76390424528184, + 74.94557797398126, + 58.391755902382556, + 58.00870228553176, + 89.00360092296596, + 84.30979517694621, + 74.694092352328, + 108.82962145562047, + 103.96274219481815, + 85.09896927838804, + 90.50403769950468, + 87.18840119427391, + 74.51574625678747, + 88.11756064857417, + 94.9104222747946, + 115.84227137713418, + 122.74691157760026, + 120.26012059789397, + 129.98702567478082, + 111.5563781590418, + 68.91962531287588, + 42.57860313908205, + 26.30509723529717, + 16.251311446225063, + 10.040074034313763, + 6.202766278158828, + 3.832074282517384, + 2.6413086378534305, + 9.455910980163386, + 13.90945491210433, + 45.81142542683298, + 44.2395113691441, + 64.52523471690259, + 84.10477894875137, + 84.51079044826567, + 82.30170481647228, + 69.27792333466633, + 62.02651917736127, + 52.84810219445591, + 66.74282685966871, + 63.23917733808376, + 61.54363880698077, + 68.8092495092644, + 94.80515165467594, + 71.96025681565372, + 70.10232750977582, + 55.141851564596266, + 47.63906461001648, + 45.064554531963076, + 63.73037873712238, + 60.73392511068079, + 44.12650264891308, + 39.78538432022962, + 48.68214416392794, + 48.76398709335574, + 54.86488566959981, + 52.98232287540605, + 38.1523231693099, + 33.65081196879895, + 43.3625340971151, + 45.44716251433488, + 46.605047169472144, + 48.160865308429, + 66.85699066762274, + 62.70264337942092, + 56.438614446762514, + 48.47441643494119, + 49.371837686035335, + 69.03097983886626, + 66.11209193264165, + 59.38804013722716, + 56.42154743648704, + 44.43899667339359, + 49.23850813040093, + 83.60163722565183, + 71.57534078338377, + 61.80550769838185, + 53.10610580137041, + 56.28216321123459, + 46.15864042178872, + 37.256917176126215, + 46.46071870670789, + 66.09745882217996, + 77.01681671271092, + 63.6752593440581, + 72.30891253418308, + 125.96478934826423, + 132.72744356635332, + 89.31689613496121, + 55.18005440222023, + 34.09028454404772, + 21.06100678739778, + 13.01150790706038, + 8.038520652146508, + 60.735970660937994, + 58.58138217620711, + 40.68352609730596, + 69.58679064942868, + 64.94572034747634, + 51.470339070650134, + 72.23898098044171, + 114.71395081224195, + 130.9386767301633, + 109.23975320267198, + 85.84047899846237, + 87.4927518787664, + 96.22695097705227, + 87.17006156120445, + 71.44838670536741, + 65.68682659453805, + 60.263972006645254, + 95.12018197199298, + 86.93096821706318, + 73.49194648011527, + 59.45838255450834, + 51.64833693985257, + 49.734540094328715, + 77.09378260862344, + 86.90306433876688, + 74.8275168748713, + 68.17645066782075, + 66.5622367277775, + 46.762218618954385, + 47.2119500761934, + 80.52302777871625, + 88.3012187677756, + 74.34668971680412, + 83.0984732597964, + 80.27957695168043, + 79.86766301952161, + 78.45813226031652, + 78.27258577029775, + 77.11277539657968, + 76.87647419989668, + 75.93880640166114, + 75.45328666138506, + 74.83955913337033, + 69.62392389077657, + 74.10807509482504, + 64.92554060006104, + 73.91703386879341, + 64.53486588553682, + 66.6350628300749, + 50.88361671604822, + 46.82651645876166, + 67.93799472010792, + 47.16438989941972, + 46.13452930304693, + 29.9081634681065, + 18.47728882950539, + 11.415284755048171, + 7.052372631137969, + 4.356961810035374, + 2.691734712129585, + 18.21373480128467, + 55.48138683926681, + 45.43070085163789, + 33.7543323857351, + 43.99599258878685, + 40.61356454716251, + 30.56951683790665, + 32.436399934099676, + 49.55037450668443, + 46.35196504080364, + 46.940745151000876, + 75.13787741953813, + 93.58165163583487, + 86.64630306714135, + 62.55464021265457, + 93.78715857813904, + 103.84337514816872, + 117.06154460668841, + 98.37914317936524, + 85.81536463341948, + 78.53804095972623, + 73.68751312791537, + 73.12877197485587, + 70.87108165527204, + 71.59198626292998, + 55.48824843481338, + 52.28504988797621, + 46.71965789523935, + 56.63440722325157, + 46.26978329700445, + 50.40131179367324, + 63.63681198857201, + 69.20595585369554, + 71.87355288170504, + 52.20259979531526, + 41.26462243869651, + 46.54369737954699, + 72.49592107249467, + 141.5204367062088, + 140.2042592752865, + 118.39237209246895, + 104.03004645429868, + 159.75811409533765, + 155.8696390441843, + 103.61393645318358, + 91.82984726135098, + 149.41508235145187, + 145.38624881948044, + 137.784608096773, + 134.83073061961298, + 90.32121754372572, + 67.3295668390706, + 57.367106763058, + 72.75051321583493, + 130.47522378101002, + 122.85253239090248, + 98.58082318356088, + 126.51990446614049, + 152.32557565691408, + 136.95474450029815, + 106.33913936914863, + 127.00179907605148, + 153.41157714891395, + 134.0224692344791, + 133.93066725025264, + 118.45309168279137, + 73.18042079396814, + 45.21092621139463, + 27.9313486683401, + 17.25601096479546, + 10.660778251451225, + 6.586237871457134, + 4.068983359025516, + 2.513821380150609, + 1.6510041527591077, + 4.853402466330362, + 10.247389313620316, + 10.823070750927247, + 37.38589823470591, + 38.095042503644564, + 60.807866571478066, + 69.99967052060705, + 53.13207330780728, + 56.738934669688184, + 62.71931467534465, + 45.04116854323259, + 43.50502492921809, + 51.30593888333449, + 41.09427715565646, + 34.55308323499732, + 36.53494442673544, + 26.41470441429542, + 24.16700811481065, + 22.174676280539405, + 53.61279735587586, + 50.84658657103046, + 36.16739703290641, + 29.187568680403743, + 35.09896393870902, + 30.89364487766952, + 23.952296343215785, + 18.493488794458603, + 16.088279360684087, + 14.047619899334942, + 39.8289540550995, + 60.90797970379959, + 54.542328172096276, + 40.97452775068731, + 41.86145059407132, + 66.19122659615398, + 59.89650658536866, + 48.39109076306588, + 56.09698992302863, + 63.648518570964235, + 57.691857597087115, + 85.22675722556085, + 94.70077232101492, + 69.31509928142769, + 54.01078620116903, + 52.274517316158715, + 77.2743379243259, + 94.20564272848286, + 75.20287263069953, + 83.08234464834, + 75.27241340832187, + 69.0008202970616, + 59.623738734398756, + 72.22797023138946, + 60.33931092928295, + 46.0035252930773, + 73.78524324164076, + 70.004315850238, + 80.66970033861955, + 75.77409339666093, + 68.13701982620216, + 89.91276061613095, + 97.8960768817427, + 77.37029827872794, + 54.84826372012991, + 76.112536219823, + 62.776282573583096, + 44.62332354747223, + 40.613890007879746, + 38.972483427252655, + 60.33318125890884, + 60.056646329699355, + 59.33233167637996, + 52.911390597293206, + 42.708310969417646, + 71.43099695878122, + 71.41643716684982, + 97.25833229655305, + 84.95607270905516, + 62.345318271597016, + 51.975710628397266, + 55.586775323720396, + 54.198969220025724, + 66.5488461818551, + 62.51019236289135, + 43.98515886406132, + 51.20281148971438, + 66.25263472568041, + 69.42756908764821, + 51.389171273892906, + 52.77434317590936, + 87.50062141129371, + 107.51188422569952, + 114.11922761910213, + 76.98233905142224, + 47.559754544637556, + 29.382456810454418, + 18.152506809258984, + 11.214634146690935, + 6.928410514628002, + 4.28037790901738, + 9.665841064906154, + 39.41326318951464, + 45.47171670166033, + 60.67361156654286, + 62.680501472519595, + 47.06383588731371, + 49.93320749198026, + 50.01441056698449, + 54.07222485574235, + 42.58977238897045, + 47.12124337154989, + 72.75825374815034, + 72.35741481325219, + 52.35862452212967, + 42.02148290489429, + 48.83843308372872, + 50.52457094447806, + 66.5466784338958, + 55.95409088787198, + 92.24134498007277, + 101.14293194104972, + 70.03499661969964, + 63.13620525431575, + 69.81829158704659, + 73.01616997958179, + 53.99747376750196, + 49.741702332838024, + 94.61436737763044, + 91.69850231087581, + 63.56515457203474, + 44.52788864215526, + 43.07990040917736, + 39.463014641589766, + 64.64324668624366, + 59.204267499747054, + 48.5310639306098, + 52.48594261510714, + 80.7624931960585, + 69.94745908678647, + 77.1311606029141, + 66.28552112052428, + 63.426312790840456, + 53.84655901948556, + 39.29208046934549, + 30.11225153303514, + 25.49088312464901, + 38.46420360384438, + 55.837521261491254, + 53.63174850649724, + 40.75605491097997, + 39.07147522455253, + 30.489253252996452, + 35.44216491723134, + 34.34989348492512, + 55.00381756368238, + 41.29977556302458, + 52.45464221779647, + 56.08456690095535, + 56.43341883983451, + 42.23932260002382, + 41.567955805987786, + 53.13854226750769, + 63.95261739009475, + 68.27219859971262, + 47.11912698351895, + 29.1102367284119, + 17.98432901103158, + 11.110733759899494, + 6.864220767293967, + 4.240721428516706, + 2.6199213055570696, + 1.6185896109928424, + 0.9999660383909544, + 8.53392991059621, + 55.1348031561036, + 88.24815240049367, + 94.80015040079337, + 76.36858489866347, + 70.19613993794614, + 59.079350542801826, + 55.350421005698266, + 47.869245458539964, + 65.60937064313148, + 83.12882776638503, + 77.2897127367047, + 55.92707977372953, + 38.859511921263945, + 66.59567693823894, + 60.699396681645396, + 52.714102721550795, + 68.20781295609795, + 78.4644360224598, + 60.75521185573274, + 69.4328012678103, + 93.82855545494589, + 89.61629501149315, + 66.89989648385645, + 45.344373666150894, + 49.326120437094914, + 48.439298860599955, + 57.85550901274998, + 60.97945395487208, + 48.12437675215386, + 54.499065479181, + 58.7128499859537, + 56.49802695869615, + 70.30998038526405, + 57.5274152655403, + 50.04616105575523, + 84.27693402536688, + 82.96813043360154, + 70.65718735667079, + 69.47549058849079, + 63.874947338154136, + 47.59341817332819, + 51.60364940295083, + 46.54675061195771, + 46.01537792720255, + 34.73626212200111, + 81.19268659626164, + 70.5245134898107, + 59.64835920585559, + 97.64015513202229, + 91.8251496393752, + 65.48520666390408, + 49.27960835125122, + 54.116462440566885, + 48.43209339184024, + 36.38151482855633, + 42.967949440865, + 44.87859525033904, + 86.72880285462816, + 111.90988296013553, + 122.5411465134464, + 106.96538667540216, + 113.05738538808842, + 90.37399711571712, + 58.57787482965162, + 58.64823611818971, + 40.185652919652426, + 24.826730554368073, + 15.337975253296547, + 9.475814157468523, + 5.854166046302777, + 3.616708762768718, + 2.288057253582192, + 1.7015264956244298, + 15.172863920710622, + 13.701893236451474, + 25.8999247831968, + 20.785230639560993, + 29.183795423484867, + 24.471124037630066, + 18.46291592168344, + 14.196470301319419, + 12.854683122783412, + 26.878563619865442, + 22.545805686158392, + 13.928817929636246, + 24.366356305276728, + 30.509459728542893, + 38.811819194798936, + 36.75091223932587, + 32.231041583771116, + 42.97686554607278, + 31.586357219360906, + 36.778018742872874, + 38.69605706614144, + 36.61122770465152, + 22.618447616250904, + 30.5262179276988, + 50.255830875870764, + 42.154715316944966, + 28.92049031511924, + 25.62374798226464, + 57.23643510360238, + 78.8734291505446, + 87.18439309911058, + 95.27241081893581, + 95.06819825605818, + 120.46906669861647, + 136.53235560440106, + 133.12362330510643, + 120.41977750884429, + 110.55373753732756, + 113.04468116085151, + 97.7196280147852, + 113.40194663532026, + 132.031400777807, + 141.72486720247923, + 144.76228875215875, + 107.65328074435104, + 69.29830142384853, + 53.2320094223747, + 36.32012934612517, + 53.43027755975612, + 42.813205074917384, + 30.7331858085685, + 83.05871441217259, + 114.38133767537329, + 101.89639321000139, + 87.47447130656981, + 73.37380302270905, + 66.7196714957705, + 78.69219035706979, + 96.11345408060033, + 88.67948746931975, + 87.16097511695038, + 74.8544228483045, + 63.7018014775149, + 59.0607923259211, + 69.66323881693333, + 84.73258989367936, + 80.16744799864126, + 58.340444443917825, + 53.760312575525745, + 59.06676427909785, + 49.54534806176999, + 44.770392899370655, + 36.418219942518384, + 61.53627608235944, + 48.61615719699896, + 54.45335477681723, + 44.95920612170089, + 34.11166695429948, + 47.33829898302135, + 37.93175695168702, + 36.85861798656335, + 34.872784420342846, + 28.281280012167752, + 29.646786101570633, + 54.045965493496425, + 45.333889614421736, + 44.66718732939333, + 68.84458547530173, + 87.77762418895955, + 65.27631817195406, + 62.52021121367671, + 54.83106145316001, + 54.2795090662922, + 42.16199498207747, + 56.7398843284551, + 44.11708289372617, + 43.664606122785095, + 40.087147683150526, + 36.29984435642914, + 57.70722741785205, + 48.404965177836296, + 43.95668523126489, + 33.38680716049925, + 56.94337853646498, + 42.34625998911268, + 66.54543084336267, + 58.36123290641152, + 42.803593868080625, + 46.70294265910111, + 56.31905956034845, + 43.78987811708577, + 37.30223743766438, + 34.24605037935517, + 41.86508458627772, + 67.19816188447645, + 56.365984497575084, + 44.42531856476344, + 72.40226333280181, + 93.21516947972965, + 69.31997895400748, + 42.825941959100916, + 26.45790336868316, + 16.34571520540285, + 10.098396757030557, + 6.579480273164678, + 15.56868175283525, + 21.538623803246498, + 27.815392630671305, + 47.34760971473457, + 41.524487002387616, + 39.0448790869086, + 43.89212548658458, + 43.18062879141267, + 49.94474468581134, + 88.21715590975474, + 100.25283488107891, + 81.86475243628819, + 83.59476251607671, + 93.52756000545249, + 82.0249210722635, + 70.05950925903431, + 79.88699874923383, + 81.87621981643183, + 66.27536505155145, + 66.39934435778864, + 44.79014221161822, + 30.287306059100782, + 30.28252549812105, + 48.608599527389075, + 90.73187819677707, + 124.7786741474841, + 109.79578322472989, + 81.91738000517269, + 74.2175578871093, + 98.78129714692624, + 109.177590726919, + 78.000238305313, + 56.513147202577436, + 46.847436212769, + 40.533035568294565, + 30.223332621465588, + 33.25110529938078, + 43.120834554095744, + 64.11325500342356, + 74.76846812572973, + 61.86000081890392, + 58.637764200907775, + 36.22646059869216, + 25.597478602286735, + 35.81527736209531, + 30.078134755742095, + 18.582297235578697, + 19.413686178329584, + 31.714319126160206, + 40.22884474050287, + 55.52251910707119, + 75.61239020762312, + 72.40512907329719, + 52.51797352380925, + 52.431194433290024, + 61.05129092846354, + 49.03779343340933, + 56.068122375961416, + 107.51681925689162, + 115.05552967410635, + 77.61151237529945, + 47.94845835928323, + 29.622598357761305, + 18.300866461441757, + 11.306290865999335, + 6.985036113776951, + 4.3153612523354905, + 2.666033852198518, + 23.118501918710436, + 21.767262048126177, + 35.60493442552348, + 31.301284831974918, + 43.98811547398934, + 50.46628555595436, + 74.1422853287637, + 77.43193692608484, + 91.09709322586869, + 86.97424808957336, + 79.15334836034924, + 73.19700508955515, + 59.45535543454637, + 52.25460432942251, + 55.800988880337876, + 44.19993584863599, + 55.7655867474399, + 62.198851466310785, + 94.09629348253648, + 92.15739494271756, + 110.59067028855333, + 102.79945895140143, + 0, + 32.18950590102656, + 41.8213275932679, + 57.33046561962837, + 57.66563306925743, + 64.8895898544981, + 67.79869943678432, + 67.2791161997879, + 58.12099813152164, + 46.74035548211442, + 47.15053156548409, + 37.69043472106105, + 46.46873494654163, + 44.91085684616919, + 47.79098115715249, + 49.42116084885324, + 49.42116084885324, + 51.67270403283709, + 58.765017219585516, + 61.03740534308, + 75.04598196938679, + 58.14028424418699, + 65.0061219773812, + 49.99961864929331, + 0, + 17.0242499202774, + 17.709623701483935, + 18.01114181931654, + 18.018810579486896, + 18.004281694283797, + 17.531504722728126, + 17.55340539958579, + 27.815216479861082, + 26.475514940531035, + 23.06823755646488, + 35.066755573751614, + 49.47853635232969, + 56.53905173198678, + 47.94177751847343, + 35.66041020249552, + 46.62378139972575, + 40.742256102720745, + 31.335696026856784, + 77.89553870579303, + 67.5077252605455, + 48.05259283602747, + 48.89274851936958, + 54.71680402045889, + 57.7459921138614, + 81.83350382254781, + 75.01875630929005, + 46.34665145638879, + 28.63300069070838, + 17.689492181016924, + 10.928583315537841, + 6.7516880678361035, + 4.171198631074991, + 2.576970062163754, + 1.5920542962915234, + 21.393428473157897, + 26.889633804812533, + 43.2329086459232, + 38.9335499495095, + 27.634817226407982, + 28.976214828281126, + 65.85882379500532, + 64.65090859946858, + 63.68144287262045, + 72.5871354879585, + 82.48387593762844, + 73.96526088348263, + 59.48216132142326, + 57.335689515498515, + 79.93518576177881, + 61.92809127605961, + 51.06916738034938, + 56.87591554116502, + 76.06583345044211, + 94.77130094467998, + 86.68608713753416, + 77.20909495896441, + 71.70987092361437, + 73.05439473985092, + 95.91822056515606, + 103.46047429551889, + 79.80503846850334, + 71.65583341713536, + 73.41444314486618, + 66.27489834559928, + 77.7797577912206, + 85.66997147653419, + 81.0710198767348, + 70.85566043620723, + 66.35814648813947, + 58.86135274795072, + 50.69236518890756, + 62.19908687010645, + 60.781401742160085, + 55.73441434113287, + 50.24054430596478, + 39.18256887280241, + 55.55596298784624, + 48.48924049903949, + 49.41786005316345, + 77.15439979903636, + 64.87332501565635, + 46.29136642174121, + 46.68571760617793, + 60.23636486594249, + 57.31214366480808, + 58.29778069322225, + 60.163741625506894, + 58.591080235465846, + 56.419267008591255, + 53.57271463831652, + 40.00258093163781, + 41.38481747915807, + 56.48431726877771, + 50.989786134300154, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0.3580007855540874, + 0.24977170288458725, + 2.027290858166656, + 14.341190562970676, + 30.065279447265993, + 31.466104616793896, + 42.18553173606512, + 33.75202247502738, + 44.582488201920015, + 43.78457334661777, + 40.433192624581416, + 42.569491062695235, + 44.09893873950326, + 44.14951112363993, + 39.909107678084375, + 43.69382476864844, + 48.61049464331991, + 44.52011123289926, + 48.48719840053249, + 46.29698540800821, + 37.367502878009105, + 69.84848648151211, + 63.23934877367602, + 50.99010891851218, + 54.76629080470123, + 60.29306354302515, + 68.62089749498827, + 58.40590227821392, + 42.47407309278583, + 40.594038732977886, + 39.42512397189978, + 42.006283321624124, + 48.43532205490587, + 51.65074443532381, + 39.65880187403716, + 46.16165745731678, + 54.407398099337584, + 57.985975405500035, + 57.77691257945915, + 49.98440603144152, + 48.32745563912823, + 43.63264654129853, + 44.92097165761791, + 43.53687558640866, + 41.42633068160532, + 36.43180388079972, + 49.07442263168199, + 37.88229384838439, + 34.85196195604425, + 52.254087733487886, + 51.09831037710425, + 41.640616740999356, + 49.411192443618525, + 58.040934918059484, + 54.18463191718423, + 40.92580847175002, + 55.16758396556823, + 68.14781105156612, + 57.92044274421351, + 43.146666886583034, + 41.63445974352549, + 39.95059497846035, + 34.32403534314961, + 41.30263972996238, + 40.038041126981526, + 26.23870408965884, + 16.21029370437786, + 10.014733238512203, + 41.93306795734239, + 78.28727137405454, + 104.38810807598219, + 120.68600568774609, + 104.84397108534883, + 92.760922223815, + 99.61796435129712, + 108.14274932245701, + 86.03414654461344, + 80.14494980190554, + 100.72303766471438, + 86.84215672827726, + 74.83817580402919, + 66.41460960318723, + 70.80627417475188, + 80.23249578798588, + 93.37828968831633, + 102.19676525854621, + 86.40115004525073, + 79.9791892619428, + 100.65998847095628, + 89.07960924060673, + 81.87786528787473, + 86.51664233372878, + 82.05272176074372, + 81.0281117291537, + 69.26018759177316, + 73.9646809597023, + 111.89850721233904, + 107.53981728241507, + 90.72166453786983, + 110.63778449210933, + 119.75101387163423, + 127.41304076367932, + 131.0095989029171, + 124.99082308446008, + 130.63933717873027, + 121.41456173804372, + 128.18450373399455, + 141.03975997307987, + 139.6119633286054, + 146.88200668289926, + 142.86203516968416, + 120.75532050086862, + 126.79366869523065, + 132.80137871832298, + 155.09239959376254, + 140.22719194732517, + 118.65767882716588, + 114.72584679846996, + 113.68915042532903, + 147.6863700357418, + 157.58372989651315, + 171.93197207250364, + 158.00312281114006, + 100.3553161806454, + 108.00795809050047, + 107.48905400944, + 80.26593106837969, + 49.588360485630226, + 30.63573128626579, + 18.92678084640968, + 11.692981305414898, + 7.22393379615417, + 4.462952443706719, + 3.09285208049593, + 32.336836869070666, + 33.623131477449384, + 86.47743440251054, + 82.11434074806338, + 80.28592410285052, + 75.06794213223449, + 76.41286107455275, + 68.71421785332944, + 58.85569088565042, + 60.16638051576483, + 86.40344857684542, + 111.17677368177239, + 92.80732497366871, + 85.36712762891008, + 63.90217172192285, + 55.139855740409445, + 47.76713136458561, + 45.870311926229526, + 75.80977180487513, + 88.76523500019384, + 74.9509689886426, + 72.36779495910382, + 70.9075239776214, + 71.29184772674493, + 69.76346668176458, + 63.91813078406384, + 65.83581001664764, + 99.67862060159557, + 105.39412891859031, + 88.09560392685124, + 76.48036864882513, + 114.03960888256107, + 122.31898273473931, + 98.89091917556772, + 82.55297201243991, + 79.08995592455368, + 61.799829726353856, + 66.98790666165398, + 55.08318871079665, + 52.603553464013764, + 38.83360086107983, + 47.599690939152, + 46.07723464877681, + 70.51338109069314, + 85.66596320761248, + 73.88440844771526, + 65.26080630352968, + 68.07292213000171, + 76.53847465037133, + 75.81307006290615, + 73.74227522683447, + 59.468378627462855, + 60.52715560314965, + 55.02422736637785, + 52.53144466032332, + 55.39971889488686, + 50.373269539272485, + 50.520695819743565, + 53.32874401626976, + 73.52915095005163, + 109.23425116441838, + 106.12305554756658, + 94.87879117284507, + 76.04286793995269, + 84.32080807660626, + 89.63592085555946, + 96.00990313492704, + 97.09312760960752, + 117.16510241347962, + 115.29092148804696, + 125.3918127989909, + 109.57495801527585, + 110.17378892001358, + 96.01892947878903, + 106.74730393978204, + 92.42377026681294, + 120.77598954477433, + 136.09969624814053, + 129.75144997239406, + 111.3885901848511, + 128.4693326607349, + 126.93187071729992, + 117.5035964496276, + 106.83856813961792, + 125.8136408896002, + 131.40196904319117, + 132.09013938621143, + 116.98605662188253, + 116.88457842408039, + 106.6733207159832, + 102.7571914588178, + 95.19381916032746, + 97.35105136356196, + 129.21076968393518, + 118.33918258075086, + 111.3890055365743, + 104.75518077318813, + 110.25768276430728, + 97.29557738412383, + 60.10929046435915, + 37.1355707758847, + 22.942387211647894, + 14.173826333402982, + 8.756601964571145, + 5.409836141792324, + 3.342201369829622, + 2.3213505644484167, + 5.587474010983442, + 28.7361424520636, + 59.49071354327297, + 62.23984809923582, + 82.96075521309312, + 77.94392515537422, + 77.47612279065315, + 91.19019926062396, + 118.38187329806179, + 123.11434597266806, + 85.50770840148417, + 75.44795471842708, + 89.84396805506987, + 110.55763284809122, + 123.14390497334625, + 133.3912614802698, + 137.9215325624523, + 141.83714636905904, + 146.77164074631145, + 156.82051436067002, + 162.49945307150355, + 134.09683922885642, + 105.50899487098981, + 71.64085495920396, + 58.643107629891055, + 55.3761646418844, + 47.04035004773916, + 62.41338827833635, + 44.022847544793656, + 44.32868786381378, + 73.1200868219645, + 69.93429236935748, + 65.56672153543175, + 59.76154342999006, + 44.630040179386214, + 53.744152976567506, + 61.7044225680508, + 66.77308627031476, + 92.13103520334572, + 85.60404861849868, + 60.793013923653824, + 66.38486187987354, + 69.44686876711133, + 71.34288921227692, + 71.90353321878821, + 59.98476866921882, + 44.22691838986762, + 44.10141203126563, + 61.60783905532547, + 65.54884825472455, + 90.65991305623905, + 81.39554581418393, + 70.26197060662217, + 74.41194470237468, + 105.82490198854376, + 101.99445409837114, + 120.53747796790064, + 101.79896795345685, + 121.86743952289319, + 132.62519180908606, + 137.63124273626522, + 140.3370209812433, + 142.83166911803508, + 145.32037188513914, + 149.36811970723534, + 159.02438476859382, + 161.2270475197119, + 122.70973797927644, + 85.27983644743303, + 52.6859554934739, + 32.549428116824984, + 20.109064376057308, + 12.423397075643045, + 7.67518528026897, + 4.741735994412649, + 22.8988410054298, + 21.538046641203554, + 40.80975985499756, + 42.96206267347335, + 42.51136237005479, + 33.956199710177806, + 51.61953327060682, + 48.20617295124514, + 51.56811667421714, + 75.85790253717535, + 74.3210594073209, + 82.4852722114313, + 80.92138642918744, + 72.7810039993442, + 67.446875826695, + 61.67195433632882, + 45.88086840628886, + 35.57665694093807, + 49.65606231964843, + 51.107369660861615, + 45.69152226712619, + 34.62425307512462, + 48.83179575612685, + 43.922734065071126, + 34.314814372107136, + 49.49357574425311, + 47.73780750335287, + 48.04132631243937, + 38.31023431943039, + 30.86600166383448, + 46.327925355329135, + 37.17508187842504, + 30.688418943782374, + 53.81734862364113, + 74.88918643871065, + 71.98168000651887, + 52.888959098039216, + 40.24658568629642, + 46.98634080158959, + 44.94468198685445, + 74.47425830693699, + 71.83230860874603, + 79.78559395130432, + 78.81411890684494, + 64.53661061709697, + 63.11866759543473, + 59.7320767047122, + 57.906815033610016, + 64.18172742995058, + 97.33973422888907, + 94.44104182069762, + 86.71207091496436, + 60.599583450393254, + 44.444456282203255, + 34.59038074814967, + 42.89133629552277, + 87.0201357476338, + 82.62966088314582, + 72.20284267193787, + 80.45320508519164, + 79.54731351614207, + 100.58299929983616, + 127.36537461193956, + 98.08140752043927, + 60.59477699097634, + 37.435504764967824, + 23.12768668521752, + 14.288304505783993, + 8.827326676839535, + 5.767003891913154, + 19.41073191331883, + 34.61968842528028, + 37.74831342482159, + 47.53637006592811, + 43.50762301165295, + 69.61004133557468, + 96.26618067131106, + 87.06315866076976, + 83.23670758518138, + 83.56396409774236, + 69.02773228366465, + 51.74915471885207, + 47.08182726465536, + 64.65083611884126, + 64.67445826810496, + 68.54919230904672, + 62.76411433290416, + 88.90791458253028, + 71.2411193362792, + 54.54157204612753, + 71.94571227027657, + 76.68711705267395, + 57.34094009709208, + 45.010426172997015, + 47.43357325991579, + 47.26255609920429, + 47.130613451402425, + 101.66175882983501, + 91.77257673317825, + 78.29485621932321, + 61.57394321459787, + 57.175009798928926, + 50.958896077054824, + 39.75754923472561, + 48.15836015340544, + 39.01304309099148, + 47.360094517774236, + 51.64107295284887, + 66.15656213303447, + 66.72135736171846, + 63.584274902938546, + 76.4458351275495, + 68.18366609532788, + 80.15749474555264, + 75.70758030056929, + 77.15481752924907, + 89.51869880919645, + 107.25063938856675, + 78.5189159388989, + 62.966438957760545, + 70.45175466733356, + 65.17481344288296, + 55.817763177492466, + 59.425400787318374, + 66.530991128545, + 60.567472550252894, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0.34657778292297314, + 7.2446174060380315, + 54.962890400484106, + 84.54550841401445, + 104.26259210264041, + 84.1899809617984, + 62.49132669939702, + 64.76461038273862, + 68.02225631796274, + 59.8852300355738, + 63.93378419430877, + 65.94230051444144, + 68.20960846110377, + 118.21755645006805, + 110.11013602461296, + 88.78235984837785, + 87.42021118276068, + 110.91693311147638, + 92.79088446673191, + 77.8671270034025, + 70.15812440868255, + 52.15566997170391, + 53.573116188824244, + 42.11992114699338, + 53.51035890630082, + 57.86360521428795, + 80.77691702953572, + 94.94410215818507, + 85.70838239439985, + 60.81237262511121, + 91.97030568904383, + 81.8120904448585, + 71.19629587509333, + 77.85927861995509, + 97.23609295258667, + 79.4914118626606, + 83.86488904903351, + 89.96316779956659, + 98.64625647486513, + 103.70338466133188, + 91.00231117542124, + 127.79685362425248, + 121.2030355024683, + 127.31027370101327, + 117.92710843613764, + 96.93573600713971, + 86.51298584965411, + 73.24025607540537, + 75.60598060998883, + 90.44861988373052, + 102.47900034906017, + 120.29397259269913, + 106.05387902377933, + 81.00460805753181, + 85.71128073396403, + 108.4384856787271, + 118.69689171778091, + 112.57259606094615, + 99.15621737091548, + 85.85180744616018, + 107.47572246997089, + 101.95210386625527, + 74.8610721642016, + 73.69271604708314, + 92.70657822422409, + 79.78020810096315, + 86.35322086079783, + 91.44428479485005, + 80.77780882794627, + 84.83396402926104, + 93.98757210449844, + 65.96056266310856, + 58.16519796397115, + 53.528438812218965, + 57.15937723426702, + 61.52957253581708, + 68.41649992500089, + 71.86870136334905, + 56.89856596170425, + 60.81104900368716, + 68.07863061147779, + 72.12866761804476, + 85.20532146044187, + 70.82823612264164, + 99.8527501468215, + 118.26707860445555, + 81.20102616018322, + 71.39705278166382, + 84.6520621976752, + 95.17930881401053, + 80.1236874793322, + 49.50048227532893, + 30.581440053195305, + 18.89323967644038, + 11.672259542078839, + 7.211131873139896, + 10.140699366398211, + 25.901357934342247, + 32.540880391797636, + 38.06501696476029, + 30.391189764411813, + 18.775702886209242, + 66.03301815630941, + 68.98823699043682, + 59.6082557871551, + 50.567435882591994, + 62.35712971769162, + 68.98865156264226, + 50.9562707987642, + 38.9302704234039, + 89.2214153354404, + 80.34866353725813, + 60.64221792597945, + 48.35959837393661, + 49.67942200937248, + 39.66415522869435, + 24.504548837325228, + 42.48628467782802, + 42.13265810913152, + 35.13504151470997, + 36.93281425149543, + 53.547161399167294, + 61.33617574230119, + 46.08999548012682, + 65.45952457688934, + 124.22147489444706, + 111.86809190227265, + 84.34486587654025, + 71.51946611780362, + 106.95218888924471, + 87.20516773140665, + 78.96046296037272, + 99.8126359575269, + 129.39167548183167, + 98.23615200593306, + 76.12463179522601, + 101.33075502332068, + 74.30352228548068, + 73.31840480905265, + 70.71790047157764, + 111.76956573702866, + 100.6544807358905, + 78.94011951353973, + 66.9365603254138, + 103.55562668510521, + 85.61034685488578, + 71.54446789083569, + 86.22136599774069, + 110.24112705474855, + 103.82577768881566, + 74.0153238070832, + 60.6438010699804, + 58.607350152221244, + 100.76094458674986, + 98.25527553543749, + 91.18793808165141, + 73.42736412748843, + 45.36348801288542, + 30.482138022833393, + 38.26469874192283, + 35.73800928930346, + 38.39668403057904, + 52.17808369908208, + 38.062200602098116, + 37.75186823756471, + 40.39328544886328, + 38.282487140865896, + 40.2981334130621, + 41.92133687875936, + 40.09485159572898, + 86.01041734550809, + 77.45698785444254, + 47.8529929788643, + 32.44775811703104, + 37.589039593799015, + 34.693043531971234, + 36.28770484253161, + 59.74024531888956, + 63.10416359120694, + 56.65486879653175, + 51.31831671157159, + 41.01564669798637, + 48.265330260514055, + 101.47520907146047, + 114.51124754469585, + 150.70659216886926, + 135.71935864834134, + 83.84753521140892, + 51.80107857158944, + 32.0027504018373, + 19.771326418751663, + 12.214742278350718, + 7.5462781690268015, + 4.66209707144305, + 2.880247536165357, + 15.305129893757623, + 39.442843665377275, + 53.76793092439501, + 72.16135102494266, + 55.77102214415623, + 54.99828233042819, + 77.55383096953565, + 77.08836986466564, + 52.84122422119493, + 55.66951117597961, + 68.93987178941799, + 66.150060460258, + 73.75721917937058, + 78.79662243574184, + 86.13464547416464, + 64.96869524426702, + 65.18308832662234, + 49.49853690683693, + 56.37427391961904, + 69.65745086513627, + 64.02742927786382, + 50.245155525261666, + 69.51055646260426, + 57.804946904281245, + 46.13396403624643, + 54.71870288700754, + 61.10583694794036, + 70.77471066917272, + 52.22766923303968, + 50.39574101534734, + 43.78195937475854, + 50.06248088903528, + 60.393242916347475, + 55.61457845818463, + 53.44826981724214, + 36.17544980037312, + 31.00883573236238, + 38.54832401265961, + 37.54068287885419, + 26.438611373038157, + 25.902978342166616, + 20.34559104049431, + 58.24027611451543, + 67.19305532227241, + 61.414300441008685, + 54.18637768279701, + 48.661022878944436, + 44.500823689771, + 54.258473624240416, + 48.510957742499045, + 42.14992012752508, + 39.02545524571403, + 37.0216185706715, + 31.306836401878144, + 28.510448240776157, + 29.07831877323884, + 26.439985104801696, + 24.244539328915266, + 20.29929400897372, + 49.59462522549198, + 44.034719802562726, + 33.46298958511639, + 20.673463428213353, + 55.46290518021358, + 52.03433887037345, + 51.50999700932099, + 56.97938362214961, + 96.41617530563477, + 91.66192894129038, + 67.48003080805121, + 67.4097714128435, + 105.35156915682732, + 101.49198987772924, + 71.18922665952185, + 69.8125826064146, + 114.83863141238386, + 111.97151504008299, + 75.76973003135478, + 71.89433820145202, + 123.21006200084538, + 121.73554059210717, + 81.84219300343737, + 75.97906436498246, + 103.56382928763544, + 103.56382928763544, + 91.64687778487709, + 82.04093473819958, + 102.31436269195743, + 109.06217773878589, + 94.27861789443968, + 83.18752556592544, + 106.47319322881661, + 114.21535049348063, + 96.43584027074968, + 84.62059865788724, + 113.51013509375441, + 122.66569548700214, + 101.51851641837071, + 65.4963953849791, + 40.4637287779396, + 24.99852605614015, + 15.44411066041499, + 9.541384702261615, + 12.00058405557918, + 36.40127532668364, + 80.20582720270608, + 60.15031446299168, + 44.62434406273224, + 61.13362032718053, + 61.096524327803486, + 46.382241585050615, + 47.42905810758427, + 64.53433947909869, + 55.2509196438294, + 59.64321407586094, + 69.23185204088924, + 103.00863833293116, + 114.6774977988664, + 81.67055450304902, + 62.342209364181635, + 120.3464482575937, + 112.36451695533047, + 80.11121100821482, + 77.14652869509658, + 82.72534900395891, + 64.86599757604351, + 57.32536301134528, + 65.33478231098701, + 59.1632735570216, + 46.2512402049137, + 68.84361779753789, + 70.97649454863868, + 63.45806466294465, + 45.751861451715094, + 77.96477308362918, + 70.95709041599378, + 52.366974559232425, + 62.634064836827, + 58.81979075813992, + 60.41026158498053, + 78.86123643278495, + 73.63079564511251, + 68.20624624109345, + 58.39461379308638, + 62.97786924504894, + 92.309535153207, + 91.15585601508887, + 68.14767447023583, + 50.466721308483535, + 89.88625449400105, + 87.74769340084244, + 87.41703822445555, + 72.18542630978826, + 63.681498542949015, + 52.145327918175795, + 38.47117404623834, + 34.801316843493055, + 44.36020143523647, + 36.40699295182145, + 31.35090283792763, + 27.283735209415248, + 26.149094156953172, + 50.99068737916211, + 99.231526912258, + 126.9025232920354, + 99.50588141805288, + 61.4748181765331, + 37.97919495793914, + 23.463578948880365, + 57.65679856114658, + 55.21116222235271, + 76.41993104932865, + 117.24398816823368, + 104.79559608610988, + 78.71768577009249, + 128.6157830776429, + 123.01207736481844, + 98.92292921510598, + 89.98103936722393, + 111.70519181823519, + 107.08169418938728, + 129.69846265667115, + 124.04758530132365, + 90.13798278193383, + 61.016146340185486, + 45.663251086832354, + 45.78538539488531, + 34.512619448514805, + 101.06130664557347, + 90.24731856474044, + 67.73953381724564, + 49.8175153903373, + 32.06051375433126, + 71.27890358105968, + 68.17332828039909, + 63.112215187414854, + 52.620955921142716, + 42.601856488199296, + 81.39223263072604, + 82.53483189497003, + 98.58537488076428, + 78.07474714803575, + 65.6279336041157, + 57.77040715458454, + 48.05072124309626, + 49.379440109925206, + 49.80856935422422, + 50.27785899728457, + 50.23985529408796, + 62.63338198999267, + 55.9313446941815, + 93.38302180057545, + 114.07837839034292, + 132.45848923023686, + 140.17571540280167, + 142.98513565141002, + 121.19998531765273, + 94.52296659778312, + 102.32440196983045, + 121.05020257697682, + 131.6535146190283, + 134.83707393712993, + 97.8055581625949, + 98.63180396887056, + 94.33448065332627, + 110.04477447802975, + 105.25019548738791, + 113.80234410594893, + 94.88477175359856, + 77.51539853049849, + 68.78642217040858, + 64.09172554280273, + 90.01785979606925, + 80.38556732719456, + 94.99986389090232, + 84.21168939111156, + 71.24084716662068, + 89.04816766125546, + 100.05126633669161, + 89.08108086417843, + 104.32536547746142, + 104.36508212325664, + 99.81796362100847, + 76.61960289440405, + 63.97916661124207, + 56.04495323628788, + 49.72033790163481, + 44.44588572669736, + 41.67049775235718, + 34.30027730327514, + 60.051931511191995, + 57.43550805504227, + 46.669454733186235, + 49.37579157368992, + 50.10125850191274, + 51.09089304526933, + 51.4850200884183, + 51.601257346034245, + 51.438046235465116, + 51.41551149205785, + 51.16913186146078, + 50.960210475744624, + 50.75402711184262, + 78.36876568367038, + 73.24978624624212, + 62.49206166662062, + 57.62359099245112, + 85.73455960697187, + 98.63975922866956, + 118.8536684448663, + 95.1880317762557, + 99.26595149609913, + 111.87362183091916, + 99.90267020566456, + 61.719954627015206, + 40.81606790395283, + 27.56838555663329, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 15.990146641834631, + 38.69293442653058, + 59.30795244349086, + 67.46718956143683, + 72.82719058179467, + 76.34830542659398, + 79.38616350558763, + 80.59817112046588, + 81.30382068086374, + 82.1831303079495, + 82.49444945374792, + 82.8705938074614, + 82.98000688836994, + 83.449119053494, + 83.61773830678365, + 83.84607449901041, + 83.8785079795175, + 83.89981432055143, + 83.99635428705794, + 83.89023028002107, + 78.1463455446575, + 79.15160098835618, + 79.94035646589525, + 84.37697440590826, + 80.7979447005783, + 53.878491512884786, + 40.46761362117281, + 48.489089347355964, + 44.92349222868835, + 53.971205141643416, + 85.31297683717592, + 114.59807121558448, + 98.69624562586765, + 68.6608078619729, + 58.557998465580475, + 57.55305388233063, + 111.25251443205373, + 107.04779240054371, + 66.13421719641966, + 46.04338689064983, + 72.61031238190309, + 54.58534286113576, + 33.722871248123475, + 64.5200320946067, + 61.33857289400263, + 37.895022506506024, + 36.389942128902014, + 66.3688841078609, + 49.35836897247793, + 40.27588933629879, + 33.210906342123266, + 62.09032999334532, + 63.5155224396319, + 114.82397806329246, + 131.57209678365084, + 96.67336528688362, + 89.45133689594242, + 81.02334494106115, + 57.63196638361441, + 56.179773828039636, + 44.42691691527354, + 60.420000335820845, + 48.97425683022509, + 63.75363774667535, + 100.28267580178598, + 92.17738882126456, + 68.34326257929182, + 81.11796783317651, + 88.8385279810551, + 66.38381901350229, + 68.53190252709791, + 51.37665115039657, + 39.66613748973026, + 49.15316984789554, + 62.924395982304596, + 61.5992307796063, + 48.46078738882957, + 63.5671395651246, + 63.3572049099194, + 77.2035110357782, + 109.26065748273047, + 86.81484001094246, + 61.303748995005506, + 55.94463276099975, + 73.28251110835639, + 122.91039912565992, + 109.23115149151052, + 74.52658198026194, + 69.66723140414818, + 85.6541024020317, + 109.30792242883358, + 105.7857724617957, + 75.01419435499044, + 66.60986370460238, + 124.2195040156585, + 142.21068295966526, + 112.00138205017744, + 76.54131017601773, + 47.28728653028786, + 29.214125839436754, + 18.048511792187437, + 11.150385936689363, + 6.888717915841598, + 4.255855787725906, + 17.3141472620593, + 30.245076155074653, + 42.38265021037843, + 49.42028923460561, + 47.11966701573388, + 60.19668997914995, + 85.58894969623445, + 111.75968270321891, + 98.40789590606406, + 87.58276737254602, + 71.37223173058992, + 61.326705314178035, + 56.631888981070425, + 97.88578413253308, + 78.16734248202094, + 53.73942253480469, + 49.79733581689895, + 74.48398362734228, + 68.62891632646806, + 62.23670303335753, + 65.6994204285845, + 78.01811930650163, + 74.72776071110054, + 67.37444355361502, + 90.03220673010694, + 98.82593228819667, + 87.38336108528567, + 80.93950424636087, + 106.03738684850575, + 116.22967996096278, + 89.8461887739177, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2.278930544860779, + 5.8546788750387435, + 15.87215095914201, + 32.963691474891746, + 32.29586358770488, + 38.64575644571028, + 36.799022606205504, + 70.90861279103643, + 66.92691543148143, + 74.89672648455922, + 84.74419853003043, + 70.2223220949109, + 58.25293506605738, + 42.75896863327825, + 0, + 0, + 15.868447434070376, + 15.868447434070376, + 32.87905207953464, + 34.52630815415324, + 54.97330460418258, + 50.75170159902262, + 66.55147253019308, + 64.20927278597193, + 74.2417623633037, + 52.81813321022805, + 44.16716713119252, + 81.30997301705375, + 79.1854934702674, + 55.637372737460566, + 40.397437813305274, + 75.56574641135163, + 84.75121789331084, + 81.19134069026491, + 59.81359127581675, + 61.57560798350762, + 76.77296494265917, + 54.103673021833856, + 47.498669901975106, + 96.77398765405225, + 109.34217489027044, + 100.47695281064004, + 67.04697637813236, + 52.31044141367031, + 67.53717220037585, + 87.01814370932861, + 96.51150337551886, + 89.86800672085404, + 72.20125355669589, + 52.56682695360871, + 59.00752148285375, + 66.04645106240565, + 81.5962715481228, + 70.66975228741988, + 70.2869759194212, + 78.96308644596866, + 65.4333508388324, + 60.871651143006275, + 63.17566883284932, + 64.34854441700342, + 65.53423288508732, + 55.59893751762624, + 78.35812224708475, + 78.01200826495351, + 64.32336642869814, + 66.07203794543413, + 90.95083178827139, + 65.7888496729734, + 74.54502457399207, + 54.247368221155284, + 48.958527418491485, + 67.6819827896671, + 58.110245442270624, + 62.38269134516509, + 66.3541979958047, + 67.26058089742965, + 63.867045743020796, + 79.35928991439512, + 112.72787319704109, + 126.86362108086206, + 107.96842948345288, + 87.40508973647187, + 64.91303777481302, + 40.10332995019402, + 24.775871353815432, + 15.306554395935946, + 9.456402325065588, + 5.842173399733171, + 3.609299695517462, + 2.2298284218433886, + 1.3775898956342356, + 0.8510762092559025, + 8.443271915089285, + 28.977618114876684, + 36.9417387432337, + 32.67260035446238, + 23.479132519895714, + 36.52989792175188, + 50.51052302751232, + 61.13849118726914, + 60.36960375921291, + 63.60299832105784, + 59.37594801986981, + 52.775744224471964, + 62.812772571417916, + 66.10212822631246, + 69.11067180459857, + 71.2965984754992, + 78.35665549080021, + 69.68692882667564, + 65.84116388046267, + 71.46774407634811, + 74.45757118420273, + 66.51547123909027, + 59.60068407833471, + 58.67509761395388, + 58.40837025809607, + 55.52827486884653, + 71.33565233786359, + 60.60801780819302, + 47.21134638213878, + 44.86587341729602, + 33.42607719960247, + 35.36838177557284, + 39.65585853974717, + 33.504591894733835, + 59.39478896084924, + 71.60103375579975, + 55.37436374974984, + 43.576854547271566, + 57.64765651991991, + 55.202407960343635, + 41.03807041433077, + 49.413779362330075, + 114.94409683290303, + 102.5210844385071, + 71.70282788115492, + 78.82460739303104, + 104.28103090617324, + 83.29084246989513, + 75.1718968204745, + 66.58138397751786, + 69.84307929461278, + 58.70517940838903, + 56.282795934937575, + 53.109786473652534, + 66.63792197666746, + 55.409256850266715, + 81.26038135821231, + 78.84214627532762, + 76.87226259597287, + 51.972303156791284, + 67.31881277345155, + 61.53533701295256, + 53.59977084320646, + 47.868937919157396, + 45.85353481878578, + 59.870080713084576, + 56.44023132990622, + 51.58618326049393, + 39.76354970954583, + 53.52183609808207, + 46.9959138763533, + 46.900962272943524, + 62.31770545504556, + 51.895999997876274, + 57.73714972873302, + 63.41967105844037, + 75.43076733927369, + 76.52099884696555, + 60.0383305232311, + 56.66702691557319, + 43.12997714394977, + 34.84802359179073, + 38.870309033788295, + 51.72514583252066, + 56.04065147448119, + 42.370216144630064, + 40.46466533616802, + 65.76553331653888, + 77.10306234791115, + 72.3000221613531, + 44.667015187326676, + 28.578912552214, + 24.07765226237793, + 18.59652798300449, + 29.67112031100212, + 36.809933765218084, + 50.36194496361079, + 42.60125060752794, + 32.35194001986207, + 27.383793153933258, + 60.06872113826861, + 59.27843368159185, + 45.70846750414538, + 46.39260725955169, + 61.76807332978689, + 44.787356536935086, + 30.39387075998929, + 44.31717618618515, + 77.30228884620273, + 100.01947270309142, + 90.38880782380589, + 76.83126370472971, + 78.93091561299535, + 77.89246979009566, + 53.276193326962215, + 47.938165980811114, + 95.51575285175234, + 91.0265174774352, + 65.03977004582372, + 55.18083699654102, + 44.598576979174474, + 27.553038791830186, + 53.71049714149522, + 66.53804418528568, + 42.1598431658576, + 26.04638696765551, + 16.09148002282553, + 9.941330044990128, + 6.141762157566268, + 3.7943858849271836, + 2.3441748270889966, + 1.4482332020542978, + 1.4552026617621883, + 9.091494509550344, + 27.597539980587353, + 57.9580386823967, + 52.89016181800476, + 57.979960390076045, + 57.75476618838169, + 47.003418537644315, + 55.20138019151618, + 62.34808760962231, + 93.10946113362465, + 79.33246340750075, + 76.4961575347037, + 73.20486063582086, + 77.64538318773332, + 58.203875163804625, + 56.52874505173934, + 89.5124700879419, + 91.86544719153656, + 87.52509436853929, + 88.66332687256877, + 65.16693748999927, + 47.303412384469446, + 51.23864995054107, + 71.6241179152639, + 65.78398070136919, + 62.5438450530795, + 74.23391903453575, + 67.7428719014565, + 75.12220526615043, + 73.42325475844876, + 88.90484039042785, + 67.20939842448696, + 61.80475559567614, + 56.400520081270145, + 42.09487119396157, + 35.18720119637297, + 60.53264591323059, + 76.11017295947774, + 91.41632065378437, + 83.42283662635023, + 113.87463096227602, + 90.58995020679454, + 68.44542767066889, + 58.31785857187355, + 51.08279858548812, + 73.40149076166857, + 67.23852076053366, + 75.32089453866352, + 60.42600500211316, + 54.280904308467655, + 77.36426273783418, + 80.3261491839038, + 79.65900716987508, + 102.69952458467087, + 123.00033507743143, + 89.25857588211964, + 92.65810558217606, + 73.63624447057768, + 65.36126077884096, + 63.883062065280704, + 83.66677695440414, + 106.5453256900501, + 77.23930333236866, + 65.49564913044023, + 61.30684649403037, + 58.37901399040347, + 53.274326856505716, + 68.84051515195233, + 96.76251838298114, + 102.3472101744749, + 101.35812680217228, + 101.92436770558643, + 75.70542046908287, + 70.45950658043942, + 78.12567860949225, + 71.29433427588526, + 56.54131227914766, + 55.26258396090351, + 56.26157895173408, + 38.97031344716241, + 27.42697602066015, + 16.944409114055848, + 50.471790618682725, + 63.51437673302036, + 72.0064459871202, + 79.48309608988602, + 82.06685320243955, + 83.122814124736, + 84.57215382369968, + 84.82877719103348, + 72.58527143554744, + 110.75666013418564, + 114.8853461282924, + 112.5484493100564, + 108.59824668712267, + 101.99581112595115, + 76.01211380760515, + 70.94738837304492, + 78.49835180780406, + 71.63442076279965, + 56.630847396905544, + 55.82883533401592, + 54.29136837475908, + 46.25811321958457, + 48.66124876101518, + 44.40628737179773, + 51.059729452272016, + 57.676233493611896, + 62.07749752624803, + 71.14337537271716, + 76.75610940849293, + 79.59818705546749, + 81.36449254385376, + 69.55080401423973, + 76.54378564763513, + 82.77019593854402, + 80.89827982646844, + 57.42133746325193, + 57.46413031154011, + 79.45728847995295, + 84.85027194712413, + 83.8858951312912, + 73.11853551921664, + 79.00079160784271, + 84.06692666739269, + 85.79752141697284, + 86.44134594875271, + 87.18708804761881, + 87.26051502602293, + 79.63041650425185, + 58.676034503712735, + 57.34902768519856, + 48.05125019202661, + 74.11623676790214, + 80.8350806211646, + 84.40945744878893, + 119.16366664355586, + 94.79750262615497, + 58.565977754105006, + 36.1821108707982, + 22.353338871303528, + 13.809911767712908, + 8.531775236353948, + 5.270937997869451, + 39.855644567428065, + 77.00985106770979, + 70.19151562478226, + 55.1284080616191, + 54.38158016674973, + 93.00595862742699, + 72.66422244495111, + 85.91480535617961, + 88.806172501907, + 106.0387486267854, + 87.30381239930186, + 73.55403045748038, + 107.81565361390821, + 100.3018851042639, + 67.46497808014024, + 83.29026584369235, + 105.10763577668568, + 92.32458887963831, + 81.10444903692037, + 92.20677495267981, + 109.04405333471107, + 79.41492922338227, + 88.95819619141099, + 111.20188765151711, + 105.5913575319881, + 97.75387498314741, + 96.9142510074781, + 86.81120964389213, + 70.31279333358239, + 75.85510387839885, + 77.5127287858881, + 116.52242596678305, + 115.16189085178657, + 107.10460454444765, + 91.14577995310027, + 86.6463285984728, + 65.33587365816678, + 76.02941485406348, + 100.06151429018739, + 118.57591525944817, + 112.70153430120149, + 78.64716046122786, + 116.32926262833534, + 82.93923930723237, + 75.7312735822517, + 103.22864036531908, + 136.5182697654946, + 128.76331288445462, + 115.28999669026481, + 126.88234491224419, + 107.7183486351824, + 89.22544134953313, + 120.82027777702496, + 137.51227626752802, + 124.885256873505, + 98.72072744243329, + 73.94759958102243, + 58.218492584765144, + 58.229999557373745, + 68.75862452964473, + 64.89805261724277, + 47.67815379303887, + 51.98287302376271, + 49.88081497457675, + 46.63743674407544, + 37.62254953762249, + 31.370409762897406, + 30.001040565262734, + 39.09983287242968, + 34.410578195997026, + 38.87581205761789, + 66.21987163831595, + 63.87074357895269, + 39.45939970945004, + 43.854073107220124, + 52.32544409804274, + 46.334253425070955, + 46.438195335788734, + 55.45157120905493, + 54.46022284359104, + 43.70330727686423, + 41.050586851365885, + 52.13610195708897, + 56.21355157022504, + 42.51518817385941, + 57.14001615016495, + 60.20604342320548, + 71.56610657121992, + 73.87064612570683, + 66.84580715241236, + 49.57936852070318, + 62.1267993450347, + 59.86278405823692, + 44.251409307360504, + 41.21493967257142, + 94.37915112168696, + 86.48276442203905, + 89.18425032815234, + 98.77095804434875, + 97.99196312312519, + 86.70634774167301, + 71.08466158776088, + 93.18617854261211, + 112.60751444755644, + 100.43132117154948, + 72.66332213324232, + 67.49873965371171, + 72.73755059819682, + 102.15723048184918, + 110.46761855709904, + 100.0876533625393, + 72.12116359744186, + 73.22387138924253, + 85.50366195092515, + 83.24791860768481, + 88.33035868453588, + 108.41180591393572, + 127.22930502273124, + 144.40648775016692, + 161.64893965491908, + 139.73478530658687, + 86.32826921626408, + 53.333678149820464, + 32.94959172484767, + 20.356285793459847, + 12.576130677592818, + 7.769544229463766, + 4.800031033483842, + 2.96546325523629, + 19.222328401885253, + 18.31726358015025, + 23.623765831198174, + 25.132119871199574, + 39.81031170226111, + 34.37196580505559, + 33.288721687687904, + 31.954329900283085, + 47.06354845392514, + 43.73096542600273, + 47.726856837362, + 46.033762365747414, + 48.27708655706602, + 51.37578160328009, + 67.89416534838533, + 65.42116785058089, + 65.12173363132271, + 52.53233359106591, + 38.57920181674733, + 41.52031149427917, + 37.6547926559383, + 49.48910496011483, + 42.7104448422903, + 40.992768740760646, + 37.582724004492036, + 27.71350820093987, + 52.55072849869699, + 48.20288140371598, + 67.9982469201096, + 58.9583867005609, + 58.42122474982863, + 59.1322138819809, + 60.52750662480132, + 60.3083972094562, + 42.43236058086469, + 32.73540635373256, + 56.39042300573852, + 54.65255941166428, + 49.0751674253894, + 50.983972196204675, + 90.69782420576209, + 101.1528517437653, + 83.39900586628279, + 69.37800090878476, + 55.232482878676066, + 60.10637237413608, + 56.65222670939019, + 45.80304376102316, + 49.25954162637562, + 50.52804837989005, + 45.49656937086017, + 41.78344905476894, + 41.47350135458154, + 52.36011656077043, + 73.9977734087768, + 62.36915644700051, + 77.60982759466675, + 74.0022414469909, + 106.6430239021457, + 115.21945402151925, + 81.77154208146524, + 75.56538072455423, + 73.23657527969706, + 50.34285818762517, + 50.826273494098395, + 53.05314393922615, + 33.73717525222129, + 25.879068697358225, + 29.61604472492043, + 30.750205568449022, + 50.63786174805278, + 49.100987039499344, + 41.085960207872844, + 52.10582640975651, + 76.27552318378281, + 98.32313884772252, + 86.28965531833168, + 76.88652370026192, + 68.15983002996948, + 66.75718816592486, + 55.521526718143704, + 57.61858392184462, + 95.06813054311546, + 85.10010761719022, + 65.06658185854845, + 58.328794265220104, + 59.15016953368469, + 83.33663883051979, + 71.88404928369592, + 50.15696913186323, + 88.79793464766932, + 123.21870057455527, + 142.40336820734544, + 145.59639683588523, + 109.6017668326182, + 74.40410865117012, + 69.05492568389711, + 94.80191514129794, + 82.89257803048478, + 0, + 29.47481526291058, + 78.66871658494918, + 60.32290479777473, + 48.804018971462824, + 30.15116443167784, + 18.627415031488464, + 11.50803285032577, + 7.109672483288977, + 4.392361707431653, + 3.545031158259242, + 2.1901232648605373, + 1.353060015878317, + 3.1113563752130666, + 2.191755188045373, + 3.5775069816531513, + 53.83622113419028, + 44.5102185359196, + 28.34654988701117, + 19.968364367707355, + 16.472881302911045, + 28.60149799408197, + 68.30949102547875, + 74.73738824925908, + 73.16213238875667, + 82.42006749956238, + 88.09922518641784, + 75.68833511684173, + 81.94980916854024, + 84.97236023413477, + 78.50224834071605, + 84.7421425520922, + 79.51517617911061, + 71.88988895719524, + 97.28253474533925, + 94.51174634820579, + 145.1559068989042, + 120.01067314411907, + 128.9216213021936, + 98.93081923200614, + 86.34516091050149, + 102.01954499107569, + 101.76634316050944, + 87.71432047118265, + 101.67709646968302, + 101.4055774439698, + 92.79151681042714, + 78.4510512251766, + 121.04781087752038, + 154.57355529333793, + 150.17101156201346, + 148.15903382846457, + 132.42284990372346, + 143.95124705983844, + 141.6331090396285, + 137.59913340151178, + 141.5019475169816, + 116.98968602458552, + 124.83891166302136, + 106.68575180355218, + 91.6336637036955, + 110.40270033849876, + 99.2906595451882, + 89.36432508698464, + 67.60737037676624, + 52.0702485284608, + 39.686606621366174, + 31.440842475522953, + 47.99119194472709, + 67.70640909441184, + 65.77800402950007, + 60.84239830113586, + 56.103544918220564, + 43.9049753170492, + 30.928298088500657, + 48.163642961379395, + 64.13723438150264, + 53.02679605789005, + 43.74735768343287, + 34.66437035983532, + 30.824172182660575, + 19.04319979248406, + 26.954179292752958, + 48.56242069863589, + 56.64546774366214, + 59.72404777772446, + 53.526305489063795, + 36.68824000408559, + 52.21970197603801, + 60.12486149230215, + 65.08670879219837, + 76.17781535976096, + 62.981597478775015, + 47.01794634575253, + 33.121190698537404, + 33.98619654532918, + 76.31466590068797, + 63.09474151739982, + 47.184567839111594, + 55.831642401918224, + 40.73346244609293, + 29.754924476223355, + 39.110338227432905, + 41.25639195972584, + 36.048897103153465, + 30.51034664704077, + 28.18597195110583, + 23.303340107470376, + 14.396823339456882, + 37.92149289539164, + 36.84141790771186, + 29.75002618947124, + 24.9038473837601, + 25.229952023050995, + 60.34712546677577, + 74.89283470736659, + 70.74916675207444, + 57.214354441924606, + 35.3470768388864, + 21.837454136135683, + 13.491197739531472, + 8.33487343865569, + 5.149291899773214, + 3.181236915499776, + 1.965370872252211, + 1.799540997158769, + 22.206148861134036, + 34.975608105205126, + 43.66778149933629, + 49.47973009138165, + 52.6493879852516, + 78.16180272147804, + 104.31332145987435, + 116.59531659155084, + 98.64865415490769, + 84.61610842409864, + 59.721143184274695, + 81.27314647428828, + 84.26059190986024, + 98.8955431103625, + 83.32508824945411, + 93.32192128142854, + 100.4454393704004, + 108.9869663660667, + 114.19757435395924, + 114.88803842926404, + 113.10385063119067, + 115.94867026450842, + 112.10504762423672, + 116.16752017402887, + 110.17373020218501, + 110.90411700730822, + 103.17511074497523, + 113.82309202847783, + 140.9441414137165, + 127.54049333248533, + 103.05777866250259, + 70.25700874832512, + 68.57035112077754, + 83.20536392167773, + 81.73173955875667, + 65.04271187685397, + 63.05505499038656, + 53.236862936741936, + 57.46914720638884, + 49.54306060847093, + 57.98764291493019, + 62.82683644196977, + 64.39754070176235, + 47.430541289996484, + 37.16126842262094, + 75.2843591380369, + 98.93924932875879, + 69.4195152115808, + 69.66859294460026, + 79.51932371311788, + 77.99251704356746, + 60.16390301053079, + 57.0420533407807, + 49.948264347682354, + 54.63578511144149, + 53.191257042343416, + 53.191257042343416, + 51.850428315549635, + 50.61681023586155, + 31.271108416724548, + 68.38669875248877, + 73.96630142062659, + 68.64602920624063, + 60.920075806687464, + 88.56786833365578, + 86.26340160200489, + 71.30411015081953, + 65.5354748284539, + 56.44682072002441, + 60.07926675895629, + 50.45534796038068, + 56.30325296911827, + 62.52036851435034, + 65.77600802430801, + 52.51570342561143, + 65.7530003741332, + 66.55020623150511, + 60.31015790393921, + 43.23248071667664, + 69.54125765696872, + 65.16390298088068, + 50.21127486875316, + 36.276383718853516, + 33.00280312748897, + 56.45822707884337, + 67.62098099320515, + 49.53463959751279, + 38.71290301583735, + 31.448695136954715, + 20.834260959214994, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 14.711505876465761, + 38.4037609704921, + 37.85491765367297, + 34.4344985540183, + 21.27366249553482, + 13.142886784425462, + 8.119686634329248, + 5.016349309029456, + 3.0991048698616472, + 1.9146296245981334, + 2.019149581540808, + 3.6709210061535655, + 28.806747823690163, + 32.94703002447078, + 79.6764526894446, + 85.17089385397965, + 117.90591429116762, + 125.00501805523363, + 142.27008508596109, + 145.73075913830246, + 152.66003751176518, + 153.95686971606017, + 129.12286648266695, + 139.1179645547563, + 142.23625158712923, + 128.84549222699087, + 100.08056022431097, + 77.12232183235412, + 69.23454292260197, + 98.44904915388528, + 118.07762272269882, + 132.1128304912477, + 138.08129152914378, + 117.68763024963407, + 98.62713357275132, + 114.08881507647598, + 120.42085412707306, + 121.21814610786748, + 134.59065498572497, + 142.42196738062117, + 152.67106073534055, + 134.7030202873468, + 104.77293861180573, + 86.90097212058238, + 94.29030497313717, + 95.72338061897547, + 121.52316267492246, + 124.78459231185788, + 108.32973805149582, + 118.9649753172164, + 146.3200396752136, + 141.1293846294659, + 114.81203542979428, + 98.77125996104725, + 104.213709038058, + 87.09955175206841, + 70.6885653784816, + 67.32847521084588, + 81.1851403323053, + 118.05548262961291, + 131.2897897308586, + 140.3885452206683, + 150.86041050926542, + 156.79614276885204, + 157.5449331324055, + 159.6460698981555, + 140.85713224699208, + 101.1020263590134, + 91.58038991758639, + 89.25055049973419, + 122.14927415837704, + 141.8565689716595, + 115.23420986037578, + 114.85718685520985, + 81.08239903195411, + 59.845235824332484, + 51.09458115295242, + 36.278237338746806, + 31.26840891143254, + 27.325438023078085, + 31.309230150095324, + 32.44337130527602, + 31.5646998827932, + 30.45781905037407, + 30.58370241999469, + 27.11947400465215, + 28.597643936247266, + 31.525059942207008, + 32.53615950747678, + 33.823190863139274, + 30.902859717176554, + 31.43790908631687, + 29.923722949144402, + 26.218131953788234, + 74.99290677410579, + 92.20938624572496, + 121.57569712020444, + 140.390738822086, + 145.55799388714885, + 138.91185294708146, + 133.8499660162283, + 128.52256717449563, + 143.20499617475136, + 152.8751725385699, + 132.4690401551192, + 95.23008779661936, + 86.35719244299882, + 114.73991059786191, + 132.11175418586274, + 138.23538870942667, + 106.3694654347367, + 73.93103031459695, + 104.06520838954386, + 91.3765283021562, + 72.10884730506534, + 107.86238144126123, + 135.79748655777544, + 116.60938701154042, + 84.47227772711875, + 52.18704502918062, + 32.241200807627614, + 19.91864128226706, + 12.305753526331756, + 7.602504995440687, + 4.696834052626254, + 2.901708072686485, + 1.9332584704701092, + 68.09031762067335, + 92.9802840706659, + 79.22240010678466, + 78.24751017470518, + 108.46647822077428, + 118.70982275925243, + 99.4851494803484, + 103.17431260183491, + 124.24254782703879, + 128.11026406473397, + 110.20013468397106, + 127.13965579107953, + 139.69189048796687, + 146.38293821883258, + 151.24756020475334, + 153.14486907120775, + 153.6116333871838, + 116.97607446525332, + 87.19746614725217, + 99.19799970724317, + 73.41473382336142, + 52.690996308266655, + 71.31223320221221, + 99.22124622082355, + 119.23970303889921, + 137.25072402614526, + 162.67478823383442, + 175.55981114283173, + 182.50818995679407, + 178.8801166152146, + 166.70012570245095, + 157.7172688055936, + 150.97317287817972, + 126.83910005700447, + 78.36130390042244, + 48.41168020125243, + 29.90877720573129, + 55.706028155220196, + 49.4466869999622, + 30.548205286317238, + 21.950585723430535, + 13.561090530388276, + 11.460490419921834, + 7.080300729347385, + 5.580572526791078, + 30.06613155690324, + 24.977802462087322, + 15.43130760638234, + 9.645883589729355, + 33.828163064675, + 27.073589987677423, + 32.41544661088884, + 25.447983925107103, + 15.721786114156993, + 9.712932833765118, + 6.484611191091887, + 11.44917644335547, + 14.42035301237662, + 10.697984474245665, + 6.609223907545939, + 5.871547996877261, + 20.374296273008348, + 39.57459120858386, + 45.97430006887602, + 32.23041490278005, + 21.25978871024824, + 14.619874824492896, + 12.554726962310141, + 10.819342751274986, + 7.237013425875776, + 4.471033050073834, + 4.9812293658466995, + 10.476895479880762, + 10.96176161871199, + 6.9959481393220475, + 4.322102710998664, + 10.364659685711809, + 10.302453268716002, + 9.880801391068625, + 9.85745145871208, + 20.83258765598694, + 57.4174677430818, + 66.99641583270495, + 88.22278996567894, + 64.82220933975326, + 50.35471528596014, + 58.861468923603525, + 61.664903050504535, + 51.45329036512314, + 45.67180299972614, + 28.216078740178087, + 17.431917445359087, + 37.80615150367396, + 32.32869943157279, + 19.972698006563874, + 12.339149816581212, + 11.104460620421237, + 9.136736739168937, + 5.64468372886909, + 3.4872904088793546, + 3.5767721433310475, + 27.181531842091587, + 44.752498091327205, + 55.61352270270893, + 59.5074871875974, + 42.734630852949444, + 26.401491289636525, + 16.310863774985563, + 10.076865513675267, + 6.225496085402001, + 3.8461167767654496, + 3.3000521953292075, + 2.088463481883489, + 4.131377694936626, + 23.784849025429367, + 20.659679784807583, + 20.25721673437268, + 20.773442549356798, + 17.48740222771108, + 12.879947656037242, + 8.856518077085907, + 11.230861902796995, + 26.076861936882896, + 20.499600287884824, + 34.02680845378065, + 30.422401456498232, + 25.357607181727072, + 15.6659512852253, + 26.305609576465947, + 20.979733995161016, + 16.527644682153454, + 14.390633473482836, + 24.396681091931903, + 24.396681091931903, + 31.126390105059127, + 40.801547529527795, + 75.51068539736318, + 64.02860268595126, + 43.640307852165506, + 55.305175270322884, + 82.74260268514438, + 73.42342956538181, + 76.51503851929671, + 104.47180606439419, + 103.28728973919294, + 96.7795035554386, + 66.78680689589342, + 48.66817016857501, + 60.70726109964774, + 57.37459371823705, + 95.91115810535494, + 73.57998565598585, + 76.16991393112136, + 55.9275726400987, + 44.046801541551844, + 51.72771673680202, + 57.13363875766516, + 72.28810011199381, + 62.41307839397709, + 51.78192051990834, + 51.34734617862702, + 39.181945413691544, + 44.3916997127896, + 86.21109257724532, + 95.66184833761501, + 70.8276480702582, + 52.36820670797329, + 39.63626742542583, + 72.4799353025671, + 76.39393261608534, + 62.554851226343644, + 38.64644029475302, + 23.875803685501115, + 15.241946434759647, + 10.59573407131995, + 6.546053521647571, + 11.936348267231981, + 11.388832631441595, + 7.036030486674513, + 4.346865619285756, + 3.9898812006613804, + 3.2279983608837095, + 4.3973532638223025, + 31.750467274241572, + 41.35812617726398, + 28.406824313554935, + 31.319579690519888, + 24.676634788041834, + 20.061335218399517, + 43.380468739716854, + 58.13758978169484, + 90.19577495302636, + 120.05979242937319, + 114.82886564404347, + 104.80410326062109, + 74.09505209492823, + 50.41135305657861, + 53.26176138243609, + 109.57257765033279, + 107.68470657245548, + 116.07139681421995, + 112.38251224332272, + 133.79505679566532, + 116.197153511263, + 104.55263702839909, + 127.95262003696038, + 134.62859493978354, + 160.4757417620428, + 160.4757417620428, + 154.3503159976779, + 142.21708353525818, + 119.42807469434807, + 115.83908582253729, + 137.04297063647917, + 150.37918031287003, + 161.1978109615918, + 130.63479468432467, + 132.77364334814723, + 113.98701369216285, + 99.45967105264388, + 121.8309925640647, + 121.68409681929701, + 143.27894740150816, + 139.7515987941497, + 145.82827385710897, + 121.84312105453138, + 101.27945350863693, + 140.17466502085955, + 151.29844444157652, + 99.0332757487602, + 61.18284199206109, + 37.79881182282691, + 23.352138094580013, + 14.426970777399193, + 8.912994817388418, + 5.5064557792855, + 3.828239327607191, + 5.849089669048651, + 25.15979394674475, + 35.918919861662445, + 43.93928245601996, + 42.79072335451298, + 40.64191521076826, + 36.07523506982505, + 53.20176783855817, + 43.042689930345254, + 31.918060533530365, + 40.24417663394205, + 53.77459813489794, + 42.67677955077961, + 35.643284516832296, + 46.064602666856864, + 41.63374854497271, + 32.828871106130116, + 26.61477174736401, + 41.296603315447896, + 31.007674084959874, + 25.110368106813073, + 35.78327605364725, + 52.39162215354033, + 32.641529343284795, + 60.6822339019857, + 59.38130568901043, + 59.29548707298328, + 108.11284585035675, + 143.66591403129323, + 154.96644748249935, + 125.36774917307307, + 108.1165072813618, + 76.35809315582804, + 71.46555050981958, + 66.28575746643098, + 59.77301308787417, + 105.15977189841651, + 81.66671729866918, + 84.3006804243632, + 98.55363897770738, + 108.18118111660657, + 100.54039285688503, + 86.68388407996352, + 74.23326877465038, + 77.78829636600406, + 61.470455199205006, + 43.9129430555243, + 63.75147367228293, + 55.678050351046316, + 47.611271794221906, + 73.52908238215365, + 71.26303242958232, + 79.91643068314383, + 91.6466712553011, + 86.08490422106732, + 80.78232203720246, + 124.07118630285545, + 168.4976237627994, + 184.57601701560137, + 184.86262877428396, + 125.97294002785323, + 95.2545439582113, + 89.38010137330205, + 91.72316868923441, + 75.10713187392263, + 74.85283929761542, + 62.47159351694361, + 76.62463072021465, + 56.211813110028295, + 44.17051670626957, + 34.606277211685686, + 49.33334726276517, + 50.18558707386216, + 41.7927972100536, + 33.82306719931563, + 56.418425979181464, + 44.935911768601486, + 38.76398345371324, + 54.274954631843286, + 63.3816385423262, + 87.59189099753142, + 91.24544676611241, + 77.37075126712517, + 78.76452553525277, + 111.85427006810187, + 113.00697540911837, + 146.48283272537864, + 151.4620520059112, + 133.28137761962262, + 126.1005703108504, + 94.23301649489707, + 94.34192827139734, + 90.43397805770694, + 71.08138579613494, + 92.39497588167919, + 90.64540585734888, + 87.42613401045848, + 64.40891509809258, + 113.81097669340484, + 104.61227292669648, + 96.38616177583067, + 110.86313701330799, + 105.97192943325929, + 80.92188723064214, + 58.63471078918286, + 36.224574198331375, + 93.9460641537053, + 92.04276392469183, + 63.60210379624376, + 45.94146463791558, + 67.3949459168287, + 83.9052386086692, + 93.03470924980076, + 90.96059521252285, + 88.61173400596388, + 116.40588800141079, + 116.12592615629727, + 101.5360283273794, + 85.91817229678587, + 53.08031992415176, + 32.793066797531296, + 20.25958456022879, + 12.516388573451751, + 7.732635506710727, + 4.7772287931736575, + 2.9513760117778167, + 1.8233626104205911, + 1.126474971610658, + 1.2040433652631846, + 50.00054451914758, + 79.54300870153028, + 83.87976816783411, + 74.72412906947137, + 95.76922512183411, + 90.3567437708118, + 84.6272748175607, + 144.05691224099064, + 135.6407443831916, + 116.8250907323106, + 108.292508364627, + 95.61605887064478, + 91.61699642490164, + 68.31716696694704, + 120.54718043660999, + 114.42572220834478, + 82.3568120061581, + 123.13509430814524, + 136.16743327668019, + 118.9001828336888, + 116.32748175618721, + 110.09049509040887, + 144.61241442751728, + 157.77613800845947, + 137.05600198194793, + 131.87605262056846, + 113.38208394958093, + 91.6829458574363, + 105.94301797366386, + 102.33735662028147, + 99.40142576151459, + 121.38640206317895, + 115.04305637937162, + 111.78005199063745, + 121.3052563717275, + 129.30106711195253, + 120.47039088788519, + 109.70439531391975, + 137.91387115910177, + 128.63597015103997, + 94.1139517987953, + 72.9993804988058, + 138.1856644627097, + 129.01524147628464, + 105.40399520637745, + 112.7829593678845, + 93.55744810468825, + 82.78351508473467, + 80.02688817553057, + 86.41529158071438, + 79.5308816340067, + 88.49847822455565, + 111.78617605367083, + 107.11327706779771, + 98.31408999655699, + 82.29031537507957, + 67.95337105654595, + 75.78280159905964, + 74.66447769839093, + 90.174326112562, + 88.40197032849598, + 77.06439403159892, + 78.13477689802504, + 86.86281016201418, + 82.47374191535063, + 67.72387325373494, + 77.00579360697111, + 83.88514123401654, + 67.0547570679382, + 72.25733485063905, + 69.0528442410546, + 67.16690865685658, + 120.10845350802333, + 114.69350081034138, + 106.44938895280323, + 80.95709759353677, + 81.04949607456206, + 70.41242998469382, + 89.47920324376778, + 142.06205328253756, + 109.7948667386525, + 95.49975038567638, + 107.20948278477408, + 126.01457126669267, + 142.39277012537727, + 121.17151495540033, + 115.14995041539618, + 93.01647792121797, + 85.82750867468305, + 73.72112556540212, + 81.6447620948782, + 80.57061185221832, + 69.88706539243293, + 85.67999973010738, + 110.41604524855506, + 98.13151026027211, + 76.84758800185374, + 117.8702411069678, + 132.83490215296638, + 110.97419147688409, + 101.42640115250077, + 76.18279276227271, + 59.342310563563174, + 81.69883894718294, + 139.32032346317803, + 151.22089911344744, + 126.71146463391563, + 106.02354698521309, + 89.72347973752811, + 68.59684606514391, + 42.379189845287726, + 26.18189953277659, + 16.175199800819897, + 9.993052195044365, + 6.173716145862952, + 3.814127086075894, + 2.3563709579498924, + 1.4557679820737908, + 0.8993746975539929, + 46.01110732362098, + 120.06890933895735, + 86.85127196293747, + 72.72766757836128, + 83.36558027234835, + 95.9289045032715, + 91.35265398313676, + 79.37961696876658, + 69.00065138185415, + 95.94717328736573, + 84.47028982651516, + 90.73609898564305, + 90.14033670815908, + 130.72698114507799, + 115.3824598436421, + 138.46010075492973, + 128.21495168091175, + 104.1390223468624, + 121.41272754686584, + 128.57904243151376, + 125.01026421266637, + 110.11012068412981, + 91.95872091442635, + 74.8192405506486, + 64.28809749531361, + 64.80824336678097, + 52.18096133302207, + 83.58825771063024, + 170.86456979298072, + 138.79627279495506, + 95.11558739392785, + 98.51050777220992, + 82.17435111362967, + 89.71164270583881, + 89.41411634310825, + 100.34182889440427, + 89.54719406362499, + 78.62869675044686, + 85.43703701729862, + 87.75315796987844, + 119.85106424305587, + 92.18374092442913, + 83.49945147436232, + 109.55913379384, + 91.31630770379893, + 115.50762537371018, + 109.8034894983704, + 97.44285252221293, + 102.00104162326136, + 98.58352899071193, + 109.25640528173035, + 95.05235488725609, + 79.73015052470917, + 71.03689563365232, + 108.48025634018106, + 134.1953162620605, + 121.60571449989767, + 143.09879815660918, + 108.65028742314864, + 118.93372262565633, + 84.07632918326536, + 60.19124815717715, + 114.83631230557059, + 105.04761836922798, + 82.0790416154354, + 65.90754240733958, + 54.621803240821755, + 47.445735774186275, + 46.98554956764537, + 64.77778272086078, + 84.99110514788914, + 88.23814953847408, + 86.1187742258924, + 69.34868853458903, + 93.4729972377113, + 109.64406611766104, + 118.59824400621186, + 123.47990371012817, + 100.84011370297415, + 81.36884412225903, + 65.93063847495205, + 52.26027415066429, + 47.61995497175101, + 50.65730802740789, + 77.33037005495065, + 86.59402751953598, + 89.00530587960584, + 78.99370043319753, + 62.76728006355313, + 54.921696181462984, + 63.89368857048168, + 70.73581433855995, + 73.74266885385626, + 61.70676756269979, + 43.94319018674716, + 71.25752622197957, + 99.88588137168709, + 76.92074188557469, + 81.02392746039084, + 122.39316713726258, + 133.29799646830492, + 92.54576781382836, + 66.12345789475252, + 109.28896928371232, + 99.73269285411692, + 96.98512393547978, + 90.74590368537156, + 82.64607840291664, + 61.837244965471356, + 43.60910331771691, + 70.8948036844527, + 99.29606439017117, + 81.85319804497975, + 106.65244453352344, + 179.69811621792107, + 178.83479014905652, + 110.48428546513173, + 94.68185186688683, + 85.36879897886139, + 56.00513177779577, + 34.60001804846221, + 49.986749342023984, + 73.7347128485882, + 62.185663664215525, + 83.4678345912866, + 84.77718941398655, + 78.21624696798956, + 71.56723858739447, + 110.51073248691728, + 108.6636165296597, + 83.43234410072151, + 58.54800759046751, + 42.891814009909915, + 46.21138138469138, + 79.58445454817387, + 88.30991744187024, + 117.895182775759, + 140.77531719409768, + 102.93854865792076, + 63.59552291703836, + 39.28936815042563, + 24.273005061589142, + 14.995883172876862, + 9.264469379212871, + 20.21749848917677, + 89.1468014677906, + 109.56333880506018, + 93.78860328004936, + 92.33208540526958, + 64.44417512849955, + 67.21795018267848, + 72.47408038996335, + 62.49836092155593, + 62.770544120621125, + 65.87376869327342, + 48.46948703761361, + 46.63277267380068, + 86.07128910900867, + 105.3663739663892, + 89.40129224467795, + 59.29828651772987, + 56.48568631239491, + 54.94297844879822, + 77.78870027639628, + 70.81609470701297, + 96.61396658305873, + 92.82599491123216, + 69.51103079333448, + 78.83450724771535, + 68.06520400147924, + 79.14993859594551, + 66.81700029676223, + 87.53605542109545, + 96.39231320336258, + 85.3605088093173, + 84.77017050159375, + 86.53677111451302, + 84.66304101794367, + 72.06388715871306, + 60.78054181576413, + 97.8990733386828, + 89.03396141861302, + 69.34913947464906, + 51.56520117928214, + 54.76103453758713, + 64.42281855711533, + 72.18450565092418, + 81.795348238621, + 81.55410411493153, + 77.06535354368721, + 76.40518620669081, + 85.88732271783834, + 76.32853872194342, + 68.4002655756071, + 56.892804147672884, + 59.90252481479074, + 62.64246263744985, + 76.96548924768014, + 56.14379991566004, + 74.06106699869743, + 68.38367994495843, + 51.27776283590465, + 49.457892641334965, + 48.48638444874415, + 86.26602081023934, + 113.0705175657123, + 115.73625623837957, + 118.1608171806042, + 97.10559425514681, + 65.99221156646416, + 90.79821917188093, + 84.67405599888606, + 94.70288691425581, + 101.2929363125978, + 80.31055884278257, + 84.3199293455085, + 60.325658888615024, + 44.15128571868021, + 40.6029924303728, + 76.25487015795059, + 105.63577875642302, + 111.58268071426643, + 107.36093562838498, + 105.69364220117721, + 78.90469127981113, + 63.177601091547885, + 55.7314461219346, + 87.36606341012316, + 101.54839561309173, + 120.01694537814127, + 117.44397763720868, + 101.94905277963716, + 69.54692670589588, + 57.22880433502808, + 87.86718948217882, + 87.53569424565562, + 114.01588929966043, + 104.69581706340406, + 94.07832316265097, + 84.29603221641118, + 96.60541097183417, + 85.19049667947661, + 76.60397421228738, + 76.5118006090225, + 77.2088554787076, + 75.96744661793278, + 62.55516026100744, + 46.152300235967516, + 49.41136945087464, + 74.58689543704875, + 110.24354599534036, + 119.90379778788895, + 106.36037348481725, + 76.94695595878488, + 57.299768199815105, + 49.14421595418152, + 55.75025042576335, + 57.19429368711814, + 62.849424267434266, + 67.8794045211259, + 60.68904457421393, + 111.28048462198879, + 93.11785300912071, + 77.2997944988808, + 58.425876104916426, + 64.77214489340801, + 83.43261247169825, + 65.44604597939694, + 67.12227222769614, + 71.874728488312, + 65.20482146554632, + 95.45014092741015, + 116.01458600491132, + 166.06039267163615, + 146.69305384224188, + 120.09395216024967, + 97.08304605046415, + 69.68399633892523, + 73.79869733025934, + 105.05888871204579, + 115.15433345981563, + 121.57552369625651, + 93.48379657900006, + 119.39199673589343, + 114.69931348919273, + 83.29698335739548, + 94.16523624440502, + 122.65875582268436, + 157.6784179003013, + 138.0450258813869, + 112.7657293764407, + 74.97470258973499, + 59.11739631257851, + 47.59057220782925, + 41.285503420931704, + 41.26297057094216, + 70.31474619137865, + 94.90347000946113, + 93.42963848182167, + 65.2973161892726, + 51.225719900692766, + 76.33128154445558, + 73.35808234441778, + 110.03087758797061, + 113.26863568810239, + 88.4951616126802, + 59.25379420702749, + 52.97782236844671, + 49.34972227157044, + 98.72993291606421, + 127.83397117946444, + 131.521836346644, + 90.24219867528566, + 120.03166628174868, + 102.44852950254332, + 74.87541375783155, + 92.99875159822963, + 76.7037363261642, + 70.8573961165008, + 82.03444000860509, + 75.67138113773403, + 101.31160643109867, + 77.8527695492042, + 61.9011172134046, + 126.18493913271587, + 125.27668421487014, + 77.39604206421184, + 47.815340617821256, + 29.5403581038605, + 18.250058362630952, + 11.274901579338316, + 6.965643785779064, + 18.953262454719425, + 72.87644138699915, + 102.02916315387424, + 120.14297599965283, + 129.04820775884215, + 132.8598232838066, + 139.3992234014462, + 144.92706800941573, + 146.19636298076975, + 112.47289159884762, + 105.59468121300469, + 117.96234086197839, + 120.38380612156854, + 103.16924276118885, + 109.63603801958006, + 120.95666477959364, + 117.65315888116285, + 113.72324985172123, + 106.56480871489379, + 91.03664945858486, + 87.87963571441101, + 95.68284018746665, + 88.0246387546527, + 78.84861046093026, + 84.13197107730923, + 86.76541238151927, + 113.16200563862398, + 128.3935613428648, + 123.2351825031743, + 108.5467112359954, + 141.09153337068324, + 159.87225425108565, + 129.64292739456135, + 109.69345510164926, + 86.05248627590473, + 68.83472667873272, + 67.51127504280755, + 64.70022275137003, + 65.24319191103373, + 91.67492168450958, + 108.62177493302552, + 120.73490724851573, + 127.65592200685266, + 134.3397464305105, + 137.00263319180755, + 141.42852997266596, + 142.8040753535038, + 124.33962288352738, + 97.5032410877164, + 84.16956305297612, + 74.23113633701975, + 73.98208025956075, + 90.19530494405879, + 116.80089073011645, + 125.51546572407229, + 102.28325562146416, + 98.45384775940008, + 79.94193771123376, + 57.22427560111185, + 49.72793231488368, + 45.39363735931677, + 43.022700340702016, + 41.28324750621318, + 26.698800334953994, + 16.49454155606408, + 10.19034180305591, + 6.295601833500594, + 3.8894281675704256, + 2.4028920301458587, + 1.484508740045767, + 15.881408174951778, + 27.326503015892563, + 34.164937576062776, + 41.77901228465075, + 41.93798774346371, + 48.23374301151733, + 50.742845526772186, + 49.95481948797676, + 37.93633056033439, + 30.399200275156378, + 44.144193323374985, + 39.42057756693973, + 30.742561796232888, + 26.417552426723866, + 43.222393665382114, + 57.628259260063686, + 88.30114900029498, + 110.83506258070678, + 104.86359648647735, + 96.4078043077409, + 92.95989729858219, + 111.67103699996801, + 104.55196690418539, + 94.62376066491807, + 84.61695368645518, + 96.8994744723467, + 90.20574035019183, + 82.39845961734979, + 109.8726332818764, + 129.54042168554787, + 128.91806890096322, + 112.2322085667212, + 155.26933765628888, + 169.82397591486023, + 141.4710562478373, + 127.76764095663978, + 146.74737768924098, + 144.3905360844664, + 157.1065234514451, + 120.57066087719774, + 121.99173373944303, + 109.90276331519354, + 97.78877842574202, + 88.33394138043205, + 83.9007268813251, + 99.47204108322465, + 96.81100436365341, + 89.63146316951511, + 77.12404028119182, + 76.0577131148974, + 65.5098037789398, + 56.745531611280846, + 73.89809183408163, + 107.18685254999164, + 83.74355161551911, + 74.24677881632043, + 69.34904225021498, + 69.542042403211, + 57.30650642370868, + 60.85716151283208, + 96.38366387840307, + 109.02585321846871, + 117.95341664154323, + 129.95374533723128, + 115.66557496891888, + 99.9616757793924, + 99.0364367352062, + 113.81619223362188, + 100.19086909726265, + 81.63833830040855, + 96.73400161237457, + 104.99873029266138, + 93.34498875314492, + 79.45674191965725, + 60.165255165323664, + 72.23826751434754, + 55.30459231664811, + 84.1910381620293, + 117.80600869469238, + 108.78656981096103, + 99.10312401031806, + 86.1591990057767, + 101.8641504854467, + 92.86433086170952, + 86.43107388161391, + 97.92816061582127, + 105.02622890856664, + 93.45208709663807, + 85.30315822440679, + 68.55318784693148, + 48.034501896667464, + 69.52832060122307, + 73.8459944264944, + 62.31621113506598, + 60.70893959486026, + 56.55724014239743, + 66.68320949409889, + 61.915387389402945, + 57.49324495919016, + 52.74636236966091, + 67.65923669871601, + 69.47985021096416, + 66.37269944160045, + 61.854950869783295, + 95.02615654808314, + 89.11212395300976, + 93.94011703809777, + 88.12849229939324, + 81.4946730690982, + 66.34521918008359, + 57.16350078752213, + 74.18712554959421, + 65.9800214463539, + 65.42019719633083, + 56.336022788330986, + 69.99895940368874, + 75.2713918955681, + 76.79630779819853, + 61.463995863611586, + 100.81556137809365, + 106.61586781498107, + 98.1816211999714, + 94.64108608850066, + 87.35056617977492, + 83.54471383089532, + 80.93390184289957, + 78.37666832451362, + 76.73200478169484, + 75.1439829203397, + 73.3280926336681, + 72.87189683411445, + 72.2980645752783, + 71.7420405884214, + 71.85207844029746, + 97.92210008239815, + 92.49933627576692, + 111.3227684570436, + 103.44483781236909, + 91.91633764872206, + 82.90592491813554, + 79.14385654301913, + 76.69463037072912, + 75.19518190449054, + 74.05238270064305, + 73.25565814243382, + 72.67713343197796, + 72.3537188372878, + 72.16217418295429, + 71.7556886600469, + 71.65210650858889, + 66.53085540576465, + 84.03568763350005, + 120.90594827673766, + 111.64243749124415, + 94.27875461364629, + 82.87431041788375, + 75.68959769817923, + 76.27186309575904, + 66.33870114444817, + 68.04269538126925, + 57.47094698161338, + 52.21459212392794, + 58.67079174458733, + 50.74568266148925, + 67.61316196040023, + 83.23026896291225, + 82.41959577206725, + 61.13859233355391, + 64.52777162778604, + 56.315345724294744, + 61.027624372080794, + 54.881387499348975, + 59.913486089234354, + 52.466188102920604, + 57.682182061732874, + 56.11485722599802, + 63.743611363364934, + 65.80171610833949, + 64.67580963867802, + 69.93589967130856, + 62.077636040973, + 71.64109693936366, + 71.00301958560435, + 72.92786016168424, + 58.71854649199547, + 36.27636796683692, + 22.411570985408268, + 13.845887617337159, + 8.554001146851691, + 5.284669184279591, + 9.467561976438832, + 27.127416923411843, + 53.59766207955183, + 58.85168540961073, + 53.936163911276246, + 48.149216643625145, + 75.05693055153456, + 92.95544472338561, + 64.28978914610269, + 56.17170165145674, + 53.14829396035354, + 64.56299950948637, + 68.65808979835052, + 87.85898921430531, + 105.93852482234192, + 106.44836044271527, + 98.0173042944105, + 99.81078560920955, + 107.59628904126909, + 75.85508659425572, + 121.81407477315008, + 136.88746838154256, + 129.98100950246757, + 110.6534919494541, + 110.67142144724008, + 94.22050400822025, + 85.4953642209767, + 106.32059354833034, + 131.6791198261123, + 130.57401661278254, + 87.37890529324545, + 73.92044173043436, + 98.03065506854095, + 82.42659607648956, + 70.19108987933156, + 57.52461482363332, + 53.83162023293861, + 78.57344643885816, + 80.815343529861, + 66.02553766755416, + 108.08924225674113, + 122.62088574013562, + 97.05775282439468, + 97.48665025728279, + 107.21622972575916, + 106.78573996100391, + 98.13162935887556, + 117.65478138235235, + 92.99390767066242, + 109.2480335559855, + 140.96422647634822, + 117.40851409088833, + 109.09478437337805, + 100.53252452708703, + 109.07482070078267, + 136.0056690497461, + 140.3991595822029, + 120.47927697702696, + 118.81989136831642, + 90.84409558895109, + 78.18604359858747, + 68.51770724488352, + 68.27180942189048, + 72.88356932153371, + 69.01006991749692, + 69.06444067418829, + 63.176267784552145, + 53.47682922667245, + 50.19690943645562, + 59.440962150079194, + 68.08264275742046, + 106.98591300782265, + 105.45132773832971, + 89.1943265333888, + 85.04089190122147, + 75.19131353777969, + 67.67773771610361, + 67.67773771610361, + 69.77747397640552, + 72.36206462883047, + 73.75766819037369, + 74.9793565213046, + 75.81814628130512, + 75.99004415388492, + 76.12196909857884, + 75.06827466150028, + 75.63454175438848, + 75.83676502386109, + 54.6662735545784, + 58.31519547039613, + 102.53719426579602, + 108.6375535161034, + 73.10597434134466, + 91.77212867819611, + 116.99749909842829, + 108.06040261510284, + 66.75980864826752, + 102.2356351486965, + 120.35983791250956, + 94.3756786557916, + 112.7952380701423, + 135.34209455469542, + 138.1635414221499, + 91.86235226212756, + 60.523552710306525, + 37.39150234378896, + 26.45616420612465, + 16.34464074929493, + 17.865494704586784, + 56.24177587523468, + 95.62403617144561, + 127.987252303817, + 152.59521898402713, + 158.3129991274005, + 158.57760388003092, + 154.25496239754716, + 141.51971279617064, + 113.76200583301912, + 77.75428635619733, + 62.506275256863184, + 57.21334996220416, + 73.31181893024588, + 71.39624746467317, + 69.74544218416308, + 64.4518662490982, + 91.42315894561821, + 88.39254097676258, + 82.10999502210336, + 73.14753008912295, + 61.2141000820831, + 168.58767374005137, + 165.57037670878694, + 141.46542704585863, + 157.62065322120455, + 162.87367635936192, + 174.24004331718672, + 121.70300370024644, + 93.35613861027277, + 57.675501839115725, + 41.16627799630855, + 41.907637531238876, + 33.98695662536881, + 166.11856439928943, + 126.53850658981231, + 87.60027827143773, + 72.22780315720439, + 94.82624209020496, + 128.69362753826925, + 121.61348715628509, + 87.44361751448392, + 70.59217046601229, + 90.93646919479299, + 87.26216725471478, + 83.66142139301027, + 90.30428525339909, + 99.46776092293406, + 77.34837378417765, + 83.99324151748424, + 65.37579379331578, + 129.38110310354634, + 173.5605239492949, + 160.32881067913684, + 132.85162230554863, + 93.1561515967293, + 73.62599843891509, + 61.53454866945405, + 57.991002324362704, + 38.977199257686834, + 30.70307670677724, + 42.65586032270009, + 39.350099033542364, + 158.25701481745668, + 134.51612211686958, + 98.40698489340971, + 91.23046615496804, + 149.13974317082324, + 133.98530911377858, + 100.29245725581477, + 66.60234164965168, + 41.14698332093617, + 25.420641293957484, + 15.704893813376005, + 9.702496755974582, + 5.994210748468652, + 3.7032284988842545, + 12.954219677568227, + 58.16133556161897, + 78.96461923253983, + 79.71723517736832, + 87.94620253296358, + 79.81658861180071, + 90.25001183128792, + 82.51551291037632, + 80.6600973802465, + 89.40187095502883, + 88.17251528013006, + 98.48184378596153, + 94.96291258623185, + 102.21863593067111, + 91.01796199654432, + 67.5704093813535, + 50.61808166078181, + 38.4556999156723, + 31.216826980854826, + 28.42311660755525, + 26.520118921428157, + 25.330515367757503, + 24.536956365214465, + 23.634729110753597, + 23.418753512214643, + 23.238585708766593, + 23.117943405744498, + 17.824090855034566, + 13.880173871435671, + 41.02193554072078, + 40.38487325080998, + 53.30113293871662, + 46.63338055185759, + 58.46480779976518, + 54.41467877167751, + 60.441472616755256, + 61.096444231436884, + 60.65668377890201, + 44.94910001350417, + 55.14534366936881, + 65.14389460591748, + 80.54889826126355, + 103.11072563878923, + 79.90118110983106, + 81.93304208557946, + 71.8491668382923, + 63.92967522435166, + 68.1148900105977, + 84.18408229506134, + 63.15307782685352, + 57.71970846032195, + 63.664358132489006, + 63.25041440002366, + 56.755020929463484, + 62.06858684023885, + 49.49606273770191, + 40.49231356745381, + 44.348616569364424, + 54.04688203872438, + 41.55895350240485, + 32.56303793151308, + 28.4957696195783, + 26.602858434431482, + 25.452925799449368, + 18.190914872724, + 14.841712214973708, + 10.349574706070284, + 9.444603257733126, + 8.401065381325418, + 61.62482573587755, + 68.5381961425024, + 53.16155396243945, + 39.52912672320954, + 42.65952162429017, + 39.25882955713138, + 32.56801213574323, + 32.5637741104852, + 43.20269471169766, + 39.260255157455845, + 34.271156000168226, + 62.39494217929607, + 57.90697846042671, + 43.89256744822678, + 66.67311572585318, + 71.51707088475186, + 55.19594033021226, + 42.083649732630406, + 48.601608351788904, + 45.487525329306045, + 37.30230724713888, + 35.96954120724046, + 46.35749508392784, + 34.26710346437753, + 45.26948576893172, + 48.472631533288805, + 45.75077107953056, + 58.634408359711195, + 56.14090391030054, + 62.73000383050312, + 76.6897388776757, + 76.97429315337597, + 91.83705469952898, + 95.17449553375054, + 88.01380514167782, + 105.31495884556004, + 100.15739188513881, + 92.71598874816898, + 68.41973423504201, + 77.31124362247077, + 74.2104016295043, + 53.63145189337054, + 67.63312172560825, + 71.50968024909464, + 64.9455208980929, + 98.95358920095065, + 121.61671064413026, + 104.75282970027098, + 86.19956089924753, + 110.16819992473171, + 106.44436059140425, + 95.90701239254585, + 59.25143383149414, + 36.60558621843581, + 45.758081619605065, + 59.47192183247821, + 104.09468079599198, + 105.02696814180564, + 80.97650338235516, + 59.81227184454098, + 40.98324784801413, + 28.852721823778445, + 27.296034707753144, + 23.881413093918642, + 15.698965555131876, + 18.724851864487324, + 20.48072845904201, + 14.152123986814448, + 16.065890278521433, + 18.485294839128105, + 41.22970298240988, + 55.944389500370924, + 44.60792699659258, + 37.238675760746624, + 25.949596254192386, + 21.142356035976096, + 21.82355139243142, + 19.418075590217217, + 13.515367763093177, + 29.990535893312632, + 72.24266038750986, + 81.4692546217246, + 83.5327605168061, + 72.467927277841, + 65.02595703732125, + 68.9081708241339, + 54.95023038031338, + 43.379163681617946, + 30.742405996284262, + 22.89346872211119, + 23.089207537858517, + 20.893446797413528, + 13.74024714932901, + 17.082908813987412, + 19.1967147821485, + 13.719672433319252, + 15.960685703040722, + 40.48646026354481, + 36.94630604240032, + 53.18942116109702, + 43.13644615693606, + 36.44150181961791, + 26.264748588712063, + 21.00570882953113, + 21.844934631365177, + 20.10352045042915, + 13.308281032856991, + 27.36570658417856, + 25.429499286122184, + 36.8603830360469, + 50.82056677714917, + 62.87006653499673, + 70.55212112076075, + 75.46390611654836, + 62.24130386086092, + 38.45273046566461, + 23.75612958832703, + 14.676557065858098, + 9.067189438688294, + 5.601717347477481, + 3.4607457419098147, + 2.2624113019743044, + 8.385388252052442, + 12.162838633754337, + 14.528807389784292, + 15.99579397793519, + 16.875888880364144, + 17.451069775302592, + 17.807702827402224, + 17.997986408065216, + 39.88484010157682, + 53.17247226447304, + 61.24949664947974, + 65.79449023893196, + 68.6421892710674, + 67.67133930909263, + 68.75415373622091, + 69.1052967703995, + 64.11692083408578, + 86.23307914115645, + 75.84275528595354, + 95.76438862985054, + 79.22197028058311, + 98.49596083228862, + 72.19642699297883, + 98.31160562958623, + 71.54261335989743, + 50.12924998612165, + 38.25156888030789, + 48.30751164509766, + 63.596513480726315, + 57.85788086821534, + 54.01782726279836, + 71.77643358135492, + 79.62387459792505, + 81.11699086490466, + 83.33543001117529, + 84.58445723357887, + 81.586802405609, + 79.58725820607428, + 70.37647828898263, + 86.46639330723315, + 58.25632917729133, + 43.52950223359041, + 34.013583626617475, + 28.301534776964324, + 24.50302655861466, + 22.360019091158282, + 14.513050300023469, + 12.352123673703938, + 23.035029247679038, + 22.814225929365687, + 27.958270859742, + 26.836905114340635, + 29.787929360046114, + 27.71198214745925, + 19.637255313873265, + 19.66406132836988, + 19.632258313708995, + 50.94463454171054, + 56.29059314847769, + 59.25540896884436, + 63.388909845366406, + 90.40767693693056, + 117.43854090033685, + 101.61005650412977, + 71.58104833128229, + 51.57476119651722, + 39.80009906710855, + 31.755565238912446, + 25.785575840638774, + 22.909072513112744, + 21.646462903301074, + 20.80530082072621, + 34.556546867402744, + 51.35240750634918, + 43.54380946071918, + 39.97313627387677, + 64.73639578056941, + 48.21359322623485, + 66.95450581390423, + 72.00211237647802, + 73.4116358106294, + 79.19721660723353, + 73.65372774730331, + 70.97713063380488, + 72.03443396523984, + 64.94901600974381, + 46.255230956844485, + 58.98755435531499, + 62.18254757775171, + 51.19024431492715, + 42.732213593601045, + 61.49208854634026, + 49.74994268049852, + 30.735556903691975, + 32.1190705927804, + 37.09238251910585, + 56.18256857148632, + 52.442480061486435, + 40.157075123269784, + 60.07779773139322, + 55.52178125146117, + 42.07959923265394, + 57.99519011751536, + 54.74511994532595, + 50.07251642614882, + 38.62086030383707, + 31.940361657334567, + 27.466835432607045, + 17.340792629768057, + 10.713156436183812, + 6.618597158536104, + 5.732120086262997, + 5.99617737011568, + 5.511539939150457, + 5.9506729039758595, + 5.30114543518033, + 37.527378420347105, + 36.937773921283544, + 44.14931546793878, + 36.94348997635907, + 53.58357704232913, + 69.01056954333237, + 58.70152742317943, + 66.32873863090909, + 68.65739601648441, + 0, + 30.643093462930572, + 28.036239288690904, + 25.665439042060555, + 24.016923806093278, + 34.186625838956445, + 56.03177386528503, + 61.46569297429528, + 45.962368470989794, + 45.24634378038803, + 56.711290285741704, + 63.48680768616455, + 66.8528110405907, + 66.37161736710827, + 0, + 0, + 11.457716268517503, + 10.69778770011989, + 23.552461794952517, + 21.312646034043826, + 28.353446830116127, + 25.154404667966475, + 22.77831535789812, + 19.361231183551975, + 27.407664207339863, + 24.429917734981323, + 41.54672021032083, + 73.35706305290265, + 78.30628661828275, + 77.94237744053895, + 77.3287313777768, + 0, + 32.20178253864107, + 38.9878293696281, + 48.31787764437583, + 46.3029921266965, + 52.43025019936455, + 48.08378322575227, + 53.56717434361237, + 35.53015367472843, + 39.41098878006919, + 32.06502371726811, + 72.4668633132736, + 72.97382571830524, + 71.32346258248138, + 159.58234928014542, + 126.61436178888856, + 85.17011588147864, + 56.79749684661052, + 35.08954186193588, + 21.67834880832479, + 25.324235061405258, + 44.31347062015322, + 55.92854647946809, + 63.12228504480738, + 53.653008766639246, + 33.146874451530536, + 47.65944144536789, + 57.08982984435685, + 54.410944877400986, + 57.91625945201808, + 72.6127815081246, + 72.68510174676386, + 69.85385914191002, + 52.02815000570484, + 67.74698565151283, + 99.73659374522884, + 107.45733974533111, + 98.3871779097463, + 68.04333418997629, + 62.25886623322864, + 68.74373106868346, + 71.29736448934425, + 75.74321717862365, + 94.80046625691861, + 89.62644707484367, + 65.81222256296022, + 89.26877958347625, + 99.65935951603672, + 84.59203769925115, + 63.508707067599616, + 97.22852310763533, + 93.91173104352978, + 77.41389876549212, + 64.70096091029397, + 56.7313684145813, + 38.52556869796386, + 47.111257084411704, + 53.3357145350705, + 56.28659508516499, + 43.922004936582155, + 54.300998197642755, + 64.24819866273319, + 67.53108414717948, + 56.236342616241906, + 72.44882569406536, + 68.86978808794353, + 67.38802203115006, + 75.17770710270256, + 71.48954827725737, + 65.66477317096013, + 57.38458136201159, + 49.60175715654981, + 64.86109125365796, + 70.04949664482076, + 52.00780569061571, + 66.46798003893576, + 60.948807262182434, + 44.167638466964426, + 0, + 0, + 0, + 0, + 0, + 0, + 36.60335867311987, + 31.14838062117124, + 30.169658409644875, + 46.77100566880459, + 54.072576442529474, + 69.75763144391422, + 84.53653062688466, + 80.18240097335301, + 57.13312305771218, + 54.46896216969759, + 93.12692142535563, + 90.39462196088772, + 70.4541683120131, + 82.67598399649837, + 91.41838536943582, + 87.2233916388076, + 63.20182801713592, + 71.53847458644374, + 67.95256298886916, + 56.84565697802249, + 62.196700590912215, + 99.21790417960456, + 88.23129712815476, + 63.52804028997765, + 90.63708527340137, + 88.81300085590883, + 72.69066006630455, + 82.78299538828703, + 66.99210540865745, + 88.52772314442865, + 79.43651954789276, + 62.0943047380026, + 65.35571981946356, + 63.167475313975785, + 71.02994113057538, + 105.09169579232771, + 112.5944603180547, + 96.86637225077158, + 71.16723994014296, + 74.90085573137505, + 71.5815739379281, + 59.417005977972345, + 99.1424667218326, + 80.98714532223052, + 53.93154321559555, + 42.52878026672858, + 56.77926645242072, + 59.18747734547946, + 63.836886939300776, + 59.658545450672314, + 64.61128859970589, + 64.15327393076603, + 45.13757582412455, + 0, + 0, + 0, + 0, + 0, + 2.350987081150119, + 18.66135382133979, + 38.18833253769223, + 100.41890970819962, + 96.29444335649637, + 73.82739970540027, + 84.01678023109787, + 80.69279328036744, + 77.0841977816449, + 65.51175476583393, + 100.07425291041082, + 112.88782134371186, + 86.54253292392391, + 98.75012979852806, + 91.86814568274701, + 75.6819113063216, + 59.551571581607966, + 68.03116569265208, + 74.56037413908281, + 70.3736211742223, + 51.98948870728951, + 96.66370696828845, + 93.88930974605103, + 74.1622144813929, + 67.36772909069182, + 77.87097519264412, + 78.58308856344883, + 82.36668540529116, + 86.49483306719705, + 84.03129857457768, + 57.90910949126687, + 45.505145993464545, + 94.03658131343539, + 106.311113595976, + 80.01410609399007, + 77.02252355812436, + 78.35066716624254, + 77.8689052722659, + 58.14826287685991, + 46.49384047026852, + 46.56873052247393, + 42.908036799518044, + 46.83842901520385, + 56.708212399254656, + 50.5441871023255, + 47.95320516253742, + 44.88066770679294, + 96.79423184233843, + 92.85659994534782, + 69.92343364566744, + 92.31839164869488, + 120.46975231674354, + 102.45904802795032, + 0, + 0, + 0, + 0, + 0, + 0, + 3.129085482337266, + 9.78330421314661, + 68.4883133272637, + 72.261204785866, + 61.4048153286781, + 56.6200037523673, + 124.73195203267932, + 123.68515219700126, + 100.57178500686601, + 69.37651505118497, + 85.53701798464466, + 85.41546938745492, + 63.27390788223811, + 88.25787967822778, + 116.672128290648, + 99.37467174219502, + 71.6086392268489, + 106.89006682518954, + 104.85068899737566, + 77.03269313082708, + 67.24364381471231, + 99.49245116049075, + 95.76950074237337, + 73.85382261006902, + 61.453216386465, + 65.06481149591336, + 67.0163642300995, + 80.9867661747103, + 95.95277815136748, + 83.24494325059625, + 69.15199609773907, + 49.643196434278664, + 51.70628092238687, + 57.69339734186599, + 47.71236942916777, + 89.03050205231143, + 110.26030886923992, + 94.66640255066787, + 68.5216707162948, + 77.11424140442188, + 78.13799897575255, + 63.0194061146036, + 74.28819161379444, + 79.07608314857308, + 73.62434486319002, + 58.623047520687976, + 84.42458074663922, + 94.57315198868564, + 92.95259637911606, + 67.53295169218606, + 96.77352137717986, + 93.42311980613086, + 97.58476758029833, + 123.53348719882187, + 152.5226688114161, + 158.6775747454553, + 169.2943690866238, + 210.00438987483798, + 217.063062817274, + 147.838520263359, + 91.33476356533075, + 71.6758112222778, + 44.28137713823247, + 27.357072460296372, + 16.901222635005414, + 10.441589719535541, + 6.450823010005001, + 3.985323942440923, + 2.4621365214266726, + 17.156382827047867, + 38.94167708733475, + 96.13277885980126, + 97.05803221227829, + 112.1310925602425, + 132.76167378120593, + 117.10457566695273, + 88.62182556266364, + 79.69048136883711, + 80.0927885941108, + 59.88540714292807, + 94.34467348047262, + 95.80575184348709, + 93.96682244087411, + 90.44012066502255, + 88.88910418887365, + 81.39121978912603, + 81.5874121353746, + 81.65921772839529, + 80.24144921828211, + 115.90421747277775, + 111.16562718261169, + 101.7776211868672, + 107.19353908676736, + 143.7190273714314, + 124.00783571946529, + 101.768553130112, + 89.78453576865957, + 68.98361671649457, + 75.13763082177034, + 146.70840359596454, + 137.63785067773347, + 129.89119158397924, + 118.07574695125871, + 87.14115346976372, + 84.26811488593549, + 96.49483159188311, + 122.36939067383442, + 122.14206932327296, + 112.80531467202022, + 93.36201649009794, + 75.6425466877415, + 119.85040978859452, + 120.29666428622099, + 114.98591232294041, + 110.17500182469536, + 92.54463659944506, + 76.5902123296233, + 104.19097113907135, + 144.7267345282127, + 126.98348487755783, + 106.81725176069456, + 74.86824794072179, + 58.66903471464009, + 43.175689448903725, + 45.362458092361685, + 42.50941228224157, + 39.83360829334465, + 47.20932394346585, + 46.300716693734294, + 53.0781579266501, + 49.50351452011667, + 55.630262551946686, + 51.11860956276817, + 56.76843640625073, + 57.33258265141537, + 59.76037469476696, + 67.14025488592029, + 69.11520343442551, + 71.2526429496884, + 71.67720344693987, + 73.30871814308027, + 74.61629127447229, + 73.31165259184667, + 75.84683347546051, + 75.30292994607196, + 75.17699059405244, + 75.14777902847636, + 74.99466187008727, + 75.01484230516164, + 55.546044089995426, + 47.46148610084552, + 50.242935332681476, + 61.56358988652452, + 45.577386821486684, + 34.46286705744438, + 28.36338159945866, + 44.197463359858745, + 56.167681521987774, + 66.37724304384012, + 68.4331431552872, + 51.94302704239153, + 32.09044628783556, + 32.65879803671164, + 45.8568878344496, + 50.571103534416395, + 60.861975400415965, + 67.2667130023411, + 71.07361158903153, + 63.39206567224919, + 44.66952209090443, + 31.94936570507224, + 52.0722076685737, + 60.67918427355496, + 66.180695646064, + 69.44556216342033, + 71.404200047132, + 101.4372645681021, + 107.19237120037533, + 71.68570660640658, + 60.52604068100249, + 55.52879700240425, + 102.43088617703359, + 85.60950717461402, + 59.415158580306034, + 43.32512235228409, + 35.880041753699224, + 41.37928280838108, + 55.639883107659465, + 67.28003213464135, + 66.95679777426864, + 41.365966616213356, + 54.29610605085004, + 64.64633079620816, + 52.188943428463325, + 48.3039060960287, + 61.55111447199384, + 66.05561639814404, + 50.18202715580708, + 40.772963208440224, + 42.17894140805918, + 49.53821139954381, + 55.248641555394585, + 63.933041303509576, + 69.09292165382926, + 60.15926226959353, + 73.13365875649399, + 120.2940293048818, + 109.01419299070847, + 108.96328788351398, + 94.13238331350122, + 90.18173619605574, + 94.09776080629662, + 66.26840885707139, + 48.04448069424504, + 36.55075191314101, + 49.568446603804716, + 57.25282564784904, + 96.88843572091876, + 94.39410770867704, + 73.45239910381468, + 96.98600778118482, + 104.585038491426, + 113.04133520247922, + 107.89962599165246, + 92.13978851085704, + 89.58295251077107, + 72.04555119815836, + 70.59366022667534, + 53.26880603922771, + 79.39518213901908, + 116.72421867379963, + 133.74834189781822, + 114.32464439746249, + 83.92776295415092, + 88.8070765822283, + 75.66668378819001, + 89.49750409905845, + 119.3180358426648, + 110.28687507979085, + 95.0356223685939, + 90.97005380127628, + 66.33253904625123, + 48.90076709978795, + 68.84988376287606, + 64.43685357322825, + 61.560015458639, + 70.142600443069, + 71.45909123200656, + 53.70081353833202, + 41.93538222683622, + 35.31354923901775, + 58.566058137218995, + 44.683608519796515, + 68.90817437381244, + 74.0386055068963, + 63.08343846699674, + 45.2664879312372, + 34.287084707904164, + 78.97294662204096, + 192.7589310492415, + 235.99497544955284, + 183.2086029583273, + 129.18710502837257, + 108.23347726373943, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1.075578835446543, + 24.696155988075212, + 36.366843064652414, + 46.08567334049161, + 49.43893586175463, + 50.79744605253025, + 62.74951762047262, + 60.48618270962345, + 66.63399663984562, + 67.09703933911378, + 64.71679404548637, + 60.46408097875963, + 60.44914426512438, + 77.94265357083964, + 82.36678802042958, + 71.86299057230926, + 62.85685437145322, + 54.53219152037698, + 82.1163830186009, + 106.94589388391486, + 95.90708292349343, + 83.62272593051254, + 55.802115325903046, + 62.50883635389747, + 48.77849457157062, + 55.492175241623286, + 74.68640554418555, + 75.8881861438842, + 79.13220281753722, + 68.4683183199509, + 73.39444419246422, + 93.60028245554916, + 81.25274679006111, + 128.47117235585029, + 129.71007443443406, + 116.85688667222036, + 89.16109832725212, + 91.86330264784225, + 83.5680003174431, + 64.93854433432638, + 83.96424693323159, + 79.28507530632234, + 84.36378433710748, + 89.27359426492728, + 90.83416505770475, + 84.28110862476818, + 75.28126649040445, + 63.792163570832976, + 62.5401348316707, + 59.8153019810595, + 55.35962870119369, + 52.46465441487959, + 39.46206153594139, + 24.37969518204814, + 15.061796420043574, + 9.30519063937612, + 13.73899282067182, + 69.83776765540249, + 90.72062137918668, + 76.37801691166536, + 66.6811243094137, + 78.09989443029443, + 121.98753686029175, + 148.23188378991432, + 157.87714153178365, + 142.5922008905716, + 105.88923121229178, + 83.06751551357878, + 89.77844979571238, + 128.98299901476716, + 152.2564881569316, + 160.0909347542891, + 129.5218444017178, + 100.73301069931442, + 89.70525820843669, + 106.32548014763934, + 137.0545496326967, + 154.34425252108468, + 157.48438440299543, + 124.70022722386041, + 93.63343318570423, + 78.07955493646413, + 76.22619872492717, + 78.74413193759236, + 80.40501424038591, + 101.15534390911841, + 126.9009928565466, + 147.22687304054372, + 159.7743771962986, + 165.94511985052011, + 170.72807698209573, + 173.1813650829928, + 159.166242504254, + 165.43638018389933, + 170.7177762131289, + 173.58906495423656, + 175.09437346832777, + 176.1875530475969, + 176.73071567224991, + 163.43939069636383, + 168.79574657108463, + 172.75879988419882, + 174.9213185094717, + 176.59119492550266, + 177.26602954930118, + 177.3096892983271, + 168.2469774088461, + 174.1594716058607, + 178.77866234219476, + 179.84083320459732, + 115.33099768875712, + 71.25158846890237, + 44.01929196036708, + 54.32571064177856, + 65.8139215263468, + 76.28983785459889, + 80.45134896999484, + 81.87840169107476, + 78.38162874059708, + 99.26906579235809, + 99.38292200595357, + 90.57940171960892, + 84.93116617982623, + 77.757467212685, + 65.44869502905748, + 59.67103728381345, + 70.87276364765529, + 76.93983622623017, + 82.48173930024932, + 84.59929768618149, + 85.9717205232008, + 87.03156352441107, + 87.42269123325732, + 81.34397503865551, + 125.1390927198242, + 98.47820674334963, + 116.86639858989649, + 146.91208480199802, + 165.9606644089412, + 173.4943529848687, + 142.23626863007064, + 87.87368774119254, + 57.16858032257573, + 40.01926794377907, + 24.723937774751874, + 44.483156502821664, + 37.70868154229007, + 33.57097407258198, + 30.606495211849577, + 39.04607344831463, + 34.700461428174556, + 26.618481122341496, + 80.4862163172886, + 97.06910975051478, + 64.3067432468595, + 43.46910487914468, + 26.855249967739617, + 20.2009937047222, + 21.224960962071513, + 41.12982108015655, + 39.67075427157518, + 32.08464163297971, + 29.560820992373348, + 31.40226639305429, + 36.61754981728473, + 41.30856474625658, + 45.99736841419559, + 39.90554934507553, + 24.65368232774749, + 15.23106591170117, + 9.409765475297295, + 5.813361114278536, + 3.591499441056798, + 2.2188314094972745, + 1.8518275518895595, + 1.3938022377684403, + 10.188596026186541, + 21.171937859006416, + 35.39700820929753, + 55.66363172214912, + 63.33656963774212, + 68.24638456823881, + 71.53094463808155, + 72.60926189574842, + 63.55707330392038, + 54.58088506305186, + 49.1491332631841, + 52.534144230159626, + 61.11730502801481, + 66.74636134649118, + 71.53979072081736, + 121.47416243106184, + 112.61189402164575, + 129.19913477292522, + 118.16281193761596, + 145.77480815922556, + 132.36464280396785, + 140.79007718545577, + 115.18201012946295, + 88.41162728473373, + 78.58440550284767, + 71.54251423738577, + 63.357725016592916, + 62.41859875925588, + 60.784973054047676, + 69.0930343587331, + 78.65485043972538, + 75.24760813894635, + 81.0227714538352, + 72.95036823916821, + 77.49056923067143, + 72.60643580781785, + 71.04987213650453, + 71.64634094595957, + 65.8650823834677, + 52.6606373879565, + 60.68708313457328, + 65.13683903229982, + 58.2750058987269, + 65.28047430951047, + 85.05142889610927, + 109.81315210623497, + 128.75134766026164, + 137.39771547715085, + 127.51492785720173, + 110.495488250285, + 98.77527049424917, + 98.67991235785165, + 119.4587699438245, + 132.08163535368394, + 142.8087868208464, + 143.81773626017682, + 121.87044359603325, + 105.76307686690159, + 88.18272600277604, + 78.90879730808444, + 48.74992209418606, + 55.817402495895195, + 66.85496011657273, + 52.04450173568758, + 37.28003977740642, + 38.97212219533765, + 78.2929664187065, + 115.93263570849885, + 132.4696662156033, + 149.1779041556526, + 151.41622327185064, + 114.16872970617236, + 100.2005704844611, + 124.11961180974009, + 135.54572331239896, + 136.55981551260598, + 131.49784964276472, + 135.13699321009364, + 103.25023223342522, + 85.50587376353837, + 82.95336114233027, + 80.86339024162889, + 79.88337166377731, + 79.05641088536463, + 77.8263151358461, + 77.52213651193733, + 72.9256428444847, + 68.61300439316521, + 89.06329038228805, + 113.45273904522575, + 95.7126922511344, + 82.41242777692922, + 85.5808092121251, + 86.85020848656245, + 74.22674238896555, + 98.08431880651455, + 133.8990692278696, + 125.5321674587344, + 97.94775383465976, + 147.17120066424576, + 145.76048444081837, + 140.9919398927244, + 128.5087273217452, + 138.4930169034682, + 148.40012944608281, + 173.53494811239443, + 183.2395818794773, + 155.38939422325566, + 127.22922695484353, + 128.22909773432897, + 133.82208472930594, + 109.63063244158005, + 105.80326162864137, + 95.39628973440303, + 115.15278665317615, + 150.25437235870606, + 187.3471329524169, + 205.297097134248, + 150.66173729865088, + 107.00345265381424, + 123.39409695433221, + 131.6851456086349, + 89.58785449523359, + 110.1846159180574, + 116.0789128994406, + 99.26110265693272, + 75.65596378969164, + 114.456480415578, + 108.93477337880105, + 81.57898807419977, + 82.54948788105968, + 103.62927309403595, + 83.12557485892202, + 86.384612029802, + 79.21166050087037, + 82.87522384032194, + 78.36950480345513, + 92.50633103620494, + 89.6554323133342, + 85.56895711421818, + 66.42202293377376, + 69.82573709287448, + 83.24579039282882, + 81.95300025130938, + 83.74847428208997, + 84.56894026081224, + 104.9318203025382, + 87.59420897364018, + 122.32318311529055, + 98.92783824878705, + 106.9254095360877, + 134.58904098930904, + 138.34132482045004, + 118.8938502889, + 125.93801934299904, + 149.64275545016423, + 135.3350107384954, + 115.76201369696449, + 141.52078417057376, + 150.2157945848376, + 154.04659305240034, + 155.0875722667915, + 121.88165612165487, + 114.74267700966756, + 136.9711494301844, + 131.63582562127462, + 88.35085129008255, + 62.239395577903096, + 55.15658024033996, + 104.97968077251251, + 118.22360874922055, + 105.21091165549667, + 121.33502334587486, + 144.03706942257588, + 153.9391206793292, + 166.2275384169466, + 173.09970986067955, + 157.7189127088742, + 116.9059080948553, + 106.54858127842621, + 127.86542595273751, + 147.51074466051043, + 157.16388115334584, + 163.80117786788273, + 111.96630257031192, + 69.17287696282689, + 65.98723749141169, + 50.091873220375994, + 31.021409887717425, + 56.17917974958711, + 52.390003410564496, + 38.9787961831016, + 30.682227825221954, + 26.2131645512579, + 22.17375824288341, + 17.853545160685723, + 11.029935385915339, + 6.814303463122092, + 5.189950970936763, + 3.882839843951501, + 19.196682587300664, + 30.036553925246587, + 26.331860401667615, + 17.86958999464385, + 14.220282201365077, + 9.365852156299152, + 32.22925806956923, + 46.67866518748508, + 55.80578606122345, + 59.01638394132407, + 61.21063002260935, + 64.95942533056595, + 55.950659475778366, + 34.5663650139435, + 40.3588862071526, + 45.725474207552494, + 51.41905975111206, + 40.029903976095845, + 55.96175188556558, + 90.59762536333632, + 106.31623849842207, + 74.73087263606317, + 73.15677900927385, + 72.79244054878798, + 72.02584753770122, + 66.98327683870639, + 86.14481960357793, + 78.55809401158056, + 96.62066112023706, + 88.49205739139539, + 79.39719860340224, + 74.0685261670315, + 69.98762418513587, + 78.98371454121164, + 78.98371454121164, + 70.31021980205358, + 81.88166782103792, + 105.39134486554569, + 122.746022571729, + 129.4904982664175, + 135.40045060074038, + 138.0340159859104, + 139.66225779224766, + 141.0552511436327, + 138.8646918705749, + 123.12649698894667, + 143.40754158026735, + 140.0814172502154, + 137.07629904362855, + 121.1760843979847, + 116.60923939005163, + 100.94696840769417, + 74.20058732283867, + 112.60703699099547, + 140.00662743481905, + 117.6265398028847, + 110.00225722019603, + 106.06027284691501, + 105.3764129078633, + 111.91414296550788, + 104.68314032663216, + 72.12426171492925, + 52.122521104412286, + 41.175103750647445, + 69.42519413197279, + 64.51611167573147, + 46.37631674755353, + 87.11056812747869, + 90.80293475162682, + 90.33520904238648, + 66.1563457759468, + 46.843803788487854, + 44.392161772067325, + 45.625201369643484, + 74.95828205047303, + 64.4788377363016, + 60.87058785708572, + 94.22415789794275, + 122.00243028617301, + 111.21735430977864, + 106.43714849622579, + 103.86210356597907, + 95.97898709843123, + 103.36621636775061, + 87.49353794236302, + 98.10970059717047, + 92.3838579509758, + 143.87912331920987, + 138.98214587228392, + 127.0509398767425, + 101.53763229061245, + 83.85457687724545, + 70.38208875573179, + 57.99766668645838, + 87.17249127237167, + 114.20806361801057, + 151.5974611705424, + 164.94229765458505, + 184.0198405273003, + 232.5337934553344, + 238.2441728064588, + 183.31190236709082, + 144.5567453732587, + 101.29976237321043, + 62.58307935644611, + 38.66387965754025, + 23.886577738664418, + 14.757148044091487, + 9.11697861358894, + 5.632477142080149, + 3.4797491691786213, + 2.1497919964797974, + 1.3281433239682336, + 1.3107103120179802, + 0.9665367992380811, + 11.663202928478798, + 50.04696657125048, + 48.61538609302173, + 47.208160529342365, + 53.24434908220698, + 58.934305171114254, + 62.735813565967646, + 73.09461496175727, + 78.55330092951282, + 96.75609451945739, + 92.42914544553267, + 64.59375786388482, + 98.83443930871246, + 112.75797810190666, + 84.0593095226695, + 69.24553100172491, + 86.64562661380324, + 68.43233607003789, + 117.34897766589079, + 145.50076899737311, + 131.82240523913728, + 108.49713294061874, + 75.74744797123756, + 83.9582073819466, + 130.1091858833623, + 114.79647957643198, + 77.54069882922451, + 85.68227699980947, + 107.55841943294563, + 77.37181419231867, + 66.16716246855317, + 69.223472532647, + 74.18477525860669, + 79.42498685644952, + 84.92875495526332, + 91.03483866079436, + 93.79759511269904, + 71.46899730275628, + 117.67565766159431, + 147.80315018541043, + 120.44653305681038, + 82.27589443082239, + 68.37814043512003, + 64.22847212611136, + 48.20142782651652, + 40.37713604464108, + 54.11402518378744, + 62.48246707885925, + 73.60875403582045, + 83.34373736108677, + 87.08221965703272, + 88.45855247983624, + 65.81744692529678, + 54.5942948528579, + 97.89779682792856, + 84.30827509242187, + 79.22123011884034, + 72.8830384748472, + 81.36067808792053, + 80.20230291817826, + 83.29939015493292, + 99.40791645673838, + 107.2551596882133, + 90.61814537078499, + 126.42828840946098, + 136.12454526202407, + 120.94832860911697, + 82.19187991877384, + 59.89743190063891, + 66.62183743026571, + 53.31432970683216, + 77.43675677554262, + 77.30244045097942, + 66.63139482454066, + 59.8608247703812, + 45.00726827018721, + 113.82739056256263, + 167.12255081055227, + 130.57045362343547, + 90.11366888895975, + 103.52359731142492, + 93.2285444841876, + 81.26142204709768, + 63.20245041234184, + 82.82803857729357, + 86.71667038394835, + 76.05167977736383, + 77.20703845153753, + 91.84699485749736, + 116.39656553169628, + 114.85368135794927, + 152.94280425359682, + 137.92787647964582, + 101.04468432914608, + 75.58996128765669, + 73.58616349156179, + 61.206241704959986, + 48.13644132720376, + 60.15180778462205, + 57.73920590691548, + 70.67826822344095, + 78.71408211132433, + 84.08129021668793, + 135.38269048074534, + 200.18331658205886, + 182.21668348320145, + 207.1560855225878, + 249.12072072644426, + 174.4433258534527, + 260.115709238551, + 226.61434223015996, + 271.1731738539595, + 273.47762693572116, + 184.65500155406093, + 278.39099123853623, + 236.72850595233479, + 154.84424135278013, + 236.91488266372008, + 199.6541253632476, + 133.263320784483, + 114.6054141711908, + 92.49839583478548, + 95.4497683590281, + 97.11084341034172, + 97.32300156096092, + 95.51060294175613, + 78.7449123093578, + 83.29787542936464, + 88.24481334377215, + 89.8928646841752, + 90.67068013710865, + 62.65317709940366, + 38.70718610276228, + 23.913332497357636, + 14.773677156768883, + 10.319490093488382, + 17.514236900226024, + 191.30862679992907, + 251.20647518479814, + 213.56745087544692, + 186.55477195866752, + 142.5823702586194, + 126.86970123041417, + 107.29316183559138, + 134.07046282718264, + 123.24319728155803, + 89.74135833863215, + 101.47310543586234, + 91.21368854016453, + 100.77727119000816, + 97.20054826091483, + 131.61100246788175, + 141.65277656882643, + 130.20415961436575, + 87.64800189254274, + 83.76088568317812, + 83.9695522614184, + 63.41373852608646, + 80.07692496644283, + 80.07931899914591, + 59.351095737414234, + 79.88742236879382, + 87.08457391397988, + 83.96670943762557, + 104.74424145606187, + 98.15099435960184, + 65.21155471414966, + 42.567031383150834, + 45.47285691046656, + 74.74089061078276, + 76.06843823639527, + 71.84907842973475, + 87.21839384880013, + 80.73388764057908, + 74.84240194589553, + 54.17532005994601, + 69.27979270579745, + 83.17389915638284, + 82.56988685017112, + 89.1240466748052, + 104.6531390827928, + 100.22106485531896, + 91.85995208876375, + 66.78292279509536, + 84.93215770646175, + 76.90762099610627, + 78.48588556266641, + 79.61389337545349, + 78.30343656400876, + 79.04742709641201, + 90.38849092232934, + 98.86666075318043, + 91.34939984037386, + 79.681236128382, + 91.64829808732388, + 63.71387588898888, + 265.0108591295068, + 249.82886303237686, + 206.45382615546183, + 145.25024421329937, + 105.51081431573137, + 88.78625760570283, + 116.43283948332454, + 138.68591164944053, + 113.1870053425008, + 109.10651231082802, + 138.06240088636625, + 114.08007885715871, + 90.78570732736985, + 87.16632909508627, + 81.40130462651257, + 82.97596731308084, + 65.53421323768684, + 67.05391692009464, + 65.55900506424592, + 68.09297272957843, + 88.9789866112014, + 89.57553636540686, + 85.87933270665262, + 60.293665113989825, + 85.24001098099602, + 125.17387920176837, + 118.98938652380953, + 110.14800888067143, + 93.57749564235013, + 65.14113219528578, + 48.454223138427025, + 49.33636085395659, + 105.45796333249774, + 105.9271709522752, + 96.67655917795614, + 104.63599737105972, + 127.10992701036999, + 117.88338620920297, + 101.07718978575538, + 122.41507003949398, + 128.9690270138463, + 115.49851422719111, + 100.286858245211, + 122.4265700033602, + 114.582251346481, + 99.5196314030526, + 92.91668378278253, + 85.12922482391754, + 83.35866782487996, + 79.96070008146962, + 80.17603967328681, + 74.44375098469025, + 55.35997071246635, + 92.4180691720851, + 89.13956871424517, + 78.77544419570845, + 90.75611496957899, + 77.4204876034741, + 197.25296342670697, + 288.44613473836273, + 236.9072635962044, + 186.05740441155191, + 156.17686659999455, + 133.30945383990078, + 93.93025251376592, + 88.79956827004904, + 82.01436787172773, + 70.18343897801131, + 73.3482253238052, + 102.80263395688353, + 90.07445178347764, + 77.58864964091475, + 105.8168047233143, + 118.39220701030682, + 101.03235427284906, + 97.07466289792805, + 128.7520004099702, + 126.37649707549733, + 109.63939272986008, + 98.86954466992066, + 91.32761583554245, + 86.78960361320385, + 63.922905018729054, + 66.11949249441155, + 62.97624465370923, + 74.58774925252149, + 72.37615935458255, + 58.38842600401659, + 37.24881042054169, + 51.21061920026582, + 85.73629184016549, + 115.77756849778922, + 109.40801117215258, + 86.50963669943614, + 96.66626531895835, + 88.572344503569, + 88.46576997885977, + 110.15502331521441, + 101.37378762192796, + 92.75528200660493, + 78.6510024027892, + 78.86364826741597, + 76.70976507546528, + 63.067649313035275, + 48.29311305652955, + 53.95988178121668, + 66.24686649238818, + 65.45405443370926, + 47.6565561443573, + 42.92327999972402, + 66.60030216068238, + 125.75806498011066, + 168.46017591913187, + 181.99353351097494, + 145.4521948471913, + 124.14379251227699, + 110.26937517790323, + 125.5188980824544, + 122.53257015716308, + 99.40804430277223, + 139.57498064276996, + 161.64164931614098, + 133.80160103676337, + 98.85651589995042, + 74.99414835850246, + 91.146195369138, + 66.747189555593, + 69.561923680297, + 67.28502768595388, + 54.2563770696174, + 69.80676444406913, + 66.5758624556435, + 69.58784559809773, + 76.50311296947315, + 73.16802479220381, + 63.39040554737363, + 63.183376863643815, + 85.36220131203754, + 95.23208855066613, + 91.94416612371845, + 78.48610202797639, + 55.31277743384349, + 51.800260425190345, + 50.069327808174705, + 59.07355953498113, + 54.033571890631144, + 40.05699764337369, + 32.60904495743982, + 53.362161860029154, + 94.88648958503761, + 124.8203615930906, + 117.66962728441617, + 104.7195104778134, + 127.59325576884197, + 121.32458170283972, + 114.6307054111733, + 104.74837260705708, + 134.27169973951482, + 137.40856347446038, + 118.13539461662829, + 82.45353275439373, + 65.20339103007532, + 46.04730446792674, + 50.63191741744121, + 72.34056816456635, + 79.47049609323868, + 62.765600760378675, + 71.79672580680915, + 77.35143517016517, + 141.81223820254306, + 158.98655398812582, + 146.19149046692223, + 162.0710116918984, + 168.45520518993274, + 148.80856348326273, + 180.0434858603827, + 285.5048031176751, + 214.77415002386883, + 132.68765256463908, + 81.97454461422727, + 50.64394338754587, + 31.287871300913686, + 19.329673502148193, + 11.941888730817517, + 12.342703635793482, + 35.93982476224808, + 50.13215408679304, + 58.92625043611181, + 53.066244824774365, + 51.57402956322042, + 49.02725846966479, + 59.125660652820805, + 48.88337296516416, + 44.38760828437018, + 50.69639216353362, + 48.90893049380434, + 59.13204217583252, + 65.40557117963651, + 68.36477838167357, + 69.54055192272641, + 57.93390727873131, + 49.6597284637374, + 57.46869471803246, + 61.43268946197572, + 53.95090173522721, + 42.456661140792946, + 49.39647189313046, + 46.84780702162446, + 54.55180299571066, + 49.60228555256891, + 68.47054046383747, + 95.24686527808045, + 107.67758638737367, + 95.91258072559295, + 82.447714281795, + 64.53032019029395, + 45.28441417859549, + 40.43012014254348, + 171.94369102844252, + 158.80941578100746, + 135.67637090898194, + 106.79154810175059, + 85.76557557725201, + 67.07377468699886, + 69.6278065798849, + 60.501696368490165, + 60.501696368490165, + 44.85880837005567, + 53.17560477608265, + 61.29668391877624, + 56.20691003078402, + 54.48862306800562, + 51.17260980746113, + 44.02280625719967, + 54.47202361913637, + 62.29767898343166, + 50.31833155763333, + 50.01633195414202, + 58.382813670573206, + 71.94597184597126, + 70.14438628073904, + 72.60573651351598, + 82.60895912059405, + 130.69352864588032, + 152.85995804344708, + 132.21300420947074, + 116.11477386441511, + 100.40884823739059, + 93.28212983983619, + 90.57739776924979, + 102.12181212173743, + 103.56436508290489, + 93.82839552235717, + 93.83531657548947, + 77.46537640116573, + 76.20270068982178, + 73.666930533283, + 81.66127549985353, + 73.0903475251591, + 76.86653003118505, + 91.59699963680508, + 108.56230112748557, + 93.206141708691, + 65.03245184406624, + 73.64034770064073, + 68.00114022433442, + 80.41608835707247, + 93.24415337945739, + 77.1536537128141, + 76.87548367649441, + 74.27893097596514, + 69.55266853102623, + 96.87959348256116, + 91.93969685878542, + 90.3839008547678, + 79.17251099472111, + 107.1879100780538, + 96.26383324588564, + 76.79540003818765, + 53.19214098316349, + 61.46705135237299, + 61.91132262078266, + 60.70553290569813, + 93.31026069347185, + 83.17157759561535, + 59.54920021578558, + 69.27773892328736, + 65.1328111940406, + 59.68035230181829, + 98.36474088289704, + 167.5592335477467, + 164.95707283512834, + 108.65159376148205, + 109.21432598100247, + 120.7798630970375, + 152.16130446952528, + 136.39529574276585, + 116.27187422941115, + 102.00568416091818, + 81.20971513237103, + 70.7238787981327, + 71.64242274128902, + 60.19799212529718, + 61.946114113662404, + 55.56367928661837, + 56.78189587756726, + 98.80905339575347, + 109.33895141778991, + 76.05853437649846, + 100.60651781695698, + 94.67604207367621, + 99.51265886809846, + 131.59693093830452, + 128.00282359116295, + 115.58252788620081, + 106.47494795420955, + 93.85453338147049, + 80.95996763484905, + 134.7623563905095, + 122.37109485755103, + 100.77338536931227, + 91.32113132202824, + 94.81591292678189, + 89.19762561807444, + 81.07503337386467, + 60.94875988019315, + 0, + 0, + 0, + 0, + 0, + 12.378161466633653, + 46.911693383836806, + 54.76287967912641, + 91.0122025595389, + 113.94544063689344, + 239.76512612361532, + 220.6517528052038, + 151.44704825811993, + 106.04463573588879, + 96.55119023536909, + 78.70475647359852, + 71.22786290734132, + 63.971369003923414, + 67.2066316843208, + 57.830604560727814, + 64.68682148935446, + 69.11268129447393, + 71.30810683458733, + 71.90039225394572, + 72.36516884473514, + 72.53355448195757, + 72.33138456848836, + 59.770954825932456, + 53.377481480382194, + 52.865829209080424, + 40.038513122249704, + 25.293239896405684, + 33.28181319632392, + 30.26213454395118, + 25.644543583461406, + 43.0792016293565, + 53.89726541865368, + 75.6849338368033, + 114.25492961081046, + 127.28509276201612, + 108.69639977673815, + 95.44314481470899, + 102.33319441807728, + 109.92700887265354, + 88.1512684115918, + 192.74971395070546, + 168.34313448430234, + 147.4330256534918, + 105.16228151345454, + 87.08755110243192, + 62.00952187916459, + 46.00577864110161, + 47.47233910754351, + 44.48413796510387, + 55.13613329012171, + 63.67885742149118, + 68.76385817265539, + 59.15621691413113, + 58.547075176372125, + 53.39099321196532, + 62.93653063655658, + 60.38651343094222, + 54.32598759189155, + 41.986746080556095, + 43.76060748554319, + 55.267979842748524, + 62.694287496330475, + 92.72231164802588, + 92.99326914960766, + 90.78645980891116, + 178.1117457717921, + 184.24738017796932, + 121.95052899300524, + 116.37649458223709, + 126.22282539867848, + 107.33358235115792, + 72.504579803274, + 92.03106276312604, + 80.59757734043956, + 68.04097029681492, + 77.51256588094444, + 71.92654016256536, + 88.7762262810272, + 87.18735422376382, + 81.34107135735906, + 80.02556757024992, + 78.00957120999333, + 56.36994224165937, + 75.51535250499956, + 131.3753616957389, + 145.7695849158653, + 98.94603891299408, + 88.59763879851987, + 154.9014427808693, + 151.03409903749755, + 130.54624761413947, + 141.44464628840942, + 145.61798422893014, + 195.69237786588607, + 171.41832551645942, + 208.16716257107342, + 294.7258764120952, + 237.43450526030728, + 161.50666456232972, + 127.09766674437711, + 89.41655535200522, + 224.90105085132134, + 208.9757445441953, + 170.580673723129, + 131.76911645955235, + 101.68791849820938, + 71.87617370932952, + 53.66946918439311, + 45.35143026768567, + 79.98784138379428, + 78.74564652571893, + 203.56955862563692, + 191.90742427121577, + 135.86934310282976, + 122.07083196525406, + 104.58343537189481, + 110.28958710733899, + 87.55114064282911, + 106.22614965906419, + 112.94732939057943, + 124.57232925866914, + 108.51352493545626, + 114.85036136942307, + 133.96741935385916, + 122.9201369694035, + 169.588242874176, + 215.31487790680637, + 251.58455896351163, + 187.1675134293074, + 122.51158322921113, + 75.68776032336692, + 46.75996270531849, + 28.88834473184622, + 17.84724394681921, + 11.026042490629003, + 6.811898429103024, + 35.238252013842164, + 69.70336756351267, + 89.70739279847376, + 111.48417208200041, + 123.14576238906496, + 137.38088592077696, + 141.36101772011878, + 137.49095590081618, + 134.75624423305652, + 135.2941584809394, + 134.34170262748776, + 140.70721087169682, + 144.89253330518264, + 149.02491015877843, + 252.59303951817895, + 194.2631069434471, + 153.51384826190463, + 117.50952187984791, + 88.63917747688755, + 71.95454844996864, + 77.66779241660333, + 60.20681570602871, + 78.1362792952255, + 80.07130922664494, + 57.2260486423517, + 92.20425005228705, + 125.60491292216734, + 178.47169103930082, + 214.9920902920395, + 179.90218078167777, + 146.07216330454136, + 116.88314713904438, + 100.3789393400317, + 73.27780766867608, + 70.11434448302529, + 91.45641318515206, + 80.30512461517755, + 72.10737327478213, + 73.06562304424834, + 67.48435397616869, + 92.66035472111875, + 91.91239867237157, + 132.46636368507896, + 122.05339385308538, + 124.22014886524602, + 91.57884275232072, + 92.57452991205605, + 96.7236952036986, + 91.43922520503172, + 67.88568709237042, + 62.97923438727421, + 58.920773747238826, + 51.11739921831763, + 63.97481836555635, + 77.95039281013808, + 88.34517130730771, + 89.17815331924947, + 84.77089868419834, + 54.541736001886704, + 50.556753119060595, + 56.361879071949936, + 54.88348425695354, + 53.00535348482958, + 51.77959868209178, + 50.60664392872801, + 72.9697781583432, + 69.79053255609394, + 50.893619554917706, + 53.70937965472604, + 86.02790430660406, + 87.96086626709553, + 81.79082697975427, + 83.86278312244366, + 76.65525020566338, + 50.14448384384122, + 54.05304539646431, + 61.84190082120626, + 72.90477131807081, + 75.63577179743383, + 84.8723494373775, + 87.57233686515185, + 70.59462630099189, + 90.43590438542063, + 86.61897630381091, + 88.4436307570204, + 109.86158816218123, + 102.55556140094212, + 100.07666456023583, + 102.13865617490802, + 112.76239541196685, + 112.26480903883241, + 92.67133590489826, + 91.91053780385305, + 100.18894271476988, + 99.5498706480915, + 88.87165720518597, + 108.07994140508124, + 102.79498666010079, + 110.41720197426412, + 106.82759332589717, + 92.46664091697231, + 133.5095003237728, + 218.6229558032821, + 0, + 0, + 0, + 25.97336216814984, + 40.25562241873429, + 64.71204366972667, + 73.33936037859331, + 68.72876196747902, + 81.4584932360194, + 83.3544927264469, + 88.52292628954176, + 81.11208395755281, + 85.93030573232554, + 85.80414637627813, + 81.17943907111916, + 103.49160677492931, + 117.1958803360178, + 84.01274160421477, + 80.44680648176568, + 70.86054941262375, + 98.3138200950622, + 96.91758809628406, + 73.74908485574694, + 79.39541956336085, + 82.5365652761737, + 83.36037094868723, + 88.56007356199746, + 85.48893336233303, + 85.87613641518142, + 87.32977434671633, + 86.86897284971812, + 102.02751677968865, + 97.72787109997881, + 73.79859312697796, + 65.42093542401864, + 66.64416907650389, + 67.48704581074786, + 124.58960030935384, + 121.91058126198708, + 109.6520243379068, + 103.08141723510317, + 100.60542629443195, + 97.02755710942678, + 128.5116567108582, + 146.71744736417804, + 182.81717974722687, + 198.8883528889232, + 257.51554724715004, + 223.41334173118557, + 268.84060453442373, + 258.59516306657105, + 209.46905059360785, + 159.37924366187923, + 128.48027755352038, + 82.48865594008451, + 50.96156180194681, + 31.484096227486464, + 19.450901428687384, + 12.016783446945952, + 7.423979034607604, + 4.5865405621752116, + 2.8335686604737815, + 1.7505811285818647, + 1.081510510225136, + 0.6681581131146842, + 0.41278865059576925, + 0.2550211794426403, + 0.1575523015723677, + 0.09733594592026222, + 7.757335297570142, + 43.26512262449592, + 52.180131946572665, + 48.60213271319252, + 120.36466159354194, + 167.08752529827825, + 135.10534363682333, + 111.56675613684057, + 86.64923592788938, + 100.32456978969404, + 94.1659184261471, + 77.85450780785952, + 198.39000650331695, + 171.28864929760053, + 210.4699925874091, + 225.39608057256459, + 158.54437045079067, + 139.52899483653354, + 107.59766163273535, + 158.44615486094176, + 201.0888585049681, + 151.08944919194477, + 124.7660475825396, + 110.3205918742669, + 103.90584840790201, + 78.39463932986014, + 62.270905710034455, + 211.36562356622852, + 186.25206963719754, + 127.36118799757634, + 303.24453297445115, + 299.97638782504987, + 226.797575059934, + 181.08281878035024, + 137.77039199284974, + 145.73682703610507, + 145.11211115265453, + 161.83206197138153, + 197.2898652744306, + 191.46959084378577, + 174.2402171361459, + 126.14253028419158, + 117.89483320904085, + 205.3778686741376, + 174.93047425066368, + 171.5336826656603, + 178.61585927998715, + 188.96940529977968, + 195.5604572022541, + 186.9855634394774, + 165.32258088287807, + 136.61836316232342, + 109.98242028045397, + 107.89876889882807, + 135.25811992250595, + 144.2295068299706, + 120.68593264465191, + 104.14876273604902, + 78.99047328764723, + 61.625862022586624, + 69.34443644377083, + 68.19745160315348, + 72.29130463804225, + 76.66771097042717, + 91.88745679935653, + 122.9780404781838, + 122.5346550474215, + 129.19794798380892, + 145.97394190054914, + 128.94925137942926, + 95.13894607727269, + 80.22063161855402, + 63.47920102072584, + 51.68684432402917, + 49.532393803202005, + 51.46642762591758, + 55.85904560521993, + 64.3072672971525, + 76.69142705258346, + 71.17514111435369, + 67.32439907978222, + 58.831519600561585, + 86.54567257332188, + 85.860482760785, + 85.860482760785, + 66.54165750547149, + 69.61780528818713, + 58.89926534805854, + 71.25016233079707, + 115.39982955500238, + 137.1800108217989, + 153.5331624449178, + 151.33091242112812, + 123.42148408903462, + 113.38021517128483, + 109.03730710483777, + 95.83624088359169, + 111.84989331916667, + 103.67923431978596, + 92.91028696593737, + 68.85313100112502, + 69.47302716849408, + 68.63358028774904, + 80.72874520291873, + 77.0608755632414, + 73.75202204398084, + 91.22318682762827, + 89.91469905754545, + 69.15945403750166, + 64.18493030695299, + 61.821458153257566, + 54.022767032329746, + 80.99349804577132, + 80.52365198195649, + 74.42927094907722, + 60.14937632511894, + 63.544867799547276, + 54.19668248509721, + 74.01204256902756, + 118.17218553415792, + 135.28982729989426, + 167.34438971174177, + 164.94403411198027, + 128.95965778486052, + 102.84148963485252, + 86.55557729342556, + 108.68471325361392, + 102.3850070590812, + 87.74457430892097, + 84.3460409166495, + 65.34530783761691, + 67.60472656755873, + 69.92137098956711, + 111.26907283929171, + 148.74659853353745, + 157.96479502592237, + 156.8303821894573, + 153.1783085795568, + 118.76093808092934, + 134.0372525891569, + 120.70772548557319, + 88.45483686989623, + 110.5914595639856, + 104.84410808268406, + 97.87305754732242, + 87.28469896651258, + 92.10625625738122, + 113.49443361100613, + 229.95407552026975, + 264.12393241591735, + 226.5425680848674, + 168.7270653161703, + 109.3332977340159, + 93.47117479800045, + 93.14472843575024, + 110.41545953976012, + 100.77199373617752, + 108.4518241186911, + 100.94283397338829, + 87.69428102032116, + 67.93928590595195, + 89.95854366648064, + 123.44445774187992, + 151.1597731766338, + 155.7917627687898, + 122.11541076439046, + 97.99365580200171, + 65.27127818162657, + 55.50049183433518, + 49.84865096248887, + 49.83307319329232, + 43.54670019190435, + 57.463456572800034, + 75.87930064490783, + 75.93566648054295, + 63.45092352595779, + 70.23619598351002, + 103.06517806494274, + 111.22621339587454, + 96.85259855262717, + 121.03953834674441, + 129.8085169672217, + 84.80301242890668, + 107.0891381426438, + 101.44076658704387, + 91.04226776095557, + 70.71859766611772, + 62.590175467539346, + 66.95213882162429, + 61.600205295572074, + 67.71608243076169, + 92.91784680200536, + 125.13523277259567, + 129.21491733541464, + 88.75125143980769, + 59.9480458800406, + 41.971766392837026, + 34.31369459944619, + 36.65186393443728, + 42.048494823983255, + 58.70433085545248, + 96.132413392706, + 124.77158707060879, + 150.29573167139318, + 150.50368883957665, + 131.1830973347049, + 107.53049440396298, + 94.59895297070257, + 80.3111469529921, + 77.25833554310707, + 70.5088632330885, + 268.20604336124643, + 264.35894768519177, + 196.78089462411566, + 184.49498715133547, + 146.4378416303503, + 152.14402472567386, + 119.32468512236949, + 105.45434457999303, + 103.10396139355512, + 128.86520247840366, + 142.8047154483384, + 124.89334116142177, + 128.10214404371047, + 111.37669680804593, + 127.58811070753214, + 172.9600789107591, + 170.47917294992126, + 105.32217805249027, + 87.35661515212698, + 53.96899114367411, + 50.956232286462836, + 45.83508153443411, + 37.71304953149374, + 23.299154078047764, + 16.944093743523094, + 12.62791356200674, + 9.211648744231507, + 22.17492454194176, + 19.07665859824079, + 29.453494351865615, + 19.04823414749058, + 15.1109191910346, + 22.465063811073875, + 20.849189385924724, + 12.88064693626535, + 25.439631525206995, + 29.473125354563965, + 24.250451818429777, + 14.981949760069956, + 10.974535717458329, + 22.637124205247595, + 16.513039603443744, + 42.93559183109342, + 51.2296573610961, + 47.32975675002196, + 133.9531437503306, + 113.03626666755258, + 79.63890972168267, + 81.72644914011636, + 82.57276669907607, + 67.07103329147947, + 90.0844588759912, + 88.94376653628625, + 71.01289064624062, + 55.367542553163126, + 60.51041192392742, + 99.33387150158329, + 107.25005170915036, + 98.73927661984115, + 84.98344414145913, + 82.90398916176733, + 72.90928332029284, + 60.2580344649857, + 110.73937191236011, + 145.34272009804803, + 127.00793773315783, + 96.36117938465576, + 84.96426751621722, + 65.7217305910712, + 51.82336011133916, + 56.576475169555195, + 98.38906317734326, + 132.85105954954136, + 143.98146536230738, + 160.66630455741532, + 183.2225107105397, + 180.5944024103811, + 118.93865855209366, + 96.66472377360257, + 110.92596385484046, + 91.84030157383197, + 78.69125053183222, + 100.40872707507589, + 118.12324200255807, + 91.5134786120213, + 84.28048473907279, + 105.52845228707659, + 101.33004291292563, + 74.0670000212268, + 51.284476772058895, + 257.56592926627775, + 253.87145333142837, + 177.7588984713199, + 131.11997943834282, + 88.93528369529557, + 73.02349923896796, + 66.12301523998995, + 69.4141340237625, + 70.75797007464413, + 59.80341917051169, + 63.519248150974875, + 109.1241201749674, + 118.25791608799489, + 81.22543636528522, + 55.12526400542629, + 174.0973302271269, + 171.60011175309225, + 150.0892943872575, + 114.22556091192172, + 110.02942898715439, + 88.57171542025347, + 130.66034908967904, + 119.70579039420262, + 105.01896690451066, + 87.26186465909926, + 80.21494822403076, + 89.15171049283438, + 83.37517309335182, + 91.98026523536666, + 138.90509167751742, + 154.032667955343, + 125.46891234382542, + 133.24210978784373, + 123.65822792711376, + 108.09724190305856, + 102.66747563118763, + 91.35660665113785, + 81.35930613925893, + 64.2234266211648, + 79.02420070648249, + 76.30232215626712, + 101.9892686616906, + 121.96552745185359, + 110.65643988167055, + 125.70882816476735, + 165.24104605434272, + 162.87086040969567, + 130.89283307902264, + 113.64918969803209, + 142.2367690797051, + 138.97553587220503, + 119.45588873905047, + 101.54010016523483, + 93.958091643295, + 78.77638771333324, + 78.32855200193792, + 85.94023981298977, + 95.45238691233989, + 142.27342957467934, + 111.28999420329515, + 222.9974347828809, + 183.2693431843545, + 137.16132720134163, + 114.86364805696766, + 110.01362932073266, + 92.48603939700968, + 87.94298041657989, + 84.21996962903887, + 75.3949091997889, + 77.39841916107835, + 146.01320835181755, + 159.2211420624563, + 204.65882736120943, + 148.2041923060825, + 123.69075430413763, + 135.0705372750336, + 118.88730445997297, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100, + -100 + ] + } + ], + "xaxis": [ + 0, + 400, + 800, + 1200, + 1912, + 2312, + 2712, + 3112, + 3512, + 3912, + 4312, + 4712, + 5112, + 5512, + 5912, + 6312, + 6712, + 7112, + 7512, + 7912, + 8312, + 8712, + 9112, + 9512, + 9912, + 10312, + 10712, + 11112, + 11512, + 11912, + 12312, + 12712, + 13112, + 13512, + 13912, + 14312, + 14712, + 15112, + 15512, + 15912, + 16312, + 16712, + 17112, + 17512, + 17912, + 18312, + 18712, + 19112, + 19512, + 19912, + 20312, + 20712, + 21112, + 21512, + 21912, + 22312, + 22712, + 23112, + 23512, + 23912, + 24312, + 24712, + 25112, + 25512, + 25912, + 26312, + 26712, + 27112, + 27512, + 27912, + 28312, + 28712, + 29112, + 29512, + 29912, + 30312, + 30712, + 31112, + 31512, + 31912, + 32312, + 32712, + 33112, + 33512, + 33912, + 34312, + 34712, + 35112, + 35512, + 35912, + 36312, + 36712, + 37112, + 37512, + 37912, + 38312, + 38712, + 39112, + 39512, + 39912, + 40312, + 40712, + 41112, + 41512, + 41912, + 42312, + 42712, + 43112, + 43512, + 43912, + 44312, + 44712, + 45112, + 45512, + 45912, + 46312, + 46712, + 47112, + 47512, + 47912, + 48312, + 48712, + 49112, + 49512, + 49912, + 50312, + 50712, + 51112, + 51512, + 51912, + 52312, + 52712, + 53112, + 53512, + 53912, + 54312, + 54712, + 55112, + 55512, + 55912, + 56312, + 56712, + 57112, + 57512, + 57912, + 58312, + 58712, + 59112, + 59512, + 59912, + 60312, + 60712, + 61112, + 61512, + 61912, + 62312, + 62712, + 63112, + 63512, + 63912, + 64312, + 64712, + 65112, + 65512, + 65912, + 66312, + 66712, + 67112, + 67512, + 67912, + 68312, + 68712, + 69112, + 69512, + 69912, + 70312, + 70712, + 71112, + 71512, + 71912, + 72312, + 72712, + 73112, + 73512, + 73912, + 74312, + 74712, + 75112, + 75512, + 75912, + 76312, + 76712, + 77112, + 77512, + 77912, + 78312, + 78712, + 79112, + 79512, + 79912, + 80312, + 80712, + 81112, + 81512, + 81912, + 82312, + 82712, + 83112, + 83512, + 83912, + 84312, + 84712, + 85112, + 85512, + 85912, + 86312, + 86712, + 87112, + 87512, + 87912, + 88312, + 88712, + 89112, + 89512, + 89912, + 90312, + 90712, + 91112, + 91512, + 91912, + 92312, + 92712, + 93112, + 93512, + 93912, + 94312, + 94712, + 95112, + 95512, + 95912, + 96312, + 96712, + 97112, + 97512, + 97912, + 98312, + 98712, + 99112, + 99512, + 99912, + 100312, + 100712, + 101112, + 101512, + 101912, + 102312, + 102712, + 103112, + 103512, + 103912, + 104312, + 104712, + 105112, + 105512, + 105912, + 106312, + 106712, + 107112, + 107512, + 107912, + 108312, + 108712, + 109112, + 109512, + 109912, + 110312, + 110712, + 111112, + 111512, + 111912, + 112312, + 112712, + 113112, + 113512, + 113912, + 114312, + 114712, + 115112, + 115512, + 115912, + 116312, + 116712, + 117112, + 117512, + 117912, + 118312, + 118712, + 119112, + 119512, + 119912, + 120312, + 120712, + 121112, + 121512, + 121912, + 122312, + 122712, + 123112, + 123512, + 123912, + 124312, + 124712, + 125112, + 125512, + 125912, + 126312, + 126712, + 127112, + 127512, + 127912, + 128312, + 128712, + 129112, + 129512, + 129912, + 130312, + 130712, + 131112, + 131512, + 131912, + 132312, + 132712, + 133112, + 133512, + 133912, + 134312, + 134712, + 135112, + 135512, + 135912, + 136312, + 136712, + 137112, + 137512, + 137912, + 138312, + 138712, + 139112, + 139512, + 139912, + 140312, + 140712, + 141112, + 141512, + 141912, + 142312, + 142712, + 143112, + 143512, + 143912, + 144312, + 144712, + 145112, + 145512, + 145912, + 146312, + 146712, + 147112, + 147512, + 147912, + 148312, + 148712, + 149112, + 149512, + 149912, + 150312, + 150712, + 151112, + 151512, + 151912, + 152312, + 152712, + 153112, + 153512, + 153912, + 154312, + 154712, + 155112, + 155512, + 155912, + 156312, + 156712, + 157112, + 157512, + 157912, + 158312, + 158712, + 159112, + 159512, + 159912, + 160312, + 160712, + 161112, + 161512, + 161912, + 162312, + 162712, + 163112, + 163512, + 163912, + 164312, + 164712, + 165112, + 165512, + 165912, + 166312, + 166712, + 167112, + 167512, + 167912, + 168312, + 168712, + 169112, + 169512, + 169912, + 170312, + 170712, + 171112, + 171512, + 171912, + 172312, + 172712, + 173112, + 173512, + 173912, + 174312, + 174712, + 175112, + 175512, + 175912, + 176312, + 176712, + 177112, + 177512, + 177912, + 178312, + 178712, + 179112, + 179512, + 179912, + 180312, + 180712, + 181112, + 181512, + 181912, + 182312, + 182712, + 183112, + 183512, + 183912, + 184312, + 184712, + 185112, + 185512, + 185912, + 186312, + 186712, + 187112, + 187512, + 187912, + 188312, + 188712, + 189112, + 189512, + 189912, + 190312, + 190712, + 191112, + 191512, + 191912, + 192312, + 192712, + 193112, + 193512, + 193912, + 194312, + 194712, + 195112, + 195512, + 195912, + 196312, + 196712, + 197112, + 197512, + 197912, + 198312, + 198712, + 199112, + 199512, + 199912, + 200312, + 200712, + 201112, + 201512, + 201912, + 202312, + 202712, + 203112, + 203512, + 203912, + 204312, + 204712, + 205112, + 205512, + 205912, + 206312, + 206712, + 207112, + 207512, + 207912, + 208312, + 208712, + 209112, + 209512, + 209912, + 210312, + 210712, + 211112, + 211512, + 211912, + 212312, + 212712, + 213112, + 213512, + 213912, + 214312, + 214712, + 215112, + 215512, + 215912, + 216312, + 216712, + 217112, + 217512, + 217912, + 218312, + 218712, + 219112, + 219512, + 219912, + 220312, + 220712, + 221112, + 221512, + 221912, + 222312, + 222712, + 223112, + 223512, + 223912, + 224312, + 224712, + 225112, + 225512, + 225912, + 226312, + 226712, + 227112, + 227512, + 227912, + 228312, + 228712, + 229112, + 229512, + 229912, + 230312, + 230712, + 231112, + 231512, + 231912, + 232312, + 232712, + 233112, + 233512, + 233912, + 234312, + 234712, + 235112, + 235512, + 235912, + 236312, + 236712, + 237112, + 237512, + 237912, + 238312, + 238712, + 239112, + 239512, + 239912, + 240312, + 240712, + 241112, + 241512, + 241912, + 242312, + 242712, + 243112, + 243512, + 243912, + 244312, + 244712, + 245112, + 245512, + 245912, + 246312, + 246712, + 247112, + 247512, + 247912, + 248312, + 248712, + 249112, + 249512, + 249912, + 250312, + 250712, + 251112, + 251512, + 251912, + 252312, + 252712, + 253112, + 253512, + 253912, + 254312, + 254712, + 255112, + 255512, + 255912, + 256312, + 256712, + 257112, + 257512, + 257912, + 258312, + 258712, + 259112, + 259512, + 259912, + 260312, + 260712, + 261112, + 261512, + 261912, + 262312, + 262712, + 263112, + 263512, + 263912, + 264312, + 264712, + 265112, + 265512, + 265912, + 266312, + 266712, + 267112, + 267512, + 267912, + 268312, + 268712, + 269112, + 269512, + 269912, + 270312, + 270712, + 271112, + 271512, + 271912, + 272312, + 272712, + 273112, + 273512, + 273912, + 274312, + 274712, + 275112, + 275512, + 275912, + 276312, + 276712, + 277112, + 277512, + 277912, + 278312, + 278712, + 279112, + 279512, + 279912, + 280312, + 280712, + 281112, + 281512, + 281912, + 282312, + 282712, + 283112, + 283512, + 283912, + 284312, + 284712, + 285112, + 285512, + 285912, + 286312, + 286712, + 287112, + 287512, + 287912, + 288312, + 288712, + 289112, + 289512, + 289912, + 290312, + 290712, + 291112, + 291512, + 291912, + 292312, + 292712, + 293112, + 293512, + 293912, + 294312, + 294712, + 295112, + 295512, + 295912, + 296312, + 296712, + 297112, + 297512, + 297912, + 298312, + 298712, + 299112, + 299512, + 299912, + 300312, + 300712, + 301112, + 301512, + 301912, + 302312, + 302712, + 303112, + 303512, + 303912, + 304312, + 304712, + 305112, + 305512, + 305912, + 306312, + 306712, + 307112, + 307512, + 307912, + 308312, + 308712, + 309112, + 309512, + 309912, + 310312, + 310712, + 311112, + 311512, + 311912, + 312312, + 312712, + 313112, + 313512, + 313912, + 314312, + 314712, + 315112, + 315512, + 315912, + 316312, + 316712, + 317112, + 317512, + 317912, + 318312, + 318712, + 319112, + 319512, + 319912, + 320312, + 320712, + 321112, + 321512, + 321912, + 322312, + 322712, + 323112, + 323512, + 323912, + 324312, + 324712, + 325112, + 325512, + 325912, + 326312, + 326712, + 327112, + 327512, + 327912, + 328312, + 328712, + 329112, + 329512, + 329912, + 330312, + 330712, + 331112, + 331512, + 331912, + 332312, + 332712, + 333112, + 333512, + 333912, + 334312, + 334712, + 335112, + 335512, + 335912, + 336312, + 336712, + 337112, + 337512, + 337912, + 338312, + 338712, + 339112, + 339512, + 339912, + 340312, + 340712, + 341112, + 341512, + 341912, + 342312, + 342712, + 343112, + 343512, + 343912, + 344312, + 344712, + 345112, + 345512, + 345912, + 346312, + 346712, + 347112, + 347512, + 347912, + 348312, + 348712, + 349112, + 349512, + 349912, + 350312, + 350712, + 351112, + 351512, + 351912, + 352312, + 352712, + 353112, + 353512, + 353912, + 354312, + 354712, + 355112, + 355512, + 355912, + 356312, + 356712, + 357112, + 357512, + 357912, + 358312, + 358712, + 359112, + 359512, + 359912, + 360312, + 360712, + 361112, + 361512, + 361912, + 362312, + 362712, + 363112, + 363512, + 363912, + 364312, + 364712, + 365112, + 365512, + 365912, + 366312, + 366712, + 367112, + 367512, + 367912, + 368312, + 368712, + 369112, + 369512, + 369912, + 370312, + 370712, + 371112, + 371512, + 371912, + 372312, + 372712, + 373112, + 373512, + 373912, + 374312, + 374712, + 375112, + 375512, + 375912, + 376312, + 376712, + 377112, + 377512, + 377912, + 378312, + 378712, + 379112, + 379512, + 379912, + 380312, + 380712, + 381112, + 381512, + 381912, + 382312, + 382712, + 383112, + 383512, + 383912, + 384312, + 384712, + 385112, + 385512, + 385912, + 386312, + 386712, + 387112, + 387512, + 387912, + 388312, + 388712, + 389112, + 389512, + 389912, + 390312, + 390712, + 391112, + 391512, + 391912, + 392312, + 392712, + 393112, + 393512, + 393912, + 394312, + 394712, + 395112, + 395512, + 395912, + 396312, + 396712, + 397112, + 397512, + 397912, + 398312, + 398712, + 399112, + 399512, + 399912, + 400312, + 400712, + 401112, + 401512, + 401912, + 402312, + 402712, + 403112, + 403512, + 403912, + 404312, + 404712, + 405112, + 405512, + 405912, + 406312, + 406712, + 407112, + 407512, + 407912, + 408312, + 408712, + 409112, + 409512, + 409912, + 410312, + 410712, + 411112, + 411512, + 411912, + 412312, + 412712, + 413112, + 413512, + 413912, + 414312, + 414712, + 415112, + 415512, + 415912, + 416312, + 416712, + 417112, + 417512, + 417912, + 418312, + 418712, + 419112, + 419512, + 419912, + 420312, + 420712, + 421112, + 421512, + 421912, + 422312, + 422712, + 423112, + 423512, + 423912, + 424312, + 424712, + 425112, + 425512, + 425912, + 426312, + 426712, + 427112, + 427512, + 427912, + 428312, + 428712, + 429112, + 429512, + 429912, + 430312, + 430712, + 431112, + 431512, + 431912, + 432312, + 432712, + 433112, + 433512, + 433912, + 434312, + 434712, + 435112, + 435512, + 435912, + 436312, + 436712, + 437112, + 437512, + 437912, + 438312, + 438712, + 439112, + 439512, + 439912, + 440312, + 440712, + 441112, + 441512, + 441912, + 442312, + 442712, + 443112, + 443512, + 443912, + 444312, + 444712, + 445112, + 445512, + 445912, + 446312, + 446712, + 447112, + 447512, + 447912, + 448312, + 448712, + 449112, + 449512, + 449912, + 450312, + 450712, + 451112, + 451512, + 451912, + 452312, + 452712, + 453112, + 453512, + 453912, + 454312, + 454712, + 455112, + 455512, + 455912, + 456312, + 456712, + 457112, + 457512, + 457912, + 458312, + 458712, + 459112, + 459512, + 459912, + 460312, + 460712, + 461112, + 461512, + 461912, + 462312, + 462712, + 463112, + 463512, + 463912, + 464312, + 464712, + 465112, + 465512, + 465912, + 466312, + 466712, + 467112, + 467512, + 467912, + 468312, + 468712, + 469112, + 469512, + 469912, + 470312, + 470712, + 471112, + 471512, + 471912, + 472312, + 472712, + 473112, + 473512, + 473912, + 474312, + 474712, + 475112, + 475512, + 475912, + 476312, + 476712, + 477112, + 477512, + 477912, + 478312, + 478712, + 479112, + 479512, + 479912, + 480312, + 480712, + 481112, + 481512, + 481912, + 482312, + 482712, + 483112, + 483512, + 483912, + 484312, + 484712, + 485112, + 485512, + 485912, + 486312, + 486712, + 487112, + 487512, + 487912, + 488312, + 488712, + 489112, + 489512, + 489912, + 490312, + 490712, + 491112, + 491512, + 491912, + 492312, + 492712, + 493112, + 493512, + 493912, + 494312, + 494712, + 495112, + 495512, + 495912, + 496312, + 496712, + 497112, + 497512, + 497912, + 498312, + 498712, + 499112, + 499512, + 499912, + 500312, + 500712, + 501112, + 501512, + 501912, + 502312, + 502712, + 503112, + 503512, + 503912, + 504312, + 504712, + 505112, + 505512, + 505912, + 506312, + 506712, + 507112, + 507512, + 507912, + 508312, + 508712, + 509112, + 509512, + 509912, + 510312, + 510712, + 511112, + 511512, + 511912, + 512312, + 512712, + 513112, + 513512, + 513912, + 514312, + 514712, + 515112, + 515512, + 515912, + 516312, + 516712, + 517112, + 517512, + 517912, + 518312, + 518712, + 519112, + 519512, + 519912, + 520312, + 520712, + 521112, + 521512, + 521912, + 522312, + 522712, + 523112, + 523512, + 523912, + 524312, + 524712, + 525112, + 525512, + 525912, + 526312, + 526712, + 527112, + 527512, + 527912, + 528312, + 528712, + 529112, + 529512, + 529912, + 530312, + 530712, + 531112, + 531512, + 531912, + 532312, + 532712, + 533112, + 533512, + 533912, + 534312, + 534712, + 535112, + 535512, + 535912, + 536312, + 536712, + 537112, + 537512, + 537912, + 538312, + 538712, + 539112, + 539512, + 539912, + 540312, + 540712, + 541112, + 541512, + 541912, + 542312, + 542712, + 543112, + 543512, + 543912, + 544312, + 544712, + 545112, + 545512, + 545912, + 546312, + 546712, + 547112, + 547512, + 547912, + 548312, + 548712, + 549112, + 549512, + 549912, + 550312, + 550712, + 551112, + 551512, + 551912, + 552312, + 552712, + 553112, + 553512, + 553912, + 554312, + 554712, + 555112, + 555512, + 555912, + 556312, + 556712, + 557112, + 557512, + 557912, + 558312, + 558712, + 559112, + 559512, + 559912, + 560312, + 560712, + 561112, + 561512, + 561912, + 562312, + 562712, + 563112, + 563512, + 563912, + 564312, + 564712, + 565112, + 565512, + 565912, + 566312, + 566712, + 567112, + 567512, + 567912, + 568312, + 568712, + 569112, + 569512, + 569912, + 570312, + 570712, + 571112, + 571512, + 571912, + 572312, + 572712, + 573112, + 573512, + 573912, + 574312, + 574712, + 575112, + 575512, + 575912, + 576312, + 576712, + 577112, + 577512, + 577912, + 578312, + 578712, + 579112, + 579512, + 579912, + 580312, + 580712, + 581112, + 581512, + 581912, + 582312, + 582712, + 583112, + 583512, + 583912, + 584312, + 584712, + 585112, + 585512, + 585912, + 586312, + 586712, + 587112, + 587512, + 587912, + 588312, + 588712, + 589112, + 589512, + 589912, + 590312, + 590712, + 591112, + 591512, + 591912, + 592312, + 592712, + 593112, + 593512, + 593912, + 594312, + 594712, + 595112, + 595512, + 595912, + 596312, + 596712, + 597112, + 597512, + 597912, + 598312, + 598712, + 599112, + 599512, + 599912, + 600312, + 600712, + 601112, + 601512, + 601912, + 602312, + 602712, + 603112, + 603512, + 603912, + 604312, + 604712, + 605112, + 605512, + 605912, + 606312, + 606712, + 607112, + 607512, + 607912, + 608312, + 608712, + 609112, + 609512, + 609912, + 610312, + 610712, + 611112, + 611512, + 611912, + 612312, + 612712, + 613112, + 613512, + 613912, + 614312, + 614712, + 615112, + 615512, + 615912, + 616312, + 616712, + 617112, + 617512, + 617912, + 618312, + 618712, + 619112, + 619512, + 619912, + 620312, + 620712, + 621112, + 621512, + 621912, + 622312, + 622712, + 623112, + 623512, + 623912, + 624312, + 624712, + 625112, + 625512, + 625912, + 626312, + 626712, + 627112, + 627512, + 627912, + 628312, + 628712, + 629112, + 629512, + 629912, + 630312, + 630712, + 631112, + 631512, + 631912, + 632312, + 632712, + 633112, + 633512, + 633912, + 634312, + 634712, + 635112, + 635512, + 635912, + 636312, + 636712, + 637112, + 637512, + 637912, + 638312, + 638712, + 639112, + 639512, + 639912, + 640312, + 640712, + 641112, + 641512, + 641912, + 642312, + 642712, + 643112, + 643512, + 643912, + 644312, + 644712, + 645112, + 645512, + 645912, + 646312, + 646712, + 647112, + 647512, + 647912, + 648312, + 648712, + 649112, + 649512, + 649912, + 650312, + 650712, + 651112, + 651512, + 651912, + 652312, + 652712, + 653112, + 653512, + 653912, + 654312, + 654712, + 655112, + 655512, + 655912, + 656312, + 656712, + 657112, + 657512, + 657912, + 658312, + 658712, + 659112, + 659512, + 659912, + 660312, + 660712, + 661112, + 661512, + 661912, + 662312, + 662712, + 663112, + 663512, + 663912, + 664312, + 664712, + 665112, + 665512, + 665912, + 666312, + 666712, + 667112, + 667512, + 667912, + 668312, + 668712, + 669112, + 669512, + 669912, + 670312, + 670712, + 671112, + 671512, + 671912, + 672312, + 672712, + 673112, + 673512, + 673912, + 674312, + 674712, + 675112, + 675512, + 675912, + 676312, + 676712, + 677112, + 677512, + 677912, + 678312, + 678712, + 679112, + 679512, + 679912, + 680312, + 680712, + 681112, + 681512, + 681912, + 682312, + 682712, + 683112, + 683512, + 683912, + 684312, + 684712, + 685112, + 685512, + 685912, + 686312, + 686712, + 687112, + 687512, + 687912, + 688312, + 688712, + 689112, + 689512, + 689912, + 690312, + 690712, + 691112, + 691512, + 691912, + 692312, + 692712, + 693112, + 693512, + 693912, + 694312, + 694712, + 695112, + 695512, + 695912, + 696312, + 696712, + 697112, + 697512, + 697912, + 698312, + 698712, + 699112, + 699512, + 699912, + 700312, + 700712, + 701112, + 701512, + 701912, + 702312, + 702712, + 703112, + 703512, + 703912, + 704312, + 704712, + 705112, + 705512, + 705912, + 706312, + 706712, + 707112, + 707512, + 707912, + 708312, + 708712, + 709112, + 709512, + 709912, + 710312, + 710712, + 711112, + 711512, + 711912, + 712312, + 712712, + 713112, + 713512, + 713912, + 714312, + 714712, + 715112, + 715512, + 715912, + 716312, + 716712, + 717112, + 717512, + 717912, + 718312, + 718712, + 719112, + 719512, + 719912, + 720312, + 720712, + 721112, + 721512, + 721912, + 722312, + 722712, + 723112, + 723512, + 723912, + 724312, + 724712, + 725112, + 725512, + 725912, + 726312, + 726712, + 727112, + 727512, + 727912, + 728312, + 728712, + 729112, + 729512, + 729912, + 730312, + 730712, + 731112, + 731512, + 731912, + 732312, + 732712, + 733112, + 733512, + 733912, + 734312, + 734712, + 735112, + 735512, + 735912, + 736312, + 736712, + 737112, + 737512, + 737912, + 738312, + 738712, + 739112, + 739512, + 739912, + 740312, + 740712, + 741112, + 741512, + 741912, + 742312, + 742712, + 743112, + 743512, + 743912, + 744312, + 744712, + 745112, + 745512, + 745912, + 746312, + 746712, + 747112, + 747512, + 747912, + 748312, + 748712, + 749112, + 749512, + 749912, + 750312, + 750712, + 751112, + 751512, + 751912, + 752312, + 752712, + 753112, + 753512, + 753912, + 754312, + 754712, + 755112, + 755512, + 755912, + 756312, + 756712, + 757112, + 757512, + 757912, + 758312, + 758712, + 759112, + 759512, + 759912, + 760312, + 760712, + 761112, + 761512, + 761912, + 762312, + 762712, + 763112, + 763512, + 763912, + 764312, + 764712, + 765112, + 765512, + 765912, + 766312, + 766712, + 767112, + 767512, + 767912, + 768312, + 768712, + 769112, + 769512, + 769912, + 770312, + 770712, + 771112, + 771512, + 771912, + 772312, + 772712, + 773112, + 773512, + 773912, + 774312, + 774712, + 775112, + 775512, + 775912, + 776312, + 776712, + 777112, + 777512, + 777912, + 778312, + 778712, + 779112, + 779512, + 779912, + 780312, + 780712, + 781112, + 781512, + 781912, + 782312, + 782712, + 783112, + 783512, + 783912, + 784312, + 784712, + 785112, + 785512, + 785912, + 786312, + 786712, + 787112, + 787512, + 787912, + 788312, + 788712, + 789112, + 789512, + 789912, + 790312, + 790712, + 791112, + 791512, + 791912, + 792312, + 792712, + 793112, + 793512, + 793912, + 794312, + 794712, + 795112, + 795512, + 795912, + 796312, + 796712, + 797112, + 797512, + 797912, + 798312, + 798712, + 799112, + 799512, + 799912, + 800312, + 800712, + 801112, + 801512, + 801912, + 802312, + 802712, + 803112, + 803512, + 803912, + 804312, + 804712, + 805112, + 805512, + 805912, + 806312, + 806712, + 807112, + 807512, + 807912, + 808312, + 808712, + 809112, + 809512, + 809912, + 810312, + 810712, + 811112, + 811512, + 811912, + 812312, + 812712, + 813112, + 813512, + 813912, + 814312, + 814712, + 815112, + 815512, + 815912, + 816312, + 816712, + 817112, + 817512, + 817912, + 818312, + 818712, + 819112, + 819512, + 819912, + 820312, + 820712, + 821112, + 821512, + 821912, + 822312, + 822712, + 823112, + 823512, + 823912, + 824312, + 824712, + 825112, + 825512, + 825912, + 826312, + 826712, + 827112, + 827512, + 827912, + 828312, + 828712, + 829112, + 829512, + 829912, + 830312, + 830712, + 831112, + 831512, + 831912, + 832312, + 832712, + 833112, + 833512, + 833912, + 834312, + 834712, + 835112, + 835512, + 835912, + 836312, + 836712, + 837112, + 837512, + 837912, + 838312, + 838712, + 839112, + 839512, + 839912, + 840312, + 840712, + 841112, + 841512, + 841912, + 842312, + 842712, + 843112, + 843512, + 843912, + 844312, + 844712, + 845112, + 845512, + 845912, + 846312, + 846712, + 847112, + 847512, + 847912, + 848312, + 848712, + 849112, + 849512, + 849912, + 850312, + 850712, + 851112, + 851512, + 851912, + 852312, + 852712, + 853112, + 853512, + 853912, + 854312, + 854712, + 855112, + 855512, + 855912, + 856312, + 856712, + 857112, + 857512, + 857912, + 858312, + 858712, + 859112, + 859512, + 859912, + 860312, + 860712, + 861112, + 861512, + 861912, + 862312, + 862712, + 863112, + 863512, + 863912, + 864312, + 864712, + 865112, + 865512, + 865912, + 866312, + 866712, + 867112, + 867512, + 867912, + 868312, + 868712, + 869112, + 869512, + 869912, + 870312, + 870712, + 871112, + 871512, + 871912, + 872312, + 872712, + 873112, + 873512, + 873912, + 874312, + 874712, + 875112, + 875512, + 875912, + 876312, + 876712, + 877112, + 877512, + 877912, + 878312, + 878712, + 879112, + 879512, + 879912, + 880312, + 880712, + 881112, + 881512, + 881912, + 882312, + 882712, + 883112, + 883512, + 883912, + 884312, + 884712, + 885112, + 885512, + 885912, + 886312, + 886712, + 887112, + 887512, + 887912, + 888312, + 888712, + 889112, + 889512, + 889912, + 890312, + 890712, + 891112, + 891512, + 891912, + 892312, + 892712, + 893112, + 893512, + 893912, + 894312, + 894712, + 895112, + 895512, + 895912, + 896312, + 896712, + 897112, + 897512, + 897912, + 898312, + 898712, + 899112, + 899512, + 899912, + 900312, + 900712, + 901112, + 901512, + 901912, + 902312, + 902712, + 903112, + 903512, + 903912, + 904312, + 904712, + 905112, + 905512, + 905912, + 906312, + 906712, + 907112, + 907512, + 907912, + 908312, + 908712, + 909112, + 909512, + 909912, + 910312, + 910712, + 911112, + 911512, + 911912, + 912312, + 912712, + 913112, + 913512, + 913912, + 914312, + 914712, + 915112, + 915512, + 915912, + 916312, + 916712, + 917112, + 917512, + 917912, + 918312, + 918712, + 919112, + 919512, + 919912, + 920312, + 920712, + 921112, + 921512, + 921912, + 922312, + 922712, + 923112, + 923512, + 923912, + 924312, + 924712, + 925112, + 925512, + 925912, + 926312, + 926712, + 927112, + 927512, + 927912, + 928312, + 928712, + 929112, + 929512, + 929912, + 930312, + 930712, + 931112, + 931512, + 931912, + 932312, + 932712, + 933112, + 933512, + 933912, + 934312, + 934712, + 935112, + 935512, + 935912, + 936312, + 936712, + 937112, + 937512, + 937912, + 938312, + 938712, + 939112, + 939512, + 939912, + 940312, + 940712, + 941112, + 941512, + 941912, + 942312, + 942712, + 943112, + 943512, + 943912, + 944312, + 944712, + 945112, + 945512, + 945912, + 946312, + 946712, + 947112, + 947512, + 947912, + 948312, + 948712, + 949112, + 949512, + 949912, + 950312, + 950712, + 951112, + 951512, + 951912, + 952312, + 952712, + 953112, + 953512, + 953912, + 954312, + 954712, + 955112, + 955512, + 955912, + 956312, + 956712, + 957112, + 957512, + 957912, + 958312, + 958712, + 959112, + 959512, + 959912, + 960312, + 960712, + 961112, + 961512, + 961912, + 962312, + 962712, + 963112, + 963512, + 963912, + 964312, + 964712, + 965112, + 965512, + 965912, + 966312, + 966712, + 967112, + 967512, + 967912, + 968312, + 968712, + 969112, + 969512, + 969912, + 970312, + 970712, + 971112, + 971512, + 971912, + 972312, + 972712, + 973112, + 973512, + 973912, + 974312, + 974712, + 975112, + 975512, + 975912, + 976312, + 976712, + 977112, + 977512, + 977912, + 978312, + 978712, + 979112, + 979512, + 979912, + 980312, + 980712, + 981112, + 981512, + 981912, + 982312, + 982712, + 983112, + 983512, + 983912, + 984312, + 984712, + 985112, + 985512, + 985912, + 986312, + 986712, + 987112, + 987512, + 987912, + 988312, + 988712, + 989112, + 989512, + 989912, + 990312, + 990712, + 991112, + 991512, + 991912, + 992312, + 992712, + 993112, + 993512, + 993912, + 994312, + 994712, + 995112, + 995512, + 995912, + 996312, + 996712, + 997112, + 997512, + 997912, + 998312, + 998712, + 999112, + 999512, + 999912, + 1000312, + 1000712, + 1001112, + 1001512, + 1001912, + 1002312, + 1002712, + 1003112, + 1003512, + 1003912, + 1004312, + 1004712, + 1005112, + 1005512, + 1005912, + 1006312, + 1006712, + 1007112, + 1007512, + 1007912, + 1008312, + 1008712, + 1009112, + 1009512, + 1009912, + 1010312, + 1010712, + 1011112, + 1011512, + 1011912, + 1012312, + 1012712, + 1013112, + 1013512, + 1013912, + 1014312, + 1014712, + 1015112, + 1015512, + 1015912, + 1016312, + 1016712, + 1017112, + 1017512, + 1017912, + 1018312, + 1018712, + 1019112, + 1019512, + 1019912, + 1020312, + 1020712, + 1021112, + 1021512, + 1021912, + 1022312, + 1022712, + 1023112, + 1023512, + 1023912, + 1024312, + 1024712, + 1025112, + 1025512, + 1025912, + 1026312, + 1026712, + 1027112, + 1027512, + 1027912, + 1028312, + 1028712, + 1029112, + 1029512, + 1029912, + 1030312, + 1030712, + 1031112, + 1031512, + 1031912, + 1032312, + 1032712, + 1033112, + 1033512, + 1033912, + 1034312, + 1034712, + 1035112, + 1035512, + 1035912, + 1036312, + 1036712, + 1037112, + 1037512, + 1037912, + 1038312, + 1038712, + 1039112, + 1039512, + 1039912, + 1040312, + 1040712, + 1041112, + 1041512, + 1041912, + 1042312, + 1042712, + 1043112, + 1043512, + 1043912, + 1044312, + 1044712, + 1045112, + 1045512, + 1045912, + 1046312, + 1046712, + 1047112, + 1047512, + 1047912, + 1048312, + 1048712, + 1049112, + 1049512, + 1049912, + 1050312, + 1050712, + 1051112, + 1051512, + 1051912, + 1052312, + 1052712, + 1053112, + 1053512, + 1053912, + 1054312, + 1054712, + 1055112, + 1055512, + 1055912, + 1056312, + 1056712, + 1057112, + 1057512, + 1057912, + 1058312, + 1058712, + 1059112, + 1059512, + 1059912, + 1060312, + 1060712, + 1061112, + 1061512, + 1061912, + 1062312, + 1062712, + 1063112, + 1063512, + 1063912, + 1064312, + 1064712, + 1065112, + 1065512, + 1065912, + 1066312, + 1066712, + 1067112, + 1067512, + 1067912, + 1068312, + 1068712, + 1069112, + 1069512, + 1069912, + 1070312, + 1070712, + 1071112, + 1071512, + 1071912, + 1072312, + 1072712, + 1073112, + 1073512, + 1073912, + 1074312, + 1074712, + 1075112, + 1075512, + 1075912, + 1076312, + 1076712, + 1077112, + 1077512, + 1077912, + 1078312, + 1078712, + 1079112, + 1079512, + 1079912, + 1080312, + 1080712, + 1081112, + 1081512, + 1081912, + 1082312, + 1082712, + 1083112, + 1083512, + 1083912, + 1084312, + 1084712, + 1085112, + 1085512, + 1085912, + 1086312, + 1086712, + 1087112, + 1087512, + 1087912, + 1088312, + 1088712, + 1089112, + 1089512, + 1089912, + 1090312, + 1090712, + 1091112, + 1091512, + 1091912, + 1092312, + 1092712, + 1093112, + 1093512, + 1093912, + 1094312, + 1094712, + 1095112, + 1095512, + 1095912, + 1096312, + 1096712, + 1097112, + 1097512, + 1097912, + 1098312, + 1098712, + 1099112, + 1099512, + 1099912, + 1100312, + 1100712, + 1101112, + 1101512, + 1101912, + 1102312, + 1102712, + 1103112, + 1103512, + 1103912, + 1104312, + 1104712, + 1105112, + 1105512, + 1105912, + 1106312, + 1106712, + 1107112, + 1107512, + 1107912, + 1108312, + 1108712, + 1109112, + 1109512, + 1109912, + 1110312, + 1110712, + 1111112, + 1111512, + 1111912, + 1112312, + 1112712, + 1113112, + 1113512, + 1113912, + 1114312, + 1114712, + 1115112, + 1115512, + 1115912, + 1116312, + 1116712, + 1117112, + 1117512, + 1117912, + 1118312, + 1118712, + 1119112, + 1119512, + 1119912, + 1120312, + 1120712, + 1121112, + 1121512, + 1121912, + 1122312, + 1122712, + 1123112, + 1123512, + 1123912, + 1124312, + 1124712, + 1125112, + 1125512, + 1125912, + 1126312, + 1126712, + 1127112, + 1127512, + 1127912, + 1128312, + 1128712, + 1129112, + 1129512, + 1129912, + 1130312, + 1130712, + 1131112, + 1131512, + 1131912, + 1132312, + 1132712, + 1133112, + 1133512, + 1133912, + 1134312, + 1134712, + 1135112, + 1135512, + 1135912, + 1136312, + 1136712, + 1137112, + 1137512, + 1137912, + 1138312, + 1138712, + 1139112, + 1139512, + 1139912, + 1140312, + 1140712, + 1141112, + 1141512, + 1141912, + 1142312, + 1142712, + 1143112, + 1143512, + 1143912, + 1144312, + 1144712, + 1145112, + 1145512, + 1145912, + 1146312, + 1146712, + 1147112, + 1147512, + 1147912, + 1148312, + 1148712, + 1149112, + 1149512, + 1149912, + 1150312, + 1150712, + 1151112, + 1151512, + 1151912, + 1152312, + 1152712, + 1153112, + 1153512, + 1153912, + 1154312, + 1154712, + 1155112, + 1155512, + 1155912, + 1156312, + 1156712, + 1157112, + 1157512, + 1157912, + 1158312, + 1158712, + 1159112, + 1159512, + 1159912, + 1160312, + 1160712, + 1161112, + 1161512, + 1161912, + 1162312, + 1162712, + 1163112, + 1163512, + 1163912, + 1164312, + 1164712, + 1165112, + 1165512, + 1165912, + 1166312, + 1166712, + 1167112, + 1167512, + 1167912, + 1168312, + 1168712, + 1169112, + 1169512, + 1169912, + 1170312, + 1170712, + 1171112, + 1171512, + 1171912, + 1172312, + 1172712, + 1173112, + 1173512, + 1173912, + 1174312, + 1174712, + 1175112, + 1175512, + 1175912, + 1176312, + 1176712, + 1177112, + 1177512, + 1177912, + 1178312, + 1178712, + 1179112, + 1179512, + 1179912, + 1180312, + 1180712, + 1181112, + 1181512, + 1181912, + 1182312, + 1182712, + 1183112, + 1183512, + 1183912, + 1184312, + 1184712, + 1185112, + 1185512, + 1185912, + 1186312, + 1186712, + 1187112, + 1187512, + 1187912, + 1188312, + 1188712, + 1189112, + 1189512, + 1189912, + 1190312, + 1190712, + 1191112, + 1191512, + 1191912, + 1192312, + 1192712, + 1193112, + 1193512, + 1193912, + 1194312, + 1194712, + 1195112, + 1195512, + 1195912, + 1196312, + 1196712, + 1197112, + 1197512, + 1197912, + 1198312, + 1198712, + 1199112, + 1199512, + 1199912, + 1200312, + 1200712, + 1201112, + 1201512, + 1201912, + 1202312, + 1202712, + 1203112, + 1203512, + 1203912, + 1204312, + 1204712, + 1205112, + 1205512, + 1205912, + 1206312, + 1206712, + 1207112, + 1207512, + 1207912, + 1208312, + 1208712, + 1209112, + 1209512, + 1209912, + 1210312, + 1210712, + 1211112, + 1211512, + 1211912, + 1212312, + 1212712, + 1213112, + 1213512, + 1213912, + 1214312, + 1214712, + 1215112, + 1215512, + 1215912, + 1216312, + 1216712, + 1217112, + 1217512, + 1217912, + 1218312, + 1218712, + 1219112, + 1219512, + 1219912, + 1220312, + 1220712, + 1221112, + 1221512, + 1221912, + 1222312, + 1222712, + 1223112, + 1223512, + 1223912, + 1224312, + 1224712, + 1225112, + 1225512, + 1225912, + 1226312, + 1226712, + 1227112, + 1227512, + 1227912, + 1228312, + 1228712, + 1229112, + 1229512, + 1229912, + 1230312, + 1230712, + 1231112, + 1231512, + 1231912, + 1232312, + 1232712, + 1233112, + 1233512, + 1233912, + 1234312, + 1234712, + 1235112, + 1235512, + 1235912, + 1236312, + 1236712, + 1237112, + 1237512, + 1237912, + 1238312, + 1238712, + 1239112, + 1239512, + 1239912, + 1240312, + 1240712, + 1241112, + 1241512, + 1241912, + 1242312, + 1242712, + 1243112, + 1243512, + 1243912, + 1244312, + 1244712, + 1245112, + 1245512, + 1245912, + 1246312, + 1246712, + 1247112, + 1247512, + 1247912, + 1248312, + 1248712, + 1249112, + 1249512, + 1249912, + 1250312, + 1250712, + 1251112, + 1251512, + 1251912, + 1252312, + 1252712, + 1253112, + 1253512, + 1253912, + 1254312, + 1254712, + 1255112, + 1255512, + 1255912, + 1256312, + 1256712, + 1257112, + 1257512, + 1257912, + 1258312, + 1258712, + 1259112, + 1259512, + 1259912, + 1260312, + 1260712, + 1261112, + 1261512, + 1261912, + 1262312, + 1262712, + 1263112, + 1263512, + 1263912, + 1264312, + 1264712, + 1265112, + 1265512, + 1265912, + 1266312, + 1266712, + 1267112, + 1267512, + 1267912, + 1268312, + 1268712, + 1269112, + 1269512, + 1269912, + 1270312, + 1270712, + 1271112, + 1271512, + 1271912, + 1272312, + 1272712, + 1273112, + 1273512, + 1273912, + 1274312, + 1274712, + 1275112, + 1275512, + 1275912, + 1276312, + 1276712, + 1277112, + 1277512, + 1277912, + 1278312, + 1278712, + 1279112, + 1279512, + 1279912, + 1280312, + 1280712, + 1281112, + 1281512, + 1281912, + 1282312, + 1282712, + 1283112, + 1283512, + 1283912, + 1284312, + 1284712, + 1285112, + 1285512, + 1285912, + 1286312, + 1286712, + 1287112, + 1287512, + 1287912, + 1288312, + 1288712, + 1289112, + 1289512, + 1289912, + 1290312, + 1290712, + 1291112, + 1291512, + 1291912, + 1292312, + 1292712, + 1293112, + 1293512, + 1293912, + 1294312, + 1294712, + 1295112, + 1295512, + 1295912, + 1296312, + 1296712, + 1297112, + 1297512, + 1297912, + 1298312, + 1298712, + 1299112, + 1299512, + 1299912, + 1300312, + 1300712, + 1301112, + 1301512, + 1301912, + 1302312, + 1302712, + 1303112, + 1303512, + 1303912, + 1304312, + 1304712, + 1305112, + 1305512, + 1305912, + 1306312, + 1306712, + 1307112, + 1307512, + 1307912, + 1308312, + 1308712, + 1309112, + 1309512, + 1309912, + 1310312, + 1310712, + 1311112, + 1311512, + 1311912, + 1312312, + 1312712, + 1313112, + 1313512, + 1313912, + 1314312, + 1314712, + 1315112, + 1315512, + 1315912, + 1316312, + 1316712, + 1317112, + 1317512, + 1317912, + 1318312, + 1318712, + 1319112, + 1319512, + 1319912, + 1320312, + 1320712, + 1321112, + 1321512, + 1321912, + 1322312, + 1322712, + 1323112, + 1323512, + 1323912, + 1324312, + 1324712, + 1325112, + 1325512, + 1325912, + 1326312, + 1326712, + 1327112, + 1327512, + 1327912, + 1328312, + 1328712, + 1329112, + 1329512, + 1329912, + 1330312, + 1330712, + 1331112, + 1331512, + 1331912, + 1332312, + 1332712, + 1333112, + 1333512, + 1333912, + 1334312, + 1334712, + 1335112, + 1335512, + 1335912, + 1336312, + 1336712, + 1337112, + 1337512, + 1337912, + 1338312, + 1338712, + 1339112, + 1339512, + 1339912, + 1340312, + 1340712, + 1341112, + 1341512, + 1341912, + 1342312, + 1342712, + 1343112, + 1343512, + 1343912, + 1344312, + 1344712, + 1345112, + 1345512, + 1345912, + 1346312, + 1346712, + 1347112, + 1347512, + 1347912, + 1348312, + 1348712, + 1349112, + 1349512, + 1349912, + 1350312, + 1350712, + 1351112, + 1351512, + 1351912, + 1352312, + 1352712, + 1353112, + 1353512, + 1353912, + 1354312, + 1354712, + 1355112, + 1355512, + 1355912, + 1356312, + 1356712, + 1357112, + 1357512, + 1357912, + 1358312, + 1358712, + 1359112, + 1359512, + 1359912, + 1360312, + 1360712, + 1361112, + 1361512, + 1361912, + 1362312, + 1362712, + 1363112, + 1363512, + 1363912, + 1364312, + 1364712, + 1365112, + 1365512, + 1365912, + 1366312, + 1366712, + 1367112, + 1367512, + 1367912, + 1368312, + 1368712, + 1369112, + 1369512, + 1369912, + 1370312, + 1370712, + 1371112, + 1371512, + 1371912, + 1372312, + 1372712, + 1373112, + 1373512, + 1373912, + 1374312, + 1374712, + 1375112, + 1375512, + 1375912, + 1376312, + 1376712, + 1377112, + 1377512, + 1377912, + 1378312, + 1378712, + 1379112, + 1379512, + 1379912, + 1380312, + 1380712, + 1381112, + 1381512, + 1381912, + 1382312, + 1382712, + 1383112, + 1383512, + 1383912, + 1384312, + 1384712, + 1385112, + 1385512, + 1385912, + 1386312, + 1386712, + 1387112, + 1387512, + 1387912, + 1388312, + 1388712, + 1389112, + 1389512, + 1389912, + 1390312, + 1390712, + 1391112, + 1391512, + 1391912, + 1392312, + 1392712, + 1393112, + 1393512, + 1393912, + 1394312, + 1394712, + 1395112, + 1395512, + 1395912, + 1396312, + 1396712, + 1397112, + 1397512, + 1397912, + 1398312, + 1398712, + 1399112, + 1399512, + 1399912, + 1400312, + 1400712, + 1401112, + 1401512, + 1401912, + 1402312, + 1402712, + 1403112, + 1403512, + 1403912, + 1404312, + 1404712, + 1405112, + 1405512, + 1405912, + 1406312, + 1406712, + 1407112, + 1407512, + 1407912, + 1408312, + 1408712, + 1409112, + 1409512, + 1409912, + 1410312, + 1410712, + 1411112, + 1411512, + 1411912, + 1412312, + 1412712, + 1413112, + 1413512, + 1413912, + 1414312, + 1414712, + 1415112, + 1415512, + 1415912, + 1416312, + 1416712, + 1417112, + 1417512, + 1417912, + 1418312, + 1418712, + 1419112, + 1419512, + 1419912, + 1420312, + 1420712, + 1421112, + 1421512, + 1421912, + 1422312, + 1422712, + 1423112, + 1423512, + 1423912, + 1424312, + 1424712, + 1425112, + 1425512, + 1425912, + 1426312, + 1426712, + 1427112, + 1427512, + 1427912, + 1428312, + 1428712, + 1429112, + 1429512, + 1429912, + 1430312, + 1430712, + 1431112, + 1431512, + 1431912, + 1432312, + 1432712, + 1433112, + 1433512, + 1433912, + 1434312, + 1434712, + 1435112, + 1435512, + 1435912, + 1436312, + 1436712, + 1437112, + 1437512, + 1437912, + 1438312, + 1438712, + 1439112, + 1439512, + 1439912, + 1440312, + 1440712, + 1441112, + 1441512, + 1441912, + 1442312, + 1442712, + 1443112, + 1443512, + 1443912, + 1444312, + 1444712, + 1445112, + 1445512, + 1445912, + 1446312, + 1446712, + 1447112, + 1447512, + 1447912, + 1448312, + 1448712, + 1449112, + 1449512, + 1449912, + 1450312, + 1450712, + 1451112, + 1451512, + 1451912, + 1452312, + 1452712, + 1453112, + 1453512, + 1453912, + 1454312, + 1454712, + 1455112, + 1455512, + 1455912, + 1456312, + 1456712, + 1457112, + 1457512, + 1457912, + 1458312, + 1458712, + 1459112, + 1459512, + 1459912, + 1460312, + 1460712, + 1461112, + 1461512, + 1461912, + 1462312, + 1462712, + 1463112, + 1463512, + 1463912, + 1464312, + 1464712, + 1465112, + 1465512, + 1465912, + 1466312, + 1466712, + 1467112, + 1467512, + 1467912, + 1468312, + 1468712, + 1469112, + 1469512, + 1469912, + 1470312, + 1470712, + 1471112, + 1471512, + 1471912, + 1472312, + 1472712, + 1473112, + 1473512, + 1473912, + 1474312, + 1474712, + 1475112, + 1475512, + 1475912, + 1476312, + 1476712, + 1477112, + 1477512, + 1477912, + 1478312, + 1478712, + 1479112, + 1479512, + 1479912, + 1480312, + 1480712, + 1481112, + 1481512, + 1481912, + 1482312, + 1482712, + 1483112, + 1483512, + 1483912, + 1484312, + 1484712, + 1485112, + 1485512, + 1485912, + 1486312, + 1486712, + 1487112, + 1487512, + 1487912, + 1488312, + 1488712, + 1489112, + 1489512, + 1489912, + 1490312, + 1490712, + 1491112, + 1491512, + 1491912, + 1492312, + 1492712, + 1493112, + 1493512, + 1493912, + 1494312, + 1494712, + 1495112, + 1495512, + 1495912, + 1496312, + 1496712, + 1497112, + 1497512, + 1497912, + 1498312, + 1498712, + 1499112, + 1499512, + 1499912, + 1500312, + 1500712, + 1501112, + 1501512, + 1501912, + 1502312, + 1502712, + 1503112, + 1503512, + 1503912, + 1504312, + 1504712, + 1505112, + 1505512, + 1505912, + 1506312, + 1506712, + 1507112, + 1507512, + 1507912, + 1508312, + 1508712, + 1509112, + 1509512, + 1509912, + 1510312, + 1510712, + 1511112, + 1511512, + 1511912, + 1512312, + 1512712, + 1513112, + 1513512, + 1513912, + 1514312, + 1514712, + 1515112, + 1515512, + 1515912, + 1516312, + 1516712, + 1517112, + 1517512, + 1517912, + 1518312, + 1518712, + 1519112, + 1519512, + 1519912, + 1520312, + 1520712, + 1521112, + 1521512, + 1521912, + 1522312, + 1522712, + 1523112, + 1523512, + 1523912, + 1524312, + 1524712, + 1525112, + 1525512, + 1525912, + 1526312, + 1526712, + 1527112, + 1527512, + 1527912, + 1528312, + 1528712, + 1529112, + 1529512, + 1529912, + 1530312, + 1530712, + 1531112, + 1531512, + 1531912, + 1532312, + 1532712, + 1533112, + 1533512, + 1533912, + 1534312, + 1534712, + 1535112, + 1535512, + 1535912, + 1536312, + 1536712, + 1537112, + 1537512, + 1537912, + 1538312, + 1538712, + 1539112, + 1539512, + 1539912, + 1540312, + 1540712, + 1541112, + 1541512, + 1541912, + 1542312, + 1542712, + 1543112, + 1543512, + 1543912, + 1544312, + 1544712, + 1545112, + 1545512, + 1545912, + 1546312, + 1546712, + 1547112, + 1547512, + 1547912, + 1548312, + 1548712, + 1549112, + 1549512, + 1549912, + 1550312, + 1550712, + 1551112, + 1551512, + 1551912, + 1552312, + 1552712, + 1553112, + 1553512, + 1553912, + 1554312, + 1554712, + 1555112, + 1555512, + 1555912, + 1556312, + 1556712, + 1557112, + 1557512, + 1557912, + 1558312, + 1558712, + 1559112, + 1559512, + 1559912, + 1560312, + 1560712, + 1561112, + 1561512, + 1561912, + 1562312, + 1562712, + 1563112, + 1563512, + 1563912, + 1564312, + 1564712, + 1565112, + 1565512, + 1565912, + 1566312, + 1566712, + 1567112, + 1567512, + 1567912, + 1568312, + 1568712, + 1569112, + 1569512, + 1569912, + 1570312, + 1570712, + 1571112, + 1571512, + 1571912, + 1572312, + 1572712, + 1573112, + 1573512, + 1573912, + 1574312, + 1574712, + 1575112, + 1575512, + 1575912, + 1576312, + 1576712, + 1577112, + 1577512, + 1577912, + 1578312, + 1578712, + 1579112, + 1579512, + 1579912, + 1580312, + 1580712, + 1581112, + 1581512, + 1581912, + 1582312, + 1582712, + 1583112, + 1583512, + 1583912, + 1584312, + 1584712, + 1585112, + 1585512, + 1585912, + 1586312, + 1586712, + 1587112, + 1587512, + 1587912, + 1588312, + 1588712, + 1589112, + 1589512, + 1589912, + 1590312, + 1590712, + 1591112, + 1591512, + 1591912, + 1592312, + 1592712, + 1593112, + 1593512, + 1593912, + 1594312, + 1594712, + 1595112, + 1595512, + 1595912, + 1596312, + 1596712, + 1597112, + 1597512, + 1597912, + 1598312, + 1598712, + 1599112, + 1599512, + 1599912, + 1600312, + 1600712, + 1601112, + 1601512, + 1601912, + 1602312, + 1602712, + 1603112, + 1603512, + 1603912, + 1604312, + 1604712, + 1605112, + 1605512, + 1605912, + 1606312, + 1606712, + 1607112, + 1607512, + 1607912, + 1608312, + 1608712, + 1609112, + 1609512, + 1609912, + 1610312, + 1610712, + 1611112, + 1611512, + 1611912, + 1612312, + 1612712, + 1613112, + 1613512, + 1613912, + 1614312, + 1614712, + 1615112, + 1615512, + 1615912, + 1616312, + 1616712, + 1617112, + 1617512, + 1617912, + 1618312, + 1618712, + 1619112, + 1619512, + 1619912, + 1620312, + 1620712, + 1621112, + 1621512, + 1621912, + 1622312, + 1622712, + 1623112, + 1623512, + 1623912, + 1624312, + 1624712, + 1625112, + 1625512, + 1625912, + 1626312, + 1626712, + 1627112, + 1627512, + 1627912, + 1628312, + 1628712, + 1629112, + 1629512, + 1629912, + 1630312, + 1630712, + 1631112, + 1631512, + 1631912, + 1632312, + 1632712, + 1633112, + 1633512, + 1633912, + 1634312, + 1634712, + 1635112, + 1635512, + 1635912, + 1636312, + 1636712, + 1637112, + 1637512, + 1637912, + 1638312, + 1638712, + 1639112, + 1639512, + 1639912, + 1640312, + 1640712, + 1641112, + 1641512, + 1641912, + 1642312, + 1642712, + 1643112, + 1643512, + 1643912, + 1644312, + 1644712, + 1645112, + 1645512, + 1645912, + 1646312, + 1646712, + 1647112, + 1647512, + 1647912, + 1648312, + 1648712, + 1649112, + 1649512, + 1649912, + 1650312, + 1650712, + 1651112, + 1651512, + 1651912, + 1652312, + 1652712, + 1653112, + 1653512, + 1653912, + 1654312, + 1654712, + 1655112, + 1655512, + 1655912, + 1656312, + 1656712, + 1657112, + 1657512, + 1657912, + 1658312, + 1658712, + 1659112, + 1659512, + 1659912, + 1660312, + 1660712, + 1661112, + 1661512, + 1661912, + 1662312, + 1662712, + 1663112, + 1663512, + 1663912, + 1664312, + 1664712, + 1665112, + 1665512, + 1665912, + 1666312, + 1666712, + 1667112, + 1667512, + 1667912, + 1668312, + 1668712, + 1669112, + 1669512, + 1669912, + 1670312, + 1670712, + 1671112, + 1671512, + 1671912, + 1672312, + 1672712, + 1673112, + 1673512, + 1673912, + 1674312, + 1674712, + 1675112, + 1675512, + 1675912, + 1676312, + 1676712, + 1677112, + 1677512, + 1677912, + 1678312, + 1678712, + 1679112, + 1679512, + 1679912, + 1680312, + 1680712, + 1681112, + 1681512, + 1681912, + 1682312, + 1682712, + 1683112, + 1683512, + 1683912, + 1684312, + 1684712, + 1685112, + 1685512, + 1685912, + 1686312, + 1686712, + 1687112, + 1687512, + 1687912, + 1688312, + 1688712, + 1689112, + 1689512, + 1689912, + 1690312, + 1690712, + 1691112, + 1691512, + 1691912, + 1692312, + 1692712, + 1693112, + 1693512, + 1693912, + 1694312, + 1694712, + 1695112, + 1695512, + 1695912, + 1696312, + 1696712, + 1697112, + 1697512, + 1697912, + 1698312, + 1698712, + 1699112, + 1699512, + 1699912, + 1700312, + 1700712, + 1701112, + 1701512, + 1701912, + 1702312, + 1702712, + 1703112, + 1703512, + 1703912, + 1704312, + 1704712, + 1705112, + 1705512, + 1705912, + 1706312, + 1706712, + 1707112, + 1707512, + 1707912, + 1708312, + 1708712, + 1709112, + 1709512, + 1709912, + 1710312, + 1710712, + 1711112, + 1711512, + 1711912, + 1712312, + 1712712, + 1713112, + 1713512, + 1713912, + 1714312, + 1714712, + 1715112, + 1715512, + 1715912, + 1716312, + 1716712, + 1717112, + 1717512, + 1717912, + 1718312, + 1718712, + 1719112, + 1719512, + 1719912, + 1720312, + 1720712, + 1721112, + 1721512, + 1721912, + 1722312, + 1722712, + 1723112, + 1723512, + 1723912, + 1724312, + 1724712, + 1725112, + 1725512, + 1725912, + 1726312, + 1726712, + 1727112, + 1727512, + 1727912, + 1728312, + 1728712, + 1729112, + 1729512, + 1729912, + 1730312, + 1730712, + 1731112, + 1731512, + 1731912, + 1732312, + 1732712, + 1733112, + 1733512, + 1733912, + 1734312, + 1734712, + 1735112, + 1735512, + 1735912, + 1736312, + 1736712, + 1737112, + 1737512, + 1737912, + 1738312, + 1738712, + 1739112, + 1739512, + 1739912, + 1740312, + 1740712, + 1741112, + 1741512, + 1741912, + 1742312, + 1742712, + 1743112, + 1743512, + 1743912, + 1744312, + 1744712, + 1745112, + 1745512, + 1745912, + 1746312, + 1746712, + 1747112, + 1747512, + 1747912, + 1748312, + 1748712, + 1749112, + 1749512, + 1749912, + 1750312, + 1750712, + 1751112, + 1751512, + 1751912, + 1752312, + 1752712, + 1753112, + 1753512, + 1753912, + 1754312, + 1754712, + 1755112, + 1755512, + 1755912, + 1756312, + 1756712, + 1757112, + 1757512, + 1757912, + 1758312, + 1758712, + 1759112, + 1759512, + 1759912, + 1760312, + 1760712, + 1761112, + 1761512, + 1761912, + 1762312, + 1762712, + 1763112, + 1763512, + 1763912, + 1764312, + 1764712, + 1765112, + 1765512, + 1765912, + 1766312, + 1766712, + 1767112, + 1767512, + 1767912, + 1768312, + 1768712, + 1769112, + 1769512, + 1769912, + 1770312, + 1770712, + 1771112, + 1771512, + 1771912, + 1772312, + 1772712, + 1773112, + 1773512, + 1773912, + 1774312, + 1774712, + 1775112, + 1775512, + 1775912, + 1776312, + 1776712, + 1777112, + 1777512, + 1777912, + 1778312, + 1778712, + 1779112, + 1779512, + 1779912, + 1780312, + 1780712, + 1781112, + 1781512, + 1781912, + 1782312, + 1782712, + 1783112, + 1783512, + 1783912, + 1784312, + 1784712, + 1785112, + 1785512, + 1785912, + 1786312, + 1786712, + 1787112, + 1787512, + 1787912, + 1788312, + 1788712, + 1789112, + 1789512, + 1789912, + 1790312, + 1790712, + 1791112, + 1791512, + 1791912, + 1792312, + 1792712, + 1793112, + 1793512, + 1793912, + 1794312, + 1794712, + 1795112, + 1795512, + 1795912, + 1796312, + 1796712, + 1797112, + 1797512, + 1797912, + 1798312, + 1798712, + 1799112, + 1799512, + 1799912, + 1800312, + 1800712, + 1801112, + 1801512, + 1801912, + 1802312, + 1802712, + 1803112, + 1803512, + 1803912, + 1804312, + 1804712, + 1805112, + 1805512, + 1805912, + 1806312, + 1806712, + 1807112, + 1807512, + 1807912, + 1808312, + 1808712, + 1809112, + 1809512, + 1809912, + 1810312, + 1810712, + 1811112, + 1811512, + 1811912, + 1812312, + 1812712, + 1813112, + 1813512, + 1813912, + 1814312, + 1814712, + 1815112, + 1815512, + 1815912, + 1816312, + 1816712, + 1817112, + 1817512, + 1817912, + 1818312, + 1818712, + 1819112, + 1819512, + 1819912, + 1820312, + 1820712, + 1821112, + 1821512, + 1821912, + 1822312, + 1822712, + 1823112, + 1823512, + 1823912, + 1824312, + 1824712, + 1825112, + 1825512, + 1825912, + 1826312, + 1826712, + 1827112, + 1827512, + 1827912, + 1828312, + 1828712, + 1829112, + 1829512, + 1829912, + 1830312, + 1830712, + 1831112, + 1831512, + 1831912, + 1832312, + 1832712, + 1833112, + 1833512, + 1833912, + 1834312, + 1834712, + 1835112, + 1835512, + 1835912, + 1836312, + 1836712, + 1837112, + 1837512, + 1837912, + 1838312, + 1838712, + 1839112, + 1839512, + 1839912, + 1840312, + 1840712, + 1841112, + 1841512, + 1841912, + 1842312, + 1842712, + 1843112, + 1843512, + 1843912, + 1844312, + 1844712, + 1845112, + 1845512, + 1845912, + 1846312, + 1846712, + 1847112, + 1847512, + 1847912, + 1848312, + 1848712, + 1849112, + 1849512, + 1849912, + 1850312, + 1850712, + 1851112, + 1851512, + 1851912, + 1852312, + 1852712, + 1853112, + 1853512, + 1853912, + 1854312, + 1854712, + 1855112, + 1855512, + 1855912, + 1856312, + 1856712, + 1857112, + 1857512, + 1857912, + 1858312, + 1858712, + 1859112, + 1859512, + 1859912, + 1860312, + 1860712, + 1861112, + 1861512, + 1861912, + 1862312, + 1862712, + 1863112, + 1863512, + 1863912, + 1864312, + 1864712, + 1865112, + 1865512, + 1865912, + 1866312, + 1866712, + 1867112, + 1867512, + 1867912, + 1868312, + 1868712, + 1869112, + 1869512, + 1869912, + 1870312, + 1870712, + 1871112, + 1871512, + 1871912, + 1872312, + 1872712, + 1873112, + 1873512, + 1873912, + 1874312, + 1874712, + 1875112, + 1875512, + 1875912, + 1876312, + 1876712, + 1877112, + 1877512, + 1877912, + 1878312, + 1878712, + 1879112, + 1879512, + 1879912, + 1880312, + 1880712, + 1881112, + 1881512, + 1881912, + 1882312, + 1882712, + 1883112, + 1883512, + 1883912, + 1884312, + 1884712, + 1885112, + 1885512, + 1885912, + 1886312, + 1886712, + 1887112, + 1887512, + 1887912, + 1888312, + 1888712, + 1889112, + 1889512, + 1889912, + 1890312, + 1890712, + 1891112, + 1891512, + 1891912, + 1892312, + 1892712, + 1893112, + 1893512, + 1893912, + 1894312, + 1894712, + 1895112, + 1895512, + 1895912, + 1896312, + 1896712, + 1897112, + 1897512, + 1897912, + 1898312, + 1898712, + 1899112, + 1899512, + 1899912, + 1900312, + 1900712, + 1901112, + 1901512, + 1901912, + 1902312, + 1902712, + 1903112, + 1903512, + 1903912, + 1904312, + 1904712, + 1905112, + 1905512, + 1905912, + 1906312, + 1906712, + 1907112, + 1907512, + 1907912, + 1908312, + 1908712, + 1909112, + 1909512, + 1909912, + 1910312, + 1910712, + 1911112, + 1911512, + 1911912, + 1912312, + 1912712, + 1913112, + 1913512, + 1913912, + 1914312, + 1914712, + 1915112, + 1915512, + 1915912, + 1916312, + 1916712, + 1917112, + 1917512, + 1917912, + 1918312, + 1918712, + 1919112, + 1919512, + 1919912, + 1920312, + 1920712, + 1921112, + 1921512, + 1921912, + 1922312, + 1922712, + 1923112, + 1923512, + 1923912, + 1924312, + 1924712, + 1925112, + 1925512, + 1925912, + 1926312, + 1926712, + 1927112, + 1927512, + 1927912, + 1928312, + 1928712, + 1929112, + 1929512, + 1929912, + 1930312, + 1930712, + 1931112, + 1931512, + 1931912, + 1932312, + 1932712, + 1933112, + 1933512, + 1933912, + 1934312, + 1934712, + 1935112, + 1935512, + 1935912, + 1936312, + 1936712, + 1937112, + 1937512, + 1937912, + 1938312, + 1938712, + 1939112, + 1939512, + 1939912, + 1940312, + 1940712, + 1941112, + 1941512, + 1941912, + 1942312, + 1942712, + 1943112, + 1943512, + 1943912, + 1944312, + 1944712, + 1945112, + 1945512, + 1945912, + 1946312, + 1946712, + 1947112, + 1947512, + 1947912, + 1948312, + 1948712, + 1949112, + 1949512, + 1949912, + 1950312, + 1950712, + 1951112, + 1951512, + 1951912, + 1952312, + 1952712, + 1953112, + 1953512, + 1953912, + 1954312, + 1954712, + 1955112, + 1955512, + 1955912, + 1956312, + 1956712, + 1957112, + 1957512, + 1957912, + 1958312, + 1958712, + 1959112, + 1959512, + 1959912, + 1960312, + 1960712, + 1961112, + 1961512, + 1961912, + 1962312, + 1962712, + 1963112, + 1963512, + 1963912, + 1964312, + 1964712, + 1965112, + 1965512, + 1965912, + 1966312, + 1966712, + 1967112, + 1967512, + 1967912, + 1968312, + 1968712, + 1969112, + 1969512, + 1969912, + 1970312, + 1970712, + 1971112, + 1971512, + 1971912, + 1972312, + 1972712, + 1973112, + 1973512, + 1973912, + 1974312, + 1974712, + 1975112, + 1975512, + 1975912, + 1976312, + 1976712, + 1977112, + 1977512, + 1977912, + 1978312, + 1978712, + 1979112, + 1979512, + 1979912, + 1980312, + 1980712, + 1981112, + 1981512, + 1981912, + 1982312, + 1982712, + 1983112, + 1983512, + 1983912, + 1984312, + 1984712, + 1985112, + 1985512, + 1985912, + 1986312, + 1986712, + 1987112, + 1987512, + 1987912, + 1988312, + 1988712, + 1989112, + 1989512, + 1989912, + 1990312, + 1990712, + 1991112, + 1991512, + 1991912, + 1992312, + 1992712, + 1993112, + 1993512, + 1993912, + 1994312, + 1994712, + 1995112, + 1995512, + 1995912, + 1996312, + 1996712, + 1997112, + 1997512, + 1997912, + 1998312, + 1998712, + 1999112, + 1999512, + 1999912, + 2000312, + 2000712, + 2001112, + 2001512, + 2001912, + 2002312, + 2002712, + 2003112, + 2003512, + 2003912, + 2004312, + 2004712, + 2005112, + 2005512, + 2005912, + 2006312, + 2006712, + 2007112, + 2007512, + 2007912, + 2008312, + 2008712, + 2009112, + 2009512, + 2009912, + 2010312, + 2010712, + 2011112, + 2011512, + 2011912, + 2012312, + 2012712, + 2013112, + 2013512, + 2013912, + 2014312, + 2014712, + 2015112, + 2015512, + 2015912, + 2016312, + 2016712, + 2017112, + 2017512, + 2017912, + 2018312, + 2018712, + 2019112, + 2019512, + 2019912, + 2020312, + 2020712, + 2021112, + 2021512, + 2021912, + 2022312, + 2022712, + 2023112, + 2023512, + 2023912, + 2024312, + 2024712, + 2025112, + 2025512, + 2025912, + 2026312, + 2026712, + 2027112, + 2027512, + 2027912, + 2028312, + 2028712, + 2029112, + 2029512, + 2029912, + 2030312, + 2030712, + 2031112, + 2031512, + 2031912, + 2032312, + 2032712, + 2033112, + 2033512, + 2033912, + 2034312, + 2034712, + 2035112, + 2035512, + 2035912, + 2036312, + 2036712, + 2037112, + 2037512, + 2037912, + 2038312, + 2038712, + 2039112, + 2039512, + 2039912, + 2040312, + 2040712, + 2041112, + 2041512, + 2041912, + 2042312, + 2042712, + 2043112, + 2043512, + 2043912, + 2044312, + 2044712, + 2045112, + 2045512, + 2045912, + 2046312, + 2046712, + 2047112, + 2047512, + 2047912, + 2048312, + 2048712, + 2049112, + 2049512, + 2049912, + 2050312, + 2050712, + 2051112, + 2051512, + 2051912, + 2052312, + 2052712, + 2053112, + 2053512, + 2053912, + 2054312, + 2054712, + 2055112, + 2055512, + 2055912, + 2056312, + 2056712, + 2057112, + 2057512, + 2057912, + 2058312, + 2058712, + 2059112, + 2059512, + 2059912, + 2060312, + 2060712, + 2061112, + 2061512, + 2061912, + 2062312, + 2062712, + 2063112, + 2063512, + 2063912, + 2064312, + 2064712, + 2065112, + 2065512, + 2065912, + 2066312, + 2066712, + 2067112, + 2067512, + 2067912, + 2068312, + 2068712, + 2069112, + 2069512, + 2069912, + 2070312, + 2070712, + 2071112, + 2071512, + 2071912, + 2072312, + 2072712, + 2073112, + 2073512, + 2073912, + 2074312, + 2074712, + 2075112, + 2075512, + 2075912, + 2076312, + 2076712, + 2077112, + 2077512, + 2077912, + 2078312, + 2078712, + 2079112, + 2079512, + 2079912, + 2080312, + 2080712, + 2081112, + 2081512, + 2081912, + 2082312, + 2082712, + 2083112, + 2083512, + 2083912, + 2084312, + 2084712, + 2085112, + 2085512, + 2085912, + 2086312, + 2086712, + 2087112, + 2087512, + 2087912, + 2088312, + 2088712, + 2089112, + 2089512, + 2089912, + 2090312, + 2090712, + 2091112, + 2091512, + 2091912, + 2092312, + 2092712, + 2093112, + 2093512, + 2093912, + 2094312, + 2094712, + 2095112, + 2095512, + 2095912, + 2096312, + 2096712, + 2097112, + 2097512, + 2097912, + 2098312, + 2098712, + 2099112, + 2099512, + 2099912, + 2100312, + 2100712, + 2101112, + 2101512, + 2101912, + 2102312, + 2102712, + 2103112, + 2103512, + 2103912, + 2104312, + 2104712, + 2105112, + 2105512, + 2105912, + 2106312, + 2106712, + 2107112, + 2107512, + 2107912, + 2108312, + 2108712, + 2109112, + 2109512, + 2109912, + 2110312, + 2110712, + 2111112, + 2111512, + 2111912, + 2112312, + 2112712, + 2113112, + 2113512, + 2113912, + 2114312, + 2114712, + 2115112, + 2115512, + 2115912, + 2116312, + 2116712, + 2117112, + 2117512, + 2117912, + 2118312, + 2118712, + 2119112, + 2119512, + 2119912, + 2120312, + 2120712, + 2121112, + 2121512, + 2121912, + 2122312, + 2122712, + 2123112, + 2123512, + 2123912, + 2124312, + 2124712, + 2125112, + 2125512, + 2125912, + 2126312, + 2126712, + 2127112, + 2127512, + 2127912, + 2128312, + 2128712, + 2129112, + 2129512, + 2129912, + 2130312, + 2130712, + 2131112, + 2131512, + 2131912, + 2132312, + 2132712, + 2133112, + 2133512, + 2133912, + 2134312, + 2134712, + 2135112, + 2135512, + 2135912, + 2136312, + 2136712, + 2137112, + 2137512, + 2137912, + 2138312, + 2138712, + 2139112, + 2139512, + 2139912, + 2140312, + 2140712, + 2141112, + 2141512, + 2141912, + 2142312, + 2142712, + 2143112, + 2143512, + 2143912, + 2144312, + 2144712, + 2145112, + 2145512, + 2145912, + 2146312, + 2146712, + 2147112, + 2147512, + 2147912, + 2148312, + 2148712, + 2149112, + 2149512, + 2149912, + 2150312, + 2150712, + 2151112, + 2151512, + 2151912, + 2152312, + 2152712, + 2153112, + 2153512, + 2153912, + 2154312, + 2154712, + 2155112, + 2155512, + 2155912, + 2156312, + 2156712, + 2157112, + 2157512, + 2157912, + 2158312, + 2158712, + 2159112, + 2159512, + 2159912, + 2160312, + 2160712, + 2161112, + 2161512, + 2161912, + 2162312, + 2162712, + 2163112, + 2163512, + 2163912, + 2164312, + 2164712, + 2165112, + 2165512, + 2165912, + 2166312, + 2166712, + 2167112, + 2167512, + 2167912, + 2168312, + 2168712, + 2169112, + 2169512, + 2169912, + 2170312, + 2170712, + 2171112, + 2171512, + 2171912, + 2172312, + 2172712, + 2173112, + 2173512, + 2173912, + 2174312, + 2174712, + 2175112, + 2175512, + 2175912, + 2176312, + 2176712, + 2177112, + 2177512, + 2177912, + 2178312, + 2178712, + 2179112, + 2179512, + 2179912, + 2180312, + 2180712, + 2181112, + 2181512, + 2181912, + 2182312, + 2182712, + 2183112, + 2183512, + 2183912, + 2184312, + 2184712, + 2185112, + 2185512, + 2185912, + 2186312, + 2186712, + 2187112, + 2187512, + 2187912, + 2188312, + 2188712, + 2189112, + 2189512, + 2189912, + 2190312, + 2190712, + 2191112, + 2191512, + 2191912, + 2192312, + 2192712, + 2193112, + 2193512, + 2193912, + 2194312, + 2194712, + 2195112, + 2195512, + 2195912, + 2196312, + 2196712, + 2197112, + 2197512, + 2197912, + 2198312, + 2198712, + 2199112, + 2199512, + 2199912, + 2200312, + 2200712, + 2201112, + 2201512, + 2201912, + 2202312, + 2202712, + 2203112, + 2203512, + 2203912, + 2204312, + 2204712, + 2205112, + 2205512, + 2205912, + 2206312, + 2206712, + 2207112, + 2207512, + 2207912, + 2208312, + 2208712, + 2209112, + 2209512, + 2209912, + 2210312, + 2210712, + 2211112, + 2211512, + 2211912, + 2212312, + 2212712, + 2213112, + 2213512, + 2213912, + 2214312, + 2214712, + 2215112, + 2215512, + 2215912, + 2216312, + 2216712, + 2217112, + 2217512, + 2217912, + 2218312, + 2218712, + 2219112, + 2219512, + 2219912, + 2220312, + 2220712, + 2221112, + 2221512, + 2221912, + 2222312, + 2222712, + 2223112, + 2223512, + 2223912, + 2224312, + 2224712, + 2225112, + 2225512, + 2225912, + 2226312, + 2226712, + 2227112, + 2227512, + 2227912, + 2228312, + 2228712, + 2229112, + 2229512, + 2229912, + 2230312, + 2230712, + 2231112, + 2231512, + 2231912, + 2232312, + 2232712, + 2233112, + 2233512, + 2233912, + 2234312, + 2234712, + 2235112, + 2235512, + 2235912, + 2236312, + 2236712, + 2237112, + 2237512, + 2237912, + 2238312, + 2238712, + 2239112, + 2239512, + 2239912, + 2240312, + 2240712, + 2241112, + 2241512, + 2241912, + 2242312, + 2242712, + 2243112, + 2243512, + 2243912, + 2244312, + 2244712, + 2245112, + 2245512, + 2245912, + 2246312, + 2246712, + 2247112, + 2247512, + 2247912, + 2248312, + 2248712, + 2249112, + 2249512, + 2249912, + 2250312, + 2250712, + 2251112, + 2251512, + 2251912, + 2252312, + 2252712, + 2253112, + 2253512, + 2253912, + 2254312, + 2254712, + 2255112, + 2255512, + 2255912, + 2256312, + 2256712, + 2257112, + 2257512, + 2257912, + 2258312, + 2258712, + 2259112, + 2259512, + 2259912, + 2260312, + 2260712, + 2261112, + 2261512, + 2261912, + 2262312, + 2262712, + 2263112, + 2263512, + 2263912, + 2264312, + 2264712, + 2265112, + 2265512, + 2265912, + 2266312, + 2266712, + 2267112, + 2267512, + 2267912, + 2268312, + 2268712, + 2269112, + 2269512, + 2269912, + 2270312, + 2270712, + 2271112, + 2271512, + 2271912, + 2272312, + 2272712, + 2273112, + 2273512, + 2273912, + 2274312, + 2274712, + 2275112, + 2275512, + 2275912, + 2276312, + 2276712, + 2277112, + 2277512, + 2277912, + 2278312, + 2278712, + 2279112, + 2279512, + 2279912, + 2280312, + 2280712, + 2281112, + 2281512, + 2281912, + 2282312, + 2282712, + 2283112, + 2283512, + 2283912, + 2284312, + 2284712, + 2285112, + 2285512, + 2285912, + 2286312, + 2286712, + 2287112, + 2287512, + 2287912, + 2288312, + 2288712, + 2289112, + 2289512, + 2289912, + 2290312, + 2290712, + 2291112, + 2291512, + 2291912, + 2292312, + 2292712, + 2293112, + 2293512, + 2293912, + 2294312, + 2294712, + 2295112, + 2295512, + 2295912, + 2296312, + 2296712, + 2297112, + 2297512, + 2297912, + 2298312, + 2298712, + 2299112, + 2299512, + 2299912, + 2300312, + 2300712, + 2301112, + 2301512, + 2301912, + 2302312, + 2302712, + 2303112, + 2303512, + 2303912, + 2304312, + 2304712, + 2305112, + 2305512, + 2305912, + 2306312, + 2306712, + 2307112, + 2307512, + 2307912, + 2308312, + 2308712, + 2309112, + 2309512, + 2309912, + 2310312, + 2310712, + 2311112, + 2311512, + 2311912, + 2312312, + 2312712, + 2313112, + 2313512, + 2313912, + 2314312, + 2314712, + 2315112, + 2315512, + 2315912, + 2316312, + 2316712, + 2317112, + 2317512, + 2317912, + 2318312, + 2318712, + 2319112, + 2319512, + 2319912, + 2320312, + 2320712, + 2321112, + 2321512, + 2321912, + 2322312, + 2322712, + 2323112, + 2323512, + 2323912, + 2324312, + 2324712, + 2325112, + 2325512, + 2325912, + 2326312, + 2326712, + 2327112, + 2327512, + 2327912, + 2328312, + 2328712, + 2329112, + 2329512, + 2329912, + 2330312, + 2330712, + 2331112, + 2331512, + 2331912, + 2332312, + 2332712, + 2333112, + 2333512, + 2333912, + 2334312, + 2334712, + 2335112, + 2335512, + 2335912, + 2336312, + 2336712, + 2337112, + 2337512, + 2337912, + 2338312, + 2338712, + 2339112, + 2339512, + 2339912, + 2340312, + 2340712, + 2341112, + 2341512, + 2341912, + 2342312, + 2342712, + 2343112, + 2343512, + 2343912, + 2344312, + 2344712, + 2345112, + 2345512, + 2345912, + 2346312, + 2346712, + 2347112, + 2347512, + 2347912, + 2348312, + 2348712, + 2349112, + 2349512, + 2349912, + 2350312, + 2350712, + 2351112, + 2351512, + 2351912, + 2352312, + 2352712, + 2353112, + 2353512, + 2353912, + 2354312, + 2354712, + 2355112, + 2355512, + 2355912, + 2356312, + 2356712, + 2357112, + 2357512, + 2357912, + 2358312, + 2358712, + 2359112, + 2359512, + 2359912, + 2360312, + 2360712, + 2361112, + 2361512, + 2361912, + 2362312, + 2362712, + 2363112, + 2363512, + 2363912, + 2364312, + 2364712, + 2365112, + 2365512, + 2365912, + 2366312, + 2366712, + 2367112, + 2367512, + 2367912, + 2368312, + 2368712, + 2369112, + 2369512, + 2369912, + 2370312, + 2370712, + 2371112, + 2371512, + 2371912, + 2372312, + 2372712, + 2373112, + 2373512, + 2373912, + 2374312, + 2374712, + 2375112, + 2375512, + 2375912, + 2376312, + 2376712, + 2377112, + 2377512, + 2377912, + 2378312, + 2378712, + 2379112, + 2379512, + 2379912, + 2380312, + 2380712, + 2381112, + 2381512, + 2381912, + 2382312, + 2382712, + 2383112, + 2383512, + 2383912, + 2384312, + 2384712, + 2385112, + 2385512, + 2385912, + 2386312, + 2386712, + 2387112, + 2387512, + 2387912, + 2388312, + 2388712, + 2389112, + 2389512, + 2389912, + 2390312, + 2390712, + 2391112, + 2391512, + 2391912, + 2392312, + 2392712, + 2393112, + 2393512, + 2393912, + 2394312, + 2394712, + 2395112, + 2395512, + 2395912, + 2396312, + 2396712, + 2397112, + 2397512, + 2397912, + 2398312, + 2398712, + 2399112, + 2399512, + 2399912, + 2400312, + 2400712, + 2401112, + 2401512, + 2401912, + 2402312, + 2402712, + 2403112, + 2403512, + 2403912, + 2404312, + 2404712, + 2405112, + 2405512, + 2405912, + 2406312, + 2406712, + 2407112, + 2407512, + 2407912, + 2408312, + 2408712, + 2409112, + 2409512, + 2409912, + 2410312, + 2410712, + 2411112, + 2411512, + 2411912, + 2412312, + 2412712, + 2413112, + 2413512, + 2413912, + 2414312, + 2414712, + 2415112, + 2415512, + 2415912, + 2416312, + 2416712, + 2417112, + 2417512, + 2417912, + 2418312, + 2418712, + 2419112, + 2419512, + 2419912, + 2420312, + 2420712, + 2421112, + 2421512, + 2421912, + 2422312, + 2422712, + 2423112, + 2423512, + 2423912, + 2424312, + 2424712, + 2425112, + 2425512, + 2425912, + 2426312, + 2426712, + 2427112, + 2427512, + 2427912, + 2428312, + 2428712, + 2429112, + 2429512, + 2429912, + 2430312, + 2430712, + 2431112, + 2431512, + 2431912, + 2432312, + 2432712, + 2433112, + 2433512, + 2433912, + 2434312, + 2434712, + 2435112, + 2435512, + 2435912, + 2436312, + 2436712, + 2437112, + 2437512, + 2437912, + 2438312, + 2438712, + 2439112, + 2439512, + 2439912, + 2440312, + 2440712, + 2441112, + 2441512, + 2441912, + 2442312, + 2442712, + 2443112, + 2443512, + 2443912, + 2444312, + 2444712, + 2445112, + 2445512, + 2445912, + 2446312, + 2446712, + 2447112, + 2447512, + 2447912, + 2448312, + 2448712, + 2449112, + 2449512, + 2449912, + 2450312, + 2450712, + 2451112, + 2451512, + 2451912, + 2452312, + 2452712, + 2453112, + 2453512, + 2453912, + 2454312, + 2454712, + 2455112, + 2455512, + 2455912, + 2456312, + 2456712, + 2457112, + 2457512, + 2457912, + 2458312, + 2458712, + 2459112, + 2459512, + 2459912, + 2460312, + 2460712, + 2461112, + 2461512, + 2461912, + 2462312, + 2462712, + 2463112, + 2463512, + 2463912, + 2464312, + 2464712, + 2465112, + 2465512, + 2465912, + 2466312, + 2466712, + 2467112, + 2467512, + 2467912, + 2468312, + 2468712, + 2469112, + 2469512, + 2469912, + 2470312, + 2470712, + 2471112, + 2471512, + 2471912, + 2472312, + 2472712, + 2473112, + 2473512, + 2473912, + 2474312, + 2474712, + 2475112, + 2475512, + 2475912, + 2476312, + 2476712, + 2477112, + 2477512, + 2477912, + 2478312, + 2478712, + 2479112, + 2479512, + 2479912, + 2480312, + 2480712, + 2481112, + 2481512, + 2481912, + 2482312, + 2482712, + 2483112, + 2483512, + 2483912, + 2484312, + 2484712, + 2485112, + 2485512, + 2485912, + 2486312, + 2486712, + 2487112, + 2487512, + 2487912, + 2488312, + 2488712, + 2489112, + 2489512, + 2489912, + 2490312, + 2490712, + 2491112, + 2491512, + 2491912, + 2492312, + 2492712, + 2493112, + 2493512, + 2493912, + 2494312, + 2494712, + 2495112, + 2495512, + 2495912, + 2496312, + 2496712, + 2497112, + 2497512, + 2497912, + 2498312, + 2498712, + 2499112, + 2499512, + 2499912, + 2500312, + 2500712, + 2501112, + 2501512, + 2501912, + 2502312, + 2502712, + 2503112, + 2503512, + 2503912, + 2504312, + 2504712, + 2505112, + 2505512, + 2505912, + 2506312, + 2506712, + 2507112, + 2507512, + 2507912, + 2508312, + 2508712, + 2509112, + 2509512, + 2509912, + 2510312, + 2510712, + 2511112, + 2511512, + 2511912, + 2512312, + 2512712, + 2513112, + 2513512, + 2513912, + 2514312, + 2514712, + 2515112, + 2515512, + 2515912, + 2516312, + 2516712, + 2517112, + 2517512, + 2517912, + 2518312, + 2518712, + 2519112, + 2519512, + 2519912, + 2520312, + 2520712, + 2521112, + 2521512, + 2521912, + 2522312, + 2522712, + 2523112, + 2523512, + 2523912, + 2524312, + 2524712, + 2525112, + 2525512, + 2525912, + 2526312, + 2526712, + 2527112, + 2527512, + 2527912, + 2528312, + 2528712, + 2529112, + 2529512, + 2529912, + 2530312, + 2530712, + 2531112, + 2531512, + 2531912, + 2532312, + 2532712, + 2533112, + 2533512, + 2533912, + 2534312, + 2534712, + 2535112, + 2535512, + 2535912, + 2536312, + 2536712, + 2537112, + 2537512, + 2537912, + 2538312, + 2538712, + 2539112, + 2539512, + 2539912, + 2540312, + 2540712, + 2541112, + 2541512, + 2541912, + 2542312, + 2542712, + 2543112, + 2543512, + 2543912, + 2544312, + 2544712, + 2545112, + 2545512, + 2545912, + 2546312, + 2546712, + 2547112, + 2547512, + 2547912, + 2548312, + 2548712, + 2549112, + 2549512, + 2549912, + 2550312, + 2550712, + 2551112, + 2551512, + 2551912, + 2552312, + 2552712, + 2553112, + 2553512, + 2553912, + 2554312, + 2554712, + 2555112, + 2555512, + 2555912, + 2556312, + 2556712, + 2557112, + 2557512, + 2557912, + 2558312, + 2558712, + 2559112, + 2559512, + 2559912, + 2560312, + 2560712, + 2561112, + 2561512, + 2561912, + 2562312, + 2562712, + 2563112, + 2563512, + 2563912, + 2564312, + 2564712, + 2565112, + 2565512, + 2565912, + 2566312, + 2566712, + 2567112, + 2567512, + 2567912, + 2568312, + 2568712, + 2569112, + 2569512, + 2569912, + 2570312, + 2570712, + 2571112, + 2571512, + 2571912, + 2572312, + 2572712, + 2573112, + 2573512, + 2573912, + 2574312, + 2574712, + 2575112, + 2575512, + 2575912, + 2576312, + 2576712, + 2577112, + 2577512, + 2577912, + 2578312, + 2578712, + 2579112, + 2579512, + 2579912, + 2580312, + 2580712, + 2581112, + 2581512, + 2581912, + 2582312, + 2582712, + 2583112, + 2583512, + 2583912, + 2584312, + 2584712, + 2585112, + 2585512, + 2585912, + 2586312, + 2586712, + 2587112, + 2587512, + 2587912, + 2588312, + 2588712, + 2589112, + 2589512, + 2589912, + 2590312, + 2590712, + 2591112, + 2591512, + 2591912, + 2592312, + 2592712, + 2593112, + 2593512, + 2593912, + 2594312, + 2594712, + 2595112, + 2595512, + 2595912, + 2596312, + 2596712, + 2597112, + 2597512, + 2597912, + 2598312, + 2598712, + 2599112, + 2599512, + 2599912, + 2600312, + 2600712, + 2601112, + 2601512, + 2601912, + 2602312, + 2602712, + 2603112, + 2603512, + 2603912, + 2604312, + 2604712, + 2605112, + 2605512, + 2605912, + 2606312, + 2606712, + 2607112, + 2607512, + 2607912, + 2608312, + 2608712, + 2609112, + 2609512, + 2609912, + 2610312, + 2610712, + 2611112, + 2611512, + 2611912, + 2612312, + 2612712, + 2613112, + 2613512, + 2613912, + 2614312, + 2614712, + 2615112, + 2615512, + 2615912, + 2616312, + 2616712, + 2617112, + 2617512, + 2617912, + 2618312, + 2618712, + 2619112, + 2619512, + 2619912, + 2620312, + 2620712, + 2621112, + 2621512, + 2621912, + 2622312, + 2622712, + 2623112, + 2623512, + 2623912, + 2624312, + 2624712, + 2625112, + 2625512, + 2625912, + 2626312, + 2626712, + 2627112, + 2627512, + 2627912, + 2628312, + 2628712, + 2629112, + 2629512, + 2629912, + 2630312, + 2630712, + 2631112, + 2631512, + 2631912, + 2632312, + 2632712, + 2633112, + 2633512, + 2633912, + 2634312, + 2634712, + 2635112, + 2635512, + 2635912, + 2636312, + 2636712, + 2637112, + 2637512, + 2637912, + 2638312, + 2638712, + 2639112, + 2639512, + 2639912, + 2640312, + 2640712, + 2641112, + 2641512, + 2641912, + 2642312, + 2642712, + 2643112, + 2643512, + 2643912, + 2644312, + 2644712, + 2645112, + 2645512, + 2645912, + 2646312, + 2646712, + 2647112, + 2647512, + 2647912, + 2648312, + 2648712, + 2649112, + 2649512, + 2649912, + 2650312, + 2650712, + 2651112, + 2651512, + 2651912, + 2652312, + 2652712, + 2653112, + 2653512, + 2653912, + 2654312, + 2654712, + 2655112, + 2655512, + 2655912, + 2656312, + 2656712, + 2657112, + 2657512, + 2657912, + 2658312, + 2658712, + 2659112, + 2659512, + 2659912, + 2660312, + 2660712, + 2661112, + 2661512, + 2661912, + 2662312, + 2662712, + 2663112, + 2663512, + 2663912, + 2664312, + 2664712, + 2665112, + 2665512, + 2665912, + 2666312, + 2666712, + 2667112, + 2667512, + 2667912, + 2668312, + 2668712, + 2669112, + 2669512, + 2669912, + 2670312, + 2670712, + 2671112, + 2671512, + 2671912, + 2672312, + 2672712, + 2673112, + 2673512, + 2673912, + 2674312, + 2674712, + 2675112, + 2675512, + 2675912, + 2676312, + 2676712, + 2677112, + 2677512, + 2677912, + 2678312, + 2678712, + 2679112, + 2679512, + 2679912, + 2680312, + 2680712, + 2681112, + 2681512, + 2681912, + 2682312, + 2682712, + 2683112, + 2683512, + 2683912, + 2684312, + 2684712, + 2685112, + 2685512, + 2685912, + 2686312, + 2686712, + 2687112, + 2687512, + 2687912, + 2688312, + 2688712, + 2689112, + 2689512, + 2689912, + 2690312, + 2690712, + 2691112, + 2691512, + 2691912, + 2692312, + 2692712, + 2693112, + 2693512, + 2693912, + 2694312, + 2694712, + 2695112, + 2695512, + 2695912, + 2696312, + 2696712, + 2697112, + 2697512, + 2697912, + 2698312, + 2698712, + 2699112, + 2699512, + 2699912, + 2700312, + 2700712, + 2701112, + 2701512, + 2701912, + 2702312, + 2702712, + 2703112, + 2703512, + 2703912, + 2704312, + 2704712, + 2705112, + 2705512, + 2705912, + 2706312, + 2706712, + 2707112, + 2707512, + 2707912, + 2708312, + 2708712, + 2709112, + 2709512, + 2709912, + 2710312, + 2710712, + 2711112, + 2711512, + 2711912, + 2712312, + 2712712, + 2713112, + 2713512, + 2713912, + 2714312, + 2714712, + 2715112, + 2715512, + 2715912, + 2716312, + 2716712, + 2717112, + 2717512, + 2717912, + 2718312, + 2718712, + 2719112, + 2719512, + 2719912, + 2720312, + 2720712, + 2721112, + 2721512, + 2721912, + 2722312, + 2722712, + 2723112, + 2723512, + 2723912, + 2724312, + 2724712, + 2725112, + 2725512, + 2725912, + 2726312, + 2726712, + 2727112, + 2727512, + 2727912, + 2728312, + 2728712, + 2729112, + 2729512, + 2729912, + 2730312, + 2730712, + 2731112, + 2731512, + 2731912, + 2732312, + 2732712, + 2733112, + 2733512, + 2733912, + 2734312, + 2734712, + 2735112, + 2735512, + 2735912, + 2736312, + 2736712, + 2737112, + 2737512, + 2737912, + 2738312, + 2738712, + 2739112, + 2739512, + 2739912, + 2740312, + 2740712, + 2741112, + 2741512, + 2741912, + 2742312, + 2742712, + 2743112, + 2743512, + 2743912, + 2744312, + 2744712, + 2745112, + 2745512, + 2745912, + 2746312, + 2746712, + 2747112, + 2747512, + 2747912, + 2748312, + 2748712, + 2749112, + 2749512, + 2749912, + 2750312, + 2750712, + 2751112, + 2751512, + 2751912, + 2752312, + 2752712, + 2753112, + 2753512, + 2753912, + 2754312, + 2754712, + 2755112, + 2755512, + 2755912, + 2756312, + 2756712, + 2757112, + 2757512, + 2757912, + 2758312, + 2758712, + 2759112, + 2759512, + 2759912, + 2760312, + 2760712, + 2761112, + 2761512, + 2761912, + 2762312, + 2762712, + 2763112, + 2763512, + 2763912, + 2764312, + 2764712, + 2765112, + 2765512, + 2765912, + 2766312, + 2766712, + 2767112, + 2767512, + 2767912, + 2768312, + 2768712, + 2769112, + 2769512, + 2769912, + 2770312, + 2770712, + 2771112, + 2771512, + 2771912, + 2772312, + 2772712, + 2773112, + 2773512, + 2773912, + 2774312, + 2774712, + 2775112, + 2775512, + 2775912, + 2776312, + 2776712, + 2777112, + 2777512, + 2777912, + 2778312, + 2778712, + 2779112, + 2779512, + 2779912, + 2780312, + 2780712, + 2781112, + 2781512, + 2781912, + 2782312, + 2782712, + 2783112, + 2783512, + 2783912, + 2784312, + 2784712, + 2785112, + 2785512, + 2785912, + 2786312, + 2786712, + 2787112, + 2787512, + 2787912, + 2788312, + 2788712, + 2789112, + 2789512, + 2789912, + 2790312, + 2790712, + 2791112, + 2791512, + 2791912, + 2792312, + 2792712, + 2793112, + 2793512, + 2793912, + 2794312, + 2794712, + 2795112, + 2795512, + 2795912, + 2796312, + 2796712, + 2797112, + 2797512, + 2797912, + 2798312, + 2798712, + 2799112, + 2799512, + 2799912, + 2800312, + 2800712, + 2801112, + 2801512, + 2801912, + 2802312, + 2802712, + 2803112, + 2803512, + 2803912, + 2804312, + 2804712, + 2805112, + 2805512, + 2805912, + 2806312, + 2806712, + 2807112, + 2807512, + 2807912, + 2808312, + 2808712, + 2809112, + 2809512, + 2809912, + 2810312, + 2810712, + 2811112, + 2811512, + 2811912, + 2812312, + 2812712, + 2813112, + 2813512, + 2813912, + 2814312, + 2814712, + 2815112, + 2815512, + 2815912, + 2816312, + 2816712, + 2817112, + 2817512, + 2817912, + 2818312, + 2818712, + 2819112, + 2819512, + 2819912, + 2820312, + 2820712, + 2821112, + 2821512, + 2821912, + 2822312, + 2822712, + 2823112, + 2823512, + 2823912, + 2824312, + 2824712, + 2825112, + 2825512, + 2825912, + 2826312, + 2826712, + 2827112, + 2827512, + 2827912, + 2828312, + 2828712, + 2829112, + 2829512, + 2829912, + 2830312, + 2830712, + 2831112, + 2831512, + 2831912, + 2832312, + 2832712, + 2833112, + 2833512, + 2833912, + 2834312, + 2834712, + 2835112, + 2835512, + 2835912, + 2836312, + 2836712, + 2837112, + 2837512, + 2837912, + 2838312, + 2838712, + 2839112, + 2839512, + 2839912, + 2840312, + 2840712, + 2841112, + 2841512, + 2841912, + 2842312, + 2842712, + 2843112, + 2843512, + 2843912, + 2844312, + 2844712, + 2845112, + 2845512, + 2845912, + 2846312, + 2846712, + 2847112, + 2847512, + 2847912, + 2848312, + 2848712, + 2849112, + 2849512, + 2849912, + 2850312, + 2850712, + 2851112, + 2851512, + 2851912, + 2852312, + 2852712, + 2853112, + 2853512, + 2853912, + 2854312, + 2854712, + 2855112, + 2855512, + 2855912, + 2856312, + 2856712, + 2857112, + 2857512, + 2857912, + 2858312, + 2858712, + 2859112, + 2859512, + 2859912, + 2860312, + 2860712, + 2861112, + 2861512, + 2861912, + 2862312, + 2862712, + 2863112, + 2863512, + 2863912, + 2864312, + 2864712, + 2865112, + 2865512, + 2865912, + 2866312, + 2866712, + 2867112, + 2867512, + 2867912, + 2868312, + 2868712, + 2869112, + 2869512, + 2869912, + 2870312, + 2870712, + 2871112, + 2871512, + 2871912, + 2872312, + 2872712, + 2873112, + 2873512, + 2873912, + 2874312, + 2874712, + 2875112, + 2875512, + 2875912, + 2876312, + 2876712, + 2877112, + 2877512, + 2877912, + 2878312, + 2878712, + 2879112, + 2879512, + 2879912, + 2880312, + 2880712, + 2881112, + 2881512, + 2881912, + 2882312, + 2882712, + 2883112, + 2883512, + 2883912, + 2884312, + 2884712, + 2885112, + 2885512, + 2885912, + 2886312, + 2886712, + 2887112, + 2887512, + 2887912, + 2888312, + 2888712, + 2889112, + 2889512, + 2889912, + 2890312, + 2890712, + 2891112, + 2891512, + 2891912, + 2892312, + 2892712, + 2893112, + 2893512, + 2893912, + 2894312, + 2894712, + 2895112, + 2895512, + 2895912, + 2896312, + 2896712, + 2897112, + 2897512, + 2897912, + 2898312, + 2898712, + 2899112, + 2899512, + 2899912, + 2900312, + 2900712, + 2901112, + 2901512, + 2901912, + 2902312, + 2902712, + 2903112, + 2903512, + 2903912, + 2904312, + 2904712, + 2905112, + 2905512, + 2905912, + 2906312, + 2906712, + 2907112, + 2907512, + 2907912, + 2908312, + 2908712, + 2909112, + 2909512, + 2909912, + 2910312, + 2910712, + 2911112, + 2911512, + 2911912, + 2912312, + 2912712, + 2913112, + 2913512, + 2913912, + 2914312, + 2914712, + 2915112, + 2915512, + 2915912, + 2916312, + 2916712, + 2917112, + 2917512, + 2917912, + 2918312, + 2918712, + 2919112, + 2919512, + 2919912, + 2920312, + 2920712, + 2921112, + 2921512, + 2921912, + 2922312, + 2922712, + 2923112, + 2923512, + 2923912, + 2924312, + 2924712, + 2925112, + 2925512, + 2925912, + 2926312, + 2926712, + 2927112, + 2927512, + 2927912, + 2928312, + 2928712, + 2929112, + 2929512, + 2929912, + 2930312, + 2930712, + 2931112, + 2931512, + 2931912, + 2932312, + 2932712, + 2933112, + 2933512, + 2933912, + 2934312, + 2934712, + 2935112, + 2935512, + 2935912, + 2936312, + 2936712, + 2937112, + 2937512, + 2937912, + 2938312, + 2938712, + 2939112, + 2939512, + 2939912, + 2940312, + 2940712, + 2941112, + 2941512, + 2941912, + 2942312, + 2942712, + 2943112, + 2943512, + 2943912, + 2944312, + 2944712, + 2945112, + 2945512, + 2945912, + 2946312, + 2946712, + 2947112, + 2947512, + 2947912, + 2948312, + 2948712, + 2949112, + 2949512, + 2949912, + 2950312, + 2950712, + 2951112, + 2951512, + 2951912, + 2952312, + 2952712, + 2953112, + 2953512, + 2953912, + 2954312, + 2954712, + 2955112, + 2955512, + 2955912, + 2956312, + 2956712, + 2957112, + 2957512, + 2957912, + 2958312, + 2958712, + 2959112, + 2959512, + 2959912, + 2960312, + 2960712, + 2961112, + 2961512, + 2961912, + 2962312, + 2962712, + 2963112, + 2963512, + 2963912, + 2964312, + 2964712, + 2965112, + 2965512, + 2965912, + 2966312, + 2966712, + 2967112, + 2967512, + 2967912, + 2968312, + 2968712, + 2969112, + 2969512, + 2969912, + 2970312, + 2970712, + 2971112, + 2971512, + 2971912, + 2972312, + 2972712, + 2973112, + 2973512, + 2973912, + 2974312, + 2974712, + 2975112, + 2975512, + 2975912, + 2976312, + 2976712, + 2977112, + 2977512, + 2977912, + 2978312, + 2978712, + 2979112, + 2979512, + 2979912, + 2980312, + 2980712, + 2981112, + 2981512, + 2981912, + 2982312, + 2982712, + 2983112, + 2983512, + 2983912, + 2984312, + 2984712, + 2985112, + 2985512, + 2985912, + 2986312, + 2986712, + 2987112, + 2987512, + 2987912, + 2988312, + 2988712, + 2989112, + 2989512, + 2989912, + 2990312, + 2990712, + 2991112, + 2991512, + 2991912, + 2992312, + 2992712, + 2993112, + 2993512, + 2993912, + 2994312, + 2994712, + 2995112, + 2995512, + 2995912, + 2996312, + 2996712, + 2997112, + 2997512, + 2997912, + 2998312, + 2998712, + 2999112, + 2999512, + 2999912, + 3000312, + 3000712, + 3001112, + 3001512, + 3001912, + 3002312, + 3002712, + 3003112, + 3003512, + 3003912, + 3004312, + 3004712, + 3005112, + 3005512, + 3005912, + 3006312, + 3006712, + 3007112, + 3007512, + 3007912, + 3008312, + 3008712, + 3009112, + 3009512, + 3009912, + 3010312, + 3010712, + 3011112, + 3011512, + 3011912, + 3012312, + 3012712, + 3013112, + 3013512, + 3013912, + 3014312, + 3014712, + 3015112, + 3015512, + 3015912, + 3016312, + 3016712, + 3017112, + 3017512, + 3017912, + 3018312, + 3018712, + 3019112, + 3019512, + 3019912, + 3020312, + 3020712, + 3021112, + 3021512, + 3021912, + 3022312, + 3022712, + 3023112, + 3023512, + 3023912, + 3024312, + 3024712, + 3025112, + 3025512, + 3025912, + 3026312, + 3026712, + 3027112, + 3027512, + 3027912, + 3028312, + 3028712, + 3029112, + 3029512, + 3029912, + 3030312, + 3030712, + 3031112, + 3031512, + 3031912, + 3032312, + 3032712, + 3033112, + 3033512, + 3033912, + 3034312, + 3034712, + 3035112, + 3035512, + 3035912, + 3036312, + 3036712, + 3037112, + 3037512, + 3037912, + 3038312, + 3038712, + 3039112, + 3039512, + 3039912, + 3040312, + 3040712, + 3041112, + 3041512, + 3041912, + 3042312, + 3042712, + 3043112, + 3043512, + 3043912, + 3044312, + 3044712, + 3045112, + 3045512, + 3045912, + 3046312, + 3046712, + 3047112, + 3047512, + 3047912, + 3048312, + 3048712, + 3049112, + 3049512, + 3049912, + 3050312, + 3050712, + 3051112, + 3051512, + 3051912, + 3052312, + 3052712, + 3053112, + 3053512, + 3053912, + 3054312, + 3054712, + 3055112, + 3055512, + 3055912, + 3056312, + 3056712, + 3057112, + 3057512, + 3057912, + 3058312, + 3058712, + 3059112, + 3059512, + 3059912, + 3060312, + 3060712, + 3061112, + 3061512, + 3061912, + 3062312, + 3062712, + 3063112, + 3063512, + 3063912, + 3064312, + 3064712, + 3065112, + 3065512, + 3065912, + 3066312, + 3066712, + 3067112, + 3067512, + 3067912, + 3068312, + 3068712, + 3069112, + 3069512, + 3069912, + 3070312, + 3070712, + 3071112, + 3071512, + 3071912, + 3072312, + 3072712, + 3073112, + 3073512, + 3073912, + 3074312, + 3074712, + 3075112, + 3075512, + 3075912, + 3076312, + 3076712, + 3077112, + 3077512, + 3077912, + 3078312, + 3078712, + 3079112, + 3079512, + 3079912, + 3080312, + 3080712, + 3081112, + 3081512, + 3081912, + 3082312, + 3082712, + 3083112, + 3083512, + 3083912, + 3084312, + 3084712, + 3085112, + 3085512, + 3085912, + 3086312, + 3086712, + 3087112, + 3087512, + 3087912, + 3088312, + 3088712, + 3089112, + 3089512, + 3089912, + 3090312, + 3090712, + 3091112, + 3091512, + 3091912, + 3092312, + 3092712, + 3093112, + 3093512, + 3093912, + 3094312, + 3094712, + 3095112, + 3095512, + 3095912, + 3096312, + 3096712, + 3097112, + 3097512, + 3097912, + 3098312, + 3098712, + 3099112, + 3099512, + 3099912, + 3100312, + 3100712, + 3101112, + 3101512, + 3101912, + 3102312, + 3102712, + 3103112, + 3103512, + 3103912, + 3104312, + 3104712, + 3105112, + 3105512, + 3105912, + 3106312, + 3106712, + 3107112, + 3107512, + 3107912, + 3108312, + 3108712, + 3109112, + 3109512, + 3109912, + 3110312, + 3110712, + 3111112, + 3111512, + 3111912, + 3112312, + 3112712, + 3113112, + 3113512, + 3113912, + 3114312, + 3114712, + 3115112, + 3115512, + 3115912, + 3116312, + 3116712, + 3117112, + 3117512, + 3117912, + 3118312, + 3118712, + 3119112, + 3119512, + 3119912, + 3120312, + 3120712, + 3121112, + 3121512, + 3121912, + 3122312, + 3122712, + 3123112, + 3123512, + 3123912, + 3124312, + 3124712, + 3125112, + 3125512, + 3125912, + 3126312, + 3126712, + 3127112, + 3127512, + 3127912, + 3128312, + 3128712, + 3129112, + 3129512, + 3129912, + 3130312, + 3130712, + 3131112, + 3131512, + 3131912, + 3132312, + 3132712, + 3133112, + 3133512, + 3133912, + 3134312, + 3134712, + 3135112, + 3135512, + 3135912, + 3136312, + 3136712, + 3137112, + 3137512, + 3137912, + 3138312, + 3138712, + 3139112, + 3139512, + 3139912, + 3140312, + 3140712, + 3141112, + 3141512, + 3141912, + 3142312, + 3142712, + 3143112, + 3143512, + 3143912, + 3144312, + 3144712, + 3145112, + 3145512, + 3145912, + 3146312, + 3146712, + 3147112, + 3147512, + 3147912, + 3148312, + 3148712, + 3149112, + 3149512, + 3149912, + 3150312, + 3150712, + 3151112, + 3151512, + 3151912, + 3152312, + 3152712, + 3153112, + 3153512, + 3153912, + 3154312, + 3154712, + 3155112, + 3155512, + 3155912, + 3156312, + 3156712, + 3157112, + 3157512, + 3157912, + 3158312, + 3158712, + 3159112, + 3159512, + 3159912, + 3160312, + 3160712, + 3161112, + 3161512, + 3161912, + 3162312, + 3162712, + 3163112, + 3163512, + 3163912, + 3164312, + 3164712, + 3165112, + 3165512, + 3165912, + 3166312, + 3166712, + 3167112, + 3167512, + 3167912, + 3168312, + 3168712, + 3169112, + 3169512, + 3169912, + 3170312, + 3170712, + 3171112, + 3171512, + 3171912, + 3172312, + 3172712, + 3173112, + 3173512, + 3173912, + 3174312, + 3174712, + 3175112, + 3175512, + 3175912, + 3176312, + 3176712, + 3177112, + 3177512, + 3177912, + 3178312, + 3178712, + 3179112, + 3179512, + 3179912, + 3180312, + 3180712, + 3181112, + 3181512, + 3181912, + 3182312, + 3182712, + 3183112, + 3183512, + 3183912, + 3184312, + 3184712, + 3185112, + 3185512, + 3185912, + 3186312, + 3186712, + 3187112, + 3187512, + 3187912, + 3188312, + 3188712, + 3189112, + 3189512, + 3189912, + 3190312, + 3190712, + 3191112, + 3191512, + 3191912, + 3192312, + 3192712, + 3193112, + 3193512, + 3193912, + 3194312, + 3194712, + 3195112, + 3195512, + 3195912, + 3196312, + 3196712, + 3197112, + 3197512, + 3197912, + 3198312, + 3198712, + 3199112, + 3199512, + 3199912, + 3200312, + 3200712, + 3201112, + 3201512, + 3201912, + 3202312, + 3202712, + 3203112, + 3203512, + 3203912, + 3204312, + 3204712, + 3205112, + 3205512, + 3205912, + 3206312, + 3206712, + 3207112, + 3207512, + 3207912, + 3208312, + 3208712, + 3209112, + 3209512, + 3209912, + 3210312, + 3210712, + 3211112, + 3211512, + 3211912, + 3212312, + 3212712, + 3213112, + 3213512, + 3213912, + 3214312, + 3214712, + 3215112, + 3215512, + 3215912, + 3216312, + 3216712, + 3217112, + 3217512, + 3217912, + 3218312, + 3218712, + 3219112, + 3219512, + 3219912, + 3220312, + 3220712, + 3221112, + 3221512, + 3221912, + 3222312, + 3222712, + 3223112, + 3223512, + 3223912, + 3224312, + 3224712, + 3225112, + 3225512, + 3225912, + 3226312, + 3226712, + 3227112, + 3227512, + 3227912, + 3228312, + 3228712, + 3229112, + 3229512, + 3229912, + 3230312, + 3230712, + 3231112, + 3231512, + 3231912, + 3232312, + 3232712, + 3233112, + 3233512, + 3233912, + 3234312, + 3234712, + 3235112, + 3235512, + 3235912, + 3236312, + 3236712, + 3237112, + 3237512, + 3237912, + 3238312, + 3238712, + 3239112, + 3239512, + 3239912, + 3240312, + 3240712, + 3241112, + 3241512, + 3241912, + 3242312, + 3242712, + 3243112, + 3243512, + 3243912, + 3244312, + 3244712, + 3245112, + 3245512, + 3245912, + 3246312, + 3246712, + 3247112, + 3247512, + 3247912, + 3248312, + 3248712, + 3249112, + 3249512, + 3249912, + 3250312, + 3250712, + 3251112, + 3251512, + 3251912, + 3252312, + 3252712, + 3253112, + 3253512, + 3253912, + 3254312, + 3254712, + 3255112, + 3255512, + 3255912, + 3256312, + 3256712, + 3257112, + 3257512, + 3257912, + 3258312, + 3258712, + 3259112, + 3259512, + 3259912, + 3260312, + 3260712, + 3261112, + 3261512, + 3261912, + 3262312, + 3262712, + 3263112, + 3263512, + 3263912, + 3264312, + 3264712, + 3265112, + 3265512, + 3265912, + 3266312, + 3266712, + 3267112, + 3267512, + 3267912, + 3268312, + 3268712, + 3269112, + 3269512, + 3269912, + 3270312, + 3270712, + 3271112, + 3271512, + 3271912, + 3272312, + 3272712, + 3273112, + 3273512, + 3273912, + 3274312, + 3274712, + 3275112, + 3275512, + 3275912, + 3276312, + 3276712, + 3277112, + 3277512, + 3277912, + 3278312, + 3278712, + 3279112, + 3279512, + 3279912, + 3280312, + 3280712, + 3281112, + 3281512, + 3281912, + 3282312, + 3282712, + 3283112, + 3283512, + 3283912, + 3284312, + 3284712, + 3285112, + 3285512, + 3285912, + 3286312, + 3286712, + 3287112, + 3287512, + 3287912, + 3288312, + 3288712, + 3289112, + 3289512, + 3289912, + 3290312, + 3290712, + 3291112, + 3291512, + 3291912, + 3292312, + 3292712, + 3293112, + 3293512, + 3293912, + 3294312, + 3294712, + 3295112, + 3295512, + 3295912, + 3296312, + 3296712, + 3297112, + 3297512, + 3297912, + 3298312, + 3298712, + 3299112, + 3299512, + 3299912, + 3300312, + 3300712, + 3301112, + 3301512, + 3301912, + 3302312, + 3302712, + 3303112, + 3303512, + 3303912, + 3304312, + 3304712, + 3305112, + 3305512, + 3305912, + 3306312, + 3306712, + 3307112, + 3307512, + 3307912, + 3308312, + 3308712, + 3309112, + 3309512, + 3309912, + 3310312, + 3310712, + 3311112, + 3311512, + 3311912, + 3312312, + 3312712, + 3313112, + 3313512, + 3313912, + 3314312, + 3314712, + 3315112, + 3315512, + 3315912, + 3316312, + 3316712, + 3317112, + 3317512, + 3317912, + 3318312, + 3318712, + 3319112, + 3319512, + 3319912, + 3320312, + 3320712, + 3321112, + 3321512, + 3321912, + 3322312, + 3322712, + 3323112, + 3323512, + 3323912, + 3324312, + 3324712, + 3325112, + 3325512, + 3325912, + 3326312, + 3326712, + 3327112, + 3327512, + 3327912, + 3328312, + 3328712, + 3329112, + 3329512, + 3329912, + 3330312, + 3330712, + 3331112, + 3331512, + 3331912, + 3332312, + 3332712, + 3333112, + 3333512, + 3333912, + 3334312, + 3334712, + 3335112, + 3335512, + 3335912, + 3336312, + 3336712, + 3337112, + 3337512, + 3337912, + 3338312, + 3338712, + 3339112, + 3339512, + 3339912, + 3340312, + 3340712, + 3341112, + 3341512, + 3341912, + 3342312, + 3342712, + 3343112, + 3343512, + 3343912, + 3344312, + 3344712, + 3345112, + 3345512, + 3345912, + 3346312, + 3346712, + 3347112, + 3347512, + 3347912, + 3348312, + 3348712, + 3349112, + 3349512, + 3349912, + 3350312, + 3350712, + 3351112, + 3351512, + 3351912, + 3352312, + 3352712, + 3353112, + 3353512, + 3353912, + 3354312, + 3354712, + 3355112, + 3355512, + 3355912, + 3356312, + 3356712, + 3357112, + 3357512, + 3357912, + 3358312, + 3358712, + 3359112, + 3359512, + 3359912, + 3360312, + 3360712, + 3361112, + 3361512, + 3361912, + 3362312, + 3362712, + 3363112, + 3363512, + 3363912, + 3364312, + 3364712, + 3365112, + 3365512, + 3365912, + 3366312, + 3366712, + 3367112, + 3367512, + 3367912, + 3368312, + 3368712, + 3369112, + 3369512, + 3369912, + 3370312, + 3370712, + 3371112, + 3371512, + 3371912, + 3372312, + 3372712, + 3373112, + 3373512, + 3373912, + 3374312, + 3374712, + 3375112, + 3375512, + 3375912, + 3376312, + 3376712, + 3377112, + 3377512, + 3377912, + 3378312, + 3378712, + 3379112, + 3379512, + 3379912, + 3380312, + 3380712, + 3381112, + 3381512, + 3381912, + 3382312, + 3382712, + 3383112, + 3383512, + 3383912, + 3384312, + 3384712, + 3385112, + 3385512, + 3385912, + 3386312, + 3386712, + 3387112, + 3387512, + 3387912, + 3388312, + 3388712, + 3389112, + 3389512, + 3389912, + 3390312, + 3390712, + 3391112, + 3391512, + 3391912, + 3392312, + 3392712, + 3393112, + 3393512, + 3393912, + 3394312, + 3394712, + 3395112, + 3395512, + 3395912, + 3396312, + 3396712, + 3397112, + 3397512, + 3397912, + 3398312, + 3398712, + 3399112, + 3399512, + 3399912, + 3400312, + 3400712, + 3401112, + 3401512, + 3401912, + 3402312, + 3402712, + 3403112, + 3403512, + 3403912, + 3404312, + 3404712, + 3405112, + 3405512, + 3405912, + 3406312, + 3406712, + 3407112, + 3407512, + 3407912, + 3408312, + 3408712, + 3409112, + 3409512, + 3409912, + 3410312, + 3410712, + 3411112, + 3411512, + 3411912, + 3412312, + 3412712, + 3413112, + 3413512, + 3413912, + 3414312, + 3414712, + 3415112, + 3415512, + 3415912, + 3416312, + 3416712, + 3417112, + 3417512, + 3417912, + 3418312, + 3418712, + 3419112, + 3419512, + 3419912, + 3420312, + 3420712, + 3421112, + 3421512, + 3421912, + 3422312, + 3422712, + 3423112, + 3423512, + 3423912, + 3424312, + 3424712, + 3425112, + 3425512, + 3425912, + 3426312, + 3426712, + 3427112, + 3427512, + 3427912, + 3428312, + 3428712, + 3429112, + 3429512, + 3429912, + 3430312, + 3430712, + 3431112, + 3431512, + 3431912, + 3432312, + 3432712, + 3433112, + 3433512, + 3433912, + 3434312, + 3434712, + 3435112, + 3435512, + 3435912, + 3436312, + 3436712, + 3437112, + 3437512, + 3437912, + 3438312, + 3438712, + 3439112, + 3439512, + 3439912, + 3440312, + 3440712, + 3441112, + 3441512, + 3441912, + 3442312, + 3442712, + 3443112, + 3443512, + 3443912, + 3444312, + 3444712, + 3445112, + 3445512, + 3445912, + 3446312, + 3446712, + 3447112, + 3447512, + 3447912, + 3448312, + 3448712, + 3449112, + 3449512, + 3449912, + 3450312, + 3450712, + 3451112, + 3451512, + 3451912, + 3452312, + 3452712, + 3453112, + 3453512, + 3453912, + 3454312, + 3454712, + 3455112, + 3455512, + 3455912, + 3456312, + 3456712, + 3457112, + 3457512, + 3457912, + 3458312, + 3458712, + 3459112, + 3459512, + 3459912, + 3460312, + 3460712, + 3461112, + 3461512, + 3461912, + 3462312, + 3462712, + 3463112, + 3463512, + 3463912, + 3464312, + 3464712, + 3465112, + 3465512, + 3465912, + 3466312, + 3466712, + 3467112, + 3467512, + 3467912, + 3468312, + 3468712, + 3469112, + 3469512, + 3469912, + 3470312, + 3470712, + 3471112, + 3471512, + 3471912, + 3472312, + 3472712, + 3473112, + 3473512, + 3473912, + 3474312, + 3474712, + 3475112, + 3475512, + 3475912, + 3476312, + 3476712, + 3477112, + 3477512, + 3477912, + 3478312, + 3478712, + 3479112, + 3479512, + 3479912, + 3480312, + 3480712, + 3481112, + 3481512, + 3481912, + 3482312, + 3482712, + 3483112, + 3483512, + 3483912, + 3484312, + 3484712, + 3485112, + 3485512, + 3485912, + 3486312, + 3486712, + 3487112, + 3487512, + 3487912, + 3488312, + 3488712, + 3489112, + 3489512, + 3489912, + 3490312, + 3490712, + 3491112, + 3491512, + 3491912, + 3492312, + 3492712, + 3493112, + 3493512, + 3493912, + 3494312, + 3494712, + 3495112, + 3495512, + 3495912, + 3496312, + 3496712, + 3497112, + 3497512, + 3497912, + 3498312, + 3498712, + 3499112, + 3499512, + 3499912, + 3500312, + 3500712, + 3501112, + 3501512, + 3501912, + 3502312, + 3502712, + 3503112, + 3503512, + 3503912, + 3504312, + 3504712, + 3505112, + 3505512, + 3505912, + 3506312, + 3506712, + 3507112, + 3507512, + 3507912, + 3508312, + 3508712, + 3509112, + 3509512, + 3509912, + 3510312, + 3510712, + 3511112, + 3511512, + 3511912, + 3512312, + 3512712, + 3513112, + 3513512, + 3513912, + 3514312, + 3514712, + 3515112, + 3515512, + 3515912, + 3516312, + 3516712, + 3517112, + 3517512, + 3517912, + 3518312, + 3518712, + 3519112, + 3519512, + 3519912, + 3520312, + 3520712, + 3521112, + 3521512, + 3521912, + 3522312, + 3522712, + 3523112, + 3523512, + 3523912, + 3524312, + 3524712, + 3525112, + 3525512, + 3525912, + 3526312, + 3526712, + 3527112, + 3527512, + 3527912, + 3528312, + 3528712, + 3529112, + 3529512, + 3529912, + 3530312, + 3530712, + 3531112, + 3531512, + 3531912, + 3532312, + 3532712, + 3533112, + 3533512, + 3533912, + 3534312, + 3534712, + 3535112, + 3535512, + 3535912, + 3536312, + 3536712, + 3537112, + 3537512, + 3537912, + 3538312, + 3538712, + 3539112, + 3539512, + 3539912, + 3540312, + 3540712, + 3541112, + 3541512, + 3541912, + 3542312, + 3542712, + 3543112, + 3543512, + 3543912, + 3544312, + 3544712, + 3545112, + 3545512, + 3545912, + 3546312, + 3546712, + 3547112, + 3547512, + 3547912, + 3548312, + 3548712, + 3549112, + 3549512, + 3549912, + 3550312, + 3550712, + 3551112, + 3551512, + 3551912, + 3552312, + 3552712, + 3553112, + 3553512, + 3553912, + 3554312, + 3554712, + 3555112, + 3555512, + 3555912, + 3556312, + 3556712, + 3557112, + 3557512, + 3557912, + 3558312, + 3558712, + 3559112, + 3559512, + 3559912, + 3560312, + 3560712, + 3561112, + 3561512, + 3561912, + 3562312, + 3562712, + 3563112, + 3563512, + 3563912, + 3564312, + 3564712, + 3565112, + 3565512, + 3565912, + 3566312, + 3566712, + 3567112, + 3567512, + 3567912, + 3568312, + 3568712, + 3569112, + 3569512, + 3569912, + 3570312, + 3570712, + 3571112, + 3571512, + 3571912, + 3572312, + 3572712, + 3573112, + 3573512, + 3573912, + 3574312, + 3574712, + 3575112, + 3575512, + 3575912, + 3576312, + 3576712, + 3577112, + 3577512, + 3577912, + 3578312, + 3578712, + 3579112, + 3579512, + 3579912, + 3580312, + 3580712, + 3581112, + 3581512, + 3581912, + 3582312, + 3582712, + 3583112, + 3583512, + 3583912, + 3584312, + 3584712, + 3585112, + 3585512, + 3585912, + 3586312, + 3586712, + 3587112, + 3587512, + 3587912, + 3588312, + 3588712, + 3589112, + 3589512, + 3589912, + 3590312, + 3590712, + 3591112, + 3591512, + 3591912, + 3592312, + 3592712, + 3593112, + 3593512, + 3593912, + 3594312, + 3594712, + 3595112, + 3595512, + 3595912, + 3596312, + 3596712, + 3597112, + 3597512, + 3597912, + 3598312, + 3598712, + 3599112, + 3599512, + 3599912, + 3600312, + 3600712, + 3601112, + 3601512, + 3601912, + 3602312, + 3602712, + 3603112, + 3603512, + 3603912, + 3604312, + 3604712, + 3605112, + 3605512, + 3605912, + 3606312, + 3606712, + 3607112, + 3607512, + 3607912, + 3608312, + 3608712, + 3609112, + 3609512, + 3609912, + 3610312, + 3610712, + 3611112, + 3611512, + 3611912, + 3612312, + 3612712, + 3613112, + 3613512, + 3613912, + 3614312, + 3614712, + 3615112, + 3615512, + 3615912, + 3616312, + 3616712, + 3617112, + 3617512, + 3617912, + 3618312, + 3618712, + 3619112, + 3619512, + 3619912, + 3620312, + 3620712, + 3621112, + 3621512, + 3621912, + 3622312, + 3622712, + 3623112, + 3623512, + 3623912, + 3624312, + 3624712, + 3625112, + 3625512, + 3625912, + 3626312, + 3626712, + 3627112, + 3627512, + 3627912, + 3628312, + 3628712, + 3629112, + 3629512, + 3629912, + 3630312, + 3630712, + 3631112, + 3631512, + 3631912, + 3632312, + 3632712, + 3633112, + 3633512, + 3633912, + 3634312, + 3634712, + 3635112, + 3635512, + 3635912, + 3636312, + 3636712, + 3637112, + 3637512, + 3637912, + 3638312, + 3638712, + 3639112, + 3639512, + 3639912, + 3640312, + 3640712, + 3641112, + 3641512, + 3641912, + 3642312, + 3642712, + 3643112, + 3643512, + 3643912, + 3644312, + 3644712, + 3645112, + 3645512, + 3645912, + 3646312, + 3646712, + 3647112, + 3647512, + 3647912, + 3648312, + 3648712, + 3649112, + 3649512, + 3649912, + 3650312, + 3650712, + 3651112, + 3651512, + 3651912, + 3652312, + 3652712, + 3653112, + 3653512, + 3653912, + 3654312, + 3654712, + 3655112, + 3655512, + 3655912, + 3656312, + 3656712, + 3657112, + 3657512, + 3657912, + 3658312, + 3658712, + 3659112, + 3659512, + 3659912, + 3660312, + 3660712, + 3661112, + 3661512, + 3661912, + 3662312, + 3662712, + 3663112, + 3663512, + 3663912, + 3664312, + 3664712, + 3665112, + 3665512, + 3665912, + 3666312, + 3666712, + 3667112, + 3667512, + 3667912, + 3668312, + 3668712, + 3669112, + 3669512, + 3669912, + 3670312, + 3670712, + 3671112, + 3671512, + 3671912, + 3672312, + 3672712, + 3673112, + 3673512, + 3673912, + 3674312, + 3674712, + 3675112, + 3675512, + 3675912, + 3676312, + 3676712, + 3677112, + 3677512, + 3677912, + 3678312, + 3678712, + 3679112, + 3679512, + 3679912, + 3680312, + 3680712, + 3681112, + 3681512, + 3681912, + 3682312, + 3682712, + 3683112, + 3683512, + 3683912, + 3684312, + 3684712, + 3685112, + 3685512, + 3685912, + 3686312, + 3686712, + 3687112, + 3687512, + 3687912, + 3688312, + 3688712, + 3689112, + 3689512, + 3689912, + 3690312, + 3690712, + 3691112, + 3691512, + 3691912, + 3692312, + 3692712, + 3693112, + 3693512, + 3693912, + 3694312, + 3694712, + 3695112, + 3695512, + 3695912, + 3696312, + 3696712, + 3697112, + 3697512, + 3697912, + 3698312, + 3698712, + 3699112, + 3699512, + 3699912, + 3700312, + 3700712, + 3701112, + 3701512, + 3701912, + 3702312, + 3702712, + 3703112, + 3703512, + 3703912, + 3704312, + 3704712 + ] + } + }, + "resultsScreen": { + "scoreId": 0, + "playerName": "", + "mode": { + "number": 0, + "name": "osu" + }, + "score": 0, + "accuracy": 0, + "name": "", + "hits": { + "0": 0, + "50": 0, + "100": 0, + "300": 0, + "geki": 0, + "katu": 0, + "sliderEndHits": 0, + "smallTickHits": 0, + "largeTickHits": 0 + }, + "mods": { + "checksum": "", + "number": 0, + "name": "", + "array": [], + "rate": 1 + }, + "maxCombo": 0, + "rank": "", + "pp": { + "current": 0, + "fc": 0 + }, + "createdAt": "" + }, + "folders": { + "game": "E:\\Users\\Fareo\\AppData\\Local\\osu!", + "skin": "Nebula_mixed - Copie", + "songs": "E:\\Users\\Fareo\\AppData\\Local\\osu!\\Songs", + "beatmap": "ZUN - Touhou Compilation" + }, + "files": { + "beatmap": "ZUN - Touhou Compilation (Kenterz) [Marathon].osu", + "background": "Touhou BG.jpg", + "audio": "Touhou Compilation.mp3" + }, + "directPath": { + "beatmapFile": "ZUN - Touhou Compilation\\ZUN - Touhou Compilation (Kenterz) [Marathon].osu", + "beatmapBackground": "ZUN - Touhou Compilation\\Touhou BG.jpg", + "beatmapAudio": "ZUN - Touhou Compilation\\Touhou Compilation.mp3", + "beatmapFolder": "ZUN - Touhou Compilation", + "skinFolder": "Nebula_mixed - Copie" + }, + "tourney": { + "scoreVisible": false, + "starsVisible": false, + "ipcState": 0, + "bestOF": 0, + "team": { + "left": "", + "right": "" + }, + "points": { + "left": 0, + "right": 0 + }, + "chat": [], + "totalScore": { + "left": 0, + "right": 0 + }, + "clients": [] + } +} \ No newline at end of file From 83c0a23eae019b2ed10b80e42a3d6d24ceffb752 Mon Sep 17 00:00:00 2001 From: Maxime <32194766+Pupariaa@users.noreply.github.com> Date: Sun, 23 Nov 2025 20:49:48 +0100 Subject: [PATCH 2/6] Delete counters/EtherealGlass by Puparia directory --- .../deps/Chart.min.js | 13 - .../deps/GraphFill.js | 132 ------ .../EtherealGlass by Puparia/deps/countUp.js | 261 ------------ .../deps/difficulty-graph.js | 95 ----- .../deps/fast-smooth.js | 212 ---------- .../deps/reconnecting-websocket.min.js | 1 - counters/EtherealGlass by Puparia/index.css | 389 ------------------ counters/EtherealGlass by Puparia/index.html | 82 ---- counters/EtherealGlass by Puparia/index.js | 339 --------------- .../EtherealGlass by Puparia/metadata.txt | 7 - counters/EtherealGlass by Puparia/readme.md | 75 ---- 11 files changed, 1606 deletions(-) delete mode 100644 counters/EtherealGlass by Puparia/deps/Chart.min.js delete mode 100644 counters/EtherealGlass by Puparia/deps/GraphFill.js delete mode 100644 counters/EtherealGlass by Puparia/deps/countUp.js delete mode 100644 counters/EtherealGlass by Puparia/deps/difficulty-graph.js delete mode 100644 counters/EtherealGlass by Puparia/deps/fast-smooth.js delete mode 100644 counters/EtherealGlass by Puparia/deps/reconnecting-websocket.min.js delete mode 100644 counters/EtherealGlass by Puparia/index.css delete mode 100644 counters/EtherealGlass by Puparia/index.html delete mode 100644 counters/EtherealGlass by Puparia/index.js delete mode 100644 counters/EtherealGlass by Puparia/metadata.txt delete mode 100644 counters/EtherealGlass by Puparia/readme.md diff --git a/counters/EtherealGlass by Puparia/deps/Chart.min.js b/counters/EtherealGlass by Puparia/deps/Chart.min.js deleted file mode 100644 index d85bdc6f..00000000 --- a/counters/EtherealGlass by Puparia/deps/Chart.min.js +++ /dev/null @@ -1,13 +0,0 @@ -/*! - * Chart.js v3.0.0-alpha - * https://www.chartjs.org - * (c) 2020 Chart.js Contributors - * Released under the MIT License - */ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t=t||self).Chart=e()}(this,(function(){"use strict";function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var i=0;i=0;a--)e.call(i,t[a],a);else for(a=0;an&&(n=r),n}function B(t,e,i,n){var a=(n=n||{}).data=n.data||{},r=n.garbageCollect=n.garbageCollect||[];n.font!==e&&(a=n.data={},r=n.garbageCollect=[],n.font=e),t.save(),t.font=e;var o,s,l,u,c,h=0,d=i.length;for(o=0;oi.length){for(o=0;o0&&e.stroke()}}function N(t,e){return t.x>e.left-.5&&t.xe.top-.5&&t.y=t}function et(t,e,i){var n,a,r;for(n=0,a=t.length;n0?1:-1};function nt(t){return t*(q/180)}function at(t){return t*(180/q)}function rt(t){if(x(t)){for(var e=1,i=0;Math.round(t*e)/e!==t;)e*=10,i++;return i}}function ot(t,e){var i=e.x-t.x,n=e.y-t.y,a=Math.sqrt(i*i+n*n),r=Math.atan2(n,i);return r<-.5*q&&(r+=$),{angle:r,distance:a}}function st(t,e){return(t-e+G)%$-q}function lt(t){return(t%$+$)%$}function ut(t,e,i){var n=lt(t),a=lt(e),r=lt(i),o=lt(a-n),s=lt(r-n),l=lt(n-a),u=lt(n-r);return n===a||n===r||o>s&&l0?c[e-1]:null,(a=e0?c[e-1]:null,a=e0&&N(t[i-1],e)&&(a.controlPointPreviousX=pt(a.controlPointPreviousX,e.left,e.right),a.controlPointPreviousY=pt(a.controlPointPreviousY,e.top,e.bottom)),i-1?i*parseInt(e,10)/100:parseInt(e,10)}function wt(t){var e=bt(t);if(!e)return"number"==typeof t.clientWidth?t.clientWidth:t.width;var i=e.clientWidth,n=i-Mt(e,"padding-left",i)-Mt(e,"padding-right",i),a=function(t){return _t(t,"max-width","clientWidth")}(t);return isNaN(a)?n:Math.min(n,a)}function St(t){var e=bt(t);if(!e)return"number"==typeof t.clientHeight?t.clientHeight:t.height;var i=e.clientHeight,n=i-Mt(e,"padding-top",i)-Mt(e,"padding-bottom",i),a=function(t){return _t(t,"max-height","clientHeight")}(t);return isNaN(a)?n:Math.min(n,a)}var Pt=Object.freeze({__proto__:null,_getParentNode:bt,getStyle:kt,getRelativePosition:function(t,e){var i,n,a=t.originalEvent||t,r=t.target||t.srcElement,o=r.getBoundingClientRect(),s=a.touches;s&&s.length>0?(i=s[0].clientX,n=s[0].clientY):(i=a.clientX,n=a.clientY);var l=parseFloat(kt(r,"padding-left")),u=parseFloat(kt(r,"padding-top")),c=parseFloat(kt(r,"padding-right")),h=parseFloat(kt(r,"padding-bottom")),d=o.right-o.left-l-c,f=o.bottom-o.top-u-h;return{x:i=Math.round((i-o.left-l)/d*r.width/e.currentDevicePixelRatio),y:n=Math.round((n-o.top-u)/f*r.height/e.currentDevicePixelRatio)}},getMaximumWidth:wt,getMaximumHeight:St,retinaScale:function(t,e){var i=t.currentDevicePixelRatio=e||"undefined"!=typeof window&&window.devicePixelRatio||1,n=t.canvas,a=t.width,r=t.height;n.height=r*i,n.width=a*i,t.ctx.setTransform(i,0,0,i,0,0),!n.style||n.style.height||n.style.width||(n.style.height=r+"px",n.style.width=a+"px")}}),Dt={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return(t-=1)*t*t+1},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-((t-=1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return t*t*t*t*t},easeOutQuint:function(t){return(t-=1)*t*t*t*t+1},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return 1-Math.cos(t*(Math.PI/2))},easeOutSine:function(t){return Math.sin(t*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t)-1)},easeInExpo:function(t){return 0===t?0:Math.pow(2,10*(t-1))},easeOutExpo:function(t){return 1===t?1:1-Math.pow(2,-10*t)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*--t))},easeInCirc:function(t){return t>=1?t:-(Math.sqrt(1-t*t)-1)},easeOutCirc:function(t){return Math.sqrt(1-(t-=1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e,i=0;return 0===t?0:1===t?1:(i||(i=.3),e=i/(2*Math.PI)*Math.asin(1),-1*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i))},easeOutElastic:function(t){var e,i=0;return 0===t?0:1===t?1:(i||(i=.3),e=i/(2*Math.PI)*Math.asin(1),1*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/i)+1)},easeInOutElastic:function(t){var e,i=0;return 0===t?0:2==(t/=.5)?1:(i||(i=.45),e=i/(2*Math.PI)*Math.asin(1),t<1?1*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*-.5:1*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*.5+1)},easeInBack:function(t){var e=1.70158;return t*t*((e+1)*t-e)},easeOutBack:function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1},easeInOutBack:function(t){var e=1.70158;return(t/=.5)<1?t*t*((1+(e*=1.525))*t-e)*.5:.5*((t-=2)*t*((1+(e*=1.525))*t+e)+2)},easeInBounce:function(t){return 1-Dt.easeOutBounce(1-t)},easeOutBounce:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},easeInOutBounce:function(t){return t<.5?.5*Dt.easeInBounce(2*t):.5*Dt.easeOutBounce(2*t-1)+.5}},Ot=new(function(){function t(){e(this,t),this.color="rgba(0,0,0,0.1)",this.elements={},this.events=["mousemove","mouseout","click","touchstart","touchmove"],this.fontColor="#666",this.fontFamily="'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",this.fontSize=12,this.fontStyle="normal",this.lineHeight=1.2,this.hover={onHover:null,mode:"nearest",intersect:!0},this.maintainAspectRatio=!0,this.onClick=null,this.responsive=!0,this.showLines=!0,this.plugins=void 0,this.scale=void 0,this.legend=void 0,this.title=void 0,this.tooltips=void 0,this.doughnut=void 0}return n(t,[{key:"set",value:function(t,e){return P(this[t]||(this[t]={}),e)}}]),t}());function At(t,e){var i=(""+t).match(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/);if(!i||"normal"===i[1])return 1.2*e;switch(t=+i[2],i[3]){case"px":return t;case"%":t/=100}return e*t}function Tt(t){var e,i,n,a;return b(t)?(e=+t.top||0,i=+t.right||0,n=+t.bottom||0,a=+t.left||0):e=i=n=a=+t||0,{top:e,right:i,bottom:n,left:a,height:e+n,width:a+i}}function Ct(t){var e=_(t.fontSize,Ot.fontSize);"string"==typeof e&&(e=parseInt(e,10));var i={family:_(t.fontFamily,Ot.fontFamily),lineHeight:At(_(t.lineHeight,Ot.lineHeight),e),size:e,style:_(t.fontStyle,Ot.fontStyle),weight:null,string:""};return i.string=function(t){return!t||y(t.size)||y(t.family)?null:(t.style?t.style+" ":"")+(t.weight?t.weight+" ":"")+t.size+"px "+t.family}(i),i}function Ft(t,e,i,n){var a,r,o,s=!0;for(a=0,r=t.length;a>4]+Vt[15&t]},Ht=function(t){return(240&t)>>4==(15&t)}; -/*! - * @kurkle/color v0.1.6 - * https://github.com/kurkle/color#readme - * (c) 2020 Jukka Kurkela - * Released under the MIT License - */function jt(t){var e=function(t){return Ht(t.r)&&Ht(t.g)&&Ht(t.b)&&Ht(t.a)}(t)?Wt:Nt;return t?"#"+e(t.r)+e(t.g)+e(t.b)+(t.a<255?e(t.a):""):t}function Yt(t){return t+.5|0}var Ut=function(t,e,i){return Math.max(Math.min(t,i),e)};function Xt(t){return Ut(Yt(2.55*t),0,255)}function qt(t){return Ut(Yt(255*t),0,255)}function $t(t){return Ut(Yt(t/2.55)/100,0,1)}function Gt(t){return Ut(Yt(100*t),0,100)}var Kt=/^rgba?\(\s*([-+.\d]+)(%)?[\s,]+([-+.e\d]+)(%)?[\s,]+([-+.e\d]+)(%)?(?:[\s,/]+([-+.e\d]+)(%)?)?\s*\)$/;var Zt=/^(hsla?|hwb|hsv)\(\s*([-+.e\d]+)(?:deg)?[\s,]+([-+.e\d]+)%[\s,]+([-+.e\d]+)%(?:[\s,]+([-+.e\d]+)(%)?)?\s*\)$/;function Qt(t,e,i){var n=e*Math.min(i,1-i),a=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(e+t/30)%12;return i-n*Math.max(Math.min(a-3,9-a,1),-1)};return[a(0),a(8),a(4)]}function Jt(t,e,i){var n=function(n){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(n+t/60)%6;return i-i*e*Math.max(Math.min(a,4-a,1),0)};return[n(5),n(3),n(1)]}function te(t,e,i){var n,a=Qt(t,1,.5);for(e+i>1&&(e*=n=1/(e+i),i*=n),n=0;n<3;n++)a[n]*=1-e-i,a[n]+=e;return a}function ee(t){var e,i,n,a=t.r/255,r=t.g/255,o=t.b/255,s=Math.max(a,r,o),l=Math.min(a,r,o),u=(s+l)/2;return s!==l&&(n=s-l,i=u>.5?n/(2-s-l):n/(s+l),e=60*(e=s===a?(r-o)/n+(r>16&255,n>>8&255,255&n]}return o}({OiceXe:"f0f8ff",antiquewEte:"faebd7",aqua:"ffff",aquamarRe:"7fffd4",azuY:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"0",blanKedOmond:"ffebcd",Xe:"ff",XeviTet:"8a2be2",bPwn:"a52a2a",burlywood:"deb887",caMtXe:"5f9ea0",KartYuse:"7fff00",KocTate:"d2691e",cSO:"ff7f50",cSnflowerXe:"6495ed",cSnsilk:"fff8dc",crimson:"dc143c",cyan:"ffff",xXe:"8b",xcyan:"8b8b",xgTMnPd:"b8860b",xWay:"a9a9a9",xgYF:"6400",xgYy:"a9a9a9",xkhaki:"bdb76b",xmagFta:"8b008b",xTivegYF:"556b2f",xSange:"ff8c00",xScEd:"9932cc",xYd:"8b0000",xsOmon:"e9967a",xsHgYF:"8fbc8f",xUXe:"483d8b",xUWay:"2f4f4f",xUgYy:"2f4f4f",xQe:"ced1",xviTet:"9400d3",dAppRk:"ff1493",dApskyXe:"bfff",dimWay:"696969",dimgYy:"696969",dodgerXe:"1e90ff",fiYbrick:"b22222",flSOwEte:"fffaf0",foYstWAn:"228b22",fuKsia:"ff00ff",gaRsbSo:"dcdcdc",ghostwEte:"f8f8ff",gTd:"ffd700",gTMnPd:"daa520",Way:"808080",gYF:"8000",gYFLw:"adff2f",gYy:"808080",honeyMw:"f0fff0",hotpRk:"ff69b4",RdianYd:"cd5c5c",Rdigo:"4b0082",ivSy:"fffff0",khaki:"f0e68c",lavFMr:"e6e6fa",lavFMrXsh:"fff0f5",lawngYF:"7cfc00",NmoncEffon:"fffacd",ZXe:"add8e6",ZcSO:"f08080",Zcyan:"e0ffff",ZgTMnPdLw:"fafad2",ZWay:"d3d3d3",ZgYF:"90ee90",ZgYy:"d3d3d3",ZpRk:"ffb6c1",ZsOmon:"ffa07a",ZsHgYF:"20b2aa",ZskyXe:"87cefa",ZUWay:"778899",ZUgYy:"778899",ZstAlXe:"b0c4de",ZLw:"ffffe0",lime:"ff00",limegYF:"32cd32",lRF:"faf0e6",magFta:"ff00ff",maPon:"800000",VaquamarRe:"66cdaa",VXe:"cd",VScEd:"ba55d3",VpurpN:"9370db",VsHgYF:"3cb371",VUXe:"7b68ee",VsprRggYF:"fa9a",VQe:"48d1cc",VviTetYd:"c71585",midnightXe:"191970",mRtcYam:"f5fffa",mistyPse:"ffe4e1",moccasR:"ffe4b5",navajowEte:"ffdead",navy:"80",Tdlace:"fdf5e6",Tive:"808000",TivedBb:"6b8e23",Sange:"ffa500",SangeYd:"ff4500",ScEd:"da70d6",pOegTMnPd:"eee8aa",pOegYF:"98fb98",pOeQe:"afeeee",pOeviTetYd:"db7093",papayawEp:"ffefd5",pHKpuff:"ffdab9",peru:"cd853f",pRk:"ffc0cb",plum:"dda0dd",powMrXe:"b0e0e6",purpN:"800080",YbeccapurpN:"663399",Yd:"ff0000",Psybrown:"bc8f8f",PyOXe:"4169e1",saddNbPwn:"8b4513",sOmon:"fa8072",sandybPwn:"f4a460",sHgYF:"2e8b57",sHshell:"fff5ee",siFna:"a0522d",silver:"c0c0c0",skyXe:"87ceeb",UXe:"6a5acd",UWay:"708090",UgYy:"708090",snow:"fffafa",sprRggYF:"ff7f",stAlXe:"4682b4",tan:"d2b48c",teO:"8080",tEstN:"d8bfd8",tomato:"ff6347",Qe:"40e0d0",viTet:"ee82ee",JHt:"f5deb3",wEte:"ffffff",wEtesmoke:"f5f5f5",Lw:"ffff00",LwgYF:"9acd32"});function le(t,e,i){if(t){var n=ee(t);n[e]=Math.max(0,Math.min(n[e]+n[e]*i,0===e?360:1)),n=ne(n),t.r=n[0],t.g=n[1],t.b=n[2]}}function ue(t,e){return t?r(e||{},t):t}function ce(t){var e={r:0,g:0,b:0,a:255};return Array.isArray(t)?t.length>=3&&(e={r:t[0],g:t[1],b:t[2],a:255},t.length>3&&(e.a=qt(t[3]))):(e=ue(t,{r:0,g:0,b:0,a:1})).a=qt(e.a),e}function he(t){return"r"===t.charAt(0)?function(t){var e,i,n,a=Kt.exec(t),r=255;if(a){if(a[7]!==e){var o=+a[7];r=255&(a[8]?Xt(o):255*o)}return e=+a[1],i=+a[3],n=+a[5],{r:e=255&(a[2]?Xt(e):e),g:i=255&(a[4]?Xt(i):i),b:n=255&(a[6]?Xt(n):n),a:r}}}(t):re(t)}se.transparent=[0,0,0,0];var de=function(){function i(n){if(e(this,i),n instanceof i)return n;var a,r,o,s,l=t(n);"object"===l?a=ce(n):"string"===l&&(s=(r=n).length,"#"===r[0]&&(4===s||5===s?o={r:255&17*Bt[r[1]],g:255&17*Bt[r[2]],b:255&17*Bt[r[3]],a:5===s?17*Bt[r[4]]:255}:7!==s&&9!==s||(o={r:Bt[r[1]]<<4|Bt[r[2]],g:Bt[r[3]]<<4|Bt[r[4]],b:Bt[r[5]]<<4|Bt[r[6]],a:9===s?Bt[r[7]]<<4|Bt[r[8]]:255})),a=o||function(t){var e=se[t];return e&&{r:e[0],g:e[1],b:e[2],a:4===e.length?e[3]:255}}(n)||he(n)),this._rgb=a,this._valid=!!a}return n(i,[{key:"rgbString",value:function(){return(t=this._rgb)&&(t.a<255?"rgba(".concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat($t(t.a),")"):"rgb(".concat(t.r,", ").concat(t.g,", ").concat(t.b,")"));var t}},{key:"hexString",value:function(){return jt(this._rgb)}},{key:"hslString",value:function(){return function(t){if(t){var e=ee(t),i=e[0],n=Gt(e[1]),a=Gt(e[2]);return t.a<255?"hsla(".concat(i,", ").concat(n,"%, ").concat(a,"%, ").concat($t(t.a),")"):"hsl(".concat(i,", ").concat(n,"%, ").concat(a,"%)")}}(this._rgb)}},{key:"mix",value:function(t,e){if(t){var i,n=this.rgb,a=t.rgb,r=e===i?.5:e,o=2*r-1,s=n.a-a.a,l=((o*s==-1?o:(o+s)/(1+o*s))+1)/2;i=1-l,n.r=255&l*n.r+i*a.r+.5,n.g=255&l*n.g+i*a.g+.5,n.b=255&l*n.b+i*a.b+.5,n.a=r*n.a+(1-r)*a.a,this.rgb=n}return this}},{key:"clone",value:function(){return new i(this.rgb)}},{key:"alpha",value:function(t){return this._rgb.a=qt(t),this}},{key:"clearer",value:function(t){return this._rgb.a*=1-t,this}},{key:"greyscale",value:function(){var t=this._rgb,e=Yt(.3*t.r+.59*t.g+.11*t.b);return t.r=t.g=t.b=e,this}},{key:"opaquer",value:function(t){return this._rgb.a*=1+t,this}},{key:"negate",value:function(){var t=this._rgb;return t.r=255-t.r,t.g=255-t.g,t.b=255-t.b,this}},{key:"lighten",value:function(t){return le(this._rgb,2,t),this}},{key:"darken",value:function(t){return le(this._rgb,2,-t),this}},{key:"saturate",value:function(t){return le(this._rgb,1,t),this}},{key:"desaturate",value:function(t){return le(this._rgb,1,-t),this}},{key:"rotate",value:function(t){return function(t,e){var i=ee(t);i[0]=ae(i[0]+e),i=ne(i),t.r=i[0],t.g=i[1],t.b=i[2]}(this._rgb,t),this}},{key:"valid",get:function(){return this._valid}},{key:"rgb",get:function(){var t=ue(this._rgb);return t&&(t.a=$t(t.a)),t},set:function(t){this._rgb=ce(t)}}]),i}();function fe(t){return new de(t)}var ve=function(t){return t instanceof CanvasGradient||t instanceof CanvasPattern};var pe=function(t){for(var e=1;e=0;--s)(r=o[s])._active?(r.tick(e),l=!0):(o[s]=o[o.length-1],o.pop());l&&a.draw(),a.options.animation.debug&&function(t,e,i,n){var a=1e3/(i-n)|0,r=t.ctx;r.save(),r.clearRect(0,0,50,24),r.fillStyle="black",r.textAlign="right",e&&(r.fillText(e,50,8),r.fillText(a+" fps",50,18)),r.restore()}(a,o.length,e,t._lastDate),t._notify(a,n,e,"progress"),o.length||(n.running=!1,t._notify(a,n,e,"complete")),i+=o.length}})),t._lastDate=e,0===i&&(t._running=!1)}},{key:"_getAnims",value:function(t){var e=this._charts,i=e.get(t);return i||(i={running:!1,items:[],listeners:{complete:[],progress:[]}},e.set(t,i)),i}},{key:"listen",value:function(t,e,i){this._getAnims(t).listeners[e].push(i)}},{key:"add",value:function(t,e){var i;e&&e.length&&(i=this._getAnims(t).items).push.apply(i,f(e))}},{key:"has",value:function(t){return this._getAnims(t).items.length>0}},{key:"start",value:function(t){var e=this._charts.get(t);e&&(e.running=!0,e.start=Date.now(),e.duration=e.items.reduce((function(t,e){return Math.max(t,e._duration)}),0),this._refresh())}},{key:"running",value:function(t){if(!this._running)return!1;var e=this._charts.get(t);return!!(e&&e.running&&e.items.length)}},{key:"stop",value:function(t){var e=this._charts.get(t);if(e&&e.items.length){for(var i=e.items,n=i.length-1;n>=0;--n)i[n].cancel();e.items=[],this._notify(t,e,Date.now(),"complete")}}},{key:"remove",value:function(t){return this._charts.delete(t)}}]),t}()),ye={boolean:function(t,e,i){return i>.5?e:t},color:function(t,e,i){var n=pe.color(t||"transparent"),a=n.valid&&pe.color(e||"transparent");return a&&a.valid?a.mix(n,i).hexString():e},number:function(t,e,i){return t+(e-t)*i}},me=function(){function i(n,a,r,o){e(this,i);var s=a[r];o=Ft([n.to,o,s,n.from]);var l=Ft([n.from,s,o]);this._active=!0,this._fn=n.fn||ye[n.type||t(l)],this._easing=Dt[n.easing||"linear"],this._start=Math.floor(Date.now()+(n.delay||0)),this._duration=Math.floor(n.duration),this._loop=!!n.loop,this._target=a,this._prop=r,this._from=l,this._to=o}return n(i,[{key:"active",value:function(){return this._active}},{key:"cancel",value:function(){this._active&&(this.tick(Date.now()),this._active=!1)}},{key:"tick",value:function(t){var e,i=this,n=t-i._start,a=i._duration,r=i._prop,o=i._from,s=i._loop,l=i._to;i._active=o!==l&&(s||n1?2-e:e,e=i._easing(Math.min(1,Math.max(0,e))),i._target[r]=i._fn(o,l,e)):i._target[r]=l}}]),i}(),be=["borderColor","backgroundColor"];Ot.set("animation",{duration:1e3,easing:"easeOutQuart",onProgress:v,onComplete:v,colors:{type:"color",properties:be},numbers:{type:"number",properties:["x","y","borderWidth","radius","tension"]},active:{duration:400},resize:{duration:0},show:{colors:{type:"color",properties:be,from:"transparent"},visible:{type:"boolean",duration:0}},hide:{colors:{type:"color",properties:be,to:"transparent"},visible:{type:"boolean",easing:"easeInExpo"}}});var xe=function(){function t(i,n){e(this,t),this._chart=i,this._properties=new Map,this.configure(n)}return n(t,[{key:"configure",value:function(t){if(b(t)){var e=this._properties,i=function(t){var e={};return Object.keys(t).forEach((function(i){var n=t[i];b(n)||(e[i]=n)})),e}(t);Object.keys(t).forEach((function(n){var a=t[n];b(a)&&(a.properties||[n]).forEach((function(t){e.has(t)?t===n&&e.set(t,r({},e.get(t),a)):e.set(t,r({},i,a))}))}))}}},{key:"_animateOptions",value:function(t,e){var i=e.options,n=[];if(!i)return n;var a=t.options;return a?(a.$shared&&(t.options=a=r({},a,{$shared:!1,$animations:{}})),n=this._createAnimations(a,i)):t.options=i,n}},{key:"_createAnimations",value:function(t,e){var i,n=this._properties,a=[],r=t.$animations||(t.$animations={}),o=Object.keys(e);for(i=o.length-1;i>=0;--i){var s=o[i];if("$"!==s.charAt(0))if("options"!==s){var l=e[s],u=r[s];u&&u.cancel();var c=n.get(s);c&&c.duration?(r[s]=u=new me(c,t,s,l),a.push(u)):t[s]=l}else a.push.apply(a,f(this._animateOptions(t,e)))}return a}},{key:"update",value:function(t,e){if(0===this._properties.size)return function(t,e){var i=t.options,n=e.options;i&&n&&!n.$shared&&(i.$shared?t.options=r({},i,n,{$shared:!1}):r(i,n),delete e.options)}(t,e),void r(t,e);var i=this._createAnimations(t,e);return i.length?(ge.add(this._chart,i),!0):void 0}}]),t}(),_e=pe.options.resolve,ke=["push","pop","shift","splice","unshift"];function Me(t,e){var i=t&&t.options||{},n=i.reverse,a=void 0===i.min?e:0,r=void 0===i.max?e:0;return{start:n?r:a,end:n?a:r}}function we(t,e){var i=t._chartjs;if(i){var n=i.listeners,a=n.indexOf(e);-1!==a&&n.splice(a,1),n.length>0||(ke.forEach((function(e){delete t[e]})),delete t._chartjs)}}function Se(t,e){var i,n,a=[],r=t._getSortedDatasetMetas(e);for(i=0,n=r.length;i0&&(f=s._sorted,r=s._parsed[t-1]),!1===o._parsing)s._parsed=l,s._sorted=!0;else{for(n=pe.isArray(l[t])?o.parseArrayData(s,l,t,e):pe.isObject(l[t])?o.parseObjectData(s,l,t,e):o.parsePrimitiveData(s,l,t,e),i=0;ir||g=0;--i)if(!m()){y();break}return{min:d,max:f}}},{key:"getAllParsedValues",value:function(t){var e,i,n,a=this._cachedMeta._parsed,r=[];for(e=0,i=a.length;e=0;o--)i=r[o],e[i]=n(a[i])}},{key:"getStyle",value:function(t,e){var i=this,n=i._cachedMeta.dataset;i._config||i.configure();var a=n&&void 0===t?i.resolveDatasetElementOptions(e):i.resolveDataElementOptions(t||0,e&&"active");return e&&i._addAutomaticHoverColors(t,a),a}},{key:"_getContext",value:function(t,e){return{chart:this.chart,dataIndex:t,dataset:this.getDataset(),datasetIndex:this.index,active:e}}},{key:"resolveDatasetElementOptions",value:function(t){var e,i,n,a,r,o=this,s=o.chart,l=o._config,u=s.options.elements[o.datasetElementType._type]||{},c=o.datasetElementOptions,h={},d=o._getContext(void 0,t);for(e=0,i=c.length;en?(e._insertElements(n,a-n),t&&n&&e.parse(0,n)):aa?(s=a/e.innerRadius,t.arc(r,o,e.innerRadius-a,n+s,i-s,!0)):t.arc(r,o,a,n+Math.PI/2,i-Math.PI/2),t.closePath(),t.clip()}function Le(t,e,i){var n=e.options,a="inner"===n.borderAlign;a?(t.lineWidth=2*n.borderWidth,t.lineJoin="round"):(t.lineWidth=n.borderWidth,t.lineJoin="bevel"),i.fullCircles&&function(t,e,i,n){var a,r=i.endAngle;for(n&&(i.endAngle=i.startAngle+Ee,Ie(t,i),i.endAngle=r,i.endAngle===i.startAngle&&i.fullCircles&&(i.endAngle+=Ee,i.fullCircles--)),t.beginPath(),t.arc(i.x,i.y,i.innerRadius,i.startAngle+Ee,i.startAngle,!0),a=0;a=Ee||ut(a,s,l))&&(r>=u&&r<=c)}},{key:"getCenterPoint",value:function(t){var e=this.getProps(["x","y","startAngle","endAngle","innerRadius","outerRadius"],t),i=e.x,n=e.y,a=(e.startAngle+e.endAngle)/2,r=(e.innerRadius+e.outerRadius)/2;return{x:i+Math.cos(a)*r,y:n+Math.sin(a)*r}}},{key:"tooltipPosition",value:function(t){return this.getCenterPoint(t)}},{key:"draw",value:function(t){var e,i=this,n=i.options,a="inner"===n.borderAlign?.33:0,r={x:i.x,y:i.y,innerRadius:i.innerRadius,outerRadius:Math.max(i.outerRadius-a,0),pixelMargin:a,startAngle:i.startAngle,endAngle:i.endAngle,fullCircles:Math.floor(i.circumference/Ee)};if(t.save(),t.fillStyle=n.backgroundColor,t.strokeStyle=n.borderColor,r.fullCircles){for(r.endAngle=r.startAngle+Ee,t.beginPath(),t.arc(r.x,r.y,r.outerRadius,r.startAngle,r.endAngle),t.arc(r.x,r.y,r.innerRadius,r.endAngle,r.startAngle,!0),t.closePath(),e=0;e0?e.y:t.y}}function Ve(t,e,i,n){var a={x:t.controlPointNextX,y:t.controlPointNextY},r={x:e.controlPointPreviousX,y:e.controlPointPreviousY},o=ze(t,a,i),s=ze(a,r,i),l=ze(r,e,i),u=ze(o,s,i),c=ze(s,l,i);return ze(u,c,i)}function We(t){return"angle"===t?{between:ut,compare:st,normalize:lt}:{between:function(t,e,i){return t>=e&&t<=i},compare:function(t,e){return t-e},normalize:function(t){return t}}}function Ne(t,e,i,n){return{start:t%n,end:e%n,loop:i&&(e-t+1)%n==0}}function He(t,e,i){if(!i)return[t];var n,a,r,o,s=i.property,l=i.start,u=i.end,c=e.length,h=We(s),d=h.compare,f=h.between,v=h.normalize,p=function(t,e,i){var n,a,r=i.property,o=i.start,s=i.end,l=We(r),u=l.between,c=l.normalize,h=e.length,d=t.start,f=t.end,v=t.loop;if(v){for(d+=h,f+=h,n=0,a=h;ng&&d(a,l)>0?o:n),null===_||x&&0!==d(a,u)||(b.push(Ne(_,n,m,c)),_=null),o=n);return null!==_&&b.push(Ne(_,y,m,c)),b}function je(t,e){for(var i=[],n=t.segments,a=0;al&&(l=k),b=(x*b+_)/++x):(s!==l&&(t.lineTo(b,l),t.lineTo(b,s),t.lineTo(b,u)),t.lineTo(_,k),o=M,x=0,s=l=k),u=k}}function $e(t){var e=t.options,i=e.borderDash&&e.borderDash.length;return!(t._loop||e.tension||e.stepped||i)?qe:Xe}Ot.set("elements",{line:{backgroundColor:Ye,borderCapStyle:"butt",borderColor:Ye,borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:3,capBezierPoints:!0,fill:!0,tension:.4}});var Ge=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this))).options=void 0,n._loop=void 0,n._fullLoop=void 0,n._controlPointsUpdated=void 0,n._points=void 0,n._segments=void 0,t&&r(c(n),t),n}return s(i,t),n(i,[{key:"updateControlPoints",value:function(t){var e=this;if(!e._controlPointsUpdated){var i=e.options;if(i.tension&&!i.stepped){var n=i.spanGaps?e._loop:e._fullLoop;gt(e._points,i,t,n)}}}},{key:"first",value:function(){var t=this.segments,e=this.points;return t.length&&e[t[0].start]}},{key:"last",value:function(){var t=this.segments,e=this.points,i=t.length;return i&&e[t[i-1].end]}},{key:"interpolate",value:function(t,e){var i=this.options,n=t[e],a=this.points,r=je(this,{property:e,start:n,end:n});if(r.length){var o,s,l=[],u=function(t){return t.stepped?Be:t.tension?Ve:ze}(i);for(o=0,s=r.length;oa&&t[r%e].skip;)r--;return{start:a,end:r%=e}}(e,n,a,i),o=r.start,s=r.end;return!0===i?[{start:o,end:s,loop:a}]:function(t,e,i,n){var a,r=t.length,o=[],s=e,l=t[e];for(a=e+1;a<=i;++a){var u=t[a%r];u.skip||u.stop?l.skip||(n=!1,o.push({start:e%r,end:(a-1)%r,loop:n}),e=s=u.stop?a:null):(s=a,l.skip&&(e=a)),l=u}return null!==s&&o.push({start:e%r,end:s%r,loop:n}),o}(e,o,st.x&&(e=ti(e,"left","right")):t.base=o.left&&e<=o.right)&&(r||i>=o.top&&i<=o.bottom)}Ot.set("elements",{rectangle:{backgroundColor:Qe,borderColor:Qe,borderSkipped:"bottom",borderWidth:0}});var ai=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this))).options=void 0,n.horizontal=void 0,n.base=void 0,n.width=void 0,n.height=void 0,t&&r(c(n),t),n}return s(i,t),n(i,[{key:"draw",value:function(t){var e,i,n,a,r,o=this.options,s=(i=Je(e=this),n=i.right-i.left,a=i.bottom-i.top,r=ii(e,n/2,a/2),{outer:{x:i.left,y:i.top,w:n,h:a},inner:{x:i.left+r.l,y:i.top+r.t,w:n-r.l-r.r,h:a-r.t-r.b}}),l=s.inner,u=s.outer;t.save(),u.w===l.w&&u.h===l.h||(t.beginPath(),t.rect(u.x,u.y,u.w,u.h),t.clip(),t.rect(l.x,l.y,l.w,l.h),t.fillStyle=o.borderColor,t.fill("evenodd")),t.fillStyle=o.backgroundColor,t.fillRect(l.x,l.y,l.w,l.h),t.restore()}},{key:"inRange",value:function(t,e,i){return ni(this,t,e,i)}},{key:"inXRange",value:function(t,e){return ni(this,t,null,e)}},{key:"inYRange",value:function(t,e){return ni(this,null,t,e)}},{key:"getCenterPoint",value:function(t){var e=this.getProps(["x","y","base","horizontal",t]),i=e.x,n=e.y,a=e.base,r=e.horizontal;return{x:r?(i+a)/2:i,y:r?n:(n+a)/2}}},{key:"getRange",value:function(t){return"x"===t?this.width/2:this.height/2}}]),i}(Fe);a(ai,"_type","rectangle");var ri=Object.freeze({__proto__:null,Arc:Re,Line:Ge,Point:Ze,Rectangle:ai});function oi(t,e,i){var n,a,r=i.barThickness,o=e.stackCount,s=e.pixels[t],l=y(r)?function(t,e){var i,n,a,r,o=t._length;for(a=1,r=e.length;a0?Math.min(o,Math.abs(n-i)):o,i=n;return o}(e.scale,e.pixels):-1;return y(r)?(n=l*i.categoryPercentage,a=i.barPercentage):(n=r*o,a=1),{chunk:n/o,ratio:a,start:s-n/2}}function si(t,e,i,n){var a=i.parse(t[0],n),r=i.parse(t[1],n),o=Math.min(a,r),s=Math.max(a,r),l=o,u=s;Math.abs(o)>Math.abs(s)&&(l=s,u=o),e[i.axis]=u,e._custom={barStart:l,barEnd:u,start:a,end:r,min:o,max:s}}function li(t,e,i,n){var a,r,o,s,l=t.iScale,u=t.vScale,c=l.getLabels(),h=l===u,d=[];for(a=i,r=i+n;a0?n[t-1]:null,o=t=0;--t)e=Math.max(e,this.getStyle(t,!0).radius);return e>0&&e}},{key:"getLabelAndValue",value:function(t){var e=this._cachedMeta,i=e.xScale,n=e.yScale,a=this.getParsed(t),r=i.getLabelForValue(a.x),o=n.getLabelForValue(a.y),s=a._custom;return{label:e.label,value:"("+r+", "+o+(s?", "+s:"")+")"}}},{key:"update",value:function(t){var e=this._cachedMeta.data;this.updateElements(e,0,t)}},{key:"updateElements",value:function(t,e,i){for(var n=this,a="reset"===i,r=n._cachedMeta,o=r.xScale,s=r.yScale,l=n.resolveDataElementOptions(e,i),u=n.getSharedOptions(i,t[e],l),c=n.includeOptions(i,u),h=0;h=di?-fi:s<-di?fi:0)+e,u=Math.cos(s),c=Math.sin(s),h=Math.cos(l),d=Math.sin(l),f=s<=0&&l>=0||l>=fi,v=s<=vi&&l>=vi||l>=fi+vi,p=s<=-vi&&l>=-vi||l>=di+vi,g=s===-di||l>=di?-1:Math.min(u,u*i,h,h*i),y=p?-1:Math.min(c,c*i,d,d*i),m=f?1:Math.max(u,u*i,h,h*i),b=v?1:Math.max(c,c*i,d,d*i);n=(m-g)/2,a=(b-y)/2,r=-(m+g)/2,o=-(b+y)/2}return{ratioX:n,ratioY:a,offsetX:r,offsetY:o}}(a.rotation,a.circumference,s),c=u.ratioX,h=u.ratioY,d=u.offsetX,f=u.offsetY,v=e.getMaxBorderWidth(),p=(n.right-n.left-v)/c,g=(n.bottom-n.top-v)/h,y=Math.max(Math.min(p,g)/2,0),m=(y-Math.max(y*s,0))/e._getVisibleDatasetWeightTotal();e.offsetX=d*y,e.offsetY=f*y,r.total=e.calculateTotal(),e.outerRadius=y-m*e._getRingWeightOffset(e.index),e.innerRadius=Math.max(e.outerRadius-m*l,0),e.updateElements(o,0,t)}},{key:"_circumference",value:function(t,e){var i=this.chart.options,n=this._cachedMeta;return e&&i.animation.animateRotate?0:this.chart.getDataVisibility(t)?this.calculateCircumference(n._parsed[t]*i.circumference/fi):0}},{key:"updateElements",value:function(t,e,i){var n,a=this,r="reset"===i,o=a.chart,s=o.chartArea,l=o.options,u=l.animation,c=(s.left+s.right)/2,h=(s.top+s.bottom)/2,d=r&&u.animateScale,f=d?0:a.innerRadius,v=d?0:a.outerRadius,p=a.resolveDataElementOptions(e,i),g=a.getSharedOptions(i,t[e],p),y=a.includeOptions(i,g),m=l.rotation;for(n=0;n0&&!isNaN(t)?fi*(Math.abs(t)/e):0}},{key:"getMaxBorderWidth",value:function(t){var e,i,n,a,r,o=0,s=this.chart;if(!t)for(e=0,i=s.data.datasets.length;e0&&m.x-n.x>v};d&&(k.options=a.resolveDataElementOptions(g,i)),a.updateElement(y,g,k,i),n=m}a.updateSharedOptions(h,i)}},{key:"resolveDatasetElementOptions",value:function(t){var e=this._config,n=this.chart.options,a=n.elements.line,r=d(l(i.prototype),"resolveDatasetElementOptions",this).call(this,t);return r.spanGaps=_(e.spanGaps,n.spanGaps),r.tension=_(e.lineTension,a.tension),r.stepped=Ft([e.stepped,a.stepped]),r}},{key:"getMaxOverflow",value:function(){var t=this._cachedMeta,e=this._showLine&&t.dataset.options.borderWidth||0,i=t.data||[];if(!i.length)return e;var n=i[0].size(),a=i[i.length-1].size();return Math.max(e,n,a)/2}},{key:"draw",value:function(){var t,e,i=this._ctx,n=this.chart,a=this._cachedMeta,r=a.data||[],o=n.chartArea,s=[],l=r.length;for(this._showLine&&a.dataset.draw(i,o),t=0;t1;)t[n=r+a>>1][e]1;)t[n=r+a>>1][e]0){var s=o[0].datasetIndex,l=t.getDatasetMeta(s).data;o=[];for(var u=0;u0},t.prototype.connect_=function(){ji&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),qi?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){ji&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(t){var e=t.propertyName,i=void 0===e?"":e;Xi.some((function(t){return!!~i.indexOf(t)}))&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),Gi=function(t,e){for(var i=0,n=Object.keys(e);i0},t}(),ln="undefined"!=typeof WeakMap?new WeakMap:new Hi,un=function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var i=$i.getInstance(),n=new sn(e,i,this);ln.set(this,n)};["observe","unobserve","disconnect"].forEach((function(t){un.prototype[t]=function(){var e;return(e=ln.get(this))[t].apply(e,arguments)}}));var cn=void 0!==Yi.ResizeObserver?Yi.ResizeObserver:un,hn={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"};function dn(t,e){var i=pe.dom.getStyle(t,e),n=i&&i.match(/^(\d+)(\.\d+)?px$/);return n?+n[1]:void 0}var fn=!!function(){var t=!1;try{var e={get passive(){return t=!0,!1}};window.addEventListener("test",null,e),window.removeEventListener("test",null,e)}catch(t){}return t}()&&{passive:!0};function vn(t,e){var i=!1,n=[];return function(){for(var a=arguments.length,r=new Array(a),o=0;oe){for(var n=e;n=0;--e)this._drawDataset(t[e]);kn.notify(this,"afterDatasetsDraw")}}},{key:"_drawDataset",value:function(t){var e=this,i=e.ctx,n=t._clip,a=e.chartArea,r={meta:t,index:t.index};!1!==kn.notify(e,"beforeDatasetDraw",[r])&&(pe.canvas.clipArea(i,{left:!1===n.left?0:a.left-n.left,right:!1===n.right?e.width:a.right+n.right,top:!1===n.top?0:a.top-n.top,bottom:!1===n.bottom?e.height:a.bottom+n.bottom}),t.controller.draw(),pe.canvas.unclipArea(i),kn.notify(e,"afterDatasetDraw",[r]))}},{key:"getElementAtEvent",value:function(t){return Ai.modes.nearest(this,t,{intersect:!0})}},{key:"getElementsAtEvent",value:function(t){return Ai.modes.index(this,t,{intersect:!0})}},{key:"getElementsAtXAxis",value:function(t){return Ai.modes.index(this,t,{intersect:!1})}},{key:"getElementsAtEventForMode",value:function(t,e,i,n){var a=Ai.modes[e];return"function"==typeof a?a(this,t,i,n):[]}},{key:"getDatasetAtEvent",value:function(t){return Ai.modes.dataset(this,t,{intersect:!0})}},{key:"getDatasetMeta",value:function(t){var e=this.data.datasets[t],i=this._metasets,n=i.filter((function(t){return t._dataset===e})).pop();return n||(n=i[t]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:e.order||0,index:t,_dataset:e,_parsed:[],_sorted:!1}),n}},{key:"getVisibleDatasetCount",value:function(){return this.getSortedVisibleDatasetMetas().length}},{key:"isDatasetVisible",value:function(t){var e=this.getDatasetMeta(t);return"boolean"==typeof e.hidden?!e.hidden:!this.data.datasets[t].hidden}},{key:"setDatasetVisibility",value:function(t,e){this.getDatasetMeta(t).hidden=!e}},{key:"toggleDataVisibility",value:function(t){this._hiddenIndices[t]=!this._hiddenIndices[t]}},{key:"getDataVisibility",value:function(t){return!this._hiddenIndices[t]}},{key:"_updateDatasetVisibility",value:function(t,e){var i=e?"show":"hide",n=this.getDatasetMeta(t),a=n.controller._resolveAnimations(void 0,i);this.setDatasetVisibility(t,e),a.update(n,{visible:e}),this.update((function(e){return e.datasetIndex===t?i:void 0}))}},{key:"hide",value:function(t){this._updateDatasetVisibility(t,!1)}},{key:"show",value:function(t){this._updateDatasetVisibility(t,!0)}},{key:"_destroyDatasetMeta",value:function(t){var e=this._metasets&&this._metasets[t];e&&(e.controller._destroy(),delete this._metasets[t])}},{key:"destroy",value:function(){var e,i,n=this,a=n.canvas;for(n.stop(),ge.remove(n),e=0,i=n.data.datasets.length;e3?i[2].value-i[1].value:i[1].value-i[0].value;Math.abs(n)>1&&t!==Math.floor(t)&&(n=t-Math.floor(t));var a=Z(Math.abs(n)),r=Math.max(Math.abs(i[0].value),Math.abs(i[i.length-1].value)),o=Math.min(Math.abs(i[0].value),Math.abs(i[i.length-1].value)),s=this.chart.options.locale;if(r<1e-4||o>1e7){var l=Z(Math.abs(t)),u=Math.floor(l)-Math.floor(a);return u=Math.max(Math.min(u,20),0),t.toExponential(u)}var c=-1*Math.floor(a);return c=Math.max(Math.min(c,20),0),new Intl.NumberFormat(s,{minimumFractionDigits:c,maximumFractionDigits:c}).format(t)}}};function Bn(t,e){for(var i=[],n=t.length/e,a=t.length,r=0;rs+1e-6)))return l}function Wn(t){return t.drawTicks?t.tickMarkLength:0}function Nn(t){if(!t.display)return 0;var e=Ct(t),i=Tt(t.padding);return e.lineHeight+i.height}function Hn(t,e,i,n,a){var r,o,s,l=_(n,0),u=Math.min(_(a,t.length),t.length),c=0;for(i=Math.ceil(i),a&&(i=(r=a-n)/Math.floor(r/i)),s=l;s<0;)c++,s=Math.round(l+c*i);for(o=Math.max(l,0);o=l||o<=1||!n.isHorizontal())n.labelRotation=s;else{var c=n._getLabelSizes(),h=c.widest.width,d=c.highest.height-c.highest.offset,f=Math.min(n.maxWidth,n.chart.width-h);h+6>(t=a.offset?n.maxWidth/o:f/(o-1))&&(t=f/(o-(a.offset?.5:1)),e=n.maxHeight-Wn(a.gridLines)-r.padding-Nn(a.scaleLabel),i=Math.sqrt(h*h+d*d),u=at(Math.min(Math.asin(Math.min((c.highest.height+6)/t,1)),Math.asin(Math.min(e/i,1))-Math.asin(d/i))),u=Math.max(s,Math.min(l,u))),n.labelRotation=u}}},{key:"afterCalculateLabelRotation",value:function(){k(this.options.afterCalculateLabelRotation,[this])}},{key:"beforeFit",value:function(){k(this.options.beforeFit,[this])}},{key:"fit",value:function(){var t=this,e={width:0,height:0},i=t.chart,n=t.options,a=n.ticks,r=n.scaleLabel,o=n.gridLines,s=t._isVisible(),l="top"!==n.position&&"x"===t.axis,u=t.isHorizontal();if(u?e.width=t.maxWidth:s&&(e.width=Wn(o)+Nn(r)),u?s&&(e.height=Wn(o)+Nn(r)):e.height=t.maxHeight,a.display&&s){var c=t._getLabelSizes(),h=c.first,d=c.last,f=c.widest,v=c.highest,p=.8*v.offset,g=a.padding;if(u){var y=0!==t.labelRotation,m=nt(t.labelRotation),b=Math.cos(m),x=Math.sin(m),_=x*f.width+b*(v.height-(y?v.offset:0))+(y?0:p);e.height=Math.min(t.maxHeight,e.height+_+g);var k,M,w=t.getPixelForTick(0)-t.left,S=t.right-t.getPixelForTick(t.ticks.length-1);y?(k=l?b*h.width+x*h.offset:x*(h.height-h.offset),M=l?x*(d.height-d.offset):b*d.width+x*d.offset):(k=h.width/2,M=d.width/2),t.paddingLeft=Math.max((k-w)*t.width/(t.width-w),0)+3,t.paddingRight=Math.max((M-S)*t.width/(t.width-S),0)+3}else{var P=a.mirror?0:f.width+g+p;e.width=Math.min(t.maxWidth,e.width+P),t.paddingTop=h.height/2,t.paddingBottom=d.height/2}}t._handleMargins(),u?(t.width=t._length=i.width-t._margins.left-t._margins.right,t.height=e.height):(t.width=e.width,t.height=t._length=i.height-t._margins.top-t._margins.bottom)}},{key:"_handleMargins",value:function(){var t=this;t._margins&&(t._margins.left=Math.max(t.paddingLeft,t._margins.left),t._margins.top=Math.max(t.paddingTop,t._margins.top),t._margins.right=Math.max(t.paddingRight,t._margins.right),t._margins.bottom=Math.max(t.paddingBottom,t._margins.bottom))}},{key:"afterFit",value:function(){k(this.options.afterFit,[this])}},{key:"isHorizontal",value:function(){var t=this.options,e=t.axis,i=t.position;return"top"===i||"bottom"===i||"x"===e}},{key:"isFullWidth",value:function(){return this.options.fullWidth}},{key:"_convertTicksToLabels",value:function(t){this.beforeTickToLabelConversion(),this.generateTickLabels(t),this.afterTickToLabelConversion()}},{key:"_getLabelSizes",value:function(){var t=this._labelSizes;return t||(this._labelSizes=t=this._computeLabelSizes()),t}},{key:"_computeLabelSizes",value:function(){var t=this,e=t.ctx,i=t._longestTextCache,n=t.options.ticks.sampleSize,a=[],r=[],o=[],s=t.ticks;ne){for(i=0;ii-1?null:this.getPixelForDecimal(t*n+(e?n/2:0))}},{key:"getPixelForDecimal",value:function(t){return this._reversePixels&&(t=1-t),this._startPixel+t*this._length}},{key:"getDecimalForPixel",value:function(t){var e=(t-this._startPixel)/this._length;return this._reversePixels?1-e:e}},{key:"getBasePixel",value:function(){return this.getPixelForValue(this.getBaseValue())}},{key:"getBaseValue",value:function(){var t=this.min,e=this.max;return t<0&&e<0?e:t>0&&e>0?t:0}},{key:"_autoSkip",value:function(t){var e=this.options.ticks,i=this._length,n=e.maxTicksLimit||i/this._tickSize(),a=e.major.enabled?function(t){var e,i,n=[];for(e=0,i=t.length;en)return function(t,e,i,n){var a,r=0,o=i[0];for(n=Math.ceil(n),a=0;ar)return u}return Math.max(r,1)}(a,t,0,n);if(r>0){var c,h,d=r>1?Math.round((s-o)/(r-1)):null;for(Hn(t,l,u,y(d)?0:o-d,o),c=0,h=r-1;co*n?o/i:s/n:s*n0}},{key:"_computeGridLineItems",value:function(t){var e,i,n,a,r,o,s,l,u,c,h,d,f=this,v=f.axis,p=f.chart,g=f.options,y=g.gridLines,m=g.position,x=y.offsetGridLines,_=f.isHorizontal(),k=f.ticks,M=k.length+(x?1:0),w=Wn(y),S=[],P={scale:f,tick:k[0]},D=y.drawBorder?Ft([y.borderWidth,y.lineWidth,0],P,0):0,O=D/2,A=function(t){return V(p,t,D)};if("top"===m)e=A(f.bottom),o=f.bottom-w,l=e-O,c=A(t.top)+O,d=t.bottom;else if("bottom"===m)e=A(f.top),c=t.top,d=A(t.bottom)-O,o=e+O,l=f.top+w;else if("left"===m)e=A(f.right),r=f.right-w,s=e-O,u=A(t.left)+O,h=t.right;else if("right"===m)e=A(f.left),u=t.left,h=A(t.right)-O,r=e+O,s=f.left+w;else if("x"===v){if("center"===m)e=A((t.top+t.bottom)/2);else if(b(m)){var T=Object.keys(m)[0],C=m[T];e=A(f.chart.scales[T].getPixelForValue(C))}c=t.top,d=t.bottom,l=(o=e+O)+w}else if("y"===v){if("center"===m)e=A((t.left+t.right)/2);else if(b(m)){var F=Object.keys(m)[0],E=m[F];e=A(f.chart.scales[F].getPixelForValue(E))}s=(r=e-O)-w,u=t.left,h=t.right}for(i=0;i0&&""!==u.strokeStyle;o.save(),o.translate(l.x,l.y),o.rotate(l.rotation),o.font=u.string,o.fillStyle=u.color,o.textBaseline="middle",o.textAlign=l.textAlign,c&&(o.strokeStyle=u.strokeStyle,o.lineWidth=u.lineWidth);var h=l.label,d=l.textOffset;if(m(h))for(n=0,r=h.length;n=0&&te.length-1?null:this.getPixelForValue(t*this._numLabels/e.length+this.min)}},{key:"getValueForPixel",value:function(t){var e=Math.round(this._startValue+this.getDecimalForPixel(t)*this._valueRange);return Math.min(Math.max(e,0),this.ticks.length-1)}},{key:"getBasePixel",value:function(){return this.bottom}}]),i}(jn);function Un(t,e){var i=Math.floor(Z(t)),n=t/Math.pow(10,i);return(e?n<1.5?1:n<3?2:n<7?5:10:n<=1?1:n<=2?2:n<=5?5:10)*Math.pow(10,i)}a(Yn,"id","category"),a(Yn,"defaults",{});var Xn=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this,t))).start=void 0,n.end=void 0,n._startValue=void 0,n._endValue=void 0,n._valueRange=0,n}return s(i,t),n(i,[{key:"parse",value:function(t,e){return y(t)?NaN:("number"==typeof t||t instanceof Number)&&!isFinite(+t)?NaN:+t}},{key:"handleTickRangeOptions",value:function(){var t=this,e=t.options;if(e.beginAtZero){var i=it(t.min),n=it(t.max);i<0&&n<0?t.max=0:i>0&&n>0&&(t.min=0)}var a=void 0!==e.min||void 0!==e.suggestedMin,r=void 0!==e.max||void 0!==e.suggestedMax;void 0!==e.min?t.min=e.min:void 0!==e.suggestedMin&&(null===t.min?t.min=e.suggestedMin:t.min=Math.min(t.min,e.suggestedMin)),void 0!==e.max?t.max=e.max:void 0!==e.suggestedMax&&(null===t.max?t.max=e.suggestedMax:t.max=Math.max(t.max,e.suggestedMax)),a!==r&&t.min>=t.max&&(a?t.max=t.min+1:t.min=t.max-1),t.min===t.max&&(t.max++,e.beginAtZero||t.min--)}},{key:"getTickLimit",value:function(){var t,e=this.options.ticks,i=e.maxTicksLimit,n=e.stepSize;return n?t=Math.ceil(this.max/n)-Math.floor(this.min/n)+1:(t=this.computeTickLimit(),i=i||11),i&&(t=Math.min(i,t)),t}},{key:"computeTickLimit",value:function(){return Number.POSITIVE_INFINITY}},{key:"handleDirectionalChanges",value:function(t){return t}},{key:"buildTicks",value:function(){var t=this,e=t.options,i=e.ticks,n=t.getTickLimit(),a=function(t,e){var i,n,a,r,o=[],s=t.stepSize,l=t.min,u=t.max,c=t.precision,h=s||1,d=t.maxTicks-1,f=e.min,v=e.max,p=Un((v-f)/d/h)*h;if(p<1e-14&&y(l)&&y(u))return[{value:f},{value:v}];(r=Math.ceil(v/p)-Math.floor(f/p))>d&&(p=Un(r*p/d/h)*h),s||y(c)?i=Math.pow(10,rt(p)):(i=Math.pow(10,c),p=Math.ceil(p*i)/i),n=Math.floor(f/p)*p,a=Math.ceil(v/p)*p,!s||y(l)||y(u)||tt((u-l)/s,p/1e3)&&(n=l,a=u),r=J(r=(a-n)/p,Math.round(r),p/1e3)?Math.round(r):Math.ceil(r),n=Math.round(n*i)/i,a=Math.round(a*i)/i,o.push({value:y(l)?n:l});for(var g=1;g0&&(t.min=0),t.handleTickRangeOptions()}},{key:"computeTickLimit",value:function(){if(this.isHorizontal())return Math.ceil(this.width/40);var t=Ct(this.options.ticks);return Math.ceil(this.height/t.lineHeight)}},{key:"handleDirectionalChanges",value:function(t){return this.isHorizontal()?t:t.reverse()}},{key:"getPixelForValue",value:function(t){return this.getPixelForDecimal((t-this._startValue)/this._valueRange)}},{key:"getValueForPixel",value:function(t){return this._startValue+this.getDecimalForPixel(t)*this._valueRange}},{key:"getPixelForTick",value:function(t){var e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}}]),i}(Xn);function Gn(t){return 1===t/Math.pow(10,Math.floor(Z(t)))}function Kn(t,e){return x(t)?t:e}a($n,"id","linear"),a($n,"defaults",qn);var Zn={ticks:{callback:zn.formatters.numeric,major:{enabled:!0}}},Qn=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this,t))).start=void 0,n.end=void 0,n._startValue=void 0,n._valueRange=0,n}return s(i,t),n(i,[{key:"parse",value:function(t,e){var i=Xn.prototype.parse.apply(this,[t,e]);if(0!==i)return x(i)&&i>0?i:NaN}},{key:"determineDataLimits",value:function(){var t=this.getMinMax(!0),e=t.min,i=t.max;this.min=x(e)?Math.max(0,e):null,this.max=x(i)?Math.max(0,i):null,this.handleTickRangeOptions()}},{key:"handleTickRangeOptions",value:function(){var t=this.min,e=this.max;t===e&&(t<=0?(t=1,e=10):(t=Math.pow(10,Math.floor(Z(t))-1),e=Math.pow(10,Math.floor(Z(e))+1))),t<=0&&(t=Math.pow(10,Math.floor(Z(e))-1)),e<=0&&(e=Math.pow(10,Math.floor(Z(t))+1)),this.min=t,this.max=e}},{key:"buildTicks",value:function(){var t=this,e=t.options,i=function(t,e){var i=Math.floor(Z(e.max)),n=Math.ceil(e.max/Math.pow(10,i)),a=[],r=Kn(t.min,Math.pow(10,Math.floor(Z(e.min)))),o=Math.floor(Z(r)),s=Math.floor(r/Math.pow(10,o)),l=o<0?Math.pow(10,Math.abs(o)):1;do{a.push({value:r,major:Gn(r)}),10===++s&&(s=1,l=++o>=0?1:l),r=Math.round(s*Math.pow(10,o)*l)/l}while(oe.length-1?null:this.getPixelForValue(e[t].value)}},{key:"configure",value:function(){var t=this.min;d(l(i.prototype),"configure",this).call(this),this._startValue=Z(t),this._valueRange=Z(this.max)-Z(t)}},{key:"getPixelForValue",value:function(t){var e=this;return void 0!==t&&0!==t||(t=e.min),e.getPixelForDecimal(t===e.min?0:(Z(t)-e._startValue)/e._valueRange)}},{key:"getValueForPixel",value:function(t){var e=this.getDecimalForPixel(t);return Math.pow(10,this._startValue+e*this._valueRange)}}]),i}(jn);a(Qn,"id","logarithmic"),a(Qn,"defaults",Zn);var Jn=pe.valueOrDefault,ta=pe.valueAtIndexOrDefault,ea=pe.options.resolve,ia={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0,0,0,0.1)",lineWidth:1,borderDash:[],borderDashOffset:0},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:zn.formatters.numeric},pointLabels:{display:!0,fontSize:10,callback:function(t){return t}}};function na(t){var e=t.ticks;return e.display&&t.display?Jn(e.fontSize,Ot.fontSize)+2*e.backdropPaddingY:0}function aa(t,e,i,n,a){return t===n||t===a?{start:e-i/2,end:e+i/2}:ta?{start:e-i,end:e}:{start:e,end:e+i}}function ra(t){return 0===t||180===t?"center":t<180?"left":"right"}function oa(t,e,i,n){var a,r,o=i.y+n/2;if(pe.isArray(e))for(a=0,r=e.length;a270||t<90)&&(i.y-=e.h)}function la(t){return Q(t)?t:0}var ua=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this,t))).xCenter=void 0,n.yCenter=void 0,n.drawingArea=void 0,n.pointLabels=[],n}return s(i,t),n(i,[{key:"setDimensions",value:function(){var t=this;t.width=t.maxWidth,t.height=t.maxHeight,t.paddingTop=na(t.options)/2,t.xCenter=Math.floor(t.width/2),t.yCenter=Math.floor((t.height-t.paddingTop)/2),t.drawingArea=Math.min(t.height-t.paddingTop,t.width)/2}},{key:"determineDataLimits",value:function(){var t=this.getMinMax(!1),e=t.min,i=t.max;this.min=pe.isFinite(e)&&!isNaN(e)?e:0,this.max=pe.isFinite(i)&&!isNaN(i)?i:0,this.handleTickRangeOptions()}},{key:"computeTickLimit",value:function(){return Math.ceil(this.drawingArea/na(this.options))}},{key:"generateTickLabels",value:function(t){var e=this;Xn.prototype.generateTickLabels.call(e,t),e.pointLabels=e.chart.data.labels.map((function(t,i){var n=pe.callback(e.options.pointLabels.callback,[t,i],e);return n||0===n?n:""}))}},{key:"fit",value:function(){var t=this.options;t.display&&t.pointLabels.display?function(t){var e,i,n,a=pe.options._parseFont(t.options.pointLabels),r={l:0,r:t.width,t:0,b:t.height-t.paddingTop},o={};t.ctx.font=a.string,t._pointLabelSizes=[];var s,l,u,c=t.chart.data.labels.length;for(e=0;er.r&&(r.r=f.end,o.r=h),v.startr.b&&(r.b=v.end,o.b=h)}t._setReductions(t.drawingArea,r,o)}(this):this.setCenterPoint(0,0,0,0)}},{key:"_setReductions",value:function(t,e,i){var n=this,a=e.l/Math.sin(i.l),r=Math.max(e.r-n.width,0)/Math.sin(i.r),o=-e.t/Math.cos(i.t),s=-Math.max(e.b-(n.height-n.paddingTop),0)/Math.cos(i.b);a=la(a),r=la(r),o=la(o),s=la(s),n.drawingArea=Math.min(Math.floor(t-(a+r)/2),Math.floor(t-(o+s)/2)),n.setCenterPoint(a,r,o,s)}},{key:"setCenterPoint",value:function(t,e,i,n){var a=this,r=a.width-e-a.drawingArea,o=t+a.drawingArea,s=i+a.drawingArea,l=a.height-a.paddingTop-n-a.drawingArea;a.xCenter=Math.floor((o+r)/2+a.left),a.yCenter=Math.floor((s+l)/2+a.top+a.paddingTop)}},{key:"getIndexAngle",value:function(t){var e=this.chart;return lt(t*(2*Math.PI/e.data.labels.length)+nt((e.options||{}).startAngle||0))}},{key:"getDistanceFromCenterForValue",value:function(t){var e=this;if(pe.isNullOrUndef(t))return NaN;var i=e.drawingArea/(e.max-e.min);return e.options.reverse?(e.max-t)*i:(t-e.min)*i}},{key:"getPointPosition",value:function(t,e){var i=this.getIndexAngle(t)-Math.PI/2;return{x:Math.cos(i)*e+this.xCenter,y:Math.sin(i)*e+this.yCenter,angle:i}}},{key:"getPointPositionForValue",value:function(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))}},{key:"getBasePosition",value:function(t){return this.getPointPositionForValue(t||0,this.getBaseValue())}},{key:"drawGrid",value:function(){var t,e,i,n=this,a=n.ctx,r=n.options,o=r.gridLines,s=r.angleLines,l=Jn(s.lineWidth,o.lineWidth),u=Jn(s.color,o.color);if(r.pointLabels.display&&function(t){var e=t.ctx,i=t.options,n=i.pointLabels,a=na(i),r=t.getDistanceFromCenterForValue(i.ticks.reverse?t.min:t.max),o=pe.options._parseFont(n);e.save(),e.font=o.string,e.textBaseline="middle";for(var s=t.chart.data.labels.length-1;s>=0;s--){var l=0===s?a/2:0,u=t.getPointPosition(s,r+l+5),c=ta(n.fontColor,s,Ot.fontColor);e.fillStyle=c;var h=at(t.getIndexAngle(s));e.textAlign=ra(h),sa(h,t._pointLabelSizes[s],u),oa(e,t.pointLabels[s],u,o.lineHeight)}e.restore()}(n),o.display&&n.ticks.forEach((function(t,i){0!==i&&(e=n.getDistanceFromCenterForValue(n.ticks[i].value),function(t,e,i,n){var a,r=t.ctx,o=e.circular,s=t.chart.data.labels.length,l=ta(e.color,n-1,void 0),u=ta(e.lineWidth,n-1,void 0);if((o||s)&&l&&u){if(r.save(),r.strokeStyle=l,r.lineWidth=u,r.setLineDash&&(r.setLineDash(e.borderDash||[]),r.lineDashOffset=e.borderDashOffset||0),r.beginPath(),o)r.arc(t.xCenter,t.yCenter,i,0,2*Math.PI);else{a=t.getPointPosition(0,i),r.moveTo(a.x,a.y);for(var c=1;c=0;t--)e=n.getDistanceFromCenterForValue(r.ticks.reverse?n.min:n.max),i=n.getPointPosition(t,e),a.beginPath(),a.moveTo(n.xCenter,n.yCenter),a.lineTo(i.x,i.y),a.stroke();a.restore()}}},{key:"drawLabels",value:function(){var t=this,e=t.ctx,i=t.options,n=i.ticks;if(n.display){var a,r,o=t.getIndexAngle(0),s=pe.options._parseFont(n),l=Jn(n.fontColor,Ot.fontColor);e.save(),e.font=s.string,e.translate(t.xCenter,t.yCenter),e.rotate(o),e.textAlign="center",e.textBaseline="middle",t.ticks.forEach((function(o,u){(0!==u||i.reverse)&&(a=t.getDistanceFromCenterForValue(t.ticks[u].value),n.showLabelBackdrop&&(r=e.measureText(o.label).width,e.fillStyle=n.backdropColor,e.fillRect(-r/2-n.backdropPaddingX,-a-s.size/2-n.backdropPaddingY,r+2*n.backdropPaddingX,s.size+2*n.backdropPaddingY)),e.fillStyle=l,e.fillText(o.label,0,-a))})),e.restore()}}},{key:"drawTitle",value:function(){}}]),i}(Xn);a(ua,"id","radialLinear"),a(ua,"defaults",ia);var ca=Number.MAX_SAFE_INTEGER||9007199254740991,ha={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},da=Object.keys(ha);function fa(t,e){return t-e}function va(t){var e,i,n=new Set;for(e=0,i=t.length;e1;)t[i=a+n>>1]=i?t[a]:t[r];e.add(o)}}function _a(t,e,i){var n,a,r=[],o={},s=e.length;for(n=0;n=0&&(e[r].major=!0);return e}(t,r,o,i):r}function ka(t){return"labels"===t.options.ticks.source?ya(t):function(t){var e,i=t._adapter,n=t.min,a=t.max,r=t.options,o=r.time,s=o.unit||ba(o.minUnit,n,a,t._getLabelCapacity(n)),l=_(o.stepSize,1),u="week"===s&&o.isoWeekday,c=new Set,h=n;if(u&&(h=+i.startOf(h,"isoWeek",u)),h=+i.startOf(h,u?"day":s),i.diff(a,n,s)>1e5*l)throw new Error(n+" and "+a+" are too far apart with stepSize of "+l+" "+s);if("data"===t.options.ticks.source){var d=ga(t);for(e=h;en&&t[a]>i;)a--;return a++,n>0||a=da.indexOf(i);r--){var o=da[r];if(ha[o].common&&t._adapter.diff(a,n,o)>=e-1)return o}return da[i?da.indexOf(i):0]}(t,l.length,i.minUnit,t.min,t.max)),t._majorUnit=n.major.enabled&&"year"!==t._unit?function(t){for(var e=da.indexOf(t)+1,i=da.length;ee&&se.length-1?null:this.getPixelForValue(e[t].value)}},{key:"getValueForPixel",value:function(t){var e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return ma(this._table,"pos",i,"time")}},{key:"_getLabelSize",value:function(t){var e=this.options.ticks,i=this.ctx.measureText(t).width,n=nt(this.isHorizontal()?e.maxRotation:e.minRotation),a=Math.cos(n),r=Math.sin(n),o=_(e.fontSize,Ot.fontSize);return{w:i*a+o*r,h:i*r+o*a}}},{key:"_getLabelCapacity",value:function(t){var e=this,i=e.options.time,n=i.displayFormats,a=n[i.unit]||n.millisecond,r=e._tickFormatFunction(t,0,_a(e,[t],e._majorUnit),a),o=e._getLabelSize(r),s=Math.floor(e.isHorizontal()?e.width/o.w:e.height/o.h)-1;return s>0?s:1}}]),i}(jn);a(wa,"id","time"),a(wa,"defaults",{distribution:"linear",bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{autoSkip:!1,source:"auto",major:{enabled:!1}}});var Sa=Object.freeze({__proto__:null,CategoryScale:Yn,LinearScale:$n,LogarithmicScale:Qn,RadialLinearScale:ua,TimeScale:wa});function Pa(t,e,i){var n=function(t){var e=t.options,i=e.fill,n=_(i&&i.target,i);return void 0===n&&(n=!!e.backgroundColor),!1!==n&&null!==n&&(!0===n?"origin":n)}(t),a=parseFloat(n);return x(a)&&Math.floor(a)===a?("-"!==n[0]&&"+"!==n[0]||(a=e+a),!(a===e||a<0||a>=i)&&a):["origin","start","end"].indexOf(n)>=0&&n}Ot.set("plugins",{filler:{propagate:!0}});var Da=function(){function t(i){e(this,t),this.x=i.x,this.y=i.y,this.radius=i.radius}return n(t,[{key:"pathSegment",value:function(t,e,i){var n=this.x,a=this.y,r=this.radius;return e=e||{start:0,end:2*Math.PI},i.reverse?t.arc(n,a,r,e.end,e.start,!0):t.arc(n,a,r,e.start,e.end),!i.bounds}},{key:"interpolate",value:function(t,e){var i=this.x,n=this.y,a=this.radius,r=t.angle;if("angle"===e)return{x:i+Math.cos(r)*a,y:n+Math.sin(r)*a,angle:r}}}]),t}();function Oa(t){return(t.scale||{}).getPointPositionForValue?function(t){var e,i,n=t.scale,a=t.fill,r=n.options,o=n.getLabels().length,s=[],l=r.reverse?n.max:n.min,u=r.reverse?n.min:n.max,c="start"===a?l:"end"===a?u:n.getBaseValue();if(r.gridLines.circular)return i=n.getPointPositionForValue(0,l),new Da({x:i.x,y:i.y,radius:n.getDistanceFromCenterForValue(c)});for(e=0;e=0;--e)(i=n[e].$filler)&&i.line.updateControlPoints(a)},beforeDatasetDraw:function(t,e){var i=t.chartArea,n=t.ctx,a=e.meta.$filler;if(a&&!1!==a.fill){var r=a.line,o=a.target,s=a.scale,l=r.options,u=l.fill,c=l.backgroundColor||Ot.color,h=u||{},d=h.above,f=void 0===d?c:d,v=h.below,p=void 0===v?c:v;o&&r.points.length&&(H(n,i),function(t,e){var i=e.line,n=e.target,a=e.above,r=e.below,o=e.area,s=e.scale,l=i._loop?"angle":"x";t.save(),"x"===l&&r!==a&&(Ca(t,n,o.top),Ra(t,{line:i,target:n,color:a,scale:s,property:l}),t.restore(),t.save(),Ca(t,n,o.bottom)),Ra(t,{line:i,target:n,color:r,scale:s,property:l}),t.restore()}(n,{line:r,target:o,above:f,below:p,area:i,scale:s}),j(n))}}};function Ba(t,e){return t.usePointStyle&&t.boxWidth>e?e:t.boxWidth}Ot.set("legend",{display:!0,position:"top",align:"center",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(t,e){var i=e.datasetIndex,n=this.chart;n.isDatasetVisible(i)?(n.hide(i),e.hidden=!0):(n.show(i),e.hidden=!1)},onHover:null,onLeave:null,labels:{boxWidth:40,padding:10,generateLabels:function(t){var e=t.data.datasets,i=t.options.legend||{},n=i.labels&&i.labels.usePointStyle;return t._getSortedDatasetMetas().map((function(t){var i=t.controller.getStyle(n?0:void 0);return{text:e[t.index].label,fillStyle:i.backgroundColor,hidden:!t.visible,lineCap:i.borderCapStyle,lineDash:i.borderDash,lineDashOffset:i.borderDashOffset,lineJoin:i.borderJoinStyle,lineWidth:i.borderWidth,strokeStyle:i.borderColor,pointStyle:i.pointStyle,rotation:i.rotation,datasetIndex:t.index}}),this)}},title:{display:!1,position:"center",text:""}});var Va=function(t){function i(t){var n;return e(this,i),r(c(n=h(this,l(i).call(this))),t),n.legendHitBoxes=[],n._hoveredItem=null,n.doughnutMode=!1,n.chart=t.chart,n.options=t.options,n.ctx=t.ctx,n.legendItems=void 0,n.columnWidths=void 0,n.columnHeights=void 0,n.lineWidths=void 0,n._minSize=void 0,n.maxHeight=void 0,n.maxWidth=void 0,n.top=void 0,n.bottom=void 0,n.left=void 0,n.right=void 0,n.height=void 0,n.width=void 0,n._margins=void 0,n.paddingTop=void 0,n.paddingBottom=void 0,n.paddingLeft=void 0,n.paddingRight=void 0,n.position=void 0,n.weight=void 0,n.fullWidth=void 0,n}return s(i,t),n(i,[{key:"beforeUpdate",value:function(){}},{key:"update",value:function(t,e,i){var n=this;n.beforeUpdate(),n.maxWidth=t,n.maxHeight=e,n._margins=i,n.beforeSetDimensions(),n.setDimensions(),n.afterSetDimensions(),n.beforeBuildLabels(),n.buildLabels(),n.afterBuildLabels(),n.beforeFit(),n.fit(),n.afterFit(),n.afterUpdate()}},{key:"afterUpdate",value:function(){}},{key:"beforeSetDimensions",value:function(){}},{key:"setDimensions",value:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t._minSize={width:0,height:0}}},{key:"afterSetDimensions",value:function(){}},{key:"beforeBuildLabels",value:function(){}},{key:"buildLabels",value:function(){var t=this,e=t.options.labels||{},i=k(e.generateLabels,[t.chart],t)||[];e.filter&&(i=i.filter((function(i){return e.filter(i,t.chart.data)}))),t.options.reverse&&i.reverse(),t.legendItems=i}},{key:"afterBuildLabels",value:function(){}},{key:"beforeFit",value:function(){}},{key:"fit",value:function(){var t=this,e=t.options,i=e.labels,n=e.display,a=t.ctx,r=Ct(i),o=r.size,s=t.legendHitBoxes=[],l=t._minSize,u=t.isHorizontal(),c=t._computeTitleHeight();if(u?(l.width=t.maxWidth,l.height=n?10:0):(l.width=n?10:0,l.height=t.maxHeight),n){if(a.font=r.string,u){var h=t.lineWidths=[0],d=c;a.textAlign="left",a.textBaseline="middle",t.legendItems.forEach((function(t,e){var n=Ba(i,o)+o/2+a.measureText(t.text).width;(0===e||h[h.length-1]+n+2*i.padding>l.width)&&(d+=o+i.padding,h[h.length-(e>0?0:1)]=0),s[e]={left:0,top:0,width:n,height:o},h[h.length-1]+=n+i.padding})),l.height+=d}else{var f=i.padding,v=t.columnWidths=[],p=t.columnHeights=[],g=i.padding,y=0,m=0,b=l.height-c;t.legendItems.forEach((function(t,e){var n=Ba(i,o)+o/2+a.measureText(t.text).width;e>0&&m+o+2*f>b&&(g+=y+i.padding,v.push(y),p.push(m),y=0,m=0),y=Math.max(y,n),m+=o+f,s[e]={left:0,top:0,width:n,height:o}})),g+=y,v.push(y),p.push(m),l.width+=g}t.width=l.width,t.height=l.height}else t.width=l.width=t.height=l.height=0}},{key:"afterFit",value:function(){}},{key:"isHorizontal",value:function(){return"top"===this.options.position||"bottom"===this.options.position}},{key:"draw",value:function(){var t=this,e=t.options,i=e.labels,n=Ot.color,a=Ot.elements.line,r=t.height,o=t.columnHeights,s=t.width,l=t.lineWidths;if(e.display){t.drawTitle();var u,c=It(e.rtl,t.left,t._minSize.width),h=t.ctx,d=_(i.fontColor,Ot.fontColor),f=Ct(i),v=f.size;h.textAlign=c.textAlign("left"),h.textBaseline="middle",h.lineWidth=.5,h.strokeStyle=d,h.fillStyle=d,h.font=f.string;var p=Ba(i,v),g=t.legendHitBoxes,y=function(t,n){switch(e.align){case"start":return i.padding;case"end":return t-n;default:return(t-n+i.padding)/2}},m=t.isHorizontal(),b=this._computeTitleHeight();u=m?{x:t.left+y(s,l[0]),y:t.top+i.padding+b,line:0}:{x:t.left+i.padding,y:t.top+y(r,o[0])+b,line:0},Lt(t.ctx,e.textDirection);var x=v+i.padding;t.legendItems.forEach((function(e,d){var f=h.measureText(e.text).width,b=p+v/2+f,k=u.x,M=u.y;c.setWidth(t._minSize.width),m?d>0&&k+b+i.padding>t.left+t._minSize.width&&(M=u.y+=x,u.line++,k=u.x=t.left+y(s,l[u.line])):d>0&&M+x>t.top+t._minSize.height&&(k=u.x=k+t.columnWidths[u.line]+i.padding,u.line++,M=u.y=t.top+y(r,o[u.line]));var w=c.x(k);!function(t,e,r){if(!(isNaN(p)||p<=0)){h.save();var o=_(r.lineWidth,a.borderWidth);if(h.fillStyle=_(r.fillStyle,n),h.lineCap=_(r.lineCap,a.borderCapStyle),h.lineDashOffset=_(r.lineDashOffset,a.borderDashOffset),h.lineJoin=_(r.lineJoin,a.borderJoinStyle),h.lineWidth=o,h.strokeStyle=_(r.strokeStyle,n),h.setLineDash&&h.setLineDash(_(r.lineDash,a.borderDash)),i&&i.usePointStyle){var s={radius:p*Math.SQRT2/2,pointStyle:r.pointStyle,rotation:r.rotation,borderWidth:o},l=c.xPlus(t,p/2);W(h,s,l,e+v/2)}else h.fillRect(c.leftForLtr(t,p),e,p,v),0!==o&&h.strokeRect(c.leftForLtr(t,p),e,p,v);h.restore()}}(w,M,e),g[d].left=c.leftForLtr(w,g[d].width),g[d].top=M,function(t,e,i,n){var a=v/2,r=c.xPlus(t,p+a),o=e+a;h.fillText(i.text,r,o),i.hidden&&(h.beginPath(),h.lineWidth=2,h.moveTo(r,o),h.lineTo(c.xPlus(r,n),o),h.stroke())}(w,M,e,f),m?u.x+=b+i.padding:u.y+=x})),Rt(t.ctx,e.textDirection)}}},{key:"drawTitle",value:function(){var t=this,e=t.options,i=e.title,n=Ct(i),a=Tt(i.padding);if(i.display){var r,o,s=It(e.rtl,t.left,t._minSize.width),l=t.ctx,u=_(i.fontColor,Ot.fontColor),c=i.position,h=n.size/2,d=t.top+a.top+h,v=t.left,p=t.width;if(this.isHorizontal())switch(p=Math.max.apply(Math,f(t.lineWidths)),e.align){case"start":break;case"end":v=t.right-p;break;default:v=(t.left+t.right)/2-p/2}else{var g=Math.max.apply(Math,f(t.columnHeights));switch(e.align){case"start":break;case"end":d+=t.height-g;break;default:d+=(t.height-g)/2}}switch(c){case"start":r=v,o="left";break;case"end":r=v+p,o="right";break;default:r=v+p/2,o="center"}l.textAlign=s.textAlign(o),l.textBaseline="middle",l.strokeStyle=u,l.fillStyle=u,l.font=n.string,l.fillText(i.text,r,d)}}},{key:"_computeTitleHeight",value:function(){var t=this.options.title,e=Ct(t),i=Tt(t.padding);return t.display?e.lineHeight+i.height:0}},{key:"_getLegendItemAt",value:function(t,e){var i,n,a,r=this;if(t>=r.left&&t<=r.right&&e>=r.top&&e<=r.bottom)for(a=r.legendHitBoxes,i=0;i=(n=a[i]).left&&t<=n.left+n.width&&e>=n.top&&e<=n.top+n.height)return r.legendItems[i];return null}},{key:"handleEvent",value:function(t){var e=this,i=e.options,n="mouseup"===t.type?"click":t.type;if("mousemove"===n){if(!i.onHover&&!i.onLeave)return}else{if("click"!==n)return;if(!i.onClick)return}var a=e._getLegendItemAt(t.x,t.y);"click"===n?a&&i.onClick&&i.onClick.call(e,t.native,a):(i.onLeave&&a!==e._hoveredItem&&(e._hoveredItem&&i.onLeave.call(e,t.native,e._hoveredItem),e._hoveredItem=a),i.onHover&&a&&i.onHover.call(e,t.native,a))}}]),i}(Fe);function Wa(t,e){var i=new Va({ctx:t.ctx,options:e,chart:t});Vi.configure(t,i,e),Vi.addBox(t,i),t.legend=i}var Na={id:"legend",_element:Va,beforeInit:function(t){var e=t.options.legend;e&&Wa(t,e)},afterUpdate:function(t){var e=t.options.legend,i=t.legend;e?(D(e,Ot.legend),i?(Vi.configure(t,i,e),i.options=e,i.buildLabels()):Wa(t,e)):i&&(Vi.removeBox(t,i),delete t.legend)},afterEvent:function(t,e){var i=t.legend;i&&i.handleEvent(e)}};Ot.set("title",{align:"center",display:!1,fontStyle:"bold",fullWidth:!0,padding:10,position:"top",text:"",weight:2e3});var Ha=function(t){function i(t){var n;return e(this,i),r(c(n=h(this,l(i).call(this))),t),n.chart=t.chart,n.options=t.options,n.ctx=t.ctx,n._margins=void 0,n._padding=void 0,n.legendHitBoxes=[],n.top=void 0,n.bottom=void 0,n.left=void 0,n.right=void 0,n.width=void 0,n.height=void 0,n.maxWidth=void 0,n.maxHeight=void 0,n.position=void 0,n.weight=void 0,n.fullWidth=void 0,n}return s(i,t),n(i,[{key:"beforeUpdate",value:function(){}},{key:"update",value:function(t,e,i){var n=this;n.beforeUpdate(),n.maxWidth=t,n.maxHeight=e,n._margins=i,n.beforeSetDimensions(),n.setDimensions(),n.afterSetDimensions(),n.beforeBuildLabels(),n.buildLabels(),n.afterBuildLabels(),n.beforeFit(),n.fit(),n.afterFit(),n.afterUpdate()}},{key:"afterUpdate",value:function(){}},{key:"beforeSetDimensions",value:function(){}},{key:"setDimensions",value:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height)}},{key:"afterSetDimensions",value:function(){}},{key:"beforeBuildLabels",value:function(){}},{key:"buildLabels",value:function(){}},{key:"afterBuildLabels",value:function(){}},{key:"beforeFit",value:function(){}},{key:"fit",value:function(){var t=this,e=t.options,i={},n=t.isHorizontal();if(e.display){var a=pe.isArray(e.text)?e.text.length:1;t._padding=pe.options.toPadding(e.padding);var r=a*pe.options._parseFont(e).lineHeight+t._padding.height;t.width=i.width=n?t.maxWidth:r,t.height=i.height=n?r:t.maxHeight}else t.width=i.width=t.height=i.height=0}},{key:"afterFit",value:function(){}},{key:"isHorizontal",value:function(){var t=this.options.position;return"top"===t||"bottom"===t}},{key:"draw",value:function(){var t=this,e=t.ctx,i=t.options;if(i.display){var n,a,r,o,s=pe.options._parseFont(i),l=s.lineHeight,u=l/2+t._padding.top,c=0,h=t.top,d=t.left,f=t.bottom,v=t.right;if(t.isHorizontal()){switch(i.align){case"start":a=d,o="left";break;case"end":a=v,o="right";break;default:a=d+(v-d)/2,o="center"}r=h+u,n=v-d}else{switch(a="left"===i.position?d+u:v-u,i.align){case"start":r="left"===i.position?f:h,o="left";break;case"end":r="left"===i.position?h:f,o="right";break;default:r=h+(f-h)/2,o="center"}n=f-h,c=Math.PI*("left"===i.position?-.5:.5)}e.save(),e.fillStyle=pe.valueOrDefault(i.fontColor,Ot.fontColor),e.font=s.string,e.translate(a,r),e.rotate(c),e.textAlign=o,e.textBaseline="middle";var p=i.text;if(pe.isArray(p))for(var g=0,y=0;y0){var r=t[0];r.label?i=r.label:a>0&&r.index-1?t.split("\n"):t}function Ka(t,e){var i=e.datasetIndex,n=e.index,a=t.getDatasetMeta(i).controller.getLabelAndValue(n);return{label:a.label,value:a.value,index:n,datasetIndex:i}}function Za(t){var e=t._chart.ctx,i=t.body,n=t.footer,a=t.options,r=t.title,o=a.bodyFontSize,s=a.footerFontSize,l=a.titleFontSize,u=a.boxWidth,c=a.boxHeight,h=r.length,d=n.length,f=i.length,v=2*a.yPadding,p=0,g=i.reduce((function(t,e){return t+e.before.length+e.lines.length+e.after.length}),0);(g+=t.beforeBody.length+t.afterBody.length,h&&(v+=h*l+(h-1)*a.titleSpacing+a.titleMarginBottom),g)&&(v+=f*(a.displayColors?Math.max(c,o):o)+(g-f)*o+(g-1)*a.bodySpacing);d&&(v+=a.footerMarginTop+d*s+(d-1)*a.footerSpacing);var y=0,m=function(t){p=Math.max(p,e.measureText(t).width+y)};return e.save(),e.font=pe.fontString(l,a.titleFontStyle,a.titleFontFamily),pe.each(t.title,m),e.font=pe.fontString(o,a.bodyFontStyle,a.bodyFontFamily),pe.each(t.beforeBody.concat(t.afterBody),m),y=a.displayColors?u+2:0,pe.each(i,(function(t){pe.each(t.before,m),pe.each(t.lines,m),pe.each(t.after,m)})),y=0,e.font=pe.fontString(s,a.footerFontStyle,a.footerFontFamily),pe.each(t.footer,m),e.restore(),{width:p+=2*a.xPadding,height:v}}function Qa(t,e,i){var n,a,r=i.x,o=i.y,s=i.width,l=i.height,u=t.chartArea,c="center",h="center";ot.height-l&&(h="bottom");var d=(u.left+u.right)/2,f=(u.top+u.bottom)/2;"center"===h?(n=function(t){return t<=d},a=function(t){return t>d}):(n=function(t){return t<=s/2},a=function(e){return e>=t.width-s/2});var v=function(t){return t<=f?"top":"bottom"};return n(r)?(c="left",r+s+e.caretSize+e.caretPadding>t.width&&(c="center",h=v(o))):a(r)&&(c="right",function(t){return t-s-e.caretSize-e.caretPadding<0}(r)&&(c="center",h=v(o))),{xAlign:e.xAlign?e.xAlign:c,yAlign:e.yAlign?e.yAlign:h}}function Ja(t,e,i,n){var a=t.caretSize,r=t.caretPadding,o=t.cornerRadius,s=i.xAlign,l=i.yAlign,u=a+r,c=o+r,h=function(t,e,i){var n=t.x,a=t.width;return"right"===e?n-=a:"center"===e&&((n-=a/2)+a>i&&(n=i-a),n<0&&(n=0)),n}(e,s,n.width);return"center"===l?"left"===s?h+=u:"right"===s&&(h-=u):"left"===s?h-=c:"right"===s&&(h+=c),{x:h,y:function(t,e,i){var n=t.y,a=t.height;return"top"===e?n+=i:n-="bottom"===e?a+i:a/2,n}(e,l,u)}}function tr(t,e){var i=t.options;return"center"===e?t.x+t.width/2:"right"===e?t.x+t.width-i.xPadding:t.x+i.xPadding}function er(t){return $a([],Ga(t))}var ir=function(t){function i(t){var n;return e(this,i),(n=h(this,l(i).call(this))).opacity=0,n._active=[],n._chart=t._chart,n._eventPosition=void 0,n._size=void 0,n._cachedAnimations=void 0,n.$animations=void 0,n.options=void 0,n.dataPoints=void 0,n.title=void 0,n.beforeBody=void 0,n.body=void 0,n.afterBody=void 0,n.footer=void 0,n.xAlign=void 0,n.yAlign=void 0,n.x=void 0,n.y=void 0,n.height=void 0,n.width=void 0,n.caretX=void 0,n.caretY=void 0,n.labelColors=void 0,n.labelTextColors=void 0,n.initialize(),n}return s(i,t),n(i,[{key:"initialize",value:function(){this.options=function(t){return(t=r({},Ot.tooltips,t)).bodyFontFamily=Ua(t.bodyFontFamily,Ot.fontFamily),t.bodyFontStyle=Ua(t.bodyFontStyle,Ot.fontStyle),t.bodyFontSize=Ua(t.bodyFontSize,Ot.fontSize),t.boxHeight=Ua(t.boxHeight,t.bodyFontSize),t.boxWidth=Ua(t.boxWidth,t.bodyFontSize),t.titleFontFamily=Ua(t.titleFontFamily,Ot.fontFamily),t.titleFontStyle=Ua(t.titleFontStyle,Ot.fontStyle),t.titleFontSize=Ua(t.titleFontSize,Ot.fontSize),t.footerFontFamily=Ua(t.footerFontFamily,Ot.fontFamily),t.footerFontStyle=Ua(t.footerFontStyle,Ot.fontStyle),t.footerFontSize=Ua(t.footerFontSize,Ot.fontSize),t}(this._chart.options.tooltips)}},{key:"_resolveAnimations",value:function(){var t=this,e=t._cachedAnimations;if(e)return e;var i=t._chart.options.animation&&t.options.animation,n=new xe(t._chart,i);return t._cachedAnimations=Object.freeze(n),n}},{key:"getTitle",value:function(t,e){var i=this.options.callbacks,n=i.beforeTitle.apply(this,[t,e]),a=i.title.apply(this,[t,e]),r=i.afterTitle.apply(this,[t,e]),o=[];return o=$a(o,Ga(n)),o=$a(o,Ga(a)),o=$a(o,Ga(r))}},{key:"getBeforeBody",value:function(t,e){return er(this.options.callbacks.beforeBody.apply(this,[t,e]))}},{key:"getBody",value:function(t,e){var i=this,n=i.options.callbacks,a=[];return pe.each(t,(function(t){var r={before:[],lines:[],after:[]};$a(r.before,Ga(n.beforeLabel.call(i,t,e))),$a(r.lines,n.label.call(i,t,e)),$a(r.after,Ga(n.afterLabel.call(i,t,e))),a.push(r)})),a}},{key:"getAfterBody",value:function(t,e){return er(this.options.callbacks.afterBody.apply(this,[t,e]))}},{key:"getFooter",value:function(t,e){var i=this.options.callbacks,n=i.beforeFooter.apply(this,[t,e]),a=i.footer.apply(this,[t,e]),r=i.afterFooter.apply(this,[t,e]),o=[];return o=$a(o,Ga(n)),o=$a(o,Ga(a)),o=$a(o,Ga(r))}},{key:"_createItems",value:function(){var t,e,i=this,n=i._active,a=i.options,r=i._chart.data,o=[],s=[],l=[];for(t=0,e=n.length;t0&&e.stroke()}},{key:"_updateAnimationTarget",value:function(){var t=this,e=t._chart,i=t.options,n=t.$animations,a=n&&n.x,o=n&&n.y;if(a||o){var s=qa[i.position].call(t,t._active,t._eventPosition);if(!s)return;var l=t._size=Za(t),u=r({},s,t._size),c=Qa(e,i,u),h=Ja(i,u,c,e);a._to===h.x&&o._to===h.y||(t.xAlign=c.xAlign,t.yAlign=c.yAlign,t.width=l.width,t.height=l.height,t.caretX=s.x,t.caretY=s.y,t._resolveAnimations().update(t,h))}}},{key:"draw",value:function(t){var e=this,i=e.options,n=e.opacity;if(n){e._updateAnimationTarget();var a={width:e.width,height:e.height},r={x:e.x,y:e.y};n=Math.abs(n)<.001?0:n;var o=e.title.length||e.beforeBody.length||e.body.length||e.afterBody.length||e.footer.length;i.enabled&&o&&(t.save(),t.globalAlpha=n,e.drawBackground(r,t,a),pe.rtl.overrideTextDirection(t,i.textDirection),r.y+=i.yPadding,e.drawTitle(r,t),e.drawBody(r,t),e.drawFooter(r,t),pe.rtl.restoreTextDirection(t,i.textDirection),t.restore())}}},{key:"handleEvent",value:function(t,e){var i,n=this,a=n.options,r=n._active||[],o=[];return"mouseout"!==t.type&&(o=n._chart.getElementsAtEventForMode(t,a.mode,a,e),a.reverse&&o.reverse()),(i=e||!pe._elementsEqual(o,r))&&(n._active=o,(a.enabled||a.custom)&&(n._eventPosition={x:t.x,y:t.y},n.update(!0))),i}}]),i}(Fe);ir.positioners=qa;var nr={filler:za,legend:Na,title:Ya,tooltip:{id:"tooltip",_element:ir,positioners:qa,afterInit:function(t){t.options.tooltips&&(t.tooltip=new ir({_chart:t}))},beforeUpdate:function(t){t.tooltip&&t.tooltip.initialize()},reset:function(t){t.tooltip&&t.tooltip.initialize()},afterDraw:function(t){var e=t.tooltip,i={tooltip:e};!1!==kn.notify(t,"beforeTooltipDraw",[i])&&(e.draw(t.ctx),kn.notify(t,"afterTooltipDraw",[i]))},afterEvent:function(t,e,i){if(t.tooltip){var n=i;t.tooltip.handleEvent(e,n)}}}};for(var ar in En.helpers=pe,En._adapters=Rn,En.Animation=me,En.Animator=ge,En.animationService=xe,En.controllers=xi,En.DatasetController=Ce,En.defaults=Ot,En.Element=Fe,En.elements=ri,En.Interaction=Ai,En.layouts=Vi,En.platforms=_n,En.plugins=kn,En.Scale=jn,En.scaleService=Mn,En.Ticks=zn,Object.keys(Sa).forEach((function(t){return En.scaleService.registerScale(Sa[t])})),nr)Object.prototype.hasOwnProperty.call(nr,ar)&&En.plugins.register(nr[ar]);return"undefined"!=typeof window&&(window.Chart=En),En})); diff --git a/counters/EtherealGlass by Puparia/deps/GraphFill.js b/counters/EtherealGlass by Puparia/deps/GraphFill.js deleted file mode 100644 index 8ec12b30..00000000 --- a/counters/EtherealGlass by Puparia/deps/GraphFill.js +++ /dev/null @@ -1,132 +0,0 @@ -export class Color { - - static fromHex(literal) { - let c; - - if (/^#([A-Fa-f0-9]{3}){1,2}$/.test(literal)) { - c = literal.substring(1).split(''); - - if (c.length === 3) { - c = [c[0], c[0], c[1], c[1], c[2], c[2]]; - } - - c = '0x' + c.join(''); - return new Color((c >> 16) & 255, (c >> 8) & 255, c & 255); - } - - throw new Error('Bad Hex'); - } - - - - - constructor(red, green, blue, alpha = 1) { - this._red = red; - this._green = green; - this._blue = blue; - this._alpha = alpha; - } - - - - setAlpha(alpha) { - this._alpha = alpha; - return this; - } - - getAlpha() { - return this._alpha; - } - - clone() { - return new Color( - this._red, - this._green, - this._blue, - this._alpha - ); - } - - toString() { - return `rgba(${this._red}, ${this._green}, ${this._blue}, ${this._alpha})`; - } -} - -Color.TRANSPARENT = new Color(0, 0, 0, 0); - -export default class GraphFill { - - - - /** - * @param {Color} fill - * @param border - */ - constructor(fill, border = undefined) { - this._fill = fill; - this._border = border !== undefined ? border : fill.clone().setAlpha(1); - this._gradient = undefined; - this._width = undefined; - this._height = undefined; - this._colorUsed = undefined; - } - - - - /** - * @param {Color} color - */ - setFill(color) { - this._fill = color; - return this; - } - - /** - * @param {Color} color - */ - setBorder(color) { - this._border = color; - return this; - } - - create(context, chartArea) { - const chartWidth = chartArea.right - chartArea.left; - const chartHeight = chartArea.bottom - chartArea.top; - - if (this._gradient === undefined - || this._width !== chartWidth - || this._height !== chartHeight - || this._colorUsed !== this._fill.toString()) { - // Create the gradient because this is either the first render or the size of the chart has changed - - this._width = chartWidth; - this._height = chartHeight; - this._gradient = context.createLinearGradient(0, chartArea.bottom, 0, chartArea.top); - - this._gradient.addColorStop(0, this._fill.clone().setAlpha(0.1).toString()); - this._gradient.addColorStop(0.4, this._fill.toString()); - } - - return this._gradient; - } - - border() { - return () => this._border.toString(); - } - - /** - * Creates a function for Chart config. This function can be assigned to borderColor or backgroundColor property - * @returns {function(*): CanvasGradient} - */ - background() { - return (context) => { - const chart = context.chart; - if (!chart.chartArea) { - // This case happens on initial chart load - return; - } - - return this.create(chart.ctx, chart.chartArea); - }; - } -} \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/deps/countUp.js b/counters/EtherealGlass by Puparia/deps/countUp.js deleted file mode 100644 index 79e3d6b6..00000000 --- a/counters/EtherealGlass by Puparia/deps/countUp.js +++ /dev/null @@ -1,261 +0,0 @@ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - define(factory); - } else if (typeof exports === 'object') { - module.exports = factory(require, exports, module); - } else { - root.CountUp = factory(); - } - }(this, function(require, exports, module) { - - /* - - countUp.js - by @inorganik - - */ - - // target = id of html element or var of previously selected html element where counting occurs - // startVal = the value you want to begin at - // endVal = the value you want to arrive at - // decimals = number of decimal places, default 0 - // duration = duration of animation in seconds, default 2 - // options = optional object of options (see below) - - var CountUp = function(target, startVal, endVal, decimals, duration, options) { - - var self = this; - self.version = function () { return '1.9.3'; }; - - // default options - self.options = { - useEasing: true, // toggle easing - useGrouping: true, // 1,000,000 vs 1000000 - separator: '', // character to use as a separator - decimal: '.', // character to use as a decimal - easingFn: easeOutExpo, // optional custom easing function, default is Robert Penner's easeOutExpo - formattingFn: formatNumber, // optional custom formatting function, default is formatNumber above - prefix: '', // optional text before the result - suffix: '', // optional text after the result - numerals: [] // optionally pass an array of custom numerals for 0-9 - }; - - // extend default options with passed options object - if (options && typeof options === 'object') { - for (var key in self.options) { - if (options.hasOwnProperty(key) && options[key] !== null) { - self.options[key] = options[key]; - } - } - } - - if (self.options.separator === '') { - self.options.useGrouping = false; - } - else { - // ensure the separator is a string (formatNumber assumes this) - self.options.separator = '' + self.options.separator; - } - - // make sure requestAnimationFrame and cancelAnimationFrame are defined - // polyfill for browsers without native support - // by Opera engineer Erik Möller - var lastTime = 0; - var vendors = ['webkit', 'moz', 'ms', 'o']; - for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) { - window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame']; - window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] || window[vendors[x]+'CancelRequestAnimationFrame']; - } - if (!window.requestAnimationFrame) { - window.requestAnimationFrame = function(callback, element) { - var currTime = new Date().getTime(); - var timeToCall = Math.max(0, 16 - (currTime - lastTime)); - var id = window.setTimeout(function() { callback(currTime + timeToCall); }, timeToCall); - lastTime = currTime + timeToCall; - return id; - }; - } - if (!window.cancelAnimationFrame) { - window.cancelAnimationFrame = function(id) { - clearTimeout(id); - }; - } - - function formatNumber(num) { - var neg = (num < 0), - x, x1, x2, x3, i, len; - num = Math.abs(num).toFixed(self.decimals); - num += ''; - x = num.split('.'); - x1 = x[0]; - x2 = x.length > 1 ? self.options.decimal + x[1] : ''; - if (self.options.useGrouping) { - x3 = ''; - for (i = 0, len = x1.length; i < len; ++i) { - if (i !== 0 && ((i % 3) === 0)) { - x3 = self.options.separator + x3; - } - x3 = x1[len - i - 1] + x3; - } - x1 = x3; - } - // optional numeral substitution - if (self.options.numerals.length) { - x1 = x1.replace(/[0-9]/g, function(w) { - return self.options.numerals[+w]; - }) - x2 = x2.replace(/[0-9]/g, function(w) { - return self.options.numerals[+w]; - }) - } - return (neg ? '-' : '') + self.options.prefix + x1 + x2 + self.options.suffix; - } - // Robert Penner's easeOutExpo - function easeOutExpo(t, b, c, d) { - return c * (-Math.pow(2, -10 * t / d) + 1) * 1024 / 1023 + b; - } - function ensureNumber(n) { - return (typeof n === 'number' && !isNaN(n)); - } - - self.initialize = function() { - if (self.initialized) return true; - - self.error = ''; - self.d = (typeof target === 'string') ? document.getElementById(target) : target; - if (!self.d) { - self.error = '[CountUp] target is null or undefined' - return false; - } - self.startVal = Number(startVal); - self.endVal = Number(endVal); - // error checks - if (ensureNumber(self.startVal) && ensureNumber(self.endVal)) { - self.decimals = Math.max(0, decimals || 0); - self.dec = Math.pow(10, self.decimals); - self.duration = Number(duration) * 1000 || 2000; - self.countDown = (self.startVal > self.endVal); - self.frameVal = self.startVal; - self.initialized = true; - return true; - } - else { - self.error = '[CountUp] startVal ('+startVal+') or endVal ('+endVal+') is not a number'; - return false; - } - }; - - // Print value to target - self.printValue = function(value) { - var result = self.options.formattingFn(value); - - if (self.d.tagName === 'INPUT') { - this.d.value = result; - } - else if (self.d.tagName === 'text' || self.d.tagName === 'tspan') { - this.d.textContent = result; - } - else { - this.d.innerHTML = result; - } - }; - - self.count = function(timestamp) { - - if (!self.startTime) { self.startTime = timestamp; } - - self.timestamp = timestamp; - var progress = timestamp - self.startTime; - self.remaining = self.duration - progress; - - // to ease or not to ease - if (self.options.useEasing) { - if (self.countDown) { - self.frameVal = self.startVal - self.options.easingFn(progress, 0, self.startVal - self.endVal, self.duration); - } else { - self.frameVal = self.options.easingFn(progress, self.startVal, self.endVal - self.startVal, self.duration); - } - } else { - if (self.countDown) { - self.frameVal = self.startVal - ((self.startVal - self.endVal) * (progress / self.duration)); - } else { - self.frameVal = self.startVal + (self.endVal - self.startVal) * (progress / self.duration); - } - } - - // don't go past endVal since progress can exceed duration in the last frame - if (self.countDown) { - self.frameVal = (self.frameVal < self.endVal) ? self.endVal : self.frameVal; - } else { - self.frameVal = (self.frameVal > self.endVal) ? self.endVal : self.frameVal; - } - - // decimal - self.frameVal = Math.round(self.frameVal*self.dec)/self.dec; - - // format and print value - self.printValue(self.frameVal); - - // whether to continue - if (progress < self.duration) { - self.rAF = requestAnimationFrame(self.count); - } else { - if (self.callback) self.callback(); - } - }; - // start your animation - self.start = function(callback) { - if (!self.initialize()) return; - self.callback = callback; - self.rAF = requestAnimationFrame(self.count); - }; - // toggles pause/resume animation - self.pauseResume = function() { - if (!self.paused) { - self.paused = true; - cancelAnimationFrame(self.rAF); - } else { - self.paused = false; - delete self.startTime; - self.duration = self.remaining; - self.startVal = self.frameVal; - requestAnimationFrame(self.count); - } - }; - // reset to startVal so animation can be run again - self.reset = function() { - self.paused = false; - delete self.startTime; - self.initialized = false; - if (self.initialize()) { - cancelAnimationFrame(self.rAF); - self.printValue(self.startVal); - } - }; - // pass a new endVal and start animation - self.update = function (newEndVal) { - if (!self.initialize()) return; - newEndVal = Number(newEndVal); - if (!ensureNumber(newEndVal)) { - self.error = '[CountUp] update() - new endVal is not a number: '+newEndVal; - return; - } - self.error = ''; - if (newEndVal === self.frameVal) return; - cancelAnimationFrame(self.rAF); - self.paused = false; - delete self.startTime; - self.startVal = self.frameVal; - self.endVal = newEndVal; - self.countDown = (self.startVal > self.endVal); - self.rAF = requestAnimationFrame(self.count); - }; - - // format startVal on initialization - if (self.initialize()) self.printValue(self.startVal); - }; - - return CountUp; - - })); \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/deps/difficulty-graph.js b/counters/EtherealGlass by Puparia/deps/difficulty-graph.js deleted file mode 100644 index 30ff06af..00000000 --- a/counters/EtherealGlass by Puparia/deps/difficulty-graph.js +++ /dev/null @@ -1,95 +0,0 @@ -import GraphFill from "./GraphFill.js"; - - - -/** - * @typedef {{ x: number, y: number }} Point - */ - -/** - * - * @param {ArrayLike} array - * @param windowSize - * @return {Float64Array} - */ -export function slidingAverageWindowFilter(array, windowSize) { - const result = new Float64Array(array.length); - - for (let i = 0; i < array.length; i += 1) { - const left = i - windowSize; - const from = left >= 0 - ? left - : 0; - const to = i + windowSize + 1; - - let count = 0; - let sum = 0; - - for (let j = from; j < to && j < array.length; j += 1) { - sum += array[j]; - count++; - } - - result[i] = sum / count; - } - - return result; -} - -/** - * Turn filter output to Chart.js input since Chart.js does not like statically typed array... - * - * @param {Float64Array} filterOutput - * @return {number[]} - */ -export function toChartData(filterOutput) { - return Array.from(filterOutput); -} - -/** - * @param {GraphFill} fill - * @returns {{data: {datasets: [{backgroundColor: *, data: *[], fill: boolean}], labels: *[]}, options: {legend: {display: boolean}, elements: {line: {tension: number, cubicInterpolationMode: string}, point: {radius: number}}, responsive: boolean, scales: {x: {display: boolean}, y: {display: boolean}}, tooltips: {enabled: boolean}}, type: string}} - */ -export function createChartConfig(fill) { - return { - type: 'line', - data: { - labels: [], - datasets: [ - { - borderColor: fill.border(), - borderWidth: 1.5, - backgroundColor: fill.background(), - data: [], - fill: true, - } - ] - }, - options: { - tooltips: { - enabled: false - }, - legend: { - display: false, - }, - elements: { - line: { - tension: 0.4, - cubicInterpolationMode: 'monotone' - }, - point: { - radius: 0 - } - }, - responsive: false, - scales: { - x: { - display: false, - }, - y: { - display: false, - } - } - } - }; -} diff --git a/counters/EtherealGlass by Puparia/deps/fast-smooth.js b/counters/EtherealGlass by Puparia/deps/fast-smooth.js deleted file mode 100644 index 457f3263..00000000 --- a/counters/EtherealGlass by Puparia/deps/fast-smooth.js +++ /dev/null @@ -1,212 +0,0 @@ -/** - * Find the maximum or array slice. Start is inclusive but end is exclusive - * - * @param array - * @param start - * @param end - * @return {number} - */ -export function max(array, start = 0, end = -1) { - if (end === -1) { - end = array.length; - } - - let maximum = Number.NEGATIVE_INFINITY; - - for (let i = start; i < array.length && i < end; i++) { - if (maximum < array[i]) { - maximum = array[i]; - } - } - - return maximum; -} - -/** - * Calculate sum of array slice. Start is inclusive but end is exclusive - * - * @param {ArrayLike} array - * @param {number} start - * @param {number} end - * @return {number} - */ -function sum(array, start = 0, end = - 1) { - if (end === -1) { - end = array.length; - } - - let s = 0; - - for (let i = start; i < array.length && i < end; i++) { - s += array[i]; - } - - return s; -} - -/** - * Calculate mean of array slice. Start is inclusive but end is exclusive - * - * @param {ArrayLike} array - * @param {number} start - * @param {number} end - * @return {number} - */ -function mean(array, start = 0, end = -1) { - return sum(array, start, end) / end; -} - -/** - * @param {ArrayLike} array - * @param {number} windowWidth - * @param {boolean} doSmoothEnds - * @return {Float64Array} - */ -function smooth(array, windowWidth, doSmoothEnds) { - const width = Math.round(windowWidth); - if (width <= 1) { - return new Float64Array(array); - } - - const half = Math.round(width / 2); - const ret = new Float64Array(array.length); - - let sumPoints = sum(array, 0, width); - let i = 0; - - for (; i < array.length - width + 1; i++) { - ret[i + half - 1] = Math.max(0, sumPoints); - sumPoints -= array[i]; - sumPoints += array[i + width]; - } - - ret[i + half] = Math.max(0, sum(array, array.length - width + 1, array.length)); - - for (let j = 0; j < ret.length; j++) { - ret[j] /= width; - } - - if (!doSmoothEnds) { - return ret; - } - - const start = (windowWidth + 1) / 2; - ret[0] = (array[0] + array[1]) / 2; - - for (let j = 1; j < start; j++) { - ret[j] = Math.max(0, mean(array, 0, 2 * j - 1)); - ret[array.length - j] = Math.max(0, mean(array, array.length - 2 * j + 2, array.length)); - } - - ret[ret.length - 1] = Math.max(0, (array[array.length - 1] + array[array.length - 2]) / 2); - - return ret; -} - -export const FAST_SMOOTH_TYPE_NO_SMOOTHING = 0; -export const FAST_SMOOTH_TYPE_RECTANGULAR = 1; -export const FAST_SMOOTH_TYPE_TRIANGULAR = 2; -export const FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_3 = 3; -export const FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_4 = 4; -export const FAST_SMOOTH_TYPE_MULTIPLE_WIDTH = 5; - -/** - * Smooths array with smooth of width windowWidth. - * The argument "type" determines the smooth type: - * - If type = FAST_SMOOTH_TYPE_RECTANGULAR = 0, rectangular (sliding-average or boxcar) - * - If type = FAST_SMOOTH_TYPE_TRIANGULAR = 1, triangular (2 passes of sliding-average) - * - If type = FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_3 = 2, pseudo-Gaussian (3 passes of sliding-average) - * - If type = FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_4 = 3, pseudo-Gaussian (4 passes of same sliding-average) - * - If type = FAST_SMOOTH_TYPE_MULTIPLE_WIDTH = 4, multiple-width (4 passes of different sliding-average) - * The argument "doSmoothEnds" controls how the "ends" of the signal (the first w/2 points and the last w/2 points) are - * handled. - * - If ends=0, the ends are zero. (In this mode the elapsed time is independent of the smooth width). The fastest. - * - If ends=1, the ends are smoothed with progressively smaller smooths the closer to the end. (In this mode the - * elapsed time increases with increasing smooth widths). - * - * Version 3.0, October 2016. - * - * Copyright (c) 2024, Jan Horák - * - * Copyright (c) 2012, Thomas C. O'Haver - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. - * - * @param array - * @param windowWidth - * @param type - * @param doSmoothEnds - * @return {Float64Array} - * @see https://www.mathworks.com/matlabcentral/fileexchange/19998-fast-smoothing-function - */ -export function fastSmooth(array, windowWidth, type = FAST_SMOOTH_TYPE_RECTANGULAR, doSmoothEnds = false) { - const a = array; - const w = windowWidth; - const e = doSmoothEnds; - - switch (type) { - case FAST_SMOOTH_TYPE_NO_SMOOTHING: - return new Float64Array(array); - - default: - case FAST_SMOOTH_TYPE_RECTANGULAR: - return smooth(a, w, e); - - case FAST_SMOOTH_TYPE_TRIANGULAR: - return smooth( - smooth( - a, w, e - ), w, e - ); - - case FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_3: - return smooth( - smooth( - smooth( - a, w, e - ), w, e - ), w, e - ); - - case FAST_SMOOTH_TYPE_PSEUDO_GAUSSIAN_4: - return smooth( - smooth( - smooth( - smooth( - a, w, e - ), - w, e - ), w, e - ), w, e - ); - - case FAST_SMOOTH_TYPE_MULTIPLE_WIDTH: - return smooth( - smooth( - smooth( - smooth( - a, Math.round(1.6 * w), e - ), - Math.round(1.4 * w), e - ), - Math.round(1.2 * w), e - ), w, e - ); - } -} diff --git a/counters/EtherealGlass by Puparia/deps/reconnecting-websocket.min.js b/counters/EtherealGlass by Puparia/deps/reconnecting-websocket.min.js deleted file mode 100644 index 00540889..00000000 --- a/counters/EtherealGlass by Puparia/deps/reconnecting-websocket.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(a,b){"function"==typeof define&&define.amd?define([],b):"undefined"!=typeof module&&module.exports?module.exports=b():a.ReconnectingWebSocket=b()}(this,function(){function a(b,c,d){function l(a,b){var c=document.createEvent("CustomEvent");return c.initCustomEvent(a,!1,!1,b),c}var e={debug:!1,automaticOpen:!0,reconnectInterval:1e3,maxReconnectInterval:3e4,reconnectDecay:1.5,timeoutInterval:2e3};d||(d={});for(var f in e)this[f]="undefined"!=typeof d[f]?d[f]:e[f];this.url=b,this.reconnectAttempts=0,this.readyState=WebSocket.CONNECTING,this.protocol=null;var h,g=this,i=!1,j=!1,k=document.createElement("div");k.addEventListener("open",function(a){g.onopen(a)}),k.addEventListener("close",function(a){g.onclose(a)}),k.addEventListener("connecting",function(a){g.onconnecting(a)}),k.addEventListener("message",function(a){g.onmessage(a)}),k.addEventListener("error",function(a){g.onerror(a)}),this.addEventListener=k.addEventListener.bind(k),this.removeEventListener=k.removeEventListener.bind(k),this.dispatchEvent=k.dispatchEvent.bind(k),this.open=function(b){h=new WebSocket(g.url,c||[]),b||k.dispatchEvent(l("connecting")),(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","attempt-connect",g.url);var d=h,e=setTimeout(function(){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","connection-timeout",g.url),j=!0,d.close(),j=!1},g.timeoutInterval);h.onopen=function(){clearTimeout(e),(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onopen",g.url),g.protocol=h.protocol,g.readyState=WebSocket.OPEN,g.reconnectAttempts=0;var d=l("open");d.isReconnect=b,b=!1,k.dispatchEvent(d)},h.onclose=function(c){if(clearTimeout(e),h=null,i)g.readyState=WebSocket.CLOSED,k.dispatchEvent(l("close"));else{g.readyState=WebSocket.CONNECTING;var d=l("connecting");d.code=c.code,d.reason=c.reason,d.wasClean=c.wasClean,k.dispatchEvent(d),b||j||((g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onclose",g.url),k.dispatchEvent(l("close")));var e=g.reconnectInterval*Math.pow(g.reconnectDecay,g.reconnectAttempts);setTimeout(function(){g.reconnectAttempts++,g.open(!0)},e>g.maxReconnectInterval?g.maxReconnectInterval:e)}},h.onmessage=function(b){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onmessage",g.url,b.data);var c=l("message");c.data=b.data,k.dispatchEvent(c)},h.onerror=function(b){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onerror",g.url,b),k.dispatchEvent(l("error"))}},1==this.automaticOpen&&this.open(!1),this.send=function(b){if(h)return(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","send",g.url,b),h.send(b);throw"INVALID_STATE_ERR : Pausing to reconnect websocket"},this.close=function(a,b){"undefined"==typeof a&&(a=1e3),i=!0,h&&h.close(a,b)},this.refresh=function(){h&&h.close()}}return a.prototype.onopen=function(){},a.prototype.onclose=function(){},a.prototype.onconnecting=function(){},a.prototype.onmessage=function(){},a.prototype.onerror=function(){},a.debugAll=!1,a.CONNECTING=WebSocket.CONNECTING,a.OPEN=WebSocket.OPEN,a.CLOSING=WebSocket.CLOSING,a.CLOSED=WebSocket.CLOSED,a}); \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/index.css b/counters/EtherealGlass by Puparia/index.css deleted file mode 100644 index 792e37c5..00000000 --- a/counters/EtherealGlass by Puparia/index.css +++ /dev/null @@ -1,389 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap'); - -/* OBS Browser Compatibility */ -* { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -* { - margin: 0; - padding: 0; - box-sizing: border-box; -} - -body, -html { - overflow: hidden; - background: transparent; - font-family: 'Inter', sans-serif; - color: #ffffff; - font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11'; -} - -#ethereal-container { - position: relative; - width: 100vw; - height: 100vh; - pointer-events: none; -} - -.ambient-light { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: radial-gradient(ellipse at 20% 20%, rgba(99, 102, 241, 0.08) 0%, transparent 50%), - radial-gradient(ellipse at 80% 80%, rgba(168, 85, 247, 0.06) 0%, transparent 50%); - -webkit-animation: ambientShift 20s ease-in-out infinite; - animation: ambientShift 20s ease-in-out infinite; - z-index: 1; -} - -@-webkit-keyframes ambientShift { - - 0%, - 100% { - opacity: 0.3; - -webkit-transform: scale(1); - transform: scale(1); - } - - 50% { - opacity: 0.6; - -webkit-transform: scale(1.02); - transform: scale(1.02); - } -} - -@keyframes ambientShift { - - 0%, - 100% { - opacity: 0.3; - -webkit-transform: scale(1); - transform: scale(1); - } - - 50% { - opacity: 0.6; - -webkit-transform: scale(1.02); - transform: scale(1.02); - } -} - -.glass-panel { - position: absolute; - top: 40px; - left: 40px; - display: flex; - align-items: center; - gap: 24px; - background: rgba(255, 255, 255, 0.02); - /* Fallback for OBS browser compatibility */ - background: rgba(255, 255, 255, 0.05); - -webkit-backdrop-filter: blur(20px); - backdrop-filter: blur(20px); - border: 1px solid rgba(255, 255, 255, 0.08); - border-radius: 20px; - padding: 20px 24px; - box-shadow: - 0 8px 32px rgba(0, 0, 0, 0.1), - inset 0 1px 0 rgba(255, 255, 255, 0.1); - z-index: 10; - -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); - transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); - -webkit-transform: translateX(-100%) scale(0.95); - transform: translateX(-100%) scale(0.95); - opacity: 0; -} - -.glass-panel.active { - -webkit-transform: translateX(0) scale(1); - transform: translateX(0) scale(1); - opacity: 1; -} - -.difficulty-graph { - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: 64px; - background: rgba(255, 255, 255, 0.02); - -webkit-backdrop-filter: blur(10px); - backdrop-filter: blur(10px); - border-radius: 0 0 20px 20px; - overflow: hidden; - z-index: 1; -} - -.difficulty-graph>* { - position: absolute; - top: 0; - left: 0; - right: 0; -} - -.difficulty-graph .progress { - width: 0%; - overflow: hidden; - -webkit-transition: width 0.6s ease; - transition: width 0.6s ease; -} - -.difficulty-graph .chart { - -webkit-transform: scale(1, -1); - transform: scale(1, -1); -} - - -.metric-item { - text-align: center; - padding: 0 12px; - position: relative; - z-index: 2; -} - -.metric-value { - font-family: 'JetBrains Mono', monospace; - font-size: 18px; - font-weight: 600; - color: #ffffff; - margin-bottom: 2px; - text-shadow: 0 0 12px rgba(255, 255, 255, 0.1); -} - -.metric-label { - font-size: 9px; - font-weight: 500; - color: rgba(255, 255, 255, 0.6); - text-transform: uppercase; - letter-spacing: 1px; -} - -.hit-item { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - text-align: center; - padding: 8px 6px; - background: rgba(255, 255, 255, 0.02); - border: 1px solid rgba(255, 255, 255, 0.05); - border-radius: 10px; - width: 50px; - min-width: 50px; - height: 40px; - position: relative; - z-index: 2; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; -} - -.hit-item:hover { - background: rgba(255, 255, 255, 0.04); - border-color: rgba(255, 255, 255, 0.1); - -webkit-transform: translateY(-1px); - transform: translateY(-1px); -} - -.hit-value { - font-family: 'JetBrains Mono', monospace; - font-size: 14px; - font-weight: 600; - color: #ffffff; - margin-bottom: 2px; -} - -.hit-label { - font-size: 8px; - font-weight: 500; - text-transform: uppercase; - letter-spacing: 0.5px; -} - -.hit-300 .hit-label { - color: #10b981; -} - -.hit-100 .hit-label { - color: #3b82f6; -} - -.hit-50 .hit-label { - color: #f59e0b; -} - -.hit-miss .hit-label { - color: #ef4444; -} - -.map-info { - flex: 1; - padding: 0 16px; - border-left: 1px solid rgba(255, 255, 255, 0.1); - border-right: 1px solid rgba(255, 255, 255, 0.1); - position: relative; - z-index: 2; -} - -.map-title { - font-size: 13px; - font-weight: 600; - color: #ffffff; - margin-bottom: 2px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -.map-artist { - font-size: 11px; - font-weight: 400; - color: rgba(255, 255, 255, 0.7); - margin-bottom: 4px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -.map-meta { - display: flex; - align-items: center; - gap: 6px; - font-size: 9px; - color: rgba(255, 255, 255, 0.5); -} - -.map-difficulty { - font-weight: 600; - color: #6366f1; -} - -.map-separator { - opacity: 0.4; -} - -.map-bpm { - font-weight: 500; -} - -.fc-info { - display: flex; - flex-direction: column; - align-items: center; - padding: 8px 12px; - background: rgba(245, 158, 11, 0.05); - border: 1px solid rgba(245, 158, 11, 0.15); - border-radius: 10px; - position: relative; - z-index: 2; -} - -.fc-label { - font-size: 9px; - font-weight: 500; - color: #f59e0b; - text-transform: uppercase; - letter-spacing: 1px; - margin-bottom: 2px; -} - -.fc-value { - font-family: 'JetBrains Mono', monospace; - font-size: 14px; - font-weight: 600; - color: #ffffff; -} - -.pulse-animation { - -webkit-animation: valuePulse 0.6s cubic-bezier(0.4, 0, 0.2, 1); - animation: valuePulse 0.6s cubic-bezier(0.4, 0, 0.2, 1); -} - -@-webkit-keyframes valuePulse { - 0% { - -webkit-transform: scale(1); - transform: scale(1); - } - - 50% { - -webkit-transform: scale(1.05); - transform: scale(1.05); - } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - } -} - -@keyframes valuePulse { - 0% { - -webkit-transform: scale(1); - transform: scale(1); - } - - 50% { - -webkit-transform: scale(1.05); - transform: scale(1.05); - } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - } -} - -.glow-animation { - -webkit-animation: cardGlow 0.8s ease-in-out; - animation: cardGlow 0.8s ease-in-out; -} - -@-webkit-keyframes cardGlow { - 0% { - box-shadow: - 0 8px 32px rgba(0, 0, 0, 0.1), - inset 0 1px 0 rgba(255, 255, 255, 0.1); - } - - 50% { - box-shadow: - 0 12px 48px rgba(99, 102, 241, 0.15), - inset 0 1px 0 rgba(255, 255, 255, 0.15); - } - - 100% { - box-shadow: - 0 8px 32px rgba(0, 0, 0, 0.1), - inset 0 1px 0 rgba(255, 255, 255, 0.1); - } -} - -@keyframes cardGlow { - 0% { - box-shadow: - 0 8px 32px rgba(0, 0, 0, 0.1), - inset 0 1px 0 rgba(255, 255, 255, 0.1); - } - - 50% { - box-shadow: - 0 12px 48px rgba(99, 102, 241, 0.15), - inset 0 1px 0 rgba(255, 255, 255, 0.15); - } - - 100% { - box-shadow: - 0 8px 32px rgba(0, 0, 0, 0.1), - inset 0 1px 0 rgba(255, 255, 255, 0.1); - } -} - -.hidden { - -webkit-transform: translateX(-100%) scale(0.95) !important; - transform: translateX(-100%) scale(0.95) !important; - opacity: 0 !important; -} \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/index.html b/counters/EtherealGlass by Puparia/index.html deleted file mode 100644 index 5c48ebbc..00000000 --- a/counters/EtherealGlass by Puparia/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - EtherealGlass Overlay - - - -
-
- -
-
- -
- -
-
- -
-
0
-
PP
-
- -
-
100.00
-
ACCURACY
-
- -
-
0
-
COMBO
-
- -
-
0
-
300
-
- -
-
0
-
100
-
- -
-
0
-
50
-
- -
-
0
-
MISS
-
- -
-
No Map Selected
-
Unknown Artist
-
- Unknown - • - 0 BPM -
-
- -
-
FC PP
-
0.00
-
-
-
- - - - - - \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/index.js b/counters/EtherealGlass by Puparia/index.js deleted file mode 100644 index 6f43ff2f..00000000 --- a/counters/EtherealGlass by Puparia/index.js +++ /dev/null @@ -1,339 +0,0 @@ -const HOST = window.location.host; -const socket = new ReconnectingWebSocket(`ws://${HOST}/ws`); - -const glassPanel = document.getElementById('glassPanel'); -const ambientLight = document.getElementById('ambientLight'); -const difficultyGraph = document.getElementById('difficultyGraph'); -const chartDarker = document.getElementById('chartDarker'); -const chartLighter = document.getElementById('chartLighter'); - -let cache = {}; -let animations = {}; -let currentBPM = 0; -let chartDarkerInstance = null; -let chartLighterInstance = null; -let chartProgress = null; - -socket.onopen = () => { - console.log("EtherealGlass Overlay Connected"); -}; - -socket.onclose = event => { - console.log("Socket Closed Connection: ", event); - socket.send("Client Closed!"); -}; - -socket.onerror = error => { - console.log("Socket Error: ", error); -}; - -function initializeAnimations() { - animations = { - pp: new CountUp('ppValue', 0, 0, 0, 0.8, { - decimalPlaces: 2, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - acc: new CountUp('accValue', 100, 100, 0, 0.5, { - decimalPlaces: 2, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - combo: new CountUp('comboValue', 0, 0, 0, 0.4, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - hit300: new CountUp('hit300', 0, 0, 0, 0.3, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - hit100: new CountUp('hit100', 0, 0, 0, 0.3, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - hit50: new CountUp('hit50', 0, 0, 0, 0.3, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - hitMiss: new CountUp('hitMiss', 0, 0, 0, 0.3, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - fcPp: new CountUp('fcPpValue', 0, 0, 0, 0.6, { - decimalPlaces: 2, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }) - }; -} - -function showOverlay() { - glassPanel.classList.add('active'); - ambientLight.style.opacity = '0.6'; -} - -function hideOverlay() { - glassPanel.classList.remove('active'); - ambientLight.style.opacity = '0.2'; -} - -function addPulseEffect(element) { - element.classList.add('pulse-animation'); - setTimeout(() => { - element.classList.remove('pulse-animation'); - }, 600); -} - -function addGlowEffect(element) { - element.classList.add('glow-animation'); - setTimeout(() => { - element.classList.remove('glow-animation'); - }, 800); -} - -function updateMapInfo(data) { - console.log('Full data structure:', data); - console.log('Menu BM:', data.menu.bm); - console.log('BM Metadata:', data.menu.bm.metadata); - console.log('Gameplay data:', data.gameplay); - - const title = data.menu.bm.metadata.title || 'No Map Selected'; - const artist = data.menu.bm.metadata.artist || 'Unknown Artist'; - const difficulty = data.menu.bm.metadata.difficulty || 'Unknown'; - - // Try all possible BPM sources including gameplay - let bpm = 0; - if (data.menu.bm.stats && data.menu.bm.stats.BPM) { - bpm = data.menu.bm.stats.BPM.realtime || data.menu.bm.stats.BPM.common || 0; - } else if (data.menu.bm.metadata.bpm) bpm = data.menu.bm.metadata.bpm; - else if (data.menu.bm.metadata.mMainBpm) bpm = data.menu.bm.metadata.mMainBpm; - else if (data.menu.bm.bpm) bpm = data.menu.bm.bpm; - else if (data.menu.bm.mMainBpm) bpm = data.menu.bm.mMainBpm; - else if (data.menu.bm.stats && data.menu.bm.stats.bpm) bpm = data.menu.bm.stats.bpm; - else if (data.menu.bm.stats && data.menu.bm.stats.mMainBpm) bpm = data.menu.bm.stats.mMainBpm; - else if (data.gameplay && data.gameplay.bpm) bpm = data.gameplay.bpm; - else if (data.gameplay && data.gameplay.mMainBpm) bpm = data.gameplay.mMainBpm; - - console.log('Found BPM:', bpm); - - // Update BPM cache - if (bpm > 0 && bpm !== currentBPM) { - currentBPM = bpm; - } - - document.getElementById('mapTitle').textContent = title; - document.getElementById('mapArtist').textContent = artist; - document.getElementById('mapDifficulty').textContent = difficulty; - document.getElementById('mapBpm').textContent = `${Math.round(bpm)} BPM`; -} - -socket.onmessage = event => { - const data = JSON.parse(event.data); - - if (!animations.pp) { - initializeAnimations(); - } - - if (cache['state'] !== data.menu.state) { - cache['state'] = data.menu.state; - - if (data.menu.state === 2) { - showOverlay(); - } else { - hideOverlay(); - } - } - - if (cache['pp'] !== data.gameplay.pp.current) { - cache['pp'] = data.gameplay.pp.current; - - if (Number.isFinite(+cache['pp'])) { - animations.pp.update(data.gameplay.pp.current); - addPulseEffect(document.getElementById('ppValue')); - } - } - - if (cache['ppfc'] !== data.gameplay.pp.fc) { - cache['ppfc'] = data.gameplay.pp.fc; - - if (Number.isFinite(+cache['ppfc'])) { - animations.fcPp.update(data.gameplay.pp.fc); - addPulseEffect(document.getElementById('fcPpValue')); - } - } - - if (cache['acc'] !== data.gameplay.accuracy) { - cache['acc'] = data.gameplay.accuracy; - - if (Number.isFinite(+cache['acc'])) { - animations.acc.update(data.gameplay.accuracy); - addPulseEffect(document.getElementById('accValue')); - } - } - - if (cache['combo'] !== data.gameplay.combo) { - cache['combo'] = data.gameplay.combo; - - if (Number.isFinite(+cache['combo'])) { - animations.combo.update(data.gameplay.combo); - addPulseEffect(document.getElementById('comboValue')); - } - } - - if (cache['hit300'] !== data.gameplay.hits[300]) { - cache['hit300'] = data.gameplay.hits[300]; - animations.hit300.update(data.gameplay.hits[300]); - addPulseEffect(document.getElementById('hit300')); - } - - if (cache['hit100'] !== data.gameplay.hits[100]) { - cache['hit100'] = data.gameplay.hits[100]; - animations.hit100.update(data.gameplay.hits[100]); - addPulseEffect(document.getElementById('hit100')); - } - - if (cache['hit50'] !== data.gameplay.hits[50]) { - cache['hit50'] = data.gameplay.hits[50]; - animations.hit50.update(data.gameplay.hits[50]); - addPulseEffect(document.getElementById('hit50')); - } - - if (cache['hitMiss'] !== data.gameplay.hits[0]) { - cache['hitMiss'] = data.gameplay.hits[0]; - animations.hitMiss.update(data.gameplay.hits[0]); - addPulseEffect(document.getElementById('hitMiss')); - } - - if (cache['mapData'] !== JSON.stringify(data.menu.bm.metadata)) { - cache['mapData'] = JSON.stringify(data.menu.bm.metadata); - updateMapInfo(data); - - // Update difficulty graph when map changes - if (data.performance && data.performance.graph) { - updateDifficultyGraph(data.performance.graph); - } - } - - // Update progress based on map progress - if (data.menu && data.menu.bm && data.menu.bm.time) { - const progress = (data.menu.bm.time.live / data.menu.bm.time.mp3Length) * 100; - updateProgress(progress); - } -}; - -function initializeCharts() { - if (!chartDarker || !chartLighter) return; - - // Create gradient for darker chart - const darkerGradient = chartDarker.getContext('2d').createLinearGradient(0, 0, 0, 64); - darkerGradient.addColorStop(0, 'rgba(99, 102, 241, 0.3)'); - darkerGradient.addColorStop(1, 'rgba(99, 102, 241, 0.05)'); - - // Create gradient for lighter chart - const lighterGradient = chartLighter.getContext('2d').createLinearGradient(0, 0, 0, 64); - lighterGradient.addColorStop(0, 'rgba(168, 85, 247, 0.7)'); - lighterGradient.addColorStop(1, 'rgba(168, 85, 247, 0.1)'); - - const chartConfig = { - type: 'line', - data: { - labels: [], - datasets: [{ - data: [], - borderColor: 'rgba(99, 102, 241, 0.8)', - backgroundColor: darkerGradient, - borderWidth: 1, - fill: true, - tension: 0.1, - pointRadius: 0, - pointHoverRadius: 0 - }] - }, - options: { - responsive: false, - maintainAspectRatio: false, - plugins: { - legend: { display: false }, - tooltip: { enabled: false } - }, - scales: { - x: { display: false }, - y: { display: false } - }, - elements: { - point: { radius: 0 } - } - } - }; - - chartDarkerInstance = new Chart(chartDarker, chartConfig); - - const lighterConfig = { ...chartConfig }; - lighterConfig.data.datasets[0].backgroundColor = lighterGradient; - lighterConfig.data.datasets[0].borderColor = 'rgba(168, 85, 247, 0.9)'; - - chartLighterInstance = new Chart(chartLighter, lighterConfig); - - chartProgress = document.querySelector('.difficulty-graph .progress'); - - console.log('Charts initialized'); -} - -function updateDifficultyGraph(graphData) { - if (!chartDarkerInstance || !chartLighterInstance || !graphData) return; - - // Generate sample data for demonstration - const dataPoints = 100; - const data = []; - const labels = []; - - for (let i = 0; i < dataPoints; i++) { - // Create a realistic difficulty curve - const x = i / dataPoints; - const difficulty = Math.sin(x * Math.PI * 2) * 0.3 + - Math.sin(x * Math.PI * 8) * 0.1 + - Math.random() * 0.1 + 0.5; - data.push(Math.max(0, difficulty)); - labels.push(i); - } - - chartDarkerInstance.data.datasets[0].data = data; - chartDarkerInstance.data.labels = labels; - chartDarkerInstance.update(); - - chartLighterInstance.data.datasets[0].data = data; - chartLighterInstance.data.labels = labels; - chartLighterInstance.update(); - - console.log('Difficulty graph updated'); -} - -function updateProgress(percentage) { - if (chartProgress) { - chartProgress.style.width = `${Math.max(0, Math.min(100, percentage))}%`; - } -} - -initializeAnimations(); -initializeCharts(); \ No newline at end of file diff --git a/counters/EtherealGlass by Puparia/metadata.txt b/counters/EtherealGlass by Puparia/metadata.txt deleted file mode 100644 index f7b7743b..00000000 --- a/counters/EtherealGlass by Puparia/metadata.txt +++ /dev/null @@ -1,7 +0,0 @@ -Usecase: ingame,obs-overlays -Name: EtherealGlass -Version: 1.0 -Author: Puparia -CompatibleWith: tosu,streamCompanion -Resolution: 1000x600 -Description: Ultra-modern glassmorphism overlay with sophisticated transparency effects, ambient lighting, and real-time performance visualization diff --git a/counters/EtherealGlass by Puparia/readme.md b/counters/EtherealGlass by Puparia/readme.md deleted file mode 100644 index b5e6b23c..00000000 --- a/counters/EtherealGlass by Puparia/readme.md +++ /dev/null @@ -1,75 +0,0 @@ -# EtherealGlass Overlay - -An ultra-modern, sophisticated overlay for osu! gameplay featuring glassmorphism design and elegant transparency effects. - -## Design Philosophy - -**EtherealGlass** embodies the pinnacle of modern UI design with: -- **Glassmorphism**: Advanced backdrop blur and transparency effects -- **Ambient Lighting**: Dynamic radial gradients that shift and breathe -- **Particle Field**: Subtle floating particles for depth and atmosphere -- **Sophisticated Typography**: Inter font family with JetBrains Mono for data -- **Minimalist Elegance**: Clean, uncluttered interface with purposeful spacing - -## Features - -### Visual Elements -- **Ambient Light System**: Multi-layered radial gradients with smooth animations -- **Particle Field**: Floating particles that create depth and movement -- **Glass Panels**: Advanced backdrop blur with subtle borders and shadows -- **Status Indicators**: Animated dots with pulsing effects -- **Hit Visualizations**: Circular indicators with pulsing animations - -### Performance Monitoring -- **Real-time PP Tracking**: Live performance points with smooth animations -- **Accuracy Display**: Precise accuracy monitoring with color-coded feedback -- **Combo Counter**: Streak tracking with visual emphasis -- **Hit Analysis**: Visual representation of hit types (300, 100, 50, Miss) -- **FC Projection**: Full combo potential calculation - -### Advanced Features -- **Performance Graph**: Real-time trend visualization with SVG animations -- **Map Context**: Comprehensive beatmap information display -- **Smooth Transitions**: Cubic-bezier easing for professional feel -- **Responsive Design**: Adapts to different screen sizes and resolutions - -## Technical Implementation - -### Modern CSS Features -- **Backdrop Filter**: Advanced blur effects for glassmorphism -- **CSS Grid & Flexbox**: Modern layout techniques -- **Custom Properties**: Dynamic theming and animations -- **Advanced Animations**: Keyframe animations with easing functions - -### JavaScript Features -- **WebSocket Integration**: Real-time data from tosu API -- **CountUp Animations**: Smooth number transitions -- **Performance History**: Graph data management -- **Event-driven Updates**: Efficient data handling - -### API Compatibility -- **tosu API**: Full compatibility with tosu WebSocket API -- **StreamCompanion**: Compatible with existing overlay ecosystem -- **Real-time Data**: Live gameplay, map, and performance data - -## Installation - -1. Place the overlay folder in your static directory -2. Configure your streaming software to use `index.html` -3. Ensure tosu is running and WebSocket is enabled -4. Enjoy the sophisticated overlay experience - -## Customization - -The overlay uses CSS custom properties for easy theming: -- Modify color schemes in the CSS variables -- Adjust animation timings and easing functions -- Customize particle effects and ambient lighting -- Fine-tune glassmorphism effects and blur values - -## Performance - -- **Optimized Animations**: Hardware-accelerated CSS animations -- **Efficient Rendering**: Minimal DOM manipulation -- **Low CPU Usage**: Optimized particle system and effects -- **Smooth 60fps**: Consistent frame rate for all animations From cfb6809c15c44ca79dc5daa1b4d0b244c42cb839 Mon Sep 17 00:00:00 2001 From: Maxime <32194766+Pupariaa@users.noreply.github.com> Date: Tue, 23 Dec 2025 03:30:37 +0100 Subject: [PATCH 3/6] remove non-official websocket from Pups-Overlay --- .../Pups-Overlay by Puparia/deps/reconnecting-websocket.min.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 counters/Pups-Overlay by Puparia/deps/reconnecting-websocket.min.js diff --git a/counters/Pups-Overlay by Puparia/deps/reconnecting-websocket.min.js b/counters/Pups-Overlay by Puparia/deps/reconnecting-websocket.min.js deleted file mode 100644 index 00540889..00000000 --- a/counters/Pups-Overlay by Puparia/deps/reconnecting-websocket.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(a,b){"function"==typeof define&&define.amd?define([],b):"undefined"!=typeof module&&module.exports?module.exports=b():a.ReconnectingWebSocket=b()}(this,function(){function a(b,c,d){function l(a,b){var c=document.createEvent("CustomEvent");return c.initCustomEvent(a,!1,!1,b),c}var e={debug:!1,automaticOpen:!0,reconnectInterval:1e3,maxReconnectInterval:3e4,reconnectDecay:1.5,timeoutInterval:2e3};d||(d={});for(var f in e)this[f]="undefined"!=typeof d[f]?d[f]:e[f];this.url=b,this.reconnectAttempts=0,this.readyState=WebSocket.CONNECTING,this.protocol=null;var h,g=this,i=!1,j=!1,k=document.createElement("div");k.addEventListener("open",function(a){g.onopen(a)}),k.addEventListener("close",function(a){g.onclose(a)}),k.addEventListener("connecting",function(a){g.onconnecting(a)}),k.addEventListener("message",function(a){g.onmessage(a)}),k.addEventListener("error",function(a){g.onerror(a)}),this.addEventListener=k.addEventListener.bind(k),this.removeEventListener=k.removeEventListener.bind(k),this.dispatchEvent=k.dispatchEvent.bind(k),this.open=function(b){h=new WebSocket(g.url,c||[]),b||k.dispatchEvent(l("connecting")),(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","attempt-connect",g.url);var d=h,e=setTimeout(function(){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","connection-timeout",g.url),j=!0,d.close(),j=!1},g.timeoutInterval);h.onopen=function(){clearTimeout(e),(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onopen",g.url),g.protocol=h.protocol,g.readyState=WebSocket.OPEN,g.reconnectAttempts=0;var d=l("open");d.isReconnect=b,b=!1,k.dispatchEvent(d)},h.onclose=function(c){if(clearTimeout(e),h=null,i)g.readyState=WebSocket.CLOSED,k.dispatchEvent(l("close"));else{g.readyState=WebSocket.CONNECTING;var d=l("connecting");d.code=c.code,d.reason=c.reason,d.wasClean=c.wasClean,k.dispatchEvent(d),b||j||((g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onclose",g.url),k.dispatchEvent(l("close")));var e=g.reconnectInterval*Math.pow(g.reconnectDecay,g.reconnectAttempts);setTimeout(function(){g.reconnectAttempts++,g.open(!0)},e>g.maxReconnectInterval?g.maxReconnectInterval:e)}},h.onmessage=function(b){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onmessage",g.url,b.data);var c=l("message");c.data=b.data,k.dispatchEvent(c)},h.onerror=function(b){(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","onerror",g.url,b),k.dispatchEvent(l("error"))}},1==this.automaticOpen&&this.open(!1),this.send=function(b){if(h)return(g.debug||a.debugAll)&&console.debug("ReconnectingWebSocket","send",g.url,b),h.send(b);throw"INVALID_STATE_ERR : Pausing to reconnect websocket"},this.close=function(a,b){"undefined"==typeof a&&(a=1e3),i=!0,h&&h.close(a,b)},this.refresh=function(){h&&h.close()}}return a.prototype.onopen=function(){},a.prototype.onclose=function(){},a.prototype.onconnecting=function(){},a.prototype.onmessage=function(){},a.prototype.onerror=function(){},a.debugAll=!1,a.CONNECTING=WebSocket.CONNECTING,a.OPEN=WebSocket.OPEN,a.CLOSING=WebSocket.CLOSING,a.CLOSED=WebSocket.CLOSED,a}); \ No newline at end of file From 9a16c775b7c0e40dc0c1c6cb69765e4ff31edbbe Mon Sep 17 00:00:00 2001 From: Maxime <32194766+Pupariaa@users.noreply.github.com> Date: Tue, 23 Dec 2025 03:30:43 +0100 Subject: [PATCH 4/6] rename EtherealGlass references to Pups-Overlay --- counters/Pups-Overlay by Puparia/index.css | 2 +- counters/Pups-Overlay by Puparia/index.html | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/counters/Pups-Overlay by Puparia/index.css b/counters/Pups-Overlay by Puparia/index.css index 3f8d4e08..91357ba4 100644 --- a/counters/Pups-Overlay by Puparia/index.css +++ b/counters/Pups-Overlay by Puparia/index.css @@ -21,7 +21,7 @@ html { font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11'; } -#ethereal-container { +#pups-container { position: relative; width: 100vw; height: 100vh; diff --git a/counters/Pups-Overlay by Puparia/index.html b/counters/Pups-Overlay by Puparia/index.html index f7f51e54..2d4a0fbc 100644 --- a/counters/Pups-Overlay by Puparia/index.html +++ b/counters/Pups-Overlay by Puparia/index.html @@ -7,11 +7,11 @@ - EtherealGlass Overlay + Pups-Overlay -
+
@@ -118,7 +118,6 @@
-
@@ -129,7 +128,7 @@ From 79ab2ab94fd7762bbc3f3b41d4d66009709bc388 Mon Sep 17 00:00:00 2001 From: Maxime <32194766+Pupariaa@users.noreply.github.com> Date: Tue, 23 Dec 2025 03:30:48 +0100 Subject: [PATCH 5/6] use tosu settings API and cleanup code - use socket.sendCommand instead of fetch for settings - remove calculateModdedStats (tosu already provides converted stats) - use beatmap.stats.*.converted directly - fix BPM to use realtime when available - remove console.log --- counters/Pups-Overlay by Puparia/index.js | 245 ++++++---------------- 1 file changed, 60 insertions(+), 185 deletions(-) diff --git a/counters/Pups-Overlay by Puparia/index.js b/counters/Pups-Overlay by Puparia/index.js index 9887849a..00a407cb 100644 --- a/counters/Pups-Overlay by Puparia/index.js +++ b/counters/Pups-Overlay by Puparia/index.js @@ -4,92 +4,37 @@ const socket = new WebSocketManager(window.location.host); const glassPanel = document.getElementById('glassPanel'); const ambientLight = document.getElementById('ambientLight'); -const container = document.getElementById('ethereal-container'); +const container = document.getElementById('pups-container'); let cache = {}; let animations = {}; let settings = {}; -// Load settings -(async () => { +socket.sendCommand('getSettings', encodeURI(window.COUNTER_PATH)); +socket.commands((data) => { try { - const settingsPath = './settings.json'; - console.log('Loading settings from:', settingsPath); - const settingsResponse = await fetch(settingsPath); - const settingsData = await settingsResponse.json(); - console.log('Settings data:', settingsData); - - settingsData.forEach(setting => { - settings[setting.uniqueID] = setting.value; - }); - - // Apply position class - const positionClass = settings.overlayPosition ? 'position-top' : 'position-bottom'; - container.classList.add(positionClass); - glassPanel.classList.add(positionClass); - - console.log('Settings loaded:', settings); - console.log('Position class:', positionClass); + const { message } = data; + if (message['overlayPosition'] != null) { + settings.overlayPosition = message['overlayPosition']; + const positionClass = settings.overlayPosition ? 'position-top' : 'position-bottom'; + container.classList.add(positionClass); + glassPanel.classList.add(positionClass); + } } catch (e) { - console.error('Failed to load settings:', e); - settings = { overlayPosition: true }; // Default to top container.classList.add('position-top'); glassPanel.classList.add('position-top'); } -})(); +}); function initializeAnimations() { - animations = { - pp: new CountUp('ppValue', 0, 0, 0, 0.8, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - acc: new CountUp('accValue', 100, 100, 0, 0.5, { - decimalPlaces: 2, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - combo: new CountUp('comboValue', 0, 0, 0, 0.4, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - hit300: new CountUp('hit300', 0, 0, 0, 0.3, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - hit100: new CountUp('hit100', 0, 0, 0, 0.3, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - hit50: new CountUp('hit50', 0, 0, 0, 0.3, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - hitMiss: new CountUp('hitMiss', 0, 0, 0, 0.3, { - decimalPlaces: 0, - useEasing: true, - useGrouping: false, - separator: " ", - decimal: "." - }), - }; + const baseOpts = { useEasing: true, useGrouping: false, separator: " ", decimal: "." }; + animations.pp = new CountUp('ppValue', 0, 0, 0, 0.8, { ...baseOpts, decimalPlaces: 0 }); + animations.acc = new CountUp('accValue', 100, 100, 0, 0.5, { ...baseOpts, decimalPlaces: 2 }); + animations.combo = new CountUp('comboValue', 0, 0, 0, 0.4, { ...baseOpts, decimalPlaces: 0 }); + animations.hit300 = new CountUp('hit300', 0, 0, 0, 0.3, { ...baseOpts, decimalPlaces: 0 }); + animations.hit100 = new CountUp('hit100', 0, 0, 0, 0.3, { ...baseOpts, decimalPlaces: 0 }); + animations.hit50 = new CountUp('hit50', 0, 0, 0, 0.3, { ...baseOpts, decimalPlaces: 0 }); + animations.hitMiss = new CountUp('hitMiss', 0, 0, 0, 0.3, { ...baseOpts, decimalPlaces: 0 }); } function showOverlay() { @@ -109,50 +54,14 @@ function setMenuMode() { function addPulseEffect(element) { element.classList.add('pulse-animation'); - setTimeout(() => { - element.classList.remove('pulse-animation'); - }, 600); + setTimeout(() => element.classList.remove('pulse-animation'), 600); } function addGlowEffect(element) { element.classList.add('glow-animation'); - setTimeout(() => { - element.classList.remove('glow-animation'); - }, 800); + setTimeout(() => element.classList.remove('glow-animation'), 800); } -function calculateModdedStats(baseStats, mods) { - let stats = { ...baseStats }; - - if (!mods || !mods.array) return stats; - - const modNames = mods.array.map(mod => mod.acronym); - - // Apply mod effects - if (modNames.includes('EZ')) { - stats.CS *= 0.5; - stats.AR *= 0.5; - stats.OD *= 0.5; - stats.HP *= 0.5; - } - - if (modNames.includes('HR')) { - stats.CS = Math.min(10, stats.CS * 1.3); - stats.AR = Math.min(10, stats.AR * 1.4); - stats.OD = Math.min(10, stats.OD * 1.4); - stats.HP = Math.min(10, stats.HP * 1.4); - } - - if (modNames.includes('DT') || modNames.includes('NC')) { - stats.bpm *= 1.5; - } - - if (modNames.includes('HT')) { - stats.bpm *= 0.75; - } - - return stats; -} function updateModsDisplay(modsStr) { const modsContainer = document.getElementById('modsContainer'); @@ -177,42 +86,23 @@ function updateModsDisplay(modsStr) { 'v2': './static/v2.png', }; - console.log('Mods string received:', modsStr); - - if (modsStr && modsStr !== "" && modsStr !== "NM") { - let modsApplied = modsStr.toLowerCase(); - - // Remove DT if NC is present (NC includes DT) - if (modsApplied.indexOf('nc') !== -1) { - modsApplied = modsApplied.replace('dt', ''); - } - // Remove SD if PF is present (PF includes SD) - if (modsApplied.indexOf('pf') !== -1) { - modsApplied = modsApplied.replace('sd', ''); - } - - // Split mods into pairs - let modsArr = modsApplied.match(/.{1,2}/g); - console.log('Processed mods array:', modsArr); - - if (modsArr) { - for (let i = 0; i < modsArr.length; i++) { - const modIcon = document.createElement('div'); - modIcon.className = 'mod-icon'; - modIcon.style.backgroundImage = `url('${modsImgs[modsArr[i]]}')`; - modIcon.title = modsArr[i].toUpperCase(); - modsContainer.appendChild(modIcon); - } - } - } else { - console.log('No mods to display'); + if (!modsStr || modsStr === "" || modsStr === "NM") return; + let modsApplied = modsStr.toLowerCase(); + if (modsApplied.includes('nc')) modsApplied = modsApplied.replace('dt', ''); + if (modsApplied.includes('pf')) modsApplied = modsApplied.replace('sd', ''); + + const modsArr = modsApplied.match(/.{1,2}/g); + if (!modsArr) return; + for (let i = 0; i < modsArr.length; i++) { + const modIcon = document.createElement('div'); + modIcon.className = 'mod-icon'; + modIcon.style.backgroundImage = `url('${modsImgs[modsArr[i]]}')`; + modIcon.title = modsArr[i].toUpperCase(); + modsContainer.appendChild(modIcon); } } socket.api_v2((data) => { - console.log('Received data:', data); - console.log('State name:', data?.state?.name); - if (!animations.pp) { initializeAnimations(); } @@ -229,12 +119,7 @@ socket.api_v2((data) => { if (cache['isInGame'] !== isInGame) { cache['isInGame'] = isInGame; - - if (isInGame) { - setGameplayMode(); - } else { - setMenuMode(); - } + isInGame ? setGameplayMode() : setMenuMode(); } const artist = beatmap?.artist || beatmap?.artistUnicode || 'Unknown Artist'; @@ -272,7 +157,6 @@ socket.api_v2((data) => { }, 100); } - // Update progress bars const currentTime = beatmap?.time?.live || 0; const totalTime = beatmap?.time?.lastObject || 1; const progress = Math.min(100, Math.max(0, (currentTime / totalTime) * 100)); @@ -283,12 +167,10 @@ socket.api_v2((data) => { progressFillTop.style.width = `${progress}%`; progressFillBottom.style.width = `${progress}%`; - // Add particles at the end of progress bars (like a wick) if (isInGame && Math.random() > 0.6 && progress > 0) { [progressFillTop, progressFillBottom].forEach(fill => { const particle = document.createElement('div'); particle.className = 'progress-particle'; - // Position at the end of the progress bar with slight randomness particle.style.left = `calc(100% - ${Math.random() * 10}px)`; particle.style.animationDelay = `${Math.random() * 0.3}s`; fill.appendChild(particle); @@ -302,11 +184,12 @@ socket.api_v2((data) => { } const isResultScreen = stateName === 'resultscreen'; + const source = isResultScreen ? resultsScreen : play; - const pp = isResultScreen ? (resultsScreen?.pp || { current: 0, fc: 0 }) : (play?.pp || { current: 0, fc: 0 }); - const hits = isResultScreen ? (resultsScreen?.hits || {}) : (play?.hits || {}); - const accuracy = isResultScreen ? (resultsScreen?.accuracy || 100) : (play?.accuracy || 100); - const combo = isResultScreen ? (resultsScreen?.combo || { current: 0 }) : (play?.combo || { current: 0 }); + const pp = source?.pp || { current: 0, fc: 0 }; + const hits = source?.hits || {}; + const accuracy = source?.accuracy || 100; + const combo = source?.combo || { current: 0 }; if (cache['pp'] !== pp.current || cache['ppfc'] !== pp.fc) { cache['pp'] = pp.current; @@ -361,46 +244,38 @@ socket.api_v2((data) => { addPulseEffect(document.getElementById('hitMiss')); } - // Update mods display only when playing - const currentMods = isResultScreen ? resultsScreen?.mods : play?.mods; + const currentMods = source?.mods; const modsStr = currentMods?.name || ""; if (cache['mods'] !== modsStr) { cache['mods'] = modsStr; updateModsDisplay(modsStr); } - // Update specs display - const baseStats = { - CS: beatmap?.stats?.cs?.converted || 0, - AR: beatmap?.stats?.ar?.converted || 0, - OD: beatmap?.stats?.od?.converted || 0, - HP: beatmap?.stats?.hp?.converted || 0, - bpm: beatmap?.stats?.bpm?.common || 0, + const stats = { + cs: beatmap?.stats?.cs?.converted || 0, + ar: beatmap?.stats?.ar?.converted || 0, + od: beatmap?.stats?.od?.converted || 0, + hp: beatmap?.stats?.hp?.converted || 0, + bpm: beatmap?.stats?.bpm?.realtime || beatmap?.stats?.bpm?.common || 0, stars: beatmap?.stats?.stars?.total || 0 }; - console.log('Base stats:', baseStats); - console.log('Current mods:', currentMods); - - const moddedStats = calculateModdedStats(baseStats, currentMods); - console.log('Modded stats:', moddedStats); - - const statsKey = JSON.stringify({ baseStats, modsStr }); + const statsKey = JSON.stringify(stats); if (cache['statsKey'] !== statsKey) { cache['statsKey'] = statsKey; - // Format function to remove unnecessary decimals - const formatStat = (value, decimals = 1) => { + function formatStat(value, decimals = 1) { const rounded = parseFloat(value.toFixed(decimals)); - return rounded % 1 === 0 ? rounded.toFixed(0) : rounded.toFixed(decimals); - }; - - document.getElementById('starRating').textContent = formatStat(moddedStats.stars, 2); - document.getElementById('csValue').textContent = formatStat(moddedStats.CS); - document.getElementById('arValue').textContent = formatStat(moddedStats.AR); - document.getElementById('odValue').textContent = formatStat(moddedStats.OD); - document.getElementById('hpValue').textContent = formatStat(moddedStats.HP); - document.getElementById('bpmValue').textContent = Math.round(moddedStats.bpm); + if (rounded % 1 === 0) return rounded.toFixed(0); + return rounded.toFixed(decimals); + } + + document.getElementById('starRating').textContent = formatStat(stats.stars, 2); + document.getElementById('csValue').textContent = formatStat(stats.cs); + document.getElementById('arValue').textContent = formatStat(stats.ar); + document.getElementById('odValue').textContent = formatStat(stats.od); + document.getElementById('hpValue').textContent = formatStat(stats.hp); + document.getElementById('bpmValue').textContent = Math.round(stats.bpm); } }, [ { @@ -415,7 +290,7 @@ socket.api_v2((data) => { keys: [ { field: 'bpm', - keys: ['common'] + keys: ['common', 'realtime'] }, { field: 'cs', From fa86291c073046a4742691bc7ed5b9504f392eff Mon Sep 17 00:00:00 2001 From: ck <21735205+cyperdark@users.noreply.github.com> Date: Wed, 24 Dec 2025 08:26:08 +0300 Subject: [PATCH 6/6] remove things --- counters/Pups-Overlay by Puparia/index.html | 3 - preview.json | 46731 ------------------ 2 files changed, 46734 deletions(-) delete mode 100644 preview.json diff --git a/counters/Pups-Overlay by Puparia/index.html b/counters/Pups-Overlay by Puparia/index.html index 2d4a0fbc..3f68f1c8 100644 --- a/counters/Pups-Overlay by Puparia/index.html +++ b/counters/Pups-Overlay by Puparia/index.html @@ -127,9 +127,6 @@ - diff --git a/preview.json b/preview.json deleted file mode 100644 index 32947851..00000000 --- a/preview.json +++ /dev/null @@ -1,46731 +0,0 @@ -{ - "client": "stable", - "server": "ppy.sh", - "state": { - "number": 5, - "name": "selectPlay" - }, - "session": { - "playTime": 2047502, - "playCount": 0 - }, - "settings": { - "interfaceVisible": true, - "replayUIVisible": true, - "chatVisibilityStatus": { - "number": 0, - "name": "hidden" - }, - "leaderboard": { - "visible": false, - "type": { - "number": 3, - "name": "friends" - } - }, - "progressBar": { - "number": 1, - "name": "pie" - }, - "bassDensity": 0, - "resolution": { - "fullscreen": true, - "width": 1920, - "height": 1080, - "widthFullscreen": 1920, - "heightFullscreen": 1080 - }, - "client": { - "updateAvailable": false, - "branch": 1, - "version": "b20250815" - }, - "scoreMeter": { - "type": { - "number": 2, - "name": "error" - }, - "size": 1 - }, - "cursor": { - "useSkinCursor": true, - "autoSize": false, - "size": 0.86, - "menuSize": 0 - }, - "mouse": { - "rawInput": false, - "highPrecision": false, - "disableButtons": true, - "disableWheel": false, - "sensitivity": 1 - }, - "tablet": { - "enabled": false, - "x": 0, - "y": 0, - "width": 0, - "height": 0, - "rotation": 0, - "pressureThreshold": 0 - }, - "mania": { - "speedBPMScale": false, - "usePerBeatmapSpeedScale": false, - "scrollSpeed": 27, - "scrollDirection": { - "number": 1, - "name": "down" - } - }, - "sort": { - "number": 5, - "name": "length" - }, - "group": { - "number": 6, - "name": "length" - }, - "skin": { - "useDefaultSkinInEditor": false, - "ignoreBeatmapSkins": true, - "tintSliderBall": true, - "useTaikoSkin": false, - "name": "Nebula_mixed - Copie" - }, - "mode": { - "number": 0, - "name": "osu" - }, - "audio": { - "ignoreBeatmapSounds": true, - "useSkinSamples": true, - "volume": { - "masterInactive": 0, - "master": 0, - "music": 65, - "effect": 80 - }, - "offset": { - "universal": 52 - } - }, - "background": { - "storyboard": false, - "video": false, - "blur": 0, - "dim": 100 - }, - "keybinds": { - "osu": { - "k1": "Q", - "k2": "S", - "smokeKey": "C" - }, - "fruits": { - "k1": "Left", - "k2": "Right", - "Dash": "LeftShift" - }, - "taiko": { - "innerLeft": "X", - "innerRight": "C", - "outerLeft": "Z", - "outerRight": "V" - }, - "quickRetry": "~" - } - }, - "profile": { - "userStatus": { - "number": 65793, - "name": "connected" - }, - "banchoStatus": { - "number": 1, - "name": "afk" - }, - "id": 5146531, - "name": "Puparia", - "mode": { - "number": 0, - "name": "osu" - }, - "rankedScore": 6351533336, - "level": 99.73088073730469, - "accuracy": 93.88, - "pp": 3608, - "playCount": 31033, - "globalRank": 206194, - "countryCode": { - "number": 74, - "name": "FR" - }, - "backgroundColour": "ff010101" - }, - "beatmap": { - "isKiai": true, - "isBreak": false, - "isConvert": false, - "time": { - "live": 1684357, - "firstObject": 1912, - "lastObject": 3694457, - "mp3Length": 3704728 - }, - "status": { - "number": 2, - "name": "pending" - }, - "checksum": "3075b0452f55357faaefdf1ba3814e89", - "id": 1210810, - "set": 349685, - "mode": { - "number": 0, - "name": "osu" - }, - "artist": "ZUN", - "artistUnicode": "ZUN", - "title": "Touhou Compilation", - "titleUnicode": "Touhou Compilation", - "mapper": "Kenterz", - "version": "Marathon", - "stats": { - "stars": { - "live": 0, - "aim": 3.61, - "speed": 3.47, - "flashlight": 12.65, - "sliderFactor": 0.96, - "hitWindow": 32, - "total": 7.42 - }, - "ar": { - "original": 9.2, - "converted": 9.2 - }, - "cs": { - "original": 4, - "converted": 4 - }, - "od": { - "original": 8, - "converted": 8 - }, - "hp": { - "original": 5, - "converted": 5 - }, - "bpm": { - "realtime": 165, - "common": 164, - "min": 120, - "max": 220 - }, - "objects": { - "circles": 9585, - "sliders": 7599, - "spinners": 22, - "holds": 0, - "total": 17206 - }, - "maxCombo": 26445 - } - }, - "play": { - "playerName": "", - "mode": { - "number": 0, - "name": "osu" - }, - "score": 0, - "accuracy": 100, - "healthBar": { - "normal": 0, - "smooth": 0 - }, - "hits": { - "0": 0, - "50": 0, - "100": 0, - "300": 0, - "geki": 0, - "katu": 0, - "sliderBreaks": 0, - "sliderEndHits": 0, - "smallTickHits": 0, - "largeTickHits": 0 - }, - "hitErrorArray": [], - "combo": { - "current": 0, - "max": 0 - }, - "mods": { - "checksum": "7554e5d53afa69cbf3dcfeb4e10bdeb0", - "number": 536870912, - "name": "v2", - "array": [ - { - "acronym": "V2" - } - ], - "rate": 1 - }, - "rank": { - "current": "X", - "maxThisPlay": "X" - }, - "pp": { - "current": 0, - "fc": 770.14, - "maxAchieved": 0, - "maxAchievable": 0, - "detailed": { - "current": { - "aim": 0, - "speed": 0, - "accuracy": 0, - "difficulty": 0, - "flashlight": 0, - "total": 0 - }, - "fc": { - "aim": 0, - "speed": 0, - "accuracy": 0, - "difficulty": 0, - "flashlight": 0, - "total": 770.14 - } - } - }, - "unstableRate": 0 - }, - "leaderboard": [], - "performance": { - "accuracy": { - "90": 373.84, - "91": 378.97, - "92": 384.38, - "93": 400.26, - "94": 422.24, - "95": 449.56, - "96": 483.52, - "97": 526.2, - "98": 582.55, - "99": 677.77, - "100": 770.14 - }, - "graph": { - "series": [ - { - "name": "aim", - "data": [ - -100, - -100, - -100, - -100, - 0, - 10.986781765345125, - 16.99156969365232, - 39.596594333055144, - 41.13552011986445, - 49.7133986234426, - 47.59086005392959, - 32.195044977873735, - 25.111557397918656, - 32.89133342448814, - 48.5048375224478, - 49.6566842855256, - 41.841397545293255, - 47.060876589463206, - 59.77160448619364, - 63.79163603025777, - 49.396492407063214, - 62.78705573158244, - 52.233721641403136, - 60.63238602283069, - 52.591009036841804, - 45.1670621263565, - 54.29690353681507, - 33.983617285320975, - 31.28217022365615, - 33.19682074948467, - 39.24907994042151, - 53.88696282364081, - 59.37478397191357, - 48.4556581908388, - 37.11418916566241, - 72.46199984425505, - 54.61952429346406, - 35.72277027950978, - 50.128989572629294, - 46.407679375172016, - 39.301880083062095, - 32.88258145184717, - 28.15749193987513, - 33.99860856829867, - 43.3632944380343, - 39.43908516050355, - 49.554099303312555, - 46.990508213907, - 43.80551225294115, - 43.30971349887941, - 30.761353001561464, - 28.01803774954823, - 28.551703908882956, - 30.77359303257245, - 40.23704087859227, - 47.23129326906631, - 38.44051287209621, - 41.57482681623846, - 36.409853544387104, - 35.429501501369415, - 33.000419581490604, - 32.03232245200582, - 43.81687590961861, - 60.23459605366527, - 65.04526708218413, - 41.098860983309386, - 25.68003113687323, - 12.023531613133704, - 5.629483534560377, - 2.6357551080307506, - 1.2340750171592296, - 0.5778007005796477, - 0.2705294612955085, - 0.12666337952760842, - 0.05930448993069189, - 12.921816061273912, - 46.59846721836047, - 41.183822810434165, - 51.76731705822958, - 49.824791814376674, - 52.059303536803036, - 45.27476862729661, - 49.233289247650625, - 49.563789066698206, - 44.661517892464055, - 105.68561672927851, - 105.08583026178506, - 102.93309470528166, - 117.47803363779595, - 75.22082884272605, - 69.03449190184742, - 65.35152725901187, - 83.90726982230922, - 60.308036460842494, - 57.993356034714935, - 54.21486116894704, - 49.713815055117635, - 59.836942707976235, - 55.98299458685402, - 57.91469908644216, - 78.64171732302302, - 57.54011170866444, - 48.51684026583442, - 52.10531535970682, - 70.279808963466, - 85.83909379091241, - 75.45001487306764, - 54.640883917675566, - 44.75364534944597, - 55.821702106014364, - 44.540791944958514, - 50.32254123976482, - 33.62066464816543, - 51.7560148294509, - 46.181826292623455, - 52.59831046173311, - 80.76428498351174, - 75.59634951065625, - 49.15489231173312, - 56.54552997374154, - 71.88834118727424, - 77.89419580249273, - 63.74629545990487, - 77.93848470879759, - 54.11450294207352, - 58.07992188480177, - 48.74931434438233, - 38.99973159713698, - 42.912577241472746, - 56.50075395861214, - 52.91502779616174, - 69.2061308090608, - 75.42802027034404, - 62.10371536488067, - 110.16184168426099, - 99.24673014464037, - 62.86099841247018, - 49.10387459680809, - 22.99070376493172, - 10.764373767792339, - 5.039938916070844, - 2.359727079872183, - 1.104837178428182, - 0.5172908347109638, - 0.24219840977532767, - 0.11339862561159392, - 0.05309385929712411, - 0.024858836514634074, - 0.011639043780996684, - 22.314103031013598, - 24.521907218684703, - 53.54796630044446, - 46.05910473419467, - 41.30039449664645, - 34.709601356071666, - 48.12529462873912, - 58.54561631327695, - 56.48747136257888, - 46.35414666841857, - 43.90289769448174, - 38.07425802240934, - 53.27113939138945, - 48.81920469309273, - 48.68214722438839, - 41.68966412195803, - 48.28435705355591, - 77.21446745027657, - 76.38371451365992, - 76.03781370542268, - 45.03137957079129, - 57.60277232885068, - 70.36260073133775, - 53.60388100050885, - 42.574451781007454, - 32.25474762830906, - 44.06189773020372, - 41.53633205260112, - 28.247882517359066, - 16.76528708436708, - 27.675144718589905, - 18.093989859770268, - 36.45482955878912, - 26.255413345852972, - 45.923718332870024, - 48.26981024664276, - 57.34573213969833, - 49.364223649959705, - 49.76184477217936, - 42.898058989330465, - 52.15957123630395, - 49.21358128717286, - 52.41452656836287, - 45.119354405037875, - 61.0430445270989, - 52.546935750500836, - 49.93984881687406, - 62.690873936391014, - 53.9654165416976, - 47.29734921387588, - 45.18290557117545, - 39.805971999949136, - 83.37279909389935, - 71.76878465460038, - 51.06731648064286, - 43.95965205941808, - 56.00243968146256, - 50.28064682889075, - 75.58400086871433, - 65.06404895402895, - 65.91367513990531, - 56.73966099640404, - 56.43723654055045, - 55.214913062146096, - 47.52997678315455, - 44.33890712580704, - 46.02892993124745, - 39.62251952698457, - 32.09500832542088, - 27.627952593992806, - 12.935559137350735, - 6.056499830258166, - 2.835686482851925, - 1.3276839848745376, - 0.621628933364838, - 0.2910500805903914, - 0.13627124618080869, - 0.0638029458641683, - 0.0298728896596771, - 0.013986651000708861, - 0.006548626813283811, - 0.0030661030390681954, - 14.14821534103605, - 50.005217932749964, - 45.321796487607, - 38.845698391713604, - 51.599281856407885, - 45.05298202526768, - 37.90867852016015, - 33.510219446393215, - 32.95893851292999, - 44.001800253297844, - 42.50649248522568, - 36.13659293278877, - 38.647833036229166, - 49.32635430348921, - 46.27659239559276, - 44.49974808109628, - 62.2052338064028, - 63.00431567117835, - 61.82031467755937, - 44.52426011646707, - 50.5202588920054, - 38.288250503898276, - 43.12573555632782, - 36.63236357650816, - 39.4105826636226, - 33.730593257724735, - 51.32233526689916, - 50.0912679932149, - 58.208013640660305, - 49.13712501296506, - 43.98959336750939, - 52.495453230346, - 43.42409894472873, - 36.73933037959756, - 31.400521182439768, - 53.027914381085395, - 48.67666738788095, - 29.55512755668137, - 37.440202882009565, - 23.43326125336571, - 32.4265601568591, - 29.125357230108744, - 41.530115806807274, - 35.22019748892416, - 49.234469851785235, - 48.940332103506485, - 56.515946690959986, - 45.779321698420105, - 32.90858679401749, - 15.407981071069713, - 7.214101358178077, - 3.3776818757769673, - 1.5814492044832444, - 0.7404432028653934, - 0.3466795740990685, - 0.1623172805590067, - 0.07599784220498178, - 0.035582607100872986, - 5.766955932234739, - 30.335846702770446, - 75.62065172490193, - 74.8403145177639, - 82.07766096657438, - 114.53667537462199, - 112.81148156140486, - 72.28301509084778, - 59.96952816361774, - 102.69487801386384, - 73.78890404003425, - 70.2616199937459, - 57.59868270934538, - 67.65958811795109, - 55.27015048477629, - 43.048801778753436, - 74.79188963659048, - 55.97274099442069, - 73.91940584445217, - 111.6682813249835, - 81.60347588763706, - 70.62715671746466, - 61.588446113146716, - 80.64918971614226, - 67.50251858047253, - 67.91379864388296, - 75.31364704498426, - 61.60092270382775, - 84.46717173234181, - 79.64284797261782, - 57.82605071527996, - 63.278849332887305, - 64.55548269351527, - 69.59587086000047, - 58.67210730459395, - 63.209385805277634, - 83.41426738158435, - 90.37403348082908, - 74.474050362127, - 89.21132657797877, - 63.63176856063134, - 62.26976978746056, - 66.03269622697711, - 106.63633077833296, - 85.30087258113159, - 73.56793942409682, - 75.87918934643523, - 99.8903705398417, - 107.10278031857541, - 72.70006742817056, - 60.433707460082964, - 43.14162932912208, - 64.11404698327112, - 101.34223612080173, - 76.38851728700874, - 74.77703030555861, - 67.25673769789879, - 57.63893510310237, - 74.14433475349185, - 69.90959753589372, - 52.75314484649969, - 65.87873135599168, - 54.122269178433626, - 73.84944546707412, - 77.24205499246558, - 64.47759428249921, - 64.02876507602434, - 57.684634459979804, - 62.119250211082104, - 79.21514051181205, - 92.81817492883113, - 64.17728894494878, - 49.195016746439016, - 65.61116290304929, - 61.86379590111728, - 54.119268932773196, - 68.74926810755565, - 76.41878480315698, - 100.99906696752535, - 105.2620072213063, - 67.49981238679426, - 34.03074919105326, - 15.933383668282934, - 7.460097739706796, - 3.4928587326219787, - 1.6353756414099085, - 0.765691856798698, - 0.3585011325363659, - 1.8138258045269482, - 28.498577516311663, - 35.466438324904374, - 39.77316725194982, - 55.442659385789476, - 105.04432774236665, - 117.22334147035838, - 77.42087974394158, - 56.469354759161256, - 48.8228769104841, - 59.731713872296154, - 54.19920168092156, - 48.77497466534379, - 42.71532645904467, - 57.36351113332413, - 72.70693372846826, - 55.566231153221466, - 52.11933290562736, - 89.7342796141426, - 68.47692258338915, - 62.267080020919025, - 69.94289212195919, - 86.22299097163656, - 72.45043682716505, - 55.93174525313433, - 54.34473761150211, - 51.40379381569866, - 68.16268813518587, - 82.31452935313959, - 62.89015544332155, - 57.26004757809636, - 75.33443492970657, - 85.23791399345828, - 100.18746162164254, - 96.5520855691318, - 57.00566829863834, - 67.7026039868611, - 55.700168178134334, - 42.482833561151594, - 37.625589815037735, - 26.628772250681866, - 22.79542714755735, - 34.275593007800296, - 46.3325081265653, - 35.64984309823217, - 31.137795514242857, - 19.786713849741787, - 9.264248093172991, - 4.337571836516929, - 2.0308749558217936, - 0.9508668078904052, - 1.929240790888457, - 26.61427691811108, - 33.9738853431257, - 38.5429264479965, - 58.25516062897994, - 68.88614197563821, - 67.75396413151427, - 70.40107043622086, - 59.579662493186646, - 54.497217385150215, - 59.49057144143785, - 93.4481332698861, - 73.1621404309214, - 47.7435328546821, - 44.62648069811976, - 42.55934355128253, - 32.345903938502246, - 35.75789461931908, - 44.73491850489051, - 53.34724966593663, - 49.72851898762512, - 48.20491749590436, - 48.44791625575639, - 68.73327689915399, - 58.608244811267504, - 43.406371916560936, - 66.19386282345037, - 70.72352943317318, - 59.25551121007804, - 68.77349225545254, - 57.47263824194119, - 48.23748523966046, - 46.65395108666847, - 58.47227667470351, - 48.09813142935436, - 50.795009203916194, - 52.95451749037538, - 46.63383476429959, - 55.44861326380716, - 71.11656827879295, - 74.62831748935074, - 64.04495488766409, - 62.01239082880426, - 55.902027309219015, - 53.09834346317523, - 42.637296587818994, - 71.1502464947013, - 73.59631469782232, - 100.8130857029349, - 96.69208287298231, - 64.11649592012661, - 58.061962702478375, - 69.01474300314257, - 53.72617486859288, - 39.69378419038993, - 18.584847756386743, - 8.701527787610024, - 4.074103098989829, - 1.9075174459400825, - 0.8931101442837732, - 0.41815907451870177, - 0.19578437522122558, - 0.0916673197272711, - 0.04291914253365183, - 0.020094978246384895, - 0.00940857917667079, - 11.693467804853302, - 10.703307906763474, - 18.383336006735192, - 37.548494953805246, - 60.67300709678238, - 55.19134541588079, - 65.06858042352141, - 55.71195382862881, - 49.8390843001797, - 25.846603416946976, - 57.50285769791563, - 44.934642611663946, - 56.913431187234835, - 61.991517761663275, - 70.12039127479724, - 64.67482329072813, - 83.66095939876908, - 66.53520755627109, - 63.93658449198044, - 47.81928332161938, - 48.921833513744616, - 53.15359348268931, - 56.90569086790806, - 80.58859378597363, - 72.19163381684335, - 64.23859627520063, - 54.113803898626166, - 65.00568084332457, - 56.994629058395496, - 39.801914111686656, - 41.177571988291305, - 32.17752221342217, - 46.43732363161138, - 59.298180727926535, - 53.42801210642752, - 44.764445420159106, - 40.011151517019464, - 39.15953027998307, - 37.63010154127674, - 50.3925190738424, - 42.16175179170415, - 48.89931387516627, - 44.8031091146379, - 44.54843606826266, - 45.42526567769757, - 58.73202943342082, - 59.94444367910471, - 56.94892835501592, - 56.913630500636074, - 50.983492567209424, - 50.52453791221206, - 45.06280670128929, - 49.63561185025887, - 50.55043884490698, - 46.75531737365203, - 43.257081181367624, - 40.137491026734466, - 66.3160955048137, - 63.72603015983429, - 29.836877304486503, - 13.9697898182286, - 6.540732315044859, - 3.0624067916360995, - 1.4338356785962716, - 0.6713297393509465, - 0.31432027091014336, - 2.1198156962809627, - 33.083320592011816, - 34.56879411732183, - 46.156525945623486, - 56.41431370912255, - 53.43953212217457, - 49.72263264043036, - 58.904606918032556, - 62.475239508939765, - 64.03769306809885, - 53.70933212844999, - 56.0391214799575, - 62.46080529246629, - 53.68362904901275, - 58.93419094895225, - 58.221879952116595, - 57.89145943901348, - 41.406417289161496, - 61.81480998723795, - 54.23744673904884, - 59.45114873687797, - 51.37850541150412, - 43.593019038124666, - 58.02907207050665, - 58.503757299476035, - 54.09947611054067, - 60.10849152353535, - 57.84614988975548, - 78.448313467476, - 66.2338315695003, - 88.8396860124689, - 88.3502223814137, - 64.08837805589059, - 62.91371336978146, - 55.59635769889947, - 49.7090799203228, - 48.633830472157186, - 71.10969584746671, - 67.04828135722249, - 51.27747350789612, - 64.7402621352714, - 64.37284853318985, - 49.99838252220738, - 48.918243585552275, - 46.9255429793611, - 47.66475054733537, - 49.46670166257551, - 46.288824018191555, - 45.60522709299789, - 42.93783746669118, - 42.714324751574324, - 51.71614532529952, - 53.96157312085399, - 44.8255140988343, - 58.23837630153106, - 49.39159712499388, - 74.85440369426809, - 63.4654398901676, - 29.71486750906559, - 13.91266416193417, - 6.51398576903344, - 3.049883911901398, - 1.4279723975287704, - 0.6685845189539757, - 0.31303494364351875, - 3.303079680547766, - 22.0044489335559, - 27.011188337303977, - 55.06898961149791, - 49.69960043312411, - 35.93060272916641, - 39.07875292354623, - 43.11125315602568, - 37.7556316345543, - 34.84801737329934, - 33.045218652757, - 40.245284992457115, - 34.70964128314807, - 40.796091254659316, - 21.32267881543057, - 39.47615057379942, - 52.10932372910597, - 61.71517417744482, - 54.59939620064388, - 48.91704862332382, - 45.11285012109848, - 62.139985464657826, - 52.25178922308075, - 43.49104480221831, - 66.15726026246489, - 58.223758907717865, - 49.71943550687844, - 45.339430335298175, - 43.840982266485995, - 47.424044156072334, - 62.18063159192678, - 55.9179435848729, - 45.64274012202608, - 43.64927514011498, - 55.35016743434272, - 41.31419211183368, - 59.59580844129136, - 48.51709960489764, - 55.494276749138585, - 56.342468316302394, - 49.14897213997143, - 64.01642048352377, - 64.68187764610333, - 53.36313360065624, - 63.99649991460494, - 66.23473003998635, - 44.802950216325996, - 52.498188679153685, - 75.87413972852644, - 68.06308094447505, - 69.30469035322847, - 47.84218675680003, - 57.068872977111965, - 62.688691926045934, - 52.74782464462379, - 51.171342096556955, - 50.453834820053466, - 45.03643566996611, - 59.123793490339416, - 49.505274670615535, - 59.293557452251406, - 68.2049549465868, - 60.751568226048505, - 62.90778626222105, - 71.64617887527201, - 57.46394722880356, - 55.08309998360553, - 41.19272887265964, - 50.64796488182009, - 95.45244571850563, - 96.39202338775226, - 54.146805482509045, - 25.351831701416636, - 11.869866834980108, - 5.55753684150119, - 2.6020692712088707, - 1.2183031233564539, - 0.570416213281874, - 3.231424696958119, - 60.685610422532534, - 65.45545440500733, - 64.7446349664164, - 74.80291525450463, - 57.872997583187164, - 61.05886516231729, - 48.97583341276023, - 50.35710176996231, - 49.5986044577177, - 50.12258728709878, - 48.79179576448419, - 61.41537790199936, - 96.84702424296393, - 86.42746133772238, - 83.14395199501442, - 68.5060371706125, - 77.72127347088708, - 73.94247309424189, - 59.901831579358095, - 55.52019054102966, - 52.15634275249625, - 58.43359255320843, - 35.12945337641012, - 44.54789424473031, - 39.571286343396125, - 46.20422191886644, - 52.39387119753982, - 42.3665487212855, - 53.092065536534534, - 70.71600624014982, - 84.86539388197761, - 76.89310116092396, - 64.19447891518894, - 66.2952434150523, - 51.91052162767893, - 30.058664118500364, - 43.96475855497806, - 46.933330529282486, - 74.03840328188079, - 58.80871981583907, - 62.28457943489752, - 56.180890899246556, - 47.59964220595235, - 23.546889478223566, - 41.56466482571452, - 71.21392169514054, - 75.02646112143353, - 91.21539778334696, - 85.23151059795754, - 65.30552508719217, - 58.94661267503531, - 42.856883799490575, - 38.12451436164985, - 60.32637792444573, - 101.08009627330092, - 95.01668314042955, - 77.40848716281367, - 64.19688363797094, - 47.64549284749944, - 49.58592360686184, - 51.39803560709886, - 88.94515239512289, - 88.44332940262898, - 65.6300902035266, - 55.28787811731836, - 69.9600594531463, - 46.00090100242592, - 50.32611582673484, - 66.80418474297127, - 77.60624151172544, - 68.3431143338037, - 64.54841861140467, - 59.297432727517155, - 60.682752065040305, - 52.019030734105556, - 58.3855854200846, - 31.576152225287057, - 14.784127888253323, - 6.922009871778877, - 3.24092303767707, - 1.5174179654047022, - 0.7104634250689589, - 0.3326428774856996, - 0.15574522211502473, - 34.33151778315511, - 73.6618118248086, - 125.58876731128392, - 122.63942534242358, - 101.77353612826363, - 99.62171824784231, - 95.92274592044566, - 84.79447085460976, - 104.32066048929511, - 98.98271049902826, - 71.16232501637884, - 102.83392210910839, - 103.79521679451926, - 89.68587464438366, - 61.538114214937536, - 112.11903418957169, - 119.64397129827017, - 116.61004433357404, - 85.86775756315133, - 121.19344227554784, - 114.05492447592376, - 135.84545714806393, - 105.1519763127465, - 94.60905096464934, - 90.01267897655892, - 70.5280574823552, - 55.689596271923186, - 97.96360741710461, - 88.53778460034417, - 68.92161222294429, - 86.22314598449613, - 92.58240734287156, - 79.94172218998195, - 73.52302789267722, - 59.54438029492137, - 87.37644699758894, - 65.36365718719874, - 70.32634999669855, - 66.42573775387642, - 81.69824067203602, - 66.95179690915072, - 88.66352248681247, - 97.41671549226427, - 73.44859075466069, - 69.24174334504178, - 58.2629269468958, - 53.99456209128384, - 88.16833053574595, - 77.20385842430026, - 70.1438162773411, - 84.22221692528863, - 68.86232675689853, - 89.16195455612018, - 103.51798877979418, - 98.16267413660532, - 67.32547408412692, - 50.02841254263278, - 35.48863050156029, - 16.615971704553218, - 7.779689207065193, - 3.6424932128369947, - 1.7054353268398363, - 0.7984941862851062, - 0.37385936335244735, - 2.2821396346296567, - 39.7373107748268, - 78.52767873033909, - 69.44760028797408, - 62.32961514804377, - 67.42283411749703, - 77.4238309225544, - 60.23694140807418, - 62.07064699111933, - 61.456185765820614, - 68.06689618494258, - 86.01763033497994, - 66.19931945265935, - 108.49260386316976, - 100.80795386297238, - 92.78848992574069, - 90.8346634853005, - 74.71176756775637, - 62.93466260340195, - 99.13618862410789, - 75.11100306804592, - 60.94602913234541, - 59.64470188137581, - 65.03727301541812, - 92.02612302097879, - 92.52547295096291, - 77.64653602894181, - 95.87873451211995, - 81.4453214074921, - 63.394174793104135, - 47.69392251806315, - 61.20796541894633, - 42.79958723437541, - 52.07321734927801, - 57.00787454907111, - 67.69861908934635, - 108.22745083867596, - 107.20570214993357, - 68.08071927587298, - 60.94664593122812, - 64.00098375061035, - 72.16606088945296, - 82.19833464136295, - 69.69294452882092, - 51.832291594619704, - 65.49497935898178, - 63.943917601541315, - 34.58221513991895, - 54.17653814758693, - 71.04235977391181, - 64.36860900455011, - 54.72527977896887, - 53.95102397187612, - 53.35720978945364, - 69.09744494614037, - 104.27087784232044, - 92.08780719050321, - 73.77353424447209, - 79.54314175767747, - 82.55041426466356, - 40.83655655774088, - 19.11990005489158, - 8.952042212279682, - 4.191395328446541, - 1.9624343119411805, - 0.9188225225491696, - 3.291173779213302, - 23.8100520987129, - 34.35136621752802, - 51.388124514387144, - 75.54460278805973, - 63.149964504443666, - 77.39320924924954, - 92.35343855603408, - 74.42616218138883, - 58.29580384716216, - 44.514216280693915, - 74.85093330364879, - 66.53319352064938, - 58.967024771265116, - 71.31619602369571, - 71.18102889764077, - 79.94613945645744, - 86.01429026318014, - 83.44264657935338, - 59.03436378062438, - 66.60921096848233, - 104.76421104456375, - 97.66260929741887, - 66.49821217790172, - 76.25789178274641, - 68.41647377196131, - 76.7718482103034, - 102.76406870202945, - 65.78947142748088, - 70.53053869010394, - 65.77256589181374, - 67.54070491195583, - 94.56488753341094, - 92.84575226232545, - 73.6908321227363, - 66.75756691792107, - 70.3824868690224, - 109.40964812791366, - 98.27227628918482, - 70.09465909754572, - 66.66843664261778, - 62.19283229863507, - 56.39615005322608, - 55.41120981320301, - 56.826399950417056, - 73.38651299520922, - 80.29183466363227, - 57.30568249250414, - 42.95140115052617, - 57.73225870776604, - 64.59141713731468, - 53.65665004117892, - 43.404458079984224, - 50.54712661695652, - 57.2356521599574, - 55.11792231985193, - 53.16656134166888, - 47.100722943363756, - 36.964506460777244, - 47.71260866204892, - 44.73541394126194, - 50.98126409694029, - 55.56684050551121, - 47.653656781216945, - 42.446100630547775, - 26.655483384176343, - 37.29105958988315, - 38.97467801407907, - 41.00454025627111, - 35.361615895782805, - 57.05489096662377, - 77.13942173184131, - 70.67921952218086, - 53.71218792175611, - 25.148341372550455, - 11.77459154543514, - 5.512928427683905, - 2.5811833668700026, - 1.2085242282395123, - 0.5658376808823853, - 0.2649283097722907, - 0.12404088962288791, - 40.537430765537245, - 41.34719256645444, - 71.74751679148483, - 65.74508534124936, - 71.52871780638637, - 60.10069424323957, - 39.668289534963094, - 49.15190167267624, - 52.17001434959188, - 57.55021797930832, - 60.53027074721395, - 57.24840251658931, - 71.72760947476718, - 84.02105330261446, - 61.45607761763307, - 77.59200301799632, - 79.28998622834033, - 62.953662721211955, - 74.8978422107573, - 82.68670956185957, - 67.1137758629824, - 54.635941244450905, - 55.64766691798235, - 78.32662802618734, - 65.70917548505915, - 86.45423333434039, - 64.15162542105062, - 82.73936503031817, - 78.99781407033727, - 61.38117696707924, - 65.78091804452201, - 43.41741032649215, - 32.09651852896881, - 37.86360698216184, - 74.32946082184085, - 71.03585320578156, - 69.53812190547137, - 73.00789802500736, - 63.06871011485221, - 73.05180934118667, - 68.60996791017877, - 39.57798516005761, - 54.62781347500508, - 78.73310911812858, - 71.84919471983, - 89.52191749157706, - 83.37223367603349, - 61.176768332291125, - 62.25690923698959, - 64.40800200179412, - 66.8083616460104, - 70.57122810128966, - 70.18616459702358, - 72.59297815940089, - 45.81720009785306, - 34.81576543277892, - 79.42100573367777, - 87.20294614533094, - 65.93923393678074, - 62.74789210683433, - 81.64447100192322, - 74.2697082864081, - 59.2606728170915, - 42.71298083205835, - 45.87843127563238, - 49.44570463739097, - 47.9871511097564, - 66.99944270693997, - 48.74415530322193, - 52.97618981870132, - 59.027212475957114, - 45.08134889306292, - 62.239276154574696, - 51.06720168908298, - 68.12772969915176, - 81.10016942127258, - 77.50730156194048, - 52.57781414199182, - 41.46664476206706, - 47.73812853854796, - 78.22141373921917, - 74.12797359412028, - 69.00160326018876, - 33.817136229796006, - 78.86788724286649, - 74.08174752110375, - 63.784627667890284, - 29.864312979576106, - 13.982635351982404, - 6.546746664496123, - 3.0652227430800156, - 1.435154122527531, - 2.595598550725579, - 12.620778040136896, - 30.448271856947052, - 17.431448562745185, - 40.30265042885717, - 40.14316388941818, - 46.345367079515725, - 44.457837863838876, - 36.41705667844713, - 56.078561438228434, - 50.4264012014335, - 43.9311548523756, - 47.08392823587458, - 44.217621010187145, - 46.62076158949472, - 60.90193896620028, - 50.908215335430725, - 59.1225434849658, - 39.09678120269116, - 48.51385947853094, - 43.43837029072182, - 51.5742229440157, - 42.184534120606735, - 39.441947264421174, - 47.588904766253265, - 53.27290643138468, - 47.28666720950032, - 51.04291832553808, - 39.551728541048504, - 43.871887648712544, - 66.53408282171428, - 70.3795329986944, - 70.28983138279422, - 60.133169198797205, - 62.73476211990038, - 52.76682761135271, - 55.4505307636737, - 65.87667098913091, - 69.11105722332472, - 60.05902668988722, - 65.70205275978918, - 63.875724265204, - 51.42856683835759, - 61.85712596323425, - 66.80321924909703, - 80.50393414437403, - 88.92993884288599, - 75.16089977992675, - 66.31533894023019, - 64.34797552567998, - 67.14390560949101, - 65.563579402902, - 58.806701766469274, - 53.093804214460114, - 61.087585639942226, - 83.76269533674342, - 71.2521245156583, - 61.724866209222874, - 61.92380221951083, - 52.32486177060893, - 107.42600269021138, - 122.99864234775828, - 87.70305501059048, - 41.063052021541814, - 19.225946474957315, - 9.001693728561888, - 4.214642441056227, - 1.9733187377382853, - 0.9239186704846907, - 23.33484425063089, - 54.52027620414849, - 51.21168421944621, - 54.6719170990517, - 59.98899268221501, - 58.94778950282049, - 52.37445747800894, - 68.036181696597, - 83.41237095284919, - 82.6574684342809, - 94.78356775730788, - 65.9814276828861, - 63.62370179958657, - 52.62157398558957, - 44.91913229898522, - 47.67514219664034, - 64.796540276602, - 67.14507104662684, - 56.041039706200266, - 56.66493992082741, - 62.26896196492393, - 58.82397437617975, - 55.55100124407745, - 42.99575726458033, - 50.18447032315788, - 48.7368132904229, - 55.06877576579899, - 55.75202662849358, - 64.19248078461585, - 104.79901630763305, - 104.78634337208157, - 81.48203485237323, - 62.430832555731925, - 72.78395580859745, - 83.49277290306057, - 59.81569092432427, - 57.54491354344975, - 67.67311815425299, - 60.74559137501007, - 86.62952559920704, - 83.19494075257028, - 107.19048965851982, - 105.97728820311637, - 130.75773991470382, - 84.3260125463469, - 62.342639686629006, - 47.317775867936376, - 43.42446179571097, - 60.24152085498031, - 46.630304074743165, - 65.49899888918526, - 105.01519141796507, - 78.46510097927751, - 76.1673838422576, - 65.44196626651497, - 55.69512306648423, - 67.44133005181196, - 61.68824512890727, - 54.77573974840504, - 53.99114169568283, - 52.20167885618609, - 52.24123364801736, - 46.857791257939624, - 51.99044268056443, - 54.2382630495473, - 42.131183212890164, - 40.641099184783215, - 21.001252840889062, - 9.832901919081896, - 4.603818680856918, - 2.868802923081826, - 33.03714378477224, - 56.05272207895025, - 60.30482096387119, - 55.551897525870416, - 61.068357466669774, - 56.293830011122594, - 50.06598713246552, - 70.30073362339765, - 59.488730972073675, - 74.71290656966869, - 66.25982278768673, - 73.57385754112744, - 71.2268983755332, - 97.01212657150147, - 85.2715910945848, - 66.55017899936011, - 64.67797715665216, - 76.39179560182858, - 65.72294405637783, - 117.16992296919844, - 81.14428916276111, - 81.5859215851519, - 68.77384484547835, - 79.31420678830612, - 75.07538369246882, - 76.86527262785617, - 64.56280677938214, - 72.68279981912858, - 77.30631957020961, - 69.38286027655937, - 75.8253812478103, - 64.77839406342683, - 61.072958893254025, - 80.19115313464687, - 106.41634681605595, - 116.67753557625687, - 120.26829680742273, - 105.89494318637507, - 79.27689201856538, - 107.54449771735676, - 90.6463127282839, - 75.74473202531019, - 68.82516443574804, - 77.06303118331509, - 73.64715573148993, - 64.48851361817653, - 82.14869266880521, - 47.47784849400569, - 22.22938941345677, - 34.88594980721487, - 60.50696048153899, - 76.7183081109246, - 86.72463092787501, - 75.89673647965532, - 98.61695640528966, - 120.34321712409783, - 110.96659093780121, - 96.9416781363783, - 73.82337184194404, - 94.11041146136509, - 82.40699170061022, - 66.89480547164688, - 85.18525213990505, - 95.57320543698566, - 75.82619889263029, - 90.0050833971886, - 127.14041994261578, - 93.85517915024818, - 120.99027184957222, - 85.01654012265206, - 114.65163263057478, - 125.40299416353164, - 118.01652597553183, - 120.71743089652925, - 138.60490018888953, - 131.55099532880243, - 93.22470261469837, - 96.50341604402443, - 96.54017327915247, - 95.41164584283189, - 74.5603017206132, - 72.25242942023782, - 94.0036576899387, - 85.69787969232772, - 100.97149622444897, - 99.82868246770606, - 100.05677412622217, - 93.44149172923657, - 64.12202010766441, - 114.33370059115514, - 132.18648405497026, - 93.15995526414022, - 94.22442793764728, - 76.6227009234608, - 64.38530071809603, - 83.09150088539558, - 62.869791316605514, - 65.22049943987457, - 78.15886140751832, - 54.92008469122698, - 25.713885273791355, - 12.03938230596585, - 5.636904915996465, - 2.6392298395773883, - 76.22145960900296, - 76.07699543096916, - 57.10899977987715, - 111.13151162078361, - 115.5578884596427, - 86.42437873519506, - 69.95590865434161, - 57.577908940078046, - 53.72099515904205, - 58.40460818069421, - 69.03716405353276, - 61.86738999838115, - 66.87632111328593, - 62.591567803439965, - 77.10158199321873, - 75.50927370515818, - 63.744783945755174, - 57.45055280312252, - 59.57518938982443, - 55.93937923238346, - 48.471812866721955, - 67.68811813648303, - 50.00622105101375, - 64.00999901741908, - 60.21394555882709, - 73.87592227575357, - 77.19390021755112, - 93.56574923466908, - 81.001889413455, - 66.65909763152892, - 58.43326267297375, - 59.18740131485044, - 56.21955278825342, - 83.03247660901425, - 83.07837743254751, - 55.311994153299, - 83.68222940854223, - 87.07248069583665, - 57.05440867480879, - 77.44365289050464, - 85.53520788863055, - 86.97576012170498, - 56.600952346328974, - 93.30773166349975, - 83.58549616117082, - 63.08582887409095, - 77.70410768570747, - 61.11542689772442, - 117.43869091629314, - 115.45055442798298, - 70.66492165932985, - 66.0602872566885, - 70.29349487644589, - 62.513935280548864, - 70.50377241148263, - 75.76638192561856, - 62.60280175814935, - 96.23658408089844, - 84.58910013569741, - 70.26821962553805, - 68.56398061138344, - 61.23997758835909, - 54.898527191955495, - 91.90298517932466, - 92.94347591812198, - 71.8321045703453, - 72.53718603682279, - 64.81320924655776, - 58.03813422296247, - 56.02870117351225, - 53.375308615740565, - 75.92202603315485, - 70.96160137171165, - 67.29083993688248, - 66.47267883218754, - 57.94353360649618, - 70.63752374174388, - 77.33177069959976, - 79.57028648169468, - 65.90598972957704, - 54.486752581452706, - 84.66633963722137, - 86.54917119511032, - 69.61824932744318, - 82.95627822010331, - 73.89087786971514, - 97.79999206019406, - 99.26788175958562, - 75.68151282947566, - 87.99579846669295, - 87.35101881365506, - 97.31377084413656, - 60.332218994986576, - 28.247876278278202, - 13.225810810956895, - 6.192397257904103, - 2.899314404825053, - 1.3574749273871984, - 4.328542677379396, - 74.60235780160251, - 53.28215600405611, - 44.64200506818912, - 83.63325880908499, - 83.00101143458834, - 92.59547016234912, - 83.57928839612457, - 55.54854020627636, - 37.9817588136561, - 53.71661924270819, - 56.33993152690053, - 73.03763727518661, - 70.71967676245028, - 60.45179813164861, - 54.522228557050816, - 45.79035334764317, - 66.60178815480762, - 59.93227170477268, - 62.11992012522298, - 57.02326514978073, - 58.568689763857556, - 53.00852674655925, - 45.63068029714037, - 49.24352156278159, - 45.746691904879235, - 54.619101684210094, - 86.97403989837755, - 107.02706297689963, - 98.83014683640802, - 101.01899211492062, - 118.06712778504102, - 110.66163298968193, - 91.0972552248817, - 93.82967147650774, - 82.75916201203671, - 89.96855673829599, - 81.20816209506863, - 97.34850163861438, - 95.33805228099841, - 77.54984668079545, - 89.42802414470103, - 102.39187023655907, - 67.40837017645829, - 31.560969123698243, - 14.777019076703771, - 6.918681487169755, - 3.239364669723574, - 1.5166883289703108, - 0.7101218052832102, - 2.839846881332134, - 41.132486510248754, - 63.25202954461311, - 60.55942769002278, - 84.30123050215586, - 84.30123050215586, - 80.91310364721829, - 76.29176969708648, - 73.86906629594856, - 82.87630587763431, - 92.51822606399602, - 101.15824525537298, - 82.41744428962846, - 65.4862277730831, - 77.88607170709176, - 87.65435885406538, - 91.86389202997333, - 70.74672894661116, - 75.50824222862084, - 81.01594489997657, - 71.98965579129856, - 74.78897073711542, - 92.59600828316405, - 101.10485909000172, - 129.5863545261499, - 143.76114868692915, - 101.05264776239068, - 93.34843773664934, - 81.67046378893801, - 95.00762190714434, - 95.00762190714434, - 75.502909468387, - 70.23941104880026, - 64.36963689512541, - 77.62014155923052, - 67.07079550442124, - 69.14026023894885, - 84.72921577692648, - 67.09534828567162, - 97.18303246904264, - 75.57448081920175, - 74.12222506883214, - 73.73816116471792, - 74.29470488030991, - 77.43985442664984, - 76.51128332235274, - 57.19288853672378, - 59.226965966711056, - 96.09943906548116, - 97.87651511170674, - 98.83935604327337, - 71.80929962041918, - 81.3262480109731, - 90.28902624844902, - 103.68024381654104, - 76.5697491150543, - 82.62691562259607, - 77.90769768199854, - 60.68765445348795, - 78.6434406481752, - 67.95501811154051, - 77.745786448898, - 86.63821994235202, - 74.0743884170629, - 68.24576828725563, - 80.18139918715906, - 70.26639870609218, - 74.76741546685653, - 70.84513753683768, - 70.74716767517879, - 94.16982674735658, - 99.94209180190975, - 85.45828496896905, - 99.49851253419261, - 118.16614085272975, - 83.30629459097646, - 107.10275170881673, - 122.28416694824284, - 89.42284319375067, - 93.55881802953266, - 95.2979728802253, - 80.94419633533144, - 55.04844938185409, - 54.18226063761575, - 83.05322819904018, - 137.689178350035, - 115.63790211175109, - 82.29650077353062, - 103.68436201383216, - 108.77077122767706, - 102.4180732049542, - 100.50555631595279, - 105.65124349611492, - 78.92189863688223, - 86.96628494525028, - 56.10841479757883, - 26.27026795589973, - 61.970528536591004, - 66.02343180869599, - 37.941696196077096, - 17.764510534974118, - 8.31744139524882, - 3.8942717406820724, - 1.82331941634574, - 0.8536881644117349, - 0.3997014870369175, - 0.18714243139309844, - 0.08762111416534661, - 4.183222161553635, - 23.083578130751732, - 55.43743431585859, - 72.6271763102722, - 79.38908946756695, - 64.94132856187636, - 69.25490453400073, - 90.4043235299525, - 87.86796527351989, - 67.76952838280928, - 79.04856901234237, - 81.44211432959827, - 73.09475953031415, - 58.13511736337739, - 62.77902766436238, - 53.12642788081385, - 58.28380612858672, - 66.34288068455972, - 51.93817369620329, - 64.64368537015312, - 62.19878206199769, - 59.02427376741101, - 52.06808642761188, - 55.9295888868159, - 52.31150911732197, - 63.1064780267868, - 62.15594488873609, - 56.277516531532555, - 63.889274702088564, - 73.51666301142853, - 66.99066014839642, - 58.31077584172651, - 68.06092599782154, - 76.74107759672171, - 64.57318348504619, - 51.48507401407287, - 48.00573659519851, - 62.05658591803572, - 78.3664611049713, - 107.0209343449879, - 80.05909950278156, - 73.4174946082824, - 74.36150765028884, - 56.36246667940794, - 54.973763433873444, - 65.5276226455425, - 80.878127092381, - 76.25879082041308, - 78.90311228845226, - 71.49091894330016, - 73.66822789087541, - 75.21453081784878, - 67.66139779041063, - 68.82442268393778, - 76.57141803903352, - 74.2568465525209, - 63.89686018376107, - 77.40427052773222, - 112.50867916085355, - 115.04137774052761, - 76.65451925471386, - 71.81646984838203, - 122.38366703093257, - 121.92019385009351, - 101.49279138167068, - 82.7001373188555, - 65.56057416243883, - 67.16975635244981, - 94.01077210777007, - 77.75646224072412, - 77.91150525452959, - 66.18284668739072, - 60.08298301192775, - 67.62438539399702, - 72.42837516894224, - 55.91443238615678, - 48.49065394695085, - 64.61975460176929, - 70.83094741489387, - 61.94560604398659, - 64.1572132590579, - 50.7165703482065, - 57.821587414712695, - 49.895303202207884, - 57.46495290302462, - 73.92295558633108, - 75.1656128153775, - 68.95679727492512, - 70.34132824337844, - 41.90670148774838, - 64.4486697099354, - 81.84087406562247, - 79.74700726645864, - 119.79003747565292, - 108.31820770421209, - 77.65435919883942, - 69.26605295892648, - 57.88721472815699, - 64.75560980874708, - 60.36036123356243, - 81.5925299635252, - 100.45828756995695, - 97.0857329083936, - 70.66657540892882, - 64.54416072031367, - 75.97132407205143, - 59.843831565420864, - 55.23893006474617, - 62.25299955117234, - 64.30283086071033, - 71.68764100316166, - 62.36868465569507, - 66.68153379480157, - 60.384043953838614, - 61.573735275039624, - 64.53419797549304, - 61.882038538395385, - 88.63531340697406, - 62.518359910293114, - 59.14576185820081, - 66.06369689001548, - 77.97643653525333, - 50.6916117797802, - 66.95374203998522, - 60.66407783298231, - 28.403254408798077, - 13.298559705003713, - 6.226458689634084, - 2.915262154226572, - 1.3649417512421018, - 0.6390732241979568, - 0.2992175933625836, - 5.248297142883606, - 54.67951015585699, - 53.21137857173272, - 66.73702122177878, - 74.50935174680673, - 68.65024231719119, - 80.13250342879145, - 82.40559290503421, - 73.87366580291688, - 75.60897850246906, - 62.27290364944637, - 64.25606022877572, - 63.288211657950576, - 49.93231310797963, - 50.92219331898104, - 91.75207328089023, - 82.32728426233855, - 68.19364907866547, - 76.57488904195884, - 71.50583303558959, - 64.83056226321408, - 78.2118348317904, - 92.07442907133274, - 99.68292426830493, - 91.78625410094037, - 87.0224947216915, - 105.74256328750957, - 93.01473301502783, - 70.30281085179763, - 98.98250181606203, - 96.11326140824116, - 85.95028263199112, - 66.0038501708519, - 66.0038501708519, - 57.249174874754495, - 61.42312322376216, - 108.44019900854728, - 94.77478007434625, - 89.84577297692428, - 97.80769020320864, - 90.1958383394324, - 70.25997351287104, - 71.19067441795278, - 66.2881318401603, - 75.46130654975636, - 112.62448914968542, - 105.14220439223027, - 72.18250372023486, - 69.42604581822346, - 108.0589334212297, - 95.86568179985485, - 72.57048311400297, - 80.99416403269956, - 83.6378166515622, - 111.23012705115596, - 91.46429430727244, - 86.73255559783298, - 98.70178219601542, - 84.60490017330373, - 102.78316052092816, - 85.1834062836032, - 39.883338649643925, - 18.673598195243432, - 8.743081230500549, - 4.093558649162871, - 1.9166266413810715, - 30.389816533939072, - 90.82018290280547, - 77.14827510443598, - 84.69120345385686, - 56.60017741794371, - 58.12950763621627, - 55.356096973997154, - 44.3436972413257, - 41.50104496712481, - 35.724835816438514, - 40.23388674567132, - 51.66869133846626, - 54.0410315244567, - 65.79975122652814, - 70.30619110288922, - 53.01142864128195, - 46.24322127251523, - 56.31347825374699, - 82.88839572626577, - 101.4880384867113, - 88.59874243980587, - 92.87937443396352, - 69.47431460521057, - 76.02638898034877, - 61.240505500158044, - 84.34272278682015, - 78.62542275153372, - 84.26440929856342, - 90.83273547263033, - 89.29501503043912, - 94.21132170840463, - 76.90327965908841, - 85.25220179444099, - 114.59362604206004, - 96.72221291763277, - 104.3627074098122, - 113.08111843885825, - 75.63367532925332, - 71.94292084761454, - 58.66526337632778, - 76.60309118196871, - 71.30308113553389, - 77.48378795274827, - 89.42744151264196, - 82.26570451625743, - 64.50436884395522, - 69.11478183768469, - 80.96967280434227, - 77.41455347973462, - 114.60037523929226, - 124.50869993087451, - 144.52242635801034, - 122.76627893780596, - 82.97188094830872, - 86.06191082477065, - 74.84864313951608, - 71.95354172238953, - 87.63015927849105, - 106.66406919973988, - 130.05714871279662, - 102.01731984536966, - 104.44999433667223, - 89.90853282365646, - 114.16282859430106, - 83.96015147356871, - 108.36338854683177, - 98.66544565603803, - 83.11914257688989, - 131.014313309559, - 167.37531055512312, - 132.1914154931847, - 114.7891696561393, - 145.38897610607438, - 128.52198067007546, - 99.78457983463967, - 60.95600898087019, - 52.05367393214463, - 62.638616841511805, - 65.55209898459606, - 128.15398619035633, - 114.80093160321708, - 86.60974734845031, - 86.69677888869874, - 85.56082571741092, - 85.06247287594636, - 97.19476333371728, - 96.8266818142136, - 73.87552233951574, - 34.5889252840713, - 16.194724780539662, - 7.582459083751996, - 3.5501489859130064, - 1.6621992526391034, - 0.7782508188916041, - 0.36438130756214243, - 40.04243263992849, - 31.853367955028972, - 33.69196509831893, - 48.33907806689834, - 80.26361360088603, - 81.68321172696692, - 74.47747921008997, - 106.90113826644841, - 135.66334246332062, - 94.13165341430256, - 64.10411781625724, - 52.13492555338193, - 59.70515441124509, - 89.57489451181027, - 92.64742494093855, - 77.77790479864075, - 71.357433680574, - 58.4764395131421, - 57.06645792386368, - 57.46027749716983, - 56.228779990559694, - 60.83931311190059, - 58.962514943454096, - 84.84709220271942, - 53.78487557801106, - 51.19629596285099, - 60.05963450689352, - 90.39067398719963, - 69.04441963964122, - 82.3865358119503, - 85.31582834614014, - 70.63525302040482, - 78.5796911011465, - 81.23302185888062, - 93.64889110017515, - 85.17403115126318, - 77.9152720349143, - 97.61036713704462, - 76.78885152365571, - 68.91198988048927, - 70.00937541081007, - 70.9151482065327, - 59.386573614501216, - 46.07831164965391, - 74.94857371911162, - 70.32378791559739, - 81.16980105764634, - 79.38400993076063, - 117.62680034686127, - 83.3765712841101, - 72.5140111285875, - 69.55151314573887, - 69.94293318124824, - 63.42467240906942, - 54.433452706578485, - 56.610252239103126, - 52.8219115246214, - 51.803963281768965, - 40.252111512253485, - 59.41613197477277, - 82.88074825504938, - 98.22818607152658, - 107.41017046393466, - 107.47120237886335, - 100.0431921143962, - 76.58168941014856, - 59.92543000291728, - 41.00430080977959, - 19.19843883494832, - 8.988814500437591, - 4.2086123157156505, - 1.9704953999363513, - 0.9225967682200407, - 0.4319648737863371, - 2.310302398370726, - 9.386334573103193, - 37.51464085689821, - 48.773212894752206, - 58.29101800361036, - 57.4364107877097, - 54.56846746187872, - 61.078936323609824, - 73.65137002569254, - 65.61032476632121, - 64.04850302963696, - 66.53893883816463, - 65.53670470445876, - 47.95551780158843, - 59.1621242345084, - 84.18463756251704, - 75.12739358838085, - 62.335474796474216, - 58.432352867393476, - 72.7637048512509, - 64.23172398756343, - 71.64932467325951, - 61.033535767070894, - 94.44057706996259, - 78.25834387295185, - 73.03586582927217, - 67.0183552974963, - 76.9315747693554, - 66.78264755455152, - 66.16218614994486, - 43.34591857387268, - 43.377711171990725, - 49.40740270456228, - 67.37599956011462, - 61.253848099700605, - 89.93710355606393, - 84.57901642787306, - 64.99799924445026, - 67.89828627126163, - 63.229399698947546, - 69.73260130458227, - 85.15482073262393, - 62.71263373422647, - 70.0603137748212, - 88.26379024825913, - 79.65287735929657, - 82.16873791403961, - 71.67788581504558, - 54.61926498082872, - 57.87085917770254, - 59.845299963303816, - 80.48543362881769, - 122.99768596609246, - 92.53598021447851, - 75.39073234593526, - 63.18419409317637, - 65.09364153309853, - 93.66073836113011, - 91.53168499221495, - 59.50372763029238, - 27.85997207124998, - 16.121247254423153, - 12.408696165367095, - 31.789502768983958, - 26.396155516354753, - 12.358824980565355, - 5.786469730624597, - 2.709256907196934, - 1.2684889632010572, - 0.5939134991179821, - 0.2780735620627204, - 0.1301955689390534, - 0.060958280411931, - 0.028541001672023784, - 0.013363053730154595, - 0.9983919841231336, - 40.831625343150435, - 55.17690976783281, - 90.27432499333165, - 85.49592171443024, - 100.64992887532543, - 91.09346531289508, - 49.07869134118134, - 90.340306567529, - 81.23165147696906, - 101.69766333958638, - 84.89992418538618, - 102.25362508175513, - 106.20578236899345, - 96.08508545316579, - 56.56805446607832, - 60.55922494645559, - 44.36691941022276, - 56.03253418065485, - 67.4791430125565, - 72.22478361468472, - 106.12387902759022, - 90.66270874025051, - 101.3532964919786, - 84.99899691621943, - 81.27915671680107, - 90.24343722902368, - 97.0924373489964, - 107.58527694546663, - 87.48765770820371, - 99.45833858922371, - 105.81112293560184, - 63.518447129123686, - 73.17366459798828, - 69.38815830930847, - 72.34978261005821, - 123.01043605986646, - 93.22380539575846, - 90.85413519784063, - 87.77186283219795, - 87.77186283219795, - 107.91662057826895, - 153.16512997296923, - 119.68497619848074, - 120.22267328322687, - 98.10424166023961, - 102.32872637564482, - 97.24602426333756, - 86.02385316351493, - 80.83356435026766, - 79.27109821125723, - 76.67855302193391, - 79.40969416967769, - 70.7989444873, - 89.78208152246455, - 80.71108794573996, - 127.13702916330158, - 115.8368392433255, - 92.25124011610255, - 102.57706164164624, - 82.39426706608592, - 84.81856430524552, - 88.37446908342314, - 97.58493103934872, - 82.0580069788752, - 78.64386402550144, - 73.32660418036032, - 96.76262274767163, - 102.67917658985644, - 87.84336059749721, - 79.86725766870877, - 85.8761545757449, - 93.42040776815799, - 136.76311411980276, - 118.85015005010196, - 106.68025878220193, - 95.71631536884595, - 92.12202001098882, - 89.99461567884396, - 126.20821481985391, - 118.75777312629906, - 85.69961153237794, - 68.54010377571844, - 83.38761276666975, - 104.48384777535888, - 57.69865929444611, - 27.014829162963114, - 12.648491379665916, - 5.9220931295326835, - 2.7727565274100323, - 1.298219834125037, - 0.60783365616667, - 27.584104465083687, - 75.31829429413635, - 79.07896687572662, - 91.09454112612079, - 99.9683359562352, - 111.00950593496545, - 100.61124951367083, - 78.20117290023144, - 73.30022190314193, - 83.56684420344214, - 80.88133285873823, - 75.53875525083933, - 80.97452086974405, - 89.76216231354317, - 101.64667063192203, - 123.77305316583488, - 120.66500670429807, - 110.50882011254703, - 116.8525815017685, - 113.10013301566495, - 97.92735036493895, - 91.75015476016095, - 100.12756071036723, - 104.65308647660716, - 100.49948392128437, - 78.8035575423209, - 52.646555806830406, - 90.11099818031829, - 76.40077077915345, - 69.25264222129583, - 76.10615658807093, - 68.95674214892172, - 74.70181034746162, - 82.97492513914995, - 90.98482046505477, - 78.90345888943693, - 87.93786522425208, - 68.72397833714753, - 53.907348795946675, - 74.88017320668351, - 93.56616782965743, - 80.69636287120149, - 88.08937224583353, - 87.00792215283624, - 72.48102275370026, - 52.21727053253359, - 72.22205418077503, - 99.708683270193, - 84.79012490651584, - 115.2360098702168, - 112.67698746714277, - 85.54790785582097, - 68.57057573631849, - 70.85139015705771, - 62.41212252822083, - 72.55536156199625, - 67.6370857758671, - 47.760383920832034, - 39.26618995240766, - 95.57224457648043, - 76.77795234947789, - 76.46468048035493, - 55.486796213198204, - 55.584201717339894, - 44.94419372870009, - 76.39930613439581, - 80.43028884710982, - 82.19762828235278, - 79.0734842758815, - 109.81909957397411, - 107.34726245594729, - 83.34385788213419, - 79.79970734022712, - 74.24711651544158, - 55.54200517202582, - 51.869708693912145, - 27.840160964619145, - 13.03491626192734, - 6.103019381654721, - 2.857467192301383, - 1.337881832658531, - 0.6264036217039309, - 0.293285615893365, - 0.13731793608723114, - 0.9079423229019522, - 24.201700766959828, - 55.94239048273552, - 54.89109986539643, - 87.65438854730667, - 73.05979098962655, - 76.66501430890318, - 54.38382364995019, - 53.23656093328293, - 58.45235254673432, - 92.01483228826045, - 115.68965963732387, - 82.72053599911288, - 92.2691243922259, - 102.83765780468568, - 107.07540480466123, - 111.38633403231194, - 113.11595002542842, - 83.40097175781312, - 80.36284277411718, - 98.32899748892255, - 108.12937765962032, - 137.35452182675016, - 101.58994726536982, - 113.23049339497105, - 88.74880116877445, - 78.37931908262657, - 86.11783791303091, - 100.44521970343777, - 127.8371254410307, - 119.61127712833746, - 112.46087267326034, - 145.50059222111705, - 133.34138412396308, - 131.26647573883065, - 143.69265869177917, - 155.10098522250115, - 124.87670387770544, - 166.75417668292633, - 125.67486997328814, - 143.34103914362336, - 102.30508820559682, - 93.41155193718777, - 74.8175124892978, - 96.62951428581873, - 107.76894081401173, - 86.52040650093002, - 96.94371033397431, - 106.81267752320602, - 154.7784005690374, - 154.9760119251118, - 127.46820803052255, - 108.88012464923801, - 94.54780227269097, - 101.5741121337946, - 103.28686133399887, - 95.07117674610022, - 94.53162929370606, - 121.50553009211097, - 149.71291722412943, - 116.76891042394475, - 119.02484766664517, - 82.89977032195696, - 78.493445013044, - 119.29468483329542, - 85.36636125576314, - 103.86559488117737, - 90.26148326702665, - 94.2618113477036, - 69.58415895636219, - 32.57968537989128, - 15.253987622647742, - 7.142000779894176, - 3.343923989047737, - 1.5656435765181487, - 0.7330429210475538, - 0.34321472150957416, - 0.16069501754761903, - 28.10920046844922, - 65.09028000807234, - 101.63547261197232, - 98.03723293045293, - 102.63168003780262, - 94.23354837623961, - 77.1294893950016, - 78.1030947750663, - 80.77521469126177, - 95.62177078499138, - 132.1623784051102, - 103.97959709329861, - 124.73563525709682, - 100.8437404187999, - 99.65191263828477, - 96.15553595343465, - 88.12736474832222, - 75.77197442179465, - 80.85199062181775, - 67.95887901164338, - 104.03836353962242, - 95.4770312900088, - 87.80221165885912, - 68.36652242873363, - 62.68137806679118, - 76.34788143523807, - 79.66169056737377, - 64.85548563939143, - 69.807233115592, - 106.3118081740927, - 98.43921615145732, - 68.68067458587261, - 61.02396674844547, - 67.36674485867766, - 63.398719046001894, - 51.01555673567086, - 61.37889947299445, - 78.16353556562268, - 66.64934125671833, - 77.31284673016017, - 66.33205512595276, - 89.7615192555939, - 69.48043272637968, - 61.10915838862577, - 64.05567340288425, - 100.31744968888712, - 86.97629852071245, - 79.9983565094131, - 85.02517276135832, - 69.18994783077423, - 58.62550519191278, - 82.09488158820064, - 96.42203520215514, - 80.10483483947314, - 68.23931896783529, - 58.66635143128007, - 74.20867136089277, - 96.32261192403365, - 59.59176331045404, - 101.42385497255994, - 91.64447795196918, - 44.56777778524512, - 20.866878325493293, - 9.769987032988139, - 4.574361585658974, - 2.141741216820496, - 30.97412736034421, - 73.76540439323085, - 67.21732099901979, - 64.3309136054236, - 62.586420244074645, - 62.94626079465712, - 67.22508419064556, - 59.65201303854907, - 88.99447453222254, - 94.99295539607259, - 83.02213144744735, - 63.627599503082536, - 54.43164216558539, - 53.18653256898138, - 62.515690049107945, - 53.306564625446164, - 52.69435294480719, - 52.08280669911264, - 54.50565551317483, - 45.60307683017726, - 46.14617422878531, - 50.31473347595566, - 73.23809152503648, - 62.776146036851294, - 87.25895831541202, - 73.37775365075228, - 74.84399753693317, - 61.14250047832948, - 61.19250614256629, - 72.92829274496319, - 57.640980923687685, - 26.98782383300414, - 12.635847335865726, - 5.916173118784285, - 2.7699847458649076, - 1.2969220707829725, - 0.6072260362425931, - 0.2843065650569789, - 0.1331138951726465, - 1.7184130023238864, - 18.96482894060434, - 14.841551460878064, - 91.79761201313512, - 68.28127471693819, - 47.94737186078245, - 83.58190934121006, - 67.19899573325586, - 47.84021797828524, - 101.4261287638648, - 88.30890740920144, - 57.58081784550179, - 79.09410996525762, - 136.85252800179757, - 132.25815711987522, - 64.80063390240468, - 75.0366941573067, - 110.9885172257041, - 54.89023293371217, - 76.49111489460051, - 109.6902658147116, - 58.097662681251386, - 70.96444491701303, - 108.73321979252967, - 111.78618188644745, - 108.66140249550956, - 103.69924898751557, - 102.02977535959528, - 109.37594631657184, - 116.9000964949017, - 105.62671570558689, - 93.68054304936793, - 84.41287269625323, - 61.14264107126694, - 77.69109368665202, - 102.21814433070634, - 80.02833195728796, - 42.13277994514977, - 64.12917848025441, - 86.7588143671101, - 74.68352667623455, - 98.51728886711456, - 109.22761055813588, - 117.13565497994857, - 84.32010467954113, - 127.56082622284205, - 121.7904227956428, - 116.81191555620657, - 96.94426798437142, - 84.31063696207009, - 86.48915311328531, - 63.74043758988218, - 136.40765533266494, - 119.84468041976031, - 78.28574847328208, - 74.69031197980428, - 72.44187724810394, - 78.20430865517297, - 130.98011045636153, - 117.13693282756745, - 86.78302516229661, - 114.89133297465068, - 111.9494173890497, - 103.33094964547597, - 94.45800469501779, - 109.52683518022292, - 101.87474782745107, - 92.88408668676959, - 105.80827913948227, - 108.84106564564206, - 99.30350252037496, - 114.7631573539247, - 124.95745200509923, - 109.2279052198459, - 122.68976773487222, - 83.63321240333998, - 39.15752936123273, - 18.33377030026135, - 8.583971943733564, - 18.454341769394222, - 33.460570382189005, - 48.34880932769329, - 68.87488448409667, - 68.74434442851116, - 57.71726168435545, - 77.18010927961708, - 62.58841167366135, - 64.60662202966185, - 78.03806470705301, - 83.8687974059359, - 119.42250238667603, - 107.02215196719459, - 103.36864565849112, - 85.33148530850728, - 107.24783055248903, - 116.73977276304703, - 90.08268590595368, - 75.11597176221103, - 67.34365360198707, - 91.10384944166643, - 94.59527163195156, - 84.73888040030864, - 79.0822035948795, - 76.12491464641562, - 71.41329985238859, - 71.7800549267022, - 75.7009199780334, - 66.33565820631503, - 66.78067003401758, - 95.48644357564964, - 124.52019108002037, - 94.85865581344875, - 129.3297284489262, - 105.9918083149946, - 79.43388331857668, - 79.88416869370104, - 90.1560061001866, - 130.58160260374848, - 92.67795300644846, - 111.99756006865245, - 84.08401858089108, - 84.40491466142731, - 67.9069690664519, - 76.55134749693246, - 73.03351825545322, - 84.51692761156121, - 99.29651242283435, - 106.29697863351983, - 96.98698305978206, - 107.34126781183457, - 83.697143203217, - 87.59713776084152, - 86.1141932176501, - 73.98294071621687, - 73.23566674433934, - 61.45271999072117, - 57.590679174193795, - 73.03036326950946, - 86.69550000494127, - 87.90895455982087, - 60.888574103807635, - 36.28036685047228, - 27.716781357149927, - 18.280485715211288, - 29.3359790668404, - 52.84901092502399, - 64.3767237575293, - 58.1017899823507, - 67.01139768768864, - 32.58842374320518, - 15.258078972342439, - 7.143916372290948, - 3.3448208799283465, - 1.5660635057541794, - 0.7332395342221166, - 0.343306776877705, - 21.834438078550747, - 65.95068484016907, - 108.36959019878503, - 114.32165334080962, - 116.26089337467015, - 105.51358628177803, - 93.95105966512807, - 120.0836493751338, - 124.62681270763136, - 106.14681923334064, - 109.3183981639839, - 152.76189306036235, - 118.13162473695579, - 90.20750825333175, - 75.97724605024817, - 70.32076682206609, - 80.53710044894534, - 106.48794203205142, - 103.1083852183111, - 84.47139799484185, - 88.80935729893835, - 74.27579014970632, - 79.92934177195608, - 76.48057566819219, - 89.6839504966544, - 132.17850268573284, - 147.02851742812652, - 109.50431944338808, - 82.99818211946173, - 87.54014473163636, - 78.54532252522269, - 125.57913459669723, - 104.47741639234718, - 111.01339917600842, - 84.93719817536865, - 102.29445677536799, - 84.16083611868193, - 76.15297726764402, - 87.09675372417786, - 79.96280311444406, - 92.31221676179644, - 87.43121025972113, - 73.65483774691418, - 92.37342574758816, - 80.5796952851689, - 79.91343545157635, - 83.47295051598536, - 70.5485621868954, - 141.24833367729588, - 140.44672186182382, - 117.98232942501087, - 128.0631781710762, - 130.63065051739457, - 115.56785139935414, - 101.69116079833384, - 121.13920331539444, - 111.22664046496841, - 103.64296635530059, - 113.57025449254647, - 93.9671529407102, - 100.19504586725319, - 123.52388027769499, - 174.26195277602514, - 128.0973879745081, - 92.2549858072522, - 116.36672387993224, - 120.66119196886672, - 99.05930551237577, - 115.91814555143964, - 135.34068821851815, - 106.36334097363842, - 49.79990039181759, - 23.31658686473205, - 10.916954024870343, - 5.11137783040624, - 2.393175171906865, - 1.1204977588158953, - 0.524623204456471, - 2.875123633370975, - 16.886876961962734, - 46.80570174318619, - 66.10454256011107, - 65.19946623113826, - 73.59842300669092, - 85.88793024649866, - 77.2740832867725, - 84.45101027156267, - 100.68612458554176, - 114.99386410995308, - 98.13800603352453, - 96.25585800443278, - 113.22386729560002, - 93.48096819932846, - 127.93304866795408, - 132.44933594652338, - 102.83410003364503, - 89.52992892138758, - 82.31952269398991, - 109.17742798748006, - 100.43402649949819, - 100.35142950415198, - 82.48472116944352, - 71.21549323132243, - 87.33433405390899, - 88.18208025079143, - 95.97917447670653, - 114.60355937105444, - 96.57590477552039, - 75.35887042091557, - 69.68175568766452, - 75.45517858577375, - 89.98121244842304, - 106.92282425001, - 111.37675851535838, - 98.66977519013506, - 95.90152374825647, - 112.46277274544923, - 100.0854161750278, - 110.51871566104641, - 89.30282282691178, - 121.37782171244106, - 96.62560219331877, - 116.70886008615618, - 94.54831954703226, - 92.86088888818902, - 101.26726409165356, - 87.96458780978921, - 84.42719530241789, - 81.79465293761334, - 80.52337484145082, - 79.39074257723502, - 74.96956036072261, - 100.75650664097972, - 134.31292855921427, - 160.94228405236072, - 119.25938882506219, - 85.75707467480078, - 109.50104067441971, - 111.27758370958206, - 59.613100606031345, - 27.91118109916786, - 13.06816827896595, - 6.118588158652429, - 2.864756579195505, - 4.641002205410681, - 71.59844369968455, - 74.44153782198514, - 95.58956290371012, - 117.75363825763125, - 123.03608404878207, - 103.57938440921181, - 95.2113731816782, - 138.45396545572495, - 141.2366129740779, - 113.14312814228032, - 102.17701354961693, - 95.9421474544509, - 112.93875689911792, - 131.98455917229836, - 121.4558141491249, - 95.94021583377801, - 109.86924859451818, - 111.07689316147163, - 97.1968213378039, - 86.12800056995567, - 73.75523307102556, - 65.57881063579191, - 71.48966425951762, - 89.07527268352246, - 102.11783111485167, - 96.80285610496284, - 104.40701974731508, - 93.19876079954022, - 80.33304688316215, - 87.23168897210309, - 104.06508422539017, - 129.56144012091912, - 107.70552511710923, - 123.60185737316385, - 111.0303580452677, - 124.53717886091587, - 98.48608438128474, - 118.30187898902942, - 90.49141462590198, - 85.55522354686644, - 84.71282329601621, - 87.2495328409841, - 108.47508368875873, - 99.57756865563623, - 113.90745903356262, - 91.7543298453515, - 70.97169588299546, - 34.58256118530342, - 46.4563155647339, - 57.94544599604206, - 61.6351958839131, - 49.86626853107947, - 49.27036578506032, - 76.06384164695596, - 38.421216297971576, - 17.98902448020773, - 8.422560057438824, - 3.9434888756316084, - 1.8463631492298453, - 0.8644773667043606, - 20.682496758558667, - 69.62340021541574, - 80.07693570120067, - 63.09217066905603, - 76.1645911369254, - 69.84641052945959, - 62.59969256469829, - 69.95337955616228, - 83.6192031709003, - 83.25839984907796, - 110.99372046223854, - 129.01422479259895, - 122.7146467163722, - 116.05875531009814, - 113.98138376060483, - 169.84601695229094, - 156.8379653527162, - 123.57303390003781, - 99.45049450683936, - 101.02143094593401, - 89.40217385786863, - 92.02766967447552, - 135.9004534276913, - 133.421514454645, - 115.35174796392324, - 90.90975029423402, - 118.28588440030626, - 127.6685598916562, - 104.88756076772873, - 80.14130604553617, - 94.80214249190036, - 114.47743275040087, - 107.39265741190191, - 99.55786618275846, - 80.32172211725171, - 92.74903571373534, - 111.05267905756531, - 109.18493000856233, - 115.88463740210682, - 132.54736688268716, - 114.20543383114845, - 90.03831586541845, - 108.70297561473436, - 119.38040491688531, - 89.37768082308358, - 77.75903292559603, - 101.83500594988956, - 110.72194512554543, - 135.159512505102, - 130.3383582491017, - 104.37576643686366, - 78.7789437622925, - 60.84433953884379, - 70.8705825367025, - 118.98743594497321, - 108.21953636317137, - 86.73707275846415, - 108.85185518011667, - 159.79921322975108, - 139.66163312471875, - 101.93235914497228, - 106.01139162130087, - 136.01850109642686, - 116.73913112030588, - 141.11645447991, - 116.0300132960503, - 54.3258894625799, - 25.435679804415848, - 11.909124977298513, - 5.575917719340567, - 2.610675299161132, - 1.2223325129080482, - 0.5723027955993565, - 0.2679553119892165, - 1.0615259845065428, - 2.82875123515011, - 40.495904995309346, - 43.84298086875833, - 81.29998293923171, - 106.62011008105549, - 76.36818359062993, - 95.45977056468928, - 70.84745954817004, - 64.19201779241138, - 55.81125393405864, - 36.65779275419817, - 39.16762506540744, - 45.84842713360861, - 39.46017745652831, - 30.027292553891208, - 33.62338488813247, - 27.014874160514736, - 97.88085773710546, - 95.49638963303629, - 72.0830482102979, - 57.33130762311242, - 63.07480066844933, - 55.457174884937075, - 47.81887404729287, - 46.395488288316606, - 38.84468788864763, - 49.39351627650056, - 44.67620432884475, - 43.62838770270851, - 58.662785443862326, - 58.732962537281814, - 60.534799548533925, - 68.09403757600586, - 80.8942601727891, - 84.65438702972094, - 76.24091656136238, - 85.33180774755971, - 75.49875342262828, - 88.28278504064355, - 70.61952173960134, - 79.8150534092251, - 85.23073261667614, - 109.39777862566106, - 74.87946242599804, - 96.37913726600758, - 100.36764514704336, - 101.7122783003456, - 77.5294899184591, - 78.98753518807254, - 70.56209075606628, - 86.05031231484963, - 80.56125447591998, - 94.28370009793645, - 96.4063529563724, - 70.97153254552954, - 76.86021076367868, - 82.72191459136583, - 108.49658991573101, - 75.14098376257476, - 69.9755497856049, - 90.4312359575375, - 93.09649936119035, - 89.03989371591598, - 66.60874370668088, - 91.09427320184533, - 74.19578757783098, - 79.14242904926141, - 121.0664355469159, - 118.11714535158148, - 109.101878124248, - 100.36452699666367, - 131.89538560818218, - 114.40274532204208, - 94.84056559946859, - 99.41071828873822, - 97.90012081107504, - 101.11174540313507, - 96.55268187353825, - 84.48439190957032, - 87.38935694017954, - 86.40026830587671, - 78.09870211892665, - 72.59308581177156, - 55.639801962403055, - 62.67688643954156, - 58.87881409338192, - 75.5787883807611, - 81.24816201827657, - 65.24503084321691, - 65.4219813128147, - 82.47790850146134, - 114.5770794569261, - 111.90448559914618, - 71.79505282910362, - 33.61483803334819, - 15.73865178005942, - 7.3689232001721185, - 3.450170312480849, - 1.6153886886548317, - 1.075296273442078, - 6.995548464699769, - 37.95106518885834, - 51.202450351346684, - 71.58372739596128, - 78.23684332999916, - 65.71951984043184, - 83.17708572420855, - 104.51515535710044, - 116.57656359560923, - 101.6009684239489, - 99.5882639746199, - 125.81770875203051, - 100.13568258817841, - 82.49292020583562, - 71.48753636689811, - 72.53595232016647, - 84.35934799239402, - 101.7012709075525, - 85.2514368735132, - 100.65158082104412, - 100.847318237039, - 78.39207230105033, - 81.95863149755567, - 81.59250431340334, - 79.33118467028122, - 69.82606815712863, - 65.1428477243016, - 88.72084080035138, - 84.45084933030428, - 79.44700263275615, - 63.547423110200356, - 101.25738546978336, - 74.20676751482104, - 65.97679248379731, - 64.39310838762908, - 60.826558295572696, - 76.9829660322977, - 123.41754355693297, - 87.7751334388607, - 62.70134457587272, - 61.91444847397796, - 110.13497022177037, - 89.08791437691596, - 103.06690432461632, - 77.24761922477006, - 85.76257342733328, - 72.53672704493073, - 82.74029883613879, - 117.94387032558916, - 96.97260108347992, - 90.27586923548957, - 61.07260968351978, - 76.39904480791158, - 72.72208157462089, - 80.20898504406298, - 51.771413574402686, - 49.854960896461506, - 49.525556077933516, - 68.01743713082593, - 62.018247641626225, - 69.96670308896827, - 74.31311161155251, - 72.34296857931515, - 79.44410199088625, - 44.28919310840452, - 20.73644344980819, - 9.70891670784343, - 4.545768124027715, - 2.128353601049318, - 0.996506844939102, - 0.46656997762068403, - 0.2184506259264772, - 0.10227978279062358, - 25.779828585059953, - 52.06390539307115, - 76.56536245526925, - 81.6593244553279, - 77.57640063086815, - 79.6689594668884, - 77.71342333965151, - 91.48287642254243, - 88.0987158067877, - 92.1479935153279, - 92.10573640319461, - 79.29937953564742, - 70.76649437256668, - 82.06046271615548, - 129.06260742704688, - 103.39981007254424, - 73.18622258042853, - 76.91934739544972, - 79.85254914521191, - 64.01655502290734, - 81.7287424913414, - 77.3435470686438, - 77.00447159474221, - 60.8159368932284, - 59.367195662045084, - 66.40133607043848, - 77.75812897346302, - 89.87886724847809, - 102.1275875904694, - 84.84644491294779, - 92.63450990819084, - 145.26465199808405, - 131.8598345234567, - 148.55210604731485, - 111.46601251764585, - 84.54844083574659, - 103.4942045580374, - 95.54742388385161, - 90.23966635040513, - 88.52119561316175, - 89.25722173785438, - 98.22358975052806, - 111.74567258925401, - 86.00700482056547, - 135.89685670278897, - 120.8130952517863, - 127.14268532624295, - 112.90586156754375, - 91.93850263947728, - 100.40391249592285, - 91.14467291464906, - 92.12130812633517, - 79.54446727726503, - 88.02741014243628, - 75.57208790748564, - 74.90740040823849, - 99.50472026719392, - 62.29467289769207, - 55.2532011388435, - 69.34105186941316, - 85.1259868257001, - 85.53478066838247, - 82.5531671003478, - 55.121449535037144, - 54.118512034723324, - 61.569606344347505, - 33.93587349356637, - 15.888962345661804, - 7.439299432493473, - 3.4831208509603018, - 1.6308163117354209, - 0.7635571536052432, - 1.3785802133981566, - 0.8644711229536666, - 29.963105566728466, - 29.03967119670329, - 50.56359778753182, - 45.194122970569026, - 51.33383852705446, - 45.244107857309544, - 32.31873185183585, - 28.245989324476298, - 47.309864166227825, - 43.78398052907988, - 33.19132316604621, - 32.359451798272396, - 52.6255673778587, - 44.98436755445738, - 47.94782320532427, - 44.28933331224929, - 37.89201635338658, - 53.798894352821264, - 30.100683007148, - 50.10078486252876, - 47.3376131710515, - 43.38169876147527, - 31.483107379957527, - 39.070294447149074, - 35.75084814094912, - 29.18782053093045, - 21.181312144886242, - 38.155625234642955, - 83.82157406278586, - 88.42236968257733, - 78.87036813593129, - 81.73462680662017, - 78.8831608435702, - 94.73703435417583, - 102.35458296219699, - 98.35698545269096, - 87.64128441398015, - 76.59690347039573, - 80.02987141619084, - 63.61494579474428, - 85.49950362122294, - 109.94556449203151, - 109.67452521523833, - 109.45976223251579, - 69.61060946858136, - 68.1324748746122, - 55.404891913456495, - 39.97394737319712, - 58.98152754031386, - 44.042763300745634, - 58.57080757433651, - 110.40788366204556, - 143.0522052203269, - 127.68470674384014, - 92.12734498862444, - 70.78215546886022, - 71.60059186509332, - 85.1087181980827, - 88.9932139405879, - 100.00151213556202, - 112.00219678176683, - 116.49597814408725, - 91.85353760803166, - 108.8902884585788, - 103.86916622984158, - 121.97953711646208, - 111.78593891351044, - 92.10778917344115, - 98.79910459367186, - 95.61152587366873, - 82.44900240360829, - 80.76397662700266, - 74.33216524507498, - 89.19475602406104, - 92.95394126288886, - 143.486708774331, - 116.6824719825601, - 88.26699235868251, - 94.11923934453407, - 77.05351759616691, - 92.21153789425236, - 92.05182845914527, - 80.45163949735372, - 80.27733537891302, - 105.65555793536222, - 84.64273947343763, - 96.4662833388399, - 99.00072177236517, - 102.19212969831469, - 86.2452120295834, - 85.80712972690442, - 74.50951363837498, - 79.6877264244271, - 90.40303033859227, - 98.28267086160145, - 87.9287991520919, - 78.87211681445405, - 76.52867803683161, - 81.89274730397904, - 88.38726349220785, - 79.56116446013998, - 82.85025402821279, - 72.95590203001335, - 91.88302606634855, - 77.08118225252811, - 68.16342115567322, - 66.70635523585615, - 79.82324127570514, - 92.59857472853267, - 90.8057801912879, - 83.13035521194405, - 86.404741809678, - 75.5161875140735, - 80.93026147350974, - 102.47193436305685, - 77.68090173151671, - 57.28304309189689, - 89.411139189479, - 96.01870251030914, - 60.2107840928859, - 28.19101979019362, - 13.199190290979601, - 6.179933384250715, - 2.8934787507288853, - 3.361618526549817, - 72.39218871983508, - 91.7077542066177, - 116.35097821412046, - 117.19990846602288, - 99.75900008255635, - 107.30652790691994, - 102.99360674559713, - 98.38046886640674, - 93.1896961104774, - 105.33131401899016, - 108.94108895457873, - 104.89809555114269, - 97.97310878697053, - 108.84674079194829, - 91.79425297172354, - 82.20278630259453, - 67.91732111694174, - 68.94839055581065, - 66.68935804765935, - 74.74351563585532, - 61.44590068607013, - 74.15475086679783, - 102.08265507957701, - 79.4354093936316, - 92.72052702606013, - 105.96748038723268, - 101.85551877377969, - 91.61511898533385, - 97.11773855792742, - 107.25946836310598, - 110.3281887406613, - 95.90081868771358, - 100.34815668232125, - 126.07346378886753, - 98.77356710749528, - 117.06852218417394, - 129.19725302005804, - 187.97584077208458, - 139.28390268637705, - 144.39335512629452, - 143.2826805247826, - 125.77631143718634, - 80.31051795726609, - 69.92413277238225, - 75.41031814840728, - 57.27485595200994, - 71.6172116542398, - 71.08365867222024, - 100.95887228668894, - 97.56107862237127, - 115.74717361791144, - 90.00243807784685, - 128.69257724880913, - 179.72579367351247, - 146.15186356971185, - 109.74481648248015, - 77.70207663710265, - 54.07207623377172, - 104.68993210709124, - 108.32429281513521, - 58.25157928018758, - 27.273709336926384, - 12.769700498886632, - 5.978843904832865, - 2.799327552081097, - 1.3106605338042205, - 0.6136584600808438, - 0.952900236536719, - 47.74785112497899, - 66.75262984867979, - 78.72609475943523, - 67.45741931659717, - 105.97001187855957, - 148.61845847169954, - 144.27801964662575, - 128.6182081653521, - 148.76456583236128, - 126.98245500707625, - 140.66021382803166, - 163.3991347596141, - 119.08939713589395, - 103.1788426444388, - 129.91821908137592, - 99.9932426890631, - 119.96971647996583, - 151.5158760194411, - 178.02808602676456, - 181.0800195827376, - 189.55848332310876, - 159.47123665505555, - 81.31951111514326, - 38.07424171124085, - 40.17448442593732, - 76.49395459500167, - 69.26205243372324, - 114.26410985731395, - 131.2575658887834, - 143.01901205675452, - 103.24631293343435, - 87.16271956827313, - 83.76036841638557, - 59.72226651393412, - 136.70691952710249, - 164.45350060680036, - 178.0712619830841, - 143.46875949092856, - 143.46875949092856, - 135.72602206164783, - 144.09621317019884, - 155.62114443083732, - 129.85870350651226, - 86.85651692732866, - 97.77739693281558, - 64.65861022070315, - 30.273516410719314, - 14.17422664579079, - 43.589747915878974, - 67.28244093393299, - 84.11334836025495, - 83.89834653063359, - 105.87148686621452, - 80.82736891813792, - 99.14078714829259, - 91.72170187633388, - 98.27134110347407, - 84.68737682352173, - 102.18569291899988, - 128.11202266179865, - 113.23720003950118, - 97.2205887029182, - 127.30332841544985, - 117.15557543559976, - 96.17815738425031, - 177.3597616605623, - 141.23219359740526, - 132.68513945194462, - 163.09221053492598, - 158.49629830783778, - 129.50602583419902, - 133.324040862289, - 118.81633150901484, - 55.630458952362396, - 26.046486404233683, - 12.19510798188589, - 5.709816532708359, - 2.6733674589528333, - 1.2516853264281536, - 0.5860459440952578, - 0.7135566590389015, - 54.08698097123422, - 85.12770071289307, - 93.46420068277779, - 79.24378951093847, - 90.804659719092, - 78.49831894119043, - 96.34838476184744, - 87.73755086724265, - 82.70535718519584, - 129.86935870986366, - 145.7406680748855, - 104.35029372008631, - 85.32312005965107, - 81.68679666317725, - 90.26167660012852, - 65.92697506433196, - 72.89936808479837, - 75.91369548048186, - 86.65732392957594, - 94.51391086878334, - 114.74843758864418, - 98.77749093533629, - 104.13407867709633, - 133.6821531716418, - 118.30353236490014, - 105.69591531223324, - 102.41101119380681, - 84.54923335987391, - 75.1258911714047, - 70.52196097646848, - 84.41774417761638, - 77.81772934909696, - 114.46988462927641, - 112.53200748956671, - 113.2403718903455, - 106.97542602651745, - 100.1089469939246, - 81.5564789542374, - 89.12614946101007, - 83.47178194409588, - 92.03945716154824, - 82.09257166967754, - 93.85829376645454, - 82.35847776549579, - 97.49401986856861, - 96.85551693983959, - 87.65365876326632, - 94.82410297924865, - 87.86966924414588, - 86.94451024663208, - 143.21380958611468, - 109.3790972848827, - 96.17501435193326, - 91.74299999504824, - 99.45811763858947, - 91.66681873679187, - 76.27242304541821, - 76.86492397526463, - 76.29417168639759, - 50.5959428734997, - 23.689298326524604, - 11.091459578214685, - 5.193082288867368, - 2.4314296480796274, - 1.1384087146537432, - 0.5330092123468035, - 0.2495578405098305, - 0.11684435149951582, - 0.05470716708179159, - 0.025614196079709214, - 0.01199270727780309, - 0.005615051411471185, - 0.0026289979087391036, - 0.0012309112593403106, - 1.3027784519024848, - 38.802551350630374, - 132.31669908043693, - 123.7742469203365, - 103.7124520336137, - 94.161843111683, - 99.93182147816636, - 122.23552176729157, - 94.64183916706342, - 93.86229336035092, - 103.48279649659241, - 91.13102831400235, - 69.70772315423625, - 101.19991847106816, - 113.03873458639495, - 99.04434847928081, - 77.10343840447814, - 100.25892022574645, - 86.30347090103736, - 133.46274724123202, - 117.98422565286114, - 108.06073389398367, - 141.23158368194393, - 133.92522488297644, - 114.56246462381566, - 128.6919404276987, - 97.8043307788989, - 102.21808259090301, - 89.7912909657138, - 98.64193012677384, - 98.2008274604219, - 101.66185226647542, - 84.7740606757751, - 97.69969991813124, - 119.37283953078972, - 133.4322525193791, - 105.20023196315444, - 96.32836331519977, - 92.0346085320912, - 75.32092959901325, - 86.56988661420058, - 115.85436521214426, - 110.75710252829222, - 98.86295396976766, - 86.3444349402088, - 66.82757984972872, - 73.23608926120951, - 60.44885581015407, - 70.48822426817526, - 68.56341054415344, - 129.5170523507317, - 89.29781627866902, - 89.93934506895698, - 69.01118169142673, - 72.29436261995964, - 87.21137174961333, - 92.7872966131386, - 77.33992993532209, - 66.26258335040701, - 86.62205600013422, - 82.75943759626773, - 89.85766447644005, - 86.9215920852351, - 44.661746721893024, - 20.910875097709667, - 9.790586563370322, - 7.838176581505743, - 46.468834479695744, - 89.14484042621959, - 116.24511387139745, - 138.10465389504293, - 128.66850842311888, - 166.7131960404214, - 139.56521478279384, - 110.98942157475399, - 152.0134854667153, - 175.24026400500566, - 127.59978114828372, - 139.51552188937066, - 138.98716950154636, - 200.30100007667113, - 183.41897276239547, - 201.984752638495, - 157.33168115592116, - 134.08441572062623, - 177.02760837909523, - 163.65213365912234, - 143.18924067274597, - 176.9522769209517, - 174.58326789928418, - 160.6018833542811, - 123.52025609665182, - 98.9789445936534, - 107.68406146153625, - 137.86320150515567, - 129.4968997318964, - 143.2872025892718, - 153.85194967093764, - 135.13649168519513, - 188.4041079937969, - 180.70258931888023, - 144.29799557910576, - 185.7423741711895, - 143.91007066101727, - 150.13088358206713, - 147.03036807977037, - 135.19529256099005, - 127.1724879064231, - 118.55190695324958, - 135.05138553298332, - 108.32115777089683, - 116.87521088832563, - 113.50261477711513, - 111.8908921965657, - 96.52889742013211, - 97.89159848469372, - 100.94538468041935, - 106.52061069282456, - 119.47718671684306, - 113.92523374451557, - 119.45974454927511, - 58.42624646371082, - 96.12767694493165, - 127.10262696533943, - 81.22917901074668, - 38.03194772385804, - 17.80676679594296, - 8.337226008706017, - 3.903535005359918, - 1.8276565277417993, - 0.8557188237868056, - 3.6084421963100732, - 59.0281501136222, - 74.86301686434373, - 127.32353185801026, - 117.34932645887844, - 123.05087776860128, - 130.5078249069389, - 117.32189613018245, - 103.30752509749362, - 86.08605205379203, - 91.79113683355456, - 105.21492372993396, - 154.77197449709308, - 113.8883584733072, - 140.45399331936844, - 116.567006402735, - 92.67074849434746, - 76.4107869035995, - 86.19254995536204, - 156.8749984765321, - 152.95382607369703, - 126.70699321403741, - 127.6488146295728, - 119.17996929680552, - 105.09001942741386, - 101.56196969177711, - 90.39159291800388, - 124.49793740421566, - 126.56192838826061, - 129.68369547288285, - 84.93044866517096, - 112.88740704018186, - 141.93989416411983, - 141.81934848976482, - 106.66671574393901, - 110.88813510337138, - 105.57062583447953, - 99.14811478367386, - 100.35008661272505, - 102.66815852762194, - 82.26513388798588, - 70.7799647545718, - 80.83200523927292, - 76.79586149769509, - 113.94296541553356, - 112.93577364834817, - 92.78873753871575, - 91.49146703097779, - 95.48524117856587, - 96.72555574057915, - 100.53442349869407, - 100.86810284314018, - 81.67790559769934, - 83.3230111285853, - 77.99111906759435, - 92.5054592039838, - 91.31891450392831, - 82.46140590674715, - 90.29491249370231, - 101.60263428780783, - 111.32241805765959, - 167.09237529215363, - 159.6551098639625, - 124.4366744847267, - 111.05825026547025, - 97.12078926697829, - 105.48701476290078, - 114.89214276051054, - 115.24202848804597, - 120.53425196364466, - 137.47235763495596, - 150.99077220143528, - 127.55296695592114, - 111.2537592253244, - 130.90066377709098, - 153.66767860800846, - 128.71777180965685, - 130.27699485228447, - 138.25093388708672, - 117.3132056842249, - 117.89713547743156, - 184.84069951483747, - 181.3671029912439, - 151.3189593279744, - 116.10457548792613, - 134.8194050382764, - 133.91636919973786, - 124.32823122626627, - 133.4348641287138, - 151.99914126616608, - 159.92092701052505, - 139.92093118500486, - 105.67571880409996, - 124.88360651072111, - 146.72763686600206, - 126.23179868169262, - 106.94241922129824, - 107.8975102773152, - 133.02875911226994, - 125.90766983013606, - 58.95066249997418, - 27.601023939798743, - 12.922950993564777, - 6.050596628093597, - 2.8329225711780617, - 1.326389906249419, - 0.6210230386454715, - 2.4595831361531366, - 25.577099268785243, - 88.52122767646249, - 120.3742867322166, - 111.3645048860763, - 103.2302456143249, - 88.5259003917394, - 76.88793828526842, - 69.04269416385102, - 111.29301498003869, - 111.57007628967169, - 107.03244969088752, - 104.62333521985634, - 75.37120111585578, - 53.03936095232603, - 49.74094430555091, - 56.41489795010145, - 79.9929775983739, - 90.75438068553193, - 120.11302564100964, - 143.70136811105596, - 150.49777286823212, - 163.67700140051875, - 151.10025981922757, - 108.1298091716563, - 103.1597951802286, - 88.91628678920532, - 82.59115931078884, - 92.5301296499602, - 66.48270235342568, - 86.11174828704458, - 83.37886097498647, - 74.09503606539923, - 91.85446711535401, - 84.32997992151493, - 115.43935375567936, - 110.83596802021819, - 146.23400423137508, - 165.43063008594706, - 179.74571907358225, - 156.8613939660467, - 109.34078725795062, - 112.05436469375772, - 158.21732507061432, - 162.55875398034144, - 167.19528434604132, - 126.3174494756432, - 97.46829385897804, - 106.33804560540403, - 90.45369474659525, - 91.92779963979207, - 138.513435262489, - 140.1366912138831, - 104.65510667781754, - 129.336258981615, - 116.11359634643173, - 110.89338929162884, - 107.9609605435428, - 83.6086960712779, - 67.71434797922666, - 49.150772897367034, - 50.60083386190615, - 70.5384410640714, - 80.46533888630825, - 116.93791537813365, - 143.7948761838849, - 143.98277264318392, - 145.39107013781557, - 161.94513544529943, - 107.49880068045745, - 50.33152886250022, - 23.56549823441167, - 11.033495695176736, - 5.165943280491085, - 2.4187230153102917, - 2.2118459209499894, - 62.01119596080909, - 83.45923215769427, - 105.70509948520609, - 102.3535378285531, - 130.79934428316596, - 109.73897828227737, - 112.57543398791228, - 104.99082905225535, - 113.28565991982745, - 126.7031916812035, - 132.52125850876024, - 116.5668762504516, - 172.84994089117316, - 168.47777237533603, - 164.78547179609322, - 148.9538585760422, - 104.24208607034151, - 83.793398644606, - 107.22403370042201, - 143.6733062870349, - 130.67143157313905, - 97.5218600201535, - 99.64111507141834, - 84.32077894080815, - 82.64128124510961, - 101.2384232720982, - 95.63747697925864, - 140.16764335466468, - 114.05235171277394, - 102.54543466301635, - 110.78726710163446, - 91.53928680649186, - 121.65447084286703, - 110.95137442793188, - 116.83239443290105, - 128.508003924047, - 121.68305950308425, - 109.2489095526628, - 90.77266092939271, - 92.68951161069558, - 138.76533630889992, - 131.08823930507714, - 101.09996979156045, - 102.33088868292992, - 95.48671900426453, - 112.86921170525582, - 120.59133915252197, - 102.76960161010487, - 105.39888132548356, - 103.4166649804108, - 103.82513681391148, - 101.51678763765575, - 94.35545437792146, - 114.77061209563297, - 102.21702936102466, - 103.45567152723004, - 117.76113440890992, - 115.37180780665079, - 138.38656577551762, - 114.79885686373811, - 94.66986881868803, - 85.46264668828493, - 109.28373692247733, - 72.40479701916013, - 33.90032361185055, - 15.872317695802346, - 7.431506316016781, - 3.4794720710260822, - 3.244085207118784, - 3.0184481525594973, - 35.09682121975797, - 72.84534995018399, - 91.92361906347588, - 86.8040819741806, - 92.24061990210481, - 83.92541169415671, - 92.99310634906988, - 92.54504407360763, - 113.32864919470124, - 120.14349499480684, - 155.16829030730753, - 147.02610511289197, - 141.55208724920922, - 109.61064993118698, - 96.04641488714495, - 118.42046028234672, - 94.59859440373016, - 102.16117078530232, - 97.43636455281504, - 95.19121804594434, - 85.52929946887335, - 97.13527620511125, - 97.33577750515991, - 89.30631168631506, - 150.59090512717432, - 98.12040421263998, - 78.16074218397935, - 100.28030024354129, - 99.08142063375821, - 93.95243522865245, - 88.89879398765765, - 132.39049035645178, - 148.74398006036202, - 117.41681279566205, - 97.23476141794063, - 102.06310932389007, - 95.78824888366975, - 98.14820889450787, - 93.96135011353661, - 123.59024792976692, - 114.55864121859167, - 103.5675194700699, - 89.34056473519307, - 91.13981771996822, - 87.74199898931157, - 126.31879807170117, - 129.3982867906405, - 128.02528274597458, - 77.69017187164619, - 96.15666883126997, - 87.4130874903724, - 85.40768626950887, - 110.73696869484864, - 121.76780069581571, - 128.47680628857293, - 101.79614458302979, - 47.66151395867095, - 22.315382592704623, - 10.448184686088615, - 4.891897451505261, - 2.29041325311817, - 1.0723840640700966, - 0.5020961083358542, - 0.2350841554369937, - 0.11006769265886834, - 0.051534298195158826, - 0.02412864144157715, - 0.011297162437556718, - 0.0052893934973323575, - 28.785911204446748, - 73.00841163543575, - 103.30298169084995, - 109.46560753805774, - 119.02518162490045, - 106.78179795103317, - 114.12664184390388, - 109.57452021223305, - 101.94123039267569, - 105.97447234772966, - 114.67202018005963, - 152.07118823970887, - 155.03220688638694, - 141.64582187822248, - 108.93262303790257, - 119.16450596288455, - 122.19911473258877, - 103.91730585343151, - 98.53782943326958, - 112.3425675767624, - 95.4072928969527, - 79.35155091697344, - 95.66630161144468, - 102.6711164547103, - 145.33087278884267, - 140.76307043739115, - 144.37734478819928, - 122.87592708539113, - 86.9340691992593, - 114.78892806603164, - 111.39815366031185, - 102.46032944100685, - 112.52875630286653, - 114.5300919578973, - 98.30107069454185, - 100.25342781110959, - 94.4934146387989, - 115.45155497654778, - 119.46493302103295, - 107.20726010840835, - 126.78868745435824, - 128.0523626454248, - 147.70274771546792, - 135.6214024290214, - 106.41056946125353, - 118.44646860735642, - 96.51717948891688, - 101.0606209640741, - 124.43119567124687, - 132.11953142542546, - 165.33838774602424, - 119.98670334547829, - 94.41248731509205, - 135.68692574991945, - 135.93822693166155, - 112.69989535680621, - 113.70262996111856, - 141.71546883635878, - 118.56863939205243, - 102.433868240557, - 122.44099000735073, - 113.3452064777504, - 153.56570248251185, - 139.98329849689276, - 131.75720362462457, - 123.32609389565371, - 115.89354157496828, - 99.50493046490695, - 140.59559359191843, - 137.45230961217908, - 109.07445562213258, - 129.87179806053422, - 113.93709708468279, - 134.76224281952528, - 115.74626680551526, - 136.16543230396172, - 161.36901949773375, - 107.95509849170112, - 109.02192427266304, - 107.84111850884662, - 100.9384072637076, - 111.14806235562335, - 107.96342762843395, - 115.24935968906618, - 115.9741473460997, - 111.52309538568059, - 117.861603861057, - 103.81479628614395, - 113.92627357397683, - 90.90311217465013, - 42.561336360483274, - 19.927451431034214, - 9.330142201665558, - 4.368423820003895, - 3.481329042819305, - 31.001620546576653, - 66.58516347206711, - 88.50230847150814, - 92.47105522949414, - 64.85371803332932, - 55.388646457042114, - 97.07450948726856, - 90.6418196768525, - 93.70184682861505, - 108.05656307873284, - 93.35083206684192, - 120.95181701389012, - 93.59975912111888, - 98.26043761208226, - 107.6210884114793, - 102.13113545051829, - 103.25772773517073, - 84.78193685164044, - 100.85536016589008, - 69.98188809420287, - 83.02263787996364, - 101.44478714657839, - 106.82312393142101, - 90.04828050942791, - 104.56628166966921, - 89.50689829414344, - 95.16567578765377, - 81.35214099540129, - 76.47455191025095, - 121.9890617047295, - 123.77780872541337, - 140.61184392561518, - 138.75335184718355, - 129.12552427752823, - 134.55462228682995, - 148.79112242362913, - 121.03867015515951, - 132.19300251715114, - 116.81373780323807, - 106.59373777935077, - 112.30329585399284, - 99.94125935049125, - 97.26885475490518, - 101.07424081300651, - 109.81087949613087, - 112.84161435671064, - 134.953326569802, - 131.844194446715, - 143.96715858866813, - 141.15231388593907, - 136.3740589420779, - 137.837104599556, - 134.9010267773921, - 112.71701632105196, - 105.81725375144802, - 112.53434679644413, - 101.77471738977236, - 120.9689475229784, - 138.31110934098973, - 159.42764391778863, - 135.17101269314162, - 126.5666113016996, - 97.59861504473979, - 97.68082014540191, - 99.33657746730643, - 94.7352213641577, - 89.774248037172, - 90.73691236252725, - 89.70993548717455, - 106.18788136289277, - 93.44632925901718, - 87.75568071336104, - 104.44885000870532, - 87.01240732974176, - 110.5106047013707, - 93.69661360936038, - 71.17606200271521, - 54.8856053295491, - 52.17613498973016, - 68.54404301665686, - 68.9959898216647, - 82.41616278145325, - 108.01405586023142, - 110.89136070746531, - 96.17678435131006, - 84.14803567410652, - 90.56900095158659, - 122.17288030190447, - 145.77370003595715, - 190.65673516940916, - 147.96139820882877, - 69.27633924605625, - 32.435562500978776, - 15.18650849921739, - 7.110406683708428, - 3.329131459698646, - 1.5587176330362655, - 0.7298001562720223, - 0.34169644123239123, - 38.26924881566825, - 79.11049935346779, - 101.01936530137333, - 103.12534691372315, - 79.42264764146341, - 95.198813156185, - 111.33346958638252, - 98.8208237864383, - 83.80557585586662, - 99.56432194728907, - 105.18208175563667, - 92.94001876610724, - 90.14265427478827, - 114.40295156879293, - 124.87574299422504, - 96.32970186373717, - 102.91963479113844, - 73.61735832227167, - 96.56246791847798, - 98.63634292280858, - 99.11925098932026, - 72.06781301788034, - 87.94464428266808, - 107.80962114580811, - 103.40674835125199, - 143.00701806918747, - 112.7644305178282, - 104.3295132208229, - 90.10867405040264, - 115.9152608129008, - 120.93284777439858, - 127.38517524265441, - 122.0092033956376, - 82.25383207849788, - 64.8443012511195, - 81.38855293331106, - 61.16684588657366, - 69.56975885298544, - 66.72591004989374, - 66.33962301668666, - 66.70673235999135, - 71.54185447377033, - 89.58695871696597, - 110.14960968647183, - 110.46454498010495, - 90.68519661120422, - 101.31927793957918, - 111.88348927078255, - 118.56244465399416, - 84.87621598900091, - 79.23344443276837, - 92.58196731285449, - 158.4295474118374, - 135.60498805753008, - 105.17062645805474, - 86.9526895324375, - 87.41510457681684, - 76.254425264779, - 88.37187049169657, - 117.38270802343239, - 114.64760103060001, - 91.75046774868377, - 42.95807289392656, - 73.14918899555387, - 80.19911213863685, - 102.82205799687486, - 122.81269169775219, - 121.02326440645372, - 107.21408241420237, - 121.45613523069841, - 123.83730506426966, - 124.54255090217451, - 116.26845812681559, - 135.26135298922114, - 131.14547723734643, - 136.5752681167445, - 131.24113518509785, - 149.21117186783647, - 145.0249452257712, - 145.986342294425, - 143.24291158670172, - 100.58406811983104, - 118.71652673425001, - 118.2669412005057, - 117.89855044349025, - 146.73849800176797, - 136.24458958908303, - 137.94849021974417, - 135.0268266866215, - 155.4833003456939, - 146.23561091348355, - 143.62469552301363, - 145.83223842329446, - 169.28899028874457, - 161.17870290170725, - 157.24009226699707, - 158.84913270257377, - 172.33136362905708, - 86.38961584932865, - 40.44809259282509, - 18.93801909307212, - 8.866884547064728, - 4.151524041906608, - 31.77710088758326, - 92.74370104810372, - 117.23663541688641, - 74.49877935768957, - 101.73645312486306, - 111.28798259688882, - 135.12590305224893, - 132.93452011748946, - 138.2106552083557, - 146.82948740162237, - 122.21093967788889, - 114.08220842056929, - 120.53398237636743, - 168.20251504494124, - 168.61111850499583, - 139.60610387300176, - 143.01232538979477, - 155.3872033741133, - 139.46089634599565, - 118.8202091727556, - 117.28428114273953, - 118.3516064234934, - 100.0455924077722, - 124.62720895105723, - 111.90427469663433, - 93.4685353087938, - 144.7931014156037, - 139.40222186344218, - 120.82730648218917, - 111.1205241831272, - 109.183809708522, - 156.12282669878897, - 133.38457576732642, - 105.78621142815899, - 98.66121157478173, - 114.14404245855755, - 97.33247201407623, - 107.88144288719504, - 119.060384278144, - 111.93243243123274, - 95.61754948786273, - 140.4960287806662, - 156.8001868448054, - 126.08849923314519, - 94.17120455822446, - 83.47421885560328, - 100.31567093431211, - 97.85228837255248, - 112.26631793731119, - 94.29294882028081, - 107.28713610160506, - 84.4720539987357, - 72.92592106581944, - 89.10170624792389, - 117.19654561037653, - 150.76209608863343, - 179.7086464540201, - 173.01780512218855, - 116.09123883172654, - 143.61382552297908, - 130.37376418749756, - 139.76366282823642, - 95.2718740558863, - 44.6068146665385, - 20.88515560770558, - 9.778544556898852, - 102.6480062236799, - 95.87156208775104, - 135.51140687754142, - 175.3176665933072, - 178.26614673911837, - 140.0598107419441, - 161.7498072742161, - 164.28438472318976, - 137.451303869176, - 170.51257131401618, - 166.1488649300158, - 146.02514749032602, - 142.97530933688796, - 176.61921122906006, - 147.7714446974639, - 115.28316288389985, - 108.70210215216056, - 129.9510665801447, - 93.43494944332238, - 139.1497859899662, - 116.42201752567331, - 173.94148123663103, - 117.22767347369746, - 74.86650138112921, - 78.93091206818505, - 78.33176609410913, - 149.03166595832803, - 122.19581842247786, - 107.08820769259941, - 110.35563167623677, - 111.92949590369635, - 155.39560240408377, - 131.57715695125853, - 125.10105686990406, - 112.06842456005154, - 112.68624697418774, - 117.21560536783905, - 107.95605085557933, - 118.82183150488301, - 124.2969296317886, - 168.7931744892614, - 141.22365894274412, - 111.09258974892953, - 114.69078096089021, - 150.24695765410533, - 152.22855053493902, - 139.29622565304356, - 123.30473084662518, - 111.83959010990762, - 136.57847484364828, - 162.10739024394655, - 143.93398720585017, - 134.90951409849802, - 128.04131091731819, - 122.73891264251141, - 91.79659507666896, - 127.76434537072271, - 119.1036444571102, - 130.06344812477562, - 111.23564058214907, - 147.00028427520618, - 140.15088979248958, - 154.82665869733734, - 157.67676706507746, - 131.9229290080665, - 127.26417199451002, - 122.11302120156708, - 117.6025358986023, - 123.8846517003241, - 125.2035309128352, - 129.88893226283236, - 153.2399759985833, - 175.1698120356295, - 163.29565929972895, - 173.96063438711673, - 152.9591036102181, - 132.84362690072402, - 111.88755983977593, - 105.50151889638283, - 87.96970227605601, - 86.39635211420506, - 131.54749291649253, - 122.63034557949868, - 115.77784573525183, - 122.78995271411047, - 112.05106755815217, - 121.01060693199213, - 116.53455239724835, - 123.48801569902554, - 147.6457364033193, - 151.0474351623351, - 138.47486769449088, - 131.90628094568763, - 132.96676410136675, - 152.51513955590704, - 138.62905894460232, - 124.93505607677054, - 116.02302111691037, - 148.82910900206858, - 149.94234479880996, - 195.49878321003894, - 149.11353773988213, - 181.14434051066655, - 176.2152056735139, - 147.43342662913818, - 70.49327928917978, - 47.50886946489811, - 39.19452799275847, - 21.237476700667678, - 9.943503227572776, - 4.655602820915244, - 2.179778809344721, - 1.0205844098904913, - 0.4778432257650226, - 0.2237288226203874, - 0.10475106347059299, - 0.049045023210256236, - 0.022963149222536037, - 18.21792945004528, - 40.53447651425421, - 103.14255071257583, - 112.51909126699749, - 107.45750422062831, - 131.52731008572334, - 121.91271017980672, - 132.51423587536058, - 134.60382343580903, - 130.8963442090397, - 164.7224969829373, - 186.20501006079505, - 193.19016680321238, - 166.3866363468509, - 140.1621998618336, - 145.18779983922659, - 165.1148228167781, - 179.90373023943033, - 184.6177752739369, - 207.67081205047702, - 147.59508237376792, - 104.99933171955416, - 77.42192899250868, - 121.23832595656678, - 113.23461723193809, - 77.83090037065993, - 82.75046950131343, - 88.7584868553476, - 82.0583615228996, - 93.9561130610484, - 98.35822959277793, - 124.69410773880605, - 103.73535178646245, - 102.03308009892326, - 124.50733764764234, - 168.073459294084, - 204.47457598095886, - 190.462416296148, - 89.17554933032683, - 48.56716836742406, - 64.76802796032345, - 41.31372005441297, - 19.343310624617583, - 50.815543093896544, - 46.92371672971695, - 21.96994187812257, - 42.45437221427268, - 77.85229569042295, - 66.5927950453987, - 94.78492402569375, - 94.78492402569375, - 94.2210440558678, - 80.99601015821108, - 134.37834381695518, - 158.278548616669, - 144.23389468841054, - 143.89637654533635, - 141.46033409192282, - 127.33955062823324, - 128.5655092952812, - 112.0660099034396, - 120.49718868834591, - 102.6048974342261, - 117.62036926276133, - 139.69873557206685, - 122.32602497545247, - 95.06737006206406, - 106.48715750418577, - 122.58788382099434, - 103.15632430547534, - 125.98619049379602, - 119.46852434954513, - 95.0946668862195, - 100.5575633678091, - 134.33821308363724, - 139.57798483372108, - 115.12605336257695, - 112.59909828621062, - 103.40136261149276, - 114.97954175827853, - 130.3988520725805, - 98.71366082176098, - 113.30795661733295, - 138.78435009188695, - 137.65811342784093, - 164.4526733955572, - 139.99737529402324, - 151.82056015725357, - 148.24497901473922, - 143.51407560342196, - 146.2488003708644, - 139.418749586051, - 111.88543996964404, - 112.3024841746625, - 157.32544934575049, - 158.4809239918218, - 132.42230485804066, - 73.26585388180499, - 34.303475163869145, - 16.061075466567633, - 7.519883740947639, - 3.520850866747937, - 1.6484817123406128, - 2.149519878781386, - 46.37427609764012, - 147.8535702690255, - 131.79037749270117, - 111.29158315308501, - 108.68964732503214, - 125.90086398755429, - 129.29659339076764, - 143.66807659450512, - 136.69758553551736, - 121.24431507646814, - 97.01124096150286, - 123.31013158143955, - 126.68472372390772, - 160.61114132318517, - 135.39283920128383, - 119.67855060508796, - 152.42622188679752, - 147.1046123217807, - 123.71547706881745, - 154.27570327895364, - 153.2226872085672, - 134.51070253703114, - 134.49331356772694, - 136.58400719055848, - 128.09769940154465, - 129.65382624596606, - 129.8919512397928, - 149.86805591375665, - 178.23866213685247, - 177.7642706982341, - 122.20337733627615, - 57.216292410357475, - 26.788982338671655, - 12.542748656180851, - 5.87258380565745, - 2.7495759900662127, - 1.2873665792330424, - 0.602752102620112, - 0.2822118447640692, - 29.867113178974083, - 72.72989213278706, - 103.07150847830941, - 99.80037737995914, - 82.33657839856508, - 77.83813182402609, - 98.82665698430134, - 90.22491573822208, - 78.50753661289633, - 73.12480589450112, - 111.06033592692094, - 95.42150971509534, - 76.12078260322437, - 35.64016847051943, - 16.68692261386711, - 23.660472911144783, - 23.660472911144783, - 58.273512661290596, - 81.62293678698977, - 91.02818120723168, - 99.65936443960649, - 104.75067983564924, - 153.31863996773149, - 135.278138190293, - 106.71990150146908, - 80.9315863017413, - 160.6875501131348, - 164.69446232314507, - 128.02854628097137, - 102.15844056186808, - 123.62621170684343, - 130.00377093549054, - 139.62880603979661, - 113.17719802510396, - 121.18576989339954, - 114.46868748421214, - 97.51748891361206, - 147.8115559468195, - 164.05208779818824, - 159.52550711755248, - 150.06055880133903, - 111.49827677093401, - 116.8253879570126, - 113.0276859024131, - 102.97375626189705, - 104.93319861694889, - 111.20986523360034, - 101.4808379816278, - 77.7706873160883, - 141.42848862658613, - 154.25323708841944, - 171.4306975426, - 167.22277903512102, - 167.49510206355876, - 139.14199086181395, - 117.3429064014732, - 130.85100335175147, - 130.96900219092674, - 149.38269849991536, - 157.39529265140894, - 117.96335398052794, - 139.8384989274691, - 128.33848911889214, - 106.70506243459994, - 119.80316547326598, - 116.72666894757621, - 88.37942030662751, - 95.14930076670218, - 87.56042214564377, - 103.55571856189323, - 113.90644275398239, - 126.92057511178385, - 107.66742422832623, - 119.22083939193308, - 138.95549235948872, - 165.60072086853472, - 174.03640219662208, - 163.21370324740127, - 151.65985918830893, - 110.91533482905075, - 142.7905739364611, - 92.47502077183928, - 43.29731259861652, - 20.27203954771311, - 9.49148025037414, - 4.443963180478563, - 2.0806879673663836, - 0.9741895334688716, - 0.4561208898235449, - 0.2135583056334182, - 0.09998917156076763, - 16.01060559467498, - 87.22592928668246, - 95.37941106439098, - 78.59880531531525, - 39.80229858065327, - 73.1100159390127, - 89.84497225278712, - 77.24311574457845, - 73.21311799579246, - 96.59429744351598, - 88.83619024273253, - 58.412540308452115, - 51.923988061012, - 73.36595539337058, - 79.37536483037277, - 74.90657905516079, - 101.61517067223875, - 96.24350313099913, - 122.76436708737862, - 95.13360189732363, - 76.77324895450775, - 83.30141330929919, - 86.67711979818709, - 122.26751917580907, - 119.0374483380744, - 140.39984650508492, - 110.36501364464961, - 101.08559106689658, - 68.68782063305551, - 56.79508106548742, - 47.78534278806151, - 32.433264216028626, - 86.68814340350204, - 104.22779600792518, - 118.82999303452624, - 130.99211244162515, - 108.08983182335649, - 108.76561942031512, - 109.05721618139087, - 124.39732193054579, - 113.13984873469799, - 146.215958041485, - 195.71666634982984, - 154.9854853603244, - 151.83246097754457, - 148.7443335338712, - 165.42356341011168, - 120.71556551714451, - 114.14414313317425, - 99.41707611275326, - 117.78308679033026, - 110.32357451149568, - 103.23608314245105, - 102.4866286434667, - 106.7634036485013, - 113.89974266761098, - 134.31199950449164, - 134.46944143427527, - 114.75422386269766, - 78.55632024445907, - 113.23615709276446, - 105.48172277535164, - 125.65431413891244, - 132.23332012648956, - 103.70038764843164, - 111.00140119486126, - 101.14791448415963, - 118.60865230300078, - 116.07347254751826, - 105.90406926803942, - 134.71880964050462, - 136.36112652477664, - 135.40768120127942, - 104.83354597459963, - 128.49596026360524, - 129.1468618026505, - 120.7708708821734, - 139.31988202497644, - 117.31926833008981, - 168.8683809723552, - 123.04041541988855, - 140.08903641420164, - 123.6730013039776, - 144.2989961417117, - 140.24339606053786, - 116.45044134126573, - 110.57834339248811, - 115.53370712260305, - 177.65219097448286, - 176.30918302625028, - 82.5489277837382, - 85.28600188856899, - 52.029884060851295, - 43.86312234522223, - 64.68500140349465, - 83.18391468366421, - 100.26847405087167, - 101.76739983714687, - 104.60781960207979, - 84.42249140466689, - 101.6525794252131, - 77.60853694391731, - 78.11588185957541, - 79.31198311796032, - 85.72786376507827, - 51.65809277774017, - 42.95070041123546, - 57.3803512936728, - 98.26663959965813, - 122.38629011834846, - 145.01272815671575, - 127.08459988700662, - 128.29010705636784, - 123.8934027821048, - 125.74068916972224, - 128.9160340452981, - 160.1864446233983, - 151.27888476221224, - 109.44730013726075, - 120.76254107874828, - 83.25552238231857, - 73.0620858901175, - 137.20876936792163, - 140.11461822658015, - 68.26876320269311, - 31.963809863863855, - 14.965631323652518, - 7.00699077705049, - 3.2807115642407623, - 1.5360471720605946, - 0.7191857219369369, - 0.3367267047821818, - 2.775933222413859, - 40.97769413491406, - 103.81839924958393, - 135.52423741283008, - 117.32752458982925, - 119.10542674355958, - 104.35814603542322, - 94.50972194145973, - 144.13112135917737, - 172.10753666786138, - 156.57283863094762, - 130.46200453614242, - 123.9080256791756, - 125.90310485539189, - 134.7411938228664, - 114.90755256765438, - 117.61419383191573, - 184.13954374159573, - 186.84654643250346, - 173.5144525539229, - 178.16382115402502, - 153.3471593659946, - 132.75737945300483, - 139.507976535247, - 124.61922138950179, - 138.5086833114583, - 123.14865278621434, - 163.2033354229263, - 142.59935990948964, - 130.20372133736205, - 125.5940689713396, - 155.58946197298962, - 124.56299537616427, - 129.10851955881782, - 116.14573263745133, - 96.12289712252695, - 104.5978797602844, - 118.44110533210642, - 125.34022014420053, - 167.50472622135473, - 158.7488501338616, - 189.0380703107713, - 154.74590112880327, - 134.2526946703292, - 120.54759656313044, - 116.27980369202069, - 124.02888923865753, - 134.22796200379315, - 127.43045753917718, - 103.6156780095366, - 116.0761528928794, - 156.03126032717685, - 172.2492115515359, - 240.85047236612735, - 233.1281977161465, - 220.65614987184216, - 154.31442331098157, - 115.91713226932583, - 91.85955966999609, - 85.2466577471397, - 82.22863757426427, - 150.92334354508222, - 179.97758273836817, - 120.34602693008007, - 105.4241770953044, - 95.81789992158585, - 97.18726001142636, - 84.13801735016631, - 208.309204805035, - 200.9343540025315, - 159.69542567944535, - 153.0283312231024, - 121.51120360186546, - 102.76554964974562, - 134.5473917655008, - 141.6890555282921, - 122.66459833281141, - 114.19078667260521, - 110.14804638410399, - 100.51828346441684, - 56.35765285502001, - 53.770573443400245, - 58.5712679038124, - 127.44325684832701, - 158.7025195464558, - 189.78170173672848, - 175.81555484310286, - 204.222049832413, - 205.50327688314053, - 197.81336176340668, - 193.73679351033408, - 150.03320626700932, - 205.95399334968374, - 210.13056761623795, - 240.7624324417875, - 242.71816303595548, - 267.64399552253116, - 212.7562058700392, - 179.28480655852525, - 187.44339643243478, - 168.37400714140762, - 173.80804572577208, - 172.73872526223377, - 159.99312161927855, - 154.62649888108467, - 125.54283065815613, - 123.80597272760629, - 134.6108311740569, - 142.30070589613052, - 178.25693662678077, - 216.35522942012014, - 211.4935310194488, - 246.33681251080583, - 247.73401354879087, - 182.19489057684123, - 199.3974866275707, - 218.01511015889142, - 210.2966374604909, - 146.7340425131234, - 156.80765430583008, - 160.69916228944518, - 199.790809208371, - 205.396049686443, - 171.50811670740404, - 171.02307169440064, - 191.6431508162476, - 196.11106693314713, - 211.30679974226655, - 221.29286231639577, - 224.09901923361343, - 194.00945315482915, - 179.32025200984964, - 173.58376503072537, - 150.27683496936993, - 140.01903853576565, - 161.62853832799235, - 192.2822497291443, - 258.08910049418927, - 179.98114203437518, - 84.26815915775813, - 39.45481491878182, - 18.472961030999485, - 8.649141808301295, - 4.0495756957734415, - 2.658935657632938, - 83.9172026089796, - 171.8479665429286, - 148.49212575908692, - 119.10064152939084, - 111.36338229250114, - 133.52138386472953, - 91.63054945295244, - 112.16940504514753, - 155.62397273276596, - 161.19630834909194, - 105.96690679210653, - 108.24552367910587, - 128.93798854297714, - 115.06582785450385, - 86.42785243290544, - 104.02562723715181, - 134.84386653312723, - 100.48623020341105, - 104.57951522362316, - 142.99170687868633, - 188.48624056941662, - 144.04083788165897, - 135.65892666977572, - 170.19000883699061, - 156.85775139605465, - 130.6552729682762, - 121.29739685251516, - 148.15721755786063, - 107.1110849813233, - 108.79393150190866, - 129.28545058862625, - 140.61912900903545, - 146.22246008066634, - 135.57307436306652, - 104.80562627336533, - 108.49865152090436, - 118.96314039839095, - 124.61336730755352, - 157.70836388600495, - 159.9250513921549, - 139.689256347866, - 132.38101265126738, - 168.02627586244307, - 134.16083302207957, - 106.19208342788353, - 159.07366605149005, - 165.40419180209423, - 151.45562756059672, - 176.1527582991539, - 244.91656165877146, - 189.21979387530342, - 174.71822614115214, - 125.40034126683292, - 106.61788359061185, - 108.04610734998022, - 124.11947975897077, - 149.2198559997232, - 121.96712494454852, - 115.66180007540882, - 98.01574538902203, - 100.74305008836087, - 95.66823883542875, - 79.15120911970918, - 90.63340737283418, - 113.93777593247923, - 97.14533481820467, - 75.4580717110339, - 65.99899987214624, - 78.50101936680386, - 66.94361141131424, - 89.52411927102764, - 138.1884329458071, - 130.5432527246485, - 61.12106786982758, - 71.57794615827598, - 76.76508531725364, - 63.37952121548662, - 65.19538242142292, - 118.12646424015253, - 115.3394208133037, - 82.40628213472768, - 99.01926926724181, - 135.04586596402402, - 159.81252733079674, - 128.21740442863, - 107.04293777397527, - 130.21923761209155, - 110.77859204811455, - 143.46593503662643, - 123.92504280194825, - 121.69428457746936, - 117.31947328849532, - 102.92943867960456, - 99.83270793476268, - 109.79973614179949, - 151.3576181380862, - 131.28379708325585, - 118.7364207914902, - 110.1442732202263, - 114.71201958918745, - 170.65037934779545, - 124.7849805832295, - 147.8533876807043, - 145.350356416691, - 153.12325696461738, - 128.7939228619602, - 168.49426405517818, - 137.67314025536484, - 139.265521503528, - 144.85702102585782, - 155.46204619751282, - 133.33857065230325, - 152.40212849087254, - 130.45827731056545, - 119.31531694025468, - 102.57511704386171, - 79.82542555018, - 53.514394027489445, - 88.25618784097455, - 119.51247859793168, - 94.99927606112385, - 44.47918278828126, - 20.825397661350678, - 9.750565558224569, - 4.565268344511841, - 2.1374837113752867, - 1.0007816127363285, - 0.4685714473803904, - 3.704304262648726, - 60.594596422773066, - 62.23676746842, - 86.9958591912557, - 82.07290137690828, - 79.04147888449234, - 77.82484008277456, - 80.86379530927896, - 91.3813871312646, - 85.39836359757152, - 81.37449959415017, - 78.26867195550494, - 73.9385113913046, - 84.00061783608491, - 98.54309346625186, - 102.07491353128702, - 110.70836854104857, - 131.2193735443745, - 109.5166776560945, - 85.56963127214037, - 99.3011154832229, - 119.16327223109374, - 96.55962068448353, - 100.91219855675234, - 113.29977532336869, - 112.55219465253148, - 95.53211780219226, - 111.66948288726473, - 109.35908734138347, - 123.419134137519, - 114.82451849848576, - 139.80382144920924, - 175.7956164516413, - 197.40867724262557, - 177.50111127096565, - 102.00459221542651, - 78.44545803904465, - 91.26668880029877, - 89.24335421825337, - 87.732540639899, - 79.83788266405375, - 105.09670565235433, - 110.63711763332253, - 127.81794455793143, - 133.73500077870654, - 108.39988332076199, - 100.84300824851522, - 106.18879726037773, - 92.01458190109156, - 79.64391217421402, - 78.90976395806595, - 79.66593463025374, - 118.10576480091973, - 115.25746737472409, - 102.88843917484556, - 108.93578668902245, - 100.81590612928908, - 139.19399308381333, - 140.59741871373643, - 130.84870771767277, - 134.03691821665868, - 85.5479402157396, - 73.59758046646944, - 73.00482158001016, - 66.01926456222283, - 82.01361751524708, - 149.20103070459894, - 73.11090111052096, - 71.42439110047067, - 82.6727228256591, - 72.85642773302322, - 94.18291740335289, - 100.89219509484788, - 91.98025393265574, - 94.92632668646768, - 132.7161776084432, - 134.23202367277045, - 168.63569304310568, - 154.6805913606728, - 114.61691611599647, - 135.23000297851985, - 130.8738314558389, - 136.43898257135828, - 141.32003525992786, - 120.17636662488266, - 135.78439992200487, - 183.28567612993095, - 169.24831702464917, - 134.60523760221542, - 122.5219017699208, - 112.85027958925434, - 145.8238096653979, - 144.27970768193813, - 178.92815163810215, - 168.29291262137608, - 154.0083530822233, - 107.44067741849129, - 96.7042934431684, - 120.39306514867508, - 108.67006151974378, - 50.87991962002402, - 29.137426080979196, - 31.071432780707948, - 70.574044672803, - 50.54021319878754, - 23.66320538675674, - 11.079242720512825, - 5.18736228899632, - 2.4287515127257358, - 4.378484304711919, - 4.1835983927104, - 1.9587837438087128, - 0.9171133065006111, - 40.64561858188555, - 23.40217883461809, - 44.51895463487907, - 68.23515667184861, - 50.562741351548915, - 64.88365310410582, - 49.46928476119377, - 47.26741169147121, - 76.1911736686083, - 99.04016487467172, - 113.07487662288847, - 127.3212661706562, - 149.32471985229762, - 212.46953106974377, - 158.9080065204545, - 154.4538551587435, - 147.51021371036694, - 163.8666429772819, - 143.60566335790227, - 116.3315189469347, - 98.09553405759365, - 130.13482241227877, - 124.3425340805198, - 180.4492382531953, - 139.38794683047857, - 125.21738605100346, - 105.94790692727298, - 101.09034063318211, - 103.1864967140025, - 122.54354290906068, - 117.96427228312899, - 101.18029751049032, - 128.091670605388, - 126.79695538392619, - 108.76855508125391, - 125.86157033206773, - 130.82969388733025, - 95.51195771311667, - 83.44241149131445, - 103.32980703070635, - 104.26068509525923, - 129.0812359486213, - 171.87093029742647, - 169.45533369960145, - 134.46736547807924, - 136.96823860234184, - 136.58009678737182, - 151.41218069369026, - 145.72296669766433, - 163.6570917874531, - 161.48294618286678, - 116.76995051105575, - 148.99282923596672, - 149.53107879134305, - 110.80360373912697, - 104.11740235022197, - 132.68552945239293, - 124.83427839582976, - 95.90673368508794, - 85.01828776652442, - 71.17042595774535, - 56.85420910489192, - 85.26741224927814, - 117.97580673919352, - 92.80375973554, - 79.55976639530451, - 88.19600909923022, - 84.2704132829564, - 39.455870312579314, - 66.83363455101129, - 135.88335211699527, - 153.5996093708269, - 170.56740701532866, - 143.522619367543, - 82.23119741924033, - 110.11954839735105, - 132.17670128901784, - 95.19609481526376, - 112.19657612639251, - 125.52962694040622, - 103.78710148226304, - 59.756608322281366, - 55.92563047695179, - 76.30379495132682, - 67.47851648101465, - 77.22553193580276, - 80.87609701900581, - 64.62043342277093, - 54.374361619207356, - 91.01200044891323, - 110.87998138822124, - 96.18980306337201, - 133.49826393108816, - 135.12414818790276, - 100.12796465069208, - 46.88046295269854, - 127.52946584177548, - 121.85314167843553, - 76.29060896235306, - 78.71983142237016, - 70.60996864345222, - 81.50602658628507, - 126.10327112764956, - 147.97000757028638, - 109.64683874829932, - 51.337252082898765, - 24.036383369638852, - 11.253966701593436, - 5.269169016523172, - 2.4670538718367347, - 1.1550881718652226, - 0.5408186258168739, - 1.9145702506365272, - 37.49972578621187, - 57.46456935374041, - 67.58456305630203, - 91.08118257513753, - 115.51967483266154, - 123.28392807405334, - 113.54687030444893, - 116.97469700707592, - 93.1886910753642, - 83.19880160219628, - 68.76619552829389, - 133.36376158824234, - 116.76983445607898, - 141.85923980535665, - 127.46684066037636, - 110.93879344521996, - 119.98054993321179, - 156.95041677234192, - 151.40568988056253, - 167.87956130363344, - 154.76483354863302, - 140.909824093796, - 166.15796083154333, - 180.2170010857742, - 150.7263900820942, - 146.16664885300054, - 147.76353346107388, - 139.08350279168826, - 178.8904827947777, - 193.3833174793584, - 162.72088995366147, - 154.7303421438529, - 181.40881521600772, - 168.22719383297093, - 144.71848161428335, - 115.3809966530319, - 125.95870508612606, - 113.75618672072198, - 139.13875001431012, - 120.06563639348096, - 140.16328269659743, - 164.00658831990964, - 171.01458996877219, - 132.00714217043682, - 154.47459319973277, - 139.92049844876067, - 168.4463114391174, - 147.7015843601066, - 150.69886887633885, - 159.3662400638412, - 160.6971304573933, - 114.60355119979432, - 122.73205075305452, - 100.24238566159552, - 124.47245499027385, - 137.7900007901709, - 137.7900007901709, - 153.20049606429637, - 147.49659571587122, - 88.29893816834493, - 93.37952401693212, - 126.87399060859681, - 112.79510637326783, - 144.1456413725856, - 176.39281729371834, - 159.9445902873128, - 131.30553898280934, - 131.207230576728, - 127.64124350859319, - 146.85006889110872, - 111.53402808523532, - 113.4440027751908, - 146.0759686367804, - 182.2128508484903, - 141.88982609022696, - 170.6482771261175, - 166.49112747266355, - 154.02195708640508, - 126.56719462386229, - 128.19575451005005, - 115.7131112198938, - 99.14510281664033, - 67.58958276187799, - 95.76454468155056, - 114.11742610218197, - 114.78879852266064, - 145.3707387429985, - 257.8001587163066, - 206.2465551337307, - 107.79780407034139, - 50.47152389177189, - 23.631044675970017, - 11.064184899095709, - 5.1803121343112, - 2.425450591582681, - 1.135609287564867, - 0.5316985052093253, - 0.24894416022965343, - 54.18808883666599, - 83.84656750439837, - 79.50652082886563, - 68.5705870428868, - 32.10512544346047, - 15.031796054125472, - 7.037969467234929, - 3.295215957120228, - 1.5428382084649532, - 0.7223653224778603, - 4.804729064842139, - 2.588657857524817, - 76.53707330247191, - 107.88006903900981, - 102.01210207742177, - 104.77392102135458, - 139.01772973629517, - 136.79122726823582, - 148.4512578168654, - 146.2152300055788, - 130.24569333606755, - 131.85233749120664, - 144.3463686954471, - 138.328444662824, - 101.17266048934766, - 125.96367217033138, - 126.99593959485321, - 149.86674531580027, - 131.4872350303336, - 115.69968970605217, - 99.97218440242692, - 91.01757763841809, - 97.97572127243836, - 128.95556477033003, - 111.64787345780799, - 131.30488186607948, - 136.75681961184625, - 144.80431460153068, - 115.29828307417505, - 104.28551838797712, - 140.036015780321, - 145.649620618423, - 134.85014499058968, - 159.57599984827567, - 175.438136601579, - 160.5813180499678, - 156.38056233384134, - 117.95044759212226, - 142.47309368648365, - 131.61868987021256, - 161.62457712886248, - 164.590044083096, - 160.69508672716532, - 190.00955672988775, - 161.65066264199393, - 122.91008575187698, - 156.14044752382205, - 125.6937068414417, - 134.17841695509946, - 135.28365355586328, - 119.3431441561385, - 106.4928420355697, - 113.08129704068234, - 122.9596530986029, - 139.17031477245746, - 156.001338101006, - 128.0683500742125, - 111.32382316136628, - 166.32692547354242, - 163.8216477373077, - 148.9411392273124, - 163.32102584886718, - 157.96899262549618, - 135.37032257487635, - 86.30514844234764, - 86.32996119345555, - 81.5538153342111, - 45.83765429440826, - 23.8810203546367, - 42.88207329382353, - 85.65143225589357, - 103.43662252466805, - 78.34269926671762, - 64.90551153124431, - 49.244083998177445, - 53.89128927952874, - 61.30027387756513, - 81.37620399125476, - 92.51877046406236, - 120.2549929335447, - 104.30616102938808, - 87.78282036193691, - 72.90267653518319, - 88.17339141736603, - 103.88313541090704, - 96.65771339022017, - 96.74615937839741, - 140.90315672069633, - 154.29083803556262, - 174.89788995006455, - 174.56640220316106, - 137.59711345426996, - 125.35163194891119, - 125.09350765181975, - 102.81969708958349, - 142.43820201884924, - 124.87837139762394, - 135.56921697175878, - 129.85891146188445, - 129.33752991087408, - 154.0091001074254, - 164.19204062625732, - 157.2610893704231, - 167.73197758815007, - 214.4155068773075, - 164.58823601005363, - 172.95391141850763, - 160.9569900638707, - 117.92036329708237, - 55.21096171487406, - 25.850075493760876, - 12.103147314912894, - 5.666760043383194, - 2.6532081741843525, - 1.242246638584666, - 0.5816266986096197, - 1.729673373134186, - 67.90482197724164, - 82.44495823705869, - 64.05960254908545, - 121.78423042733644, - 128.42635026979164, - 124.52011158540175, - 122.28522518976725, - 130.47746141737758, - 122.14958682100172, - 116.70291637423543, - 76.70022028488212, - 79.85964175024185, - 92.14503164789934, - 114.57223251829669, - 110.14405993831949, - 112.86327975285654, - 113.16691609036063, - 116.66675110515996, - 82.0926744049033, - 82.43198592568163, - 81.41640924245729, - 147.9829753102578, - 129.447761617708, - 100.35473957980088, - 119.63926009717585, - 161.06375550791532, - 177.18819466797552, - 172.67801350818308, - 169.06267141679226, - 157.95492525080132, - 116.02146848232398, - 69.72637116287599, - 45.44605293459706, - 29.90172863102506, - 14.000153565477735, - 6.5549487882647455, - 3.069063022474587, - 25.997518545821098, - 21.545914461379805, - 34.301500307862874, - 28.42798978016324, - 65.59742664380057, - 52.04391227431479, - 24.36724555224087, - 32.026841986563774, - 72.11171439891748, - 53.842333605961635, - 25.209276296656178, - 20.271863351427395, - 96.20723105614383, - 67.7305493819217, - 71.71192795485021, - 48.97627396306914, - 22.930960447431872, - 10.736401618428337, - 22.326635282815992, - 49.802966816038946, - 53.9056553110827, - 33.67479512685341, - 15.7667240205232, - 21.9403776859518, - 40.94631550296698, - 90.70167390072817, - 102.64976356500704, - 58.65497780795029, - 37.735806120636894, - 27.21940775522915, - 21.59542747102304, - 31.697513109396507, - 16.820529796317835, - 7.875464429063373, - 27.69811551084681, - 45.488928364049144, - 54.716230276285835, - 26.964862388243876, - 12.62509666132461, - 47.448775500439766, - 47.00082330555464, - 49.4052996453709, - 45.269071538154215, - 67.83079047728611, - 85.74468038702382, - 111.31530546921078, - 139.4980433801075, - 85.8316533895207, - 80.76201482522279, - 121.57018716372369, - 125.95654051908457, - 80.15981617749819, - 66.43389981840885, - 31.104716750263787, - 33.95062383932536, - 72.86480321376877, - 56.938976991027076, - 26.6591417363236, - 21.77289755742682, - 21.494463062919586, - 15.807143094504204, - 7.40099120974978, - 3.4651847306827683, - 29.04998399812648, - 66.29759655724894, - 101.69956667830503, - 153.782978826966, - 160.585899376238, - 95.30869094663802, - 44.62405253698697, - 20.893226473320023, - 9.782323380504764, - 4.580137531317536, - 2.1444455462993557, - 2.4043362964687613, - 1.1692567645830156, - 26.113716651405046, - 40.15231611496084, - 29.00890016915874, - 41.33486684920881, - 58.35899526655982, - 62.849381331557865, - 38.81755587327158, - 40.208132023334215, - 59.33769881421226, - 52.49985802687004, - 45.07669437124137, - 75.48180790264716, - 87.50876758311205, - 68.77255470725382, - 71.96243303996171, - 91.30392897912657, - 59.130883055714726, - 49.51060205563698, - 39.80601499189813, - 69.9733317338032, - 69.9733317338032, - 68.7260307207537, - 100.28460814411193, - 75.11353588710332, - 54.76669835583841, - 93.67811742639117, - 92.84117124466164, - 110.83261492164529, - 124.70390016550749, - 137.13265069476302, - 135.98280732911542, - 143.75010069801317, - 134.46486920150673, - 150.92859371170573, - 141.21533702331232, - 171.11818456245868, - 128.08897818468625, - 153.11425859338777, - 132.79472793069738, - 147.1008829178179, - 137.05604976835227, - 143.69738234276508, - 163.96921780537264, - 148.00325025634632, - 141.60616517905885, - 129.48220626251185, - 158.0400523950198, - 155.95517982885235, - 132.23796350357924, - 132.52600386766585, - 145.00712638081546, - 148.2729954387098, - 134.9575208777897, - 134.1035091761422, - 157.46244803426652, - 174.79286866543575, - 181.80430178403253, - 132.6891170309241, - 62.1257733231225, - 29.087628264920102, - 32.60118655342914, - 18.382855236622945, - 18.555545443821416, - 19.9177311765081, - 18.497261044918577, - 8.660519208274003, - 4.054902656925397, - 23.42046038165613, - 16.77210178884375, - 32.06760692483285, - 77.56002162916127, - 103.19465929631902, - 57.094949657400385, - 69.63548431909248, - 47.82959128920038, - 41.643275991334775, - 78.38882536701075, - 112.22728847949928, - 153.40670222197244, - 202.009529225462, - 196.62385205441797, - 226.8110088243424, - 133.5057529049632, - 75.71245088750919, - 100.1733494924612, - 151.33970087574045, - 135.09897548858783, - 125.18792170027008, - 143.7277475663518, - 151.5777441993452, - 125.21563279782308, - 115.50437752156003, - 142.9796827070989, - 139.17921503564432, - 179.12263956310554, - 179.12263956310554, - 168.15607644994958, - 129.92876116488446, - 119.24920947072926, - 156.8368589029555, - 151.08915051235897, - 163.15334518436643, - 166.62288058102257, - 144.94472585904265, - 142.9986123727417, - 118.30502517054, - 124.18809238442657, - 123.00948650833465, - 126.54555891206269, - 135.8111921950737, - 135.70320018864558, - 178.9452266901882, - 174.1805981851683, - 142.8906679968086, - 196.55160724836657, - 192.47989151594845, - 98.71189480643615, - 46.217451274555785, - 21.63926451320297, - 10.131622488022321, - 4.743681291809569, - 2.2210176331448137, - 2.8390650692557413, - 1.8845647271810695, - 19.303296302386435, - 70.06966188491218, - 141.41312838035623, - 87.4384710630329, - 83.86419115497335, - 103.56606914817269, - 91.57255799428418, - 100.37198724860701, - 71.87942335244232, - 74.86049868514547, - 128.12170868880256, - 123.3515318447003, - 114.32269765908637, - 118.74069821034144, - 127.8455527042236, - 95.94441909553125, - 84.00732130904765, - 61.896747626028265, - 73.194924463671, - 72.45338485182074, - 74.99557292122222, - 118.38645590360274, - 118.95417862471898, - 104.05419767646272, - 134.2714434999609, - 129.7637239912515, - 106.85813359336821, - 144.00764826073723, - 139.6463186988779, - 141.550098592712, - 167.25105672260236, - 160.1362575742816, - 106.19629901660998, - 104.21452997915378, - 130.49319505009967, - 109.05001068043423, - 177.90155531053318, - 122.32835251484178, - 107.72716754907562, - 121.49922643022691, - 153.1570141349859, - 154.22375793129365, - 135.0472308954317, - 122.80884102631744, - 137.05816901443643, - 122.36976130905023, - 127.21033559192045, - 164.71761445500064, - 136.6906181792644, - 125.05424704263802, - 133.1096524596864, - 124.76165753704728, - 123.90117967215679, - 138.98451475924418, - 115.00667016423536, - 146.78545368787957, - 148.21976144638583, - 174.2830236238239, - 209.37069614244737, - 220.18815217632147, - 215.23209945315602, - 152.5771145158874, - 160.5187248067067, - 144.97018687226523, - 105.80589074696137, - 134.95369448683894, - 107.16297456477582, - 121.84949529505728, - 116.04114908245421, - 107.56087636044757, - 105.80371750745927, - 114.68496365757588, - 115.84698441786527, - 112.72430715564074, - 148.41028468103553, - 133.7098610795585, - 119.53578951533416, - 105.52399115955745, - 189.21408030810454, - 191.3968829123402, - 177.06614636138906, - 142.63094420231863, - 121.13226136826512, - 134.06697874067538, - 149.76723597596288, - 164.42112261891054, - 187.48726974071383, - 182.14302542135835, - 186.28556379970775, - 170.71803310337867, - 146.23212861991544, - 154.4493209824284, - 136.60165368262273, - 145.47557321697897, - 147.74844747755336, - 162.47447621835522, - 146.95099371300918, - 121.4660510065272, - 155.02556128089094, - 182.2329948857553, - 156.67326380078816, - 145.7928134843915, - 116.51829991410979, - 96.96512472701036, - 58.87454469756518, - 59.28578654408819, - 98.14398859742988, - 106.8920947708427, - 81.80131498802402, - 94.41415377231576, - 133.43485455372544, - 138.25673449338248, - 163.27094464229663, - 145.30018519429657, - 169.44845921037788, - 151.72748226946152, - 175.2122800442401, - 182.14686695550398, - 141.94255380874972, - 66.45828324241799, - 31.116133203298745, - 14.5687444557318, - 6.8211661657854945, - 3.193707460696868, - 1.4953113729544045, - 0.7001129970742217, - 0.32779675025396554, - 0.15347623873017366, - 2.3104557680215523, - 110.28218530759978, - 156.66833133774838, - 178.74792466403574, - 155.20310101622078, - 191.10517203287188, - 190.42756429153786, - 194.8431227224176, - 250.19924460902433, - 215.95062960926188, - 214.55293764482764, - 216.71882360674175, - 236.76147196071256, - 248.85625698687636, - 188.6987873286684, - 203.30943427975637, - 179.44103804207413, - 146.338315010934, - 184.12899804568178, - 187.2336405357131, - 176.6705908204007, - 182.10299523364304, - 227.7323840067923, - 261.73683512222857, - 253.59016892989115, - 217.91197361347616, - 192.68367056234786, - 227.14765441638457, - 199.20266485181122, - 189.72084852961916, - 231.84503678273052, - 260.96697890006914, - 273.52590597731944, - 292.3179389502229, - 224.10353658652338, - 234.75300095127534, - 254.83212456327328, - 254.95556582344398, - 271.80374819037235, - 285.9092550254187, - 252.92338675464688, - 193.7452866018035, - 156.29974593055243, - 211.92430721371647, - 221.03905782411204, - 202.27956228698446, - 194.8731744421055, - 212.2395244676009, - 209.42485168473908, - 253.3573012031352, - 265.60531260887063, - 253.3482174098522, - 252.4840552320736, - 285.584419187293, - 263.2614524406357, - 218.8691973950451, - 194.96851116514097, - 144.19924466394147, - 163.91602501938698, - 164.8060008346102, - 188.19791125554508, - 154.8890688843347, - 131.3621771411373, - 176.93956299598582, - 153.07217249449172, - 144.67364866020802, - 163.8730731945974, - 231.68432137103386, - 264.14004463662036, - 177.17640616450936, - 210.4818829574619, - 196.36451983610297, - 187.98063785303754, - 191.46515931214722, - 189.4803522298751, - 182.18232757776263, - 166.17915960119745, - 154.27115754567902, - 149.51414726335435, - 214.49950767661852, - 211.86267823104978, - 154.72361249856118, - 187.87663093275305, - 190.68470344613434, - 189.1908811358845, - 191.65301947050494, - 198.097200981537, - 176.30683377875627, - 203.1512576136732, - 201.23335666086834, - 159.67360725799324, - 192.0291319977884, - 188.0633303822516, - 168.54004256329443, - 177.94060799337063, - 207.3005569018075, - 158.8075730145563, - 155.33761645756377, - 197.40274252836033, - 198.1717917196499, - 262.5169743820703, - 247.05423927740065, - 203.5277885998107, - 138.4512884674368, - 97.52142112624098, - 184.686774812266, - 187.2318065471267, - 203.18401539176324, - 166.48653741523447, - 189.12082648211236, - 123.88185729970877, - 58.00216594745634, - 27.156932644762446, - 12.71502501027734, - 5.953244540787959, - 2.787341789243448, - 1.305048733817767, - 0.6110309845071548, - 0.2860880627312401, - 0.13394800216772906, - 35.509326586448516, - 62.566025274084204, - 113.53935186541615, - 111.2877967316445, - 97.89897626607628, - 101.87152053252163, - 100.23084873133831, - 91.06286052249702, - 174.65835108815546, - 180.80717307717313, - 145.0915907023737, - 142.70631486698835, - 162.19136322404626, - 124.74336402780885, - 104.8624618917235, - 184.20419622760954, - 166.94115249486018, - 136.11874464039707, - 184.40248862223643, - 197.8372650432417, - 198.63312025503166, - 166.1071918483416, - 126.88977494881213, - 146.6421420307681, - 125.90661308797081, - 115.75418382933528, - 112.71313974647865, - 108.1422141479091, - 105.207075694341, - 105.82301974722398, - 111.1974212412369, - 110.29758427267413, - 110.6666523215128, - 111.868988597108, - 132.28154614525212, - 123.96801530102883, - 114.31716167894709, - 116.53106346067867, - 99.2230770670703, - 133.93291928346122, - 148.44929658913657, - 122.12059956539295, - 158.55284595114585, - 159.22533371598362, - 128.62687983475092, - 126.44289874773811, - 140.90203883774655, - 161.1558026973109, - 213.07907725091243, - 170.82084556112952, - 165.71830721828545, - 143.58809947566374, - 106.69820327985599, - 120.77207351443468, - 128.79973518147034, - 141.7697714023894, - 105.82642391429495, - 132.2311722495369, - 128.53362855928424, - 118.92761838356878, - 96.46073900318663, - 93.0457024035628, - 124.43191236502838, - 110.2125642786836, - 143.81493196603589, - 124.40528064828632, - 139.7219432925362, - 175.51886478730196, - 167.3383598511443, - 131.37979354480942, - 121.05283251345324, - 123.42145857153858, - 135.4184014078554, - 116.15231997111813, - 114.51079357037435, - 102.39450968000047, - 94.01889602074476, - 81.65797035385118, - 99.7283805122822, - 108.77537358774705, - 130.56752508651516, - 142.83920885176644, - 147.9590273853051, - 168.26612796745678, - 129.42130927104574, - 114.95370368056155, - 122.77222199641275, - 123.46902713646386, - 120.25675866137263, - 103.26546488288382, - 140.59991259588907, - 158.49016727951022, - 166.3811926877338, - 159.18244676569458, - 162.8891989669519, - 150.4777181209642, - 156.7149256461398, - 137.24698193277527, - 152.15206695191083, - 214.0708104071005, - 201.655064901203, - 156.69318770163193, - 179.84380621966966, - 215.76656186111865, - 181.2706454731281, - 181.4224325130984, - 168.8935313575389, - 151.4320040926994, - 155.3395895444661, - 182.1207511829101, - 256.94379512432204, - 243.33317877122923, - 139.11983221266155, - 139.86525183133887, - 84.79832282704355, - 74.79863533000811, - 35.02113185596064, - 61.67174768474445, - 52.387793158772155, - 40.90283379304864, - 19.150931420457564, - 89.07777285070132, - 96.9464396031213, - 96.94058267630814, - 112.24705807132307, - 123.8536221930407, - 140.2817450270834, - 82.62470656873393, - 84.99858597148553, - 108.16127287583274, - 139.83701473693316, - 163.95551077237752, - 162.90237119335336, - 153.44776548631887, - 165.549587756371, - 132.12563200767443, - 132.14882225184, - 160.32934010561064, - 97.90316513217034, - 45.83879959951743, - 21.461977719393257, - 10.048615837500728, - 4.704817122162449, - 2.2028212154738336, - 9.85809247439414, - 148.7743374673553, - 187.32305455754238, - 137.87207145475432, - 132.75535070936954, - 151.1125013701991, - 139.66197440795878, - 152.9738951895617, - 125.22539016759572, - 132.88309164578243, - 158.77194193691253, - 126.76001201718444, - 124.42113352260618, - 137.86614468504095, - 146.6304122647574, - 135.89380876412645, - 71.16177796793446, - 99.5731923573876, - 114.1064929741917, - 131.14126104506695, - 111.01016201693952, - 111.20564061782494, - 160.20265199447527, - 128.4023875731619, - 154.01357334635827, - 127.35928037807638, - 149.70949341177356, - 128.25187293565622, - 145.06566568763458, - 139.044293503178, - 133.41845632715967, - 146.21268672995456, - 130.53412709640187, - 136.9626600406479, - 157.68862152027538, - 143.57096545885196, - 146.6056642145639, - 145.65942135841536, - 118.72377323962371, - 126.55766419409336, - 137.8094331417429, - 124.14531889106681, - 146.89015016207819, - 142.1668644590402, - 155.42359787695682, - 150.77676404765992, - 122.26438848834242, - 115.1630150305239, - 120.49893229478823, - 139.54210621363043, - 108.33150954975453, - 140.5847250856714, - 135.09399735651212, - 133.86208643414386, - 97.8086502130215, - 119.2980183961199, - 147.92050622698613, - 124.89448319140935, - 159.27438710502497, - 114.56853608287597, - 119.51686848713479, - 113.27928158850564, - 141.51824239777815, - 153.31348387669, - 141.3831531123453, - 145.8725474050578, - 156.47044227415236, - 158.15412148080316, - 163.73668529187046, - 165.5045579788673, - 165.429450654648, - 168.23199551406216, - 157.75588385153327, - 188.5920321258285, - 291.6739036415128, - 221.43694662322972, - 207.71736225696694, - 163.45212334396578, - 170.45017739439544, - 151.12695377221368, - 145.1700820220993, - 174.8908025091188, - 166.03006447482818, - 170.63946927933767, - 137.875929510283, - 145.67710437440775, - 166.644552783714, - 159.81778965563421, - 144.92975518262944, - 139.4090472017745, - 159.388711174993, - 148.23698390491927, - 132.37400179711258, - 121.48429768825562, - 119.55141007478997, - 120.57844924232494, - 132.07936610471313, - 126.03678788180844, - 122.56655126431181, - 122.33424823346371, - 140.53811157936724, - 145.3201942998634, - 131.81918399178446, - 158.77904759246326, - 146.57961474852476, - 192.98278181680462, - 175.06062971654387, - 161.45108896400794, - 161.56868882128686, - 131.92102134486066, - 153.10796682237986, - 177.52071431960889, - 178.5454411987505, - 150.9823230965066, - 218.8280363166728, - 158.0756114071081, - 116.073622847054, - 149.68424837324872, - 135.95977148094576, - 144.26464160492782, - 98.09335795408947, - 104.84122197087498, - 115.00876550112073, - 105.72790561034938, - 90.1824477222421, - 115.03688563527633, - 166.17755150890605, - 137.99947101767557, - 122.52736812286722, - 147.7889511276214, - 144.64372064617976, - 121.73517758669006, - 98.56837302359762, - 113.55889443729669, - 113.85690310437991, - 113.79219154310832, - 110.3568067310898, - 100.44326035871002, - 92.7505800296645, - 104.72623513161693, - 105.0992550415838, - 110.83790784480803, - 127.18014859186252, - 119.76320502811723, - 149.2210537493654, - 129.99073879163663, - 101.2112017221954, - 135.51661991715306, - 128.7518346746434, - 121.80283191004051, - 112.79712922716726, - 113.6573167618756, - 124.40563736600659, - 105.8808935419209, - 97.23603094010205, - 105.44174832486254, - 122.38019892188018, - 123.36144473688239, - 103.2542403032679, - 133.5738484906293, - 127.89096140017455, - 86.68392350698721, - 77.11646600070276, - 121.11527222731385, - 107.21911535472151, - 136.65796505656755, - 142.1495287715273, - 116.81559436743046, - 103.49754829623026, - 124.59448405681971, - 125.18100089037009, - 135.09390256422566, - 119.77931543251475, - 114.18014829275012, - 113.96374019251817, - 114.07244915284735, - 106.40151941576028, - 115.87069702095184, - 105.27458357176332, - 110.71927604719049, - 144.86678427976585, - 143.22715567010346, - 67.05974088894317, - 31.397738976610004, - 14.700593825376341, - 6.882898764770415, - 3.2226110025773287, - 1.5088441700012207, - 8.099067590098405, - 14.98872404642649, - 60.223537263507744, - 88.41854251930779, - 95.54761858185068, - 73.98129393354087, - 89.28919359963979, - 115.03124393933099, - 114.96403607527546, - 147.00705218843734, - 155.52148774079126, - 105.30517833304921, - 119.67351844977733, - 140.19073285365192, - 160.94968878111956, - 104.82670404198937, - 108.75128261877649, - 124.63155516779084, - 138.64653623658432, - 180.74222658273067, - 163.28179716914343, - 156.95026983353762, - 152.07576283991426, - 138.2096121858926, - 138.70912232812213, - 149.13839332474686, - 141.3408730782309, - 130.26710499766642, - 135.57076271957777, - 123.65119529874798, - 130.146191351906, - 160.79597624416397, - 120.81706053885472, - 95.49832044751729, - 124.66043698071479, - 126.54369287700682, - 103.90884327550557, - 108.69245515163641, - 120.10866065033167, - 148.82080959405903, - 94.46835007223623, - 70.46700374591435, - 66.76931217791491, - 81.79032449951322, - 81.85295295992225, - 107.62692332208528, - 104.77607148039802, - 89.19619205198424, - 85.84488666734332, - 76.29022318121355, - 70.00889261995877, - 116.43461957324422, - 146.34595582494572, - 139.28352116435434, - 130.12093465859724, - 151.4669352895403, - 194.14557214197976, - 175.88601119711905, - 136.50714537380725, - 118.65099503294196, - 131.9038898460051, - 117.0083033340505, - 114.72899963834438, - 57.732217965886, - 27.030541517235648, - 12.65584799022864, - 5.925537535000688, - 2.774369216966844, - 1.2989749042324346, - 0.608187184137802, - 58.305994891857836, - 97.44896799062333, - 141.23460402737163, - 147.26793973103105, - 163.04419184349072, - 187.16054937918858, - 183.07194234701223, - 182.3668206338701, - 173.40288706741327, - 196.45668720086763, - 218.92832724641954, - 213.3495487159491, - 204.87280368273565, - 198.20998837833199, - 188.44380676126917, - 205.54726543097263, - 200.75455506747957, - 196.70173523578995, - 180.26374487923846, - 181.04017676922678, - 191.0988834509761, - 209.21335429107202, - 186.12964829214772, - 185.90373765082663, - 171.03614899379897, - 136.66108661263797, - 140.53455977642483, - 179.25089583282988, - 185.18086937170725, - 149.6717133959517, - 140.63566275875718, - 155.62315890067316, - 198.45025910511106, - 235.03043767491343, - 200.85650845423646, - 196.8037923448769, - 185.5633874403329, - 186.97082833105128, - 175.4812343939269, - 157.95044685090832, - 143.76582501774107, - 126.77178763817622, - 153.6220968532379, - 205.2893948740543, - 204.12433755806416, - 190.78811490228003, - 160.57004111660527, - 168.91856090442616, - 163.93887499777952, - 182.212771340848, - 159.38283050309195, - 152.13083707659626, - 148.19652684776833, - 156.3360122543648, - 153.22015001706148, - 143.61357094360528, - 142.29424143530554, - 161.47440910095412, - 179.67516325688104, - 185.0791334454252, - 203.7787050551779, - 192.3346957990367, - 204.4207829917734, - 191.32901688240867, - 205.13780221473496, - 187.2828797850424, - 199.1421609278443, - 213.17881646699877, - 265.68938413723504, - 208.01275908972585, - 169.62654313128937, - 179.80375587841917, - 180.61039458525627, - 178.50239292608723, - 162.4749141432616, - 150.12672665625158, - 128.79169291930128, - 164.32754073558536, - 211.70369106016364, - 207.34035954573596, - 224.32317022360127, - 171.49797748965386, - 133.15723969688952, - 140.27452173144977, - 185.69710444277916, - 169.97402352497986, - 145.30717901724762, - 161.81199014737783, - 165.41401152952568, - 147.8683878009718, - 129.75309350996542, - 137.8015481751304, - 179.8081017726584, - 137.90220771102005, - 168.6606307851583, - 119.9460271384163, - 120.13622554620441, - 130.5524586127013, - 157.63921608443155, - 144.85538161195444, - 133.2421139091159, - 170.30974010202743, - 158.46412395265727, - 158.47558160825864, - 194.5878037808937, - 181.99029240720603, - 176.81746536799523, - 153.3052781938395, - 128.81581751330958, - 129.0938546878745, - 110.56290787211067, - 110.73130253295729, - 108.546871347716, - 142.1881905342736, - 132.74311208160663, - 119.71187633778241, - 170.109945079082, - 230.29688200023327, - 157.4855785754274, - 159.77862900309322, - 154.17751116505576, - 142.09963253691544, - 164.6460036608322, - 178.40854902377677, - 158.95888197585316, - 134.09746436680132, - 157.3791107164514, - 136.63647738751288, - 138.52234423166803, - 118.46374366560592, - 142.71642032543133, - 146.68382688478238, - 142.20839788819524, - 158.29584008197043, - 156.82274780735372, - 176.3827273824249, - 173.6543555096054, - 184.05726325093912, - 185.89649816172087, - 182.08242087546842, - 166.23420828158015, - 164.26879079875766, - 154.59277316321484, - 181.73188359633673, - 200.60864695603567, - 183.2740819036983, - 195.83555186061272, - 181.61162104104568, - 174.84992891114996, - 163.57978816398918, - 163.9240083836454, - 164.8941077595479, - 177.16892833469402, - 156.19283033473613, - 123.28341531122817, - 121.68149256083862, - 114.19227358906072, - 165.97761372110241, - 138.07617079898506, - 145.92808287401877, - 126.81470919789156, - 98.16163258601625, - 111.17917799587896, - 103.38826903346404, - 116.19466810252, - 138.96286293748165, - 122.72645610940091, - 128.11972551943757, - 144.55107209586367, - 145.34654785803878, - 198.00566450670192, - 139.91145604089257, - 132.1186427130579, - 126.05125380265994, - 160.81181974539655, - 150.32147151566608, - 144.37073267595179, - 130.40185464104763, - 112.91653711125085, - 131.97431438446318, - 130.21502432796456, - 119.45571650244278, - 148.63196654583794, - 170.00057445255064, - 120.82222119790879, - 56.56962752105799, - 26.486210286015073, - 12.400989118301533, - 5.806211211478313, - 2.7184999769529465, - 31.604560455155827, - 83.20274479621865, - 89.30058589741984, - 95.2291270913114, - 106.37081479035214, - 105.41908309735922, - 94.58667903592851, - 90.29078250939774, - 98.25757974139002, - 114.53557134720182, - 116.11441204481886, - 148.28492638627162, - 169.6319119848723, - 125.42795055417812, - 118.4290546442004, - 110.59426191739857, - 108.50991276121786, - 82.18863374984006, - 112.98579604295318, - 124.11963543698235, - 142.79110602425203, - 139.9309000443594, - 110.4695477764819, - 121.84853132892202, - 134.3872478902388, - 167.6531353492606, - 160.8893751808509, - 160.0770277557081, - 148.0693923441081, - 126.50568451955576, - 133.08938009836828, - 102.84258247084308, - 130.1596466209121, - 138.00458241747128, - 150.7326781286212, - 179.91394066034138, - 162.88594515783416, - 146.55267794330717, - 123.98559380474302, - 129.7666564613814, - 133.48632991777077, - 122.90535460297768, - 100.52015431751865, - 99.52345387288723, - 110.85573411920191, - 105.99859521517102, - 101.51661086102585, - 117.65646129196008, - 114.1387842336818, - 129.50436954428918, - 182.69629297432823, - 147.42979836817383, - 140.632046416352, - 127.55127565580312, - 133.4576704904242, - 133.77706787208646, - 125.39383728985852, - 126.79366411116013, - 129.06457210804382, - 105.33243855029428, - 145.03774459601033, - 155.5605124536812, - 168.30130638095036, - 170.52102186728425, - 171.98718772619094, - 157.21932359617415, - 172.38676321324544, - 143.06057362332598, - 157.07934729523035, - 179.98519205784834, - 190.5467148731152, - 157.9123911167658, - 148.75268148627913, - 176.2537973179674, - 182.69636520666822, - 173.321159958875, - 172.94654901285386, - 172.94654901285386, - 201.97278485151858, - 219.22662551308818, - 213.8063777135733, - 220.20612435975215, - 301.1938595632356, - 290.57403198731305, - 266.64708249503707, - 223.67206824178982, - 239.73358722288407, - 251.88492572699283, - 146.68185842155304, - 127.03985655871213, - 124.81776232060241, - 117.41766609301801, - 62.902436487086874, - 82.02967694103442, - 86.04655030749393, - 75.9198754270766, - 57.88623370218576, - 96.08271507094224, - 102.43837530726154, - 96.74946040034601, - 119.13873555781961, - 113.78616143776166, - 107.14601560898488, - 68.51915378135816, - 67.61524555169811, - 58.90965838146271, - 51.096758341824035, - 49.69539323085895, - 64.68898784647568, - 129.19403999607007, - 129.76566131152165, - 154.40567436204435, - 196.09311206153404, - 192.3434183388292, - 171.56428769280362, - 174.91996300122844, - 163.71129266992324, - 138.90737087698975, - 119.0440147797598, - 139.87128645749138, - 142.27096276592704, - 169.62259724664023, - 161.08024979658546, - 135.92635513389482, - 149.58140221879046, - 138.86173927756533, - 153.8549700524861, - 158.76469519682965, - 169.81799946056788, - 172.15354156483588, - 147.93395016231045, - 174.8226061941396, - 174.80413371443873, - 175.46818384433078, - 172.9413732975979, - 219.14432312274243, - 163.84780268275412, - 128.590361194089, - 106.23576600061601, - 107.15615152032518, - 139.37815822345283, - 87.55176992794084, - 70.14307267409524, - 105.77504007003972, - 125.63607590185893, - 149.8703437294972, - 157.13073652400996, - 141.09491624721744, - 148.43715817700422, - 163.4748860661834, - 146.6942874178433, - 143.39245389299575, - 144.13146617970892, - 123.36523740197117, - 103.5127188127641, - 133.41302214049873, - 128.86470570532322, - 170.5855885473249, - 160.94642647077805, - 136.46727027003078, - 133.74817941044807, - 149.86651616784624, - 175.98023507993872, - 186.12727686480213, - 174.09513921380653, - 192.81367203853347, - 174.46043390340506, - 93.28397927069034, - 161.3038638208746, - 206.10193175347058, - 181.50148250791221, - 111.07902253678279, - 107.64861462357995, - 121.60048651073507, - 187.1039972529836, - 236.61098059686128, - 174.4607616767876, - 154.16835076687997, - 80.88467682261597, - 37.87064990736764, - 17.73124627241381, - 8.3018668848306, - 3.8869796693689778, - 1.81990522850886, - 0.8520896229157716, - 59.24470647220875, - 165.9564253232334, - 177.78256263307827, - 172.6961432347639, - 170.52633575993045, - 167.67238350106913, - 175.3257701877269, - 155.45945052199528, - 150.82154890974934, - 162.3421339117612, - 177.23107112124, - 186.4664771451167, - 217.37288054121552, - 211.54575312926755, - 242.88530746139895, - 230.01565063288433, - 218.5303951821658, - 175.7925842904399, - 190.51585022285207, - 208.7551207419299, - 168.5545643199988, - 164.97338232252508, - 247.99434402683582, - 190.9434560783277, - 171.27334654967734, - 269.28341859275577, - 196.16289052656637, - 124.15884319576874, - 93.53478478747564, - 121.49908344051326, - 129.61454370366232, - 171.4025956924291, - 184.75471799465888, - 201.90900290900208, - 171.91606864138714, - 192.80953141145037, - 176.62763185964354, - 174.6285282011078, - 152.93960976186173, - 157.9153436772141, - 190.30313280098036, - 200.0862666972721, - 191.76911357210417, - 176.91447049191174, - 200.50888192255644, - 182.74799318055256, - 152.03146086553147, - 189.87224470429675, - 177.43251104709665, - 179.42914264567622, - 164.37419222250847, - 159.04475486358234, - 198.7956137590198, - 167.5926666053898, - 178.57102866558176, - 170.08227846962637, - 163.56459860431386, - 193.85600776286316, - 210.4899479401045, - 209.5900052566249, - 189.65540110196076, - 173.0754493864091, - 216.26066360078192, - 184.05643608050093, - 108.41277716946067, - 96.45838520426193, - 47.08715845780157, - 40.021647359320525, - 62.21689496008348, - 136.76621403810597, - 166.13036544860066, - 133.64362932361777, - 109.65033596798067, - 150.95319517024438, - 116.03720551505951, - 89.34010707949959, - 101.42463497183584, - 125.4515139312428, - 112.56244396764922, - 94.23443397136165, - 112.1500203055295, - 115.69691699168777, - 158.13634362948673, - 147.14420204763024, - 156.79236624662667, - 122.34499160734393, - 90.02941082888051, - 144.84033880567134, - 130.48919480399823, - 100.141619422996, - 126.79914832921246, - 149.7848618985205, - 93.03938464876337, - 96.20725621496032, - 92.9820363578244, - 93.2071866385291, - 115.33752558431534, - 123.82447094918945, - 146.48008777761356, - 144.4169091923314, - 132.3800832427424, - 143.2209936557439, - 146.6543412659087, - 136.16554333099685, - 147.5320440619904, - 152.29213885197083, - 154.05872116604, - 168.0645434475863, - 173.35776126260208, - 162.52882389452324, - 127.90442022260565, - 190.81940610168436, - 186.12504761061592, - 146.1428396836668, - 159.64829134032107, - 163.17902701101528, - 135.1422679052052, - 136.3571415944926, - 148.34943872027623, - 215.24339454273306, - 196.5088947500461, - 92.00654374972953, - 43.077969083986765, - 66.16542692734798, - 99.79791603320238, - 159.34190481018848, - 213.22340339295724, - 195.7975680526402, - 175.46959286810048, - 151.79346838237882, - 150.6396534781279, - 188.49993332706669, - 152.70643226237289, - 147.2154367872252, - 130.6024138554032, - 133.3838672357588, - 99.58068440925119, - 165.00474332258784, - 163.26674750720474, - 175.68165082459245, - 198.0549466849086, - 192.8389759147157, - 174.52896423887574, - 98.78588365696051, - 154.63524281606425, - 158.43312271973986, - 131.8034670442188, - 143.79323573434985, - 148.11009774996876, - 156.8963418643351, - 165.74308188398186, - 213.95883342019152, - 211.20495505378628, - 182.6925240618964, - 196.2280521543937, - 169.41546536036972, - 163.9695838637229, - 95.3071306166098, - 129.2964793755744, - 130.9731732261566, - 111.89171339941593, - 80.32135410642977, - 105.89990354254957, - 131.14367971240722, - 77.24614704386615, - 155.10576068545686, - 184.9852242515845, - 167.87356789517673, - 224.45252219604868, - 199.5684880030011, - 189.74981335957347, - 113.2604231501599, - 154.86227364750903, - 172.86539586972918, - 151.6555686909879, - 140.1120142294222, - 156.2984696646622, - 167.0076791995452, - 184.26550456723123, - 168.71193030621293, - 196.81464009982753, - 221.20078371136367, - 269.58214356846287, - 199.00579525964912, - 93.1756062813148, - 43.62533058177181, - 20.425619368902687, - 9.56338716611619, - 4.477630393342104, - 2.0964511413295828, - 1.504157955042297, - 60.434146254655914, - 90.4306426643548, - 107.24103084967729, - 117.73637324815326, - 124.72920842221939, - 130.18600362861423, - 134.2866059018666, - 126.20511865156669, - 150.46432549010134, - 171.60465894986365, - 180.39641762974532, - 186.66623891228414, - 184.35773312702887, - 178.02895618729525, - 163.78357992214757, - 125.6370345701515, - 137.84398827935536, - 184.08865000721008, - 138.25552689981637, - 172.7775117268871, - 170.30416759347565, - 261.4399443979618, - 160.25201068445708, - 162.99691820346257, - 148.48424324675614, - 148.5498738192344, - 175.8697023199743, - 162.21446743415086, - 137.25942736323256, - 111.25716301782795, - 89.68899207807532, - 106.95838309833994, - 130.9168158295198, - 144.19676451603146, - 150.35357699362513, - 150.96566123825576, - 181.40978591781314, - 184.42660526083415, - 143.0977478604114, - 156.6056408396612, - 86.9731060081782, - 70.37321677360353, - 75.11889875914997, - 91.37518404113928, - 102.35073327336261, - 126.35900001524429, - 63.94740748933646, - 143.74452696657184, - 98.99551745649354, - 97.5044103181593, - 99.33967327916304, - 93.13433760644438, - 101.17422743454816, - 90.28911005088133, - 89.01695716898467, - 63.40369092946151, - 62.780750112814964, - 80.3197634856822, - 123.05935366328555, - 106.74651445993831, - 103.21949441888313, - 124.45062806576607, - 144.49025386796052, - 131.70652417602878, - 107.56523806500806, - 92.93472394965596, - 88.54953652289865, - 88.38063174471846, - 86.3707652165827, - 87.46932669493674, - 86.2929505667678, - 75.86752969026671, - 76.18998517744018, - 124.21615448418017, - 105.72896167192212, - 93.77134714857239, - 101.65126384879802, - 78.33077610605034, - 110.10765041571928, - 140.1945071099823, - 157.3280994380428, - 145.83532696301103, - 138.3854261527468, - 128.63315871958866, - 155.18569389335124, - 131.82431726183216, - 118.17713599935338, - 120.1344773088601, - 132.6180281302877, - 121.12385902982115, - 130.50747003289334, - 138.0006456747007, - 98.82644655418899, - 69.24453828586472, - 111.30448334931546, - 131.26828100487586, - 126.03565327866757, - 136.9289249759308, - 123.30476507715704, - 130.0377392944251, - 127.24559551662063, - 115.0233457835455, - 114.01232044764495, - 108.11410066580552, - 94.15509712344473, - 103.26090763628211, - 126.69741229100674, - 103.47806028374293, - 50.13201259939602, - 23.472083624282053, - 21.033131192246127, - 19.34870691194259, - 36.37713846887699, - 31.85333589926281, - 37.52868112565486, - 31.280094979807316, - 62.65937799792361, - 70.86442260552138, - 99.31076320683115, - 136.26840693088945, - 169.1934757455586, - 191.51781692739786, - 174.53869040338645, - 181.0242346389757, - 174.61536411715053, - 113.06906255432136, - 52.93955606374725, - 116.53358407190295, - 164.6777008723187, - 173.4794111257915, - 158.77084676681744, - 158.66397861459794, - 173.64706071131005, - 168.2317311951471, - 136.79689425885402, - 122.80427807996196, - 170.95208013311, - 220.85007068303526, - 199.09410314529504, - 93.21695251836154, - 43.644689117030815, - 20.434683141428124, - 9.567630874190879, - 130.2351346052058, - 111.26119950241709, - 136.84023066533507, - 164.21122603325085, - 183.79582621325292, - 142.26824194270148, - 155.22391314433494, - 151.83234872965758, - 151.13302970600768, - 161.596164674857, - 197.43395162353346, - 209.35433496287982, - 202.79492409017425, - 129.11205695470886, - 60.45097415020804, - 92.19402701855913, - 109.78280358915231, - 118.86840766622733, - 136.96903605163976, - 132.85971452793882, - 161.89902773949345, - 149.7503203362445, - 156.7220567809398, - 161.94886504657265, - 170.39647888732085, - 168.4679005513109, - 160.37905746461087, - 149.78708797172135, - 111.76359661449989, - 79.71685894135163, - 64.97417352894304, - 30.42126488471237, - 14.243403292749642, - 22.990179771472718, - 72.97403518976853, - 123.0109658590987, - 197.5155837504408, - 152.88810108156534, - 71.58304858854645, - 83.15274469258301, - 104.1188485289769, - 132.03331016694983, - 120.73272205936672, - 123.43139751865178, - 146.65083603430625, - 117.31828722246985, - 89.08455754804757, - 127.54952664130718, - 157.9580356407038, - 156.12243702640177, - 150.02486281553072, - 130.8635162266032, - 123.13752776759466, - 158.6578068398016, - 134.73859551835307, - 130.1520785588172, - 123.03604471876866, - 124.45590692590599, - 111.36101762512943, - 145.34747744130692, - 142.14285963373334, - 175.5668110477443, - 157.05792733308633, - 167.40740682604948, - 170.86300665563752, - 127.27379868701445, - 78.95168990894167, - 62.28879931983132, - 82.17793369284055, - 96.61460740017745, - 125.07213141270003, - 141.9529624918842, - 121.83583255057145, - 107.3963271457235, - 136.52442259441736, - 163.01559793707912, - 116.59237922402968, - 120.5294087469964, - 114.61634697377902, - 163.89450483779757, - 146.1691567976811, - 116.90153118060502, - 138.67975933195135, - 115.77405458999611, - 92.10973527410243, - 132.12174634118006, - 150.24670185884824, - 93.90287057345455, - 133.40063421451197, - 117.23501563329916, - 95.69717343516378, - 44.80594217166235, - 20.978388199213747, - 9.8221965682768, - 4.5988063768161345, - 2.153186402291184, - 1.008133698862403, - 41.15878758250083, - 81.93494265670996, - 105.31195063128553, - 158.23189475749615, - 137.8262103039203, - 174.50612329925622, - 155.12701625917364, - 144.067353204798, - 181.31900685331317, - 293.4641641312765, - 286.4282548348614, - 214.07872569655598, - 209.4039561986262, - 232.97072360418568, - 178.904757933379, - 188.6480805319179, - 197.65234945291758, - 180.24451109323084, - 158.00649483816898, - 132.0722731333537, - 133.81560844954393, - 162.1527150535212, - 151.12231927578125, - 129.574364573404, - 138.8334420543825, - 131.94692388313962, - 104.27813845885272, - 102.5666227189487, - 74.34783716428362, - 105.25996323541315, - 111.82556462729806, - 98.20461828581685, - 115.89649226429138, - 128.52076150301747, - 134.84526544898412, - 126.31817816889179, - 122.2897108199769, - 158.73652669006754, - 165.35469586516945, - 143.58698088465047, - 156.14508122711766, - 142.2645752453849, - 173.5778732480162, - 126.20532932222424, - 109.58505979226177, - 123.37656194258298, - 134.93714132721593, - 137.82282824455825, - 160.51715750933081, - 132.93991315119743, - 120.52395431708368, - 127.49961005975635, - 73.27022145747372, - 34.30552008678399, - 16.062032910707092, - 7.520332021552024, - 3.521060754188867, - 1.648579982793159, - 0.7718742019526398, - 55.505789485442016, - 89.51564634671686, - 153.5596401443389, - 147.14769052033583, - 137.79549114554433, - 133.82031662048803, - 138.84871686700706, - 121.71513571064543, - 148.77792319469495, - 178.18997292472628, - 181.23485456217367, - 163.0338624620359, - 158.56848406235807, - 151.96201376889763, - 165.59026938586393, - 125.90261411250357, - 155.58460209011375, - 147.30822374124656, - 144.09504309037044, - 146.4930188373285, - 142.8220191477122, - 138.8858453739974, - 112.75520338128122, - 111.62931920079163, - 151.1783389151741, - 145.6655115351931, - 128.42444846854096, - 112.43635742689574, - 72.49717035725787, - 83.11882198572252, - 123.2624970971959, - 207.88633568824977, - 194.92440774748593, - 143.8305012403577, - 126.01599303796642, - 143.63418255308332, - 155.3916141600732, - 127.64320743163071, - 113.60746793989509, - 157.64678228529132, - 155.2054230299797, - 163.8010936962615, - 141.42686086399064, - 117.10990414274919, - 157.24733554457606, - 141.66687519155693, - 153.20958782069755, - 141.03721585814026, - 154.56754864872477, - 141.31130937261412, - 146.11542299245542, - 116.88788402857713, - 54.72754925097899, - 25.62373912326172, - 11.997175383204798, - 5.617143402959125, - 2.6299773906429853, - 1.2313698581470267, - 0.5765341302733885, - 53.95529169555378, - 121.9478489760028, - 152.77869654442293, - 139.92375520936963, - 163.91432150614537, - 161.25691186386592, - 160.49580785689852, - 143.37780468583318, - 128.93531033341694, - 152.41176932166047, - 144.11595248638844, - 146.2505583824186, - 194.83193547364962, - 191.96448983932828, - 175.26433223152475, - 187.70403012269875, - 195.72371172729572, - 192.60321242007336, - 172.3072702248886, - 151.41736078970732, - 165.51414422455656, - 170.3584973269487, - 141.91913014248524, - 143.74668454342304, - 156.42465505529015, - 149.14250895633842, - 184.46174848522486, - 153.19841653537148, - 111.76193015283529, - 120.27719912524483, - 128.7682061576358, - 146.18453244382195, - 175.60692009880376, - 129.7011765325502, - 134.3888139145453, - 152.53199890907675, - 163.46194480728255, - 205.77096190554136, - 204.99169679155708, - 159.50869181956946, - 146.4114963995292, - 128.77995488196012, - 137.40318338489521, - 169.67117208152573, - 152.34925568144112, - 154.8732401108797, - 148.84889513066142, - 167.93710163404242, - 151.27098109936628, - 148.14692020825828, - 129.16573834798436, - 117.29050824312918, - 144.14875034862874, - 195.67829568716957, - 189.73013257909244, - 191.18326942073304, - 223.6722134617035, - 230.99332554751027, - 126.11668390929094, - 104.00497872692688, - 99.94292276516748, - 46.79382532564504, - 21.909126009371906, - 10.2579731226092, - 4.802839352841415, - 2.2487157622162686, - 1.0528610698270136, - 0.49295533521086765, - 42.32259574310815, - 88.12481865110678, - 206.831450878924, - 240.65260794869195, - 233.87061489088916, - 297.1873238790059, - 245.45993201320363, - 200.54402612501048, - 164.07283714120643, - 165.20329026450227, - 163.52598611412884, - 176.37924456394973, - 159.0230535251394, - 179.26389360845894, - 183.57440499939736, - 195.57974019076767, - 176.31119424073196, - 214.79598645880492, - 196.30502493975615, - 178.30901685806407, - 252.92996285293418, - 233.31960559223307, - 210.20171394769488, - 201.5031591172716, - 198.2633300903596, - 169.32220280221676, - 171.24563292912296, - 148.53416168553986, - 153.8528944987011, - 160.76351771966506, - 228.9165882130593, - 232.09340803557052, - 213.87768835666915, - 179.9198995295131, - 162.8474467726507, - 215.11763816703694, - 200.95197348782074, - 167.52201030821894, - 170.22998703108192, - 162.65306680851603, - 143.14053585903707, - 156.3926739460035, - 156.60833891809182, - 159.19488121327527, - 182.7395644203488, - 176.83637681538957, - 150.58518048142014, - 148.66682651101286, - 133.2223827184084, - 166.80773637162247, - 162.74709868207378, - 142.60613917890885, - 85.78666782932828, - 79.42686216275568, - 55.612555930918376, - 71.83506001772264, - 73.95518197042527, - 66.75403744326356, - 79.41495420764312, - 70.16838673445999, - 86.01335339411227, - 77.71596059333456, - 94.02850375365884, - 86.76185078319006, - 104.67174537569537, - 117.50384636390082, - 138.49086868832035, - 160.83705041649307, - 174.39951350227898, - 182.91496197500925, - 192.23319499986087, - 201.2137701518077, - 218.03695956200818, - 214.10792923789705, - 234.03931083620648, - 228.10995460946964, - 242.84821733853258, - 241.18063585104528, - 252.6724141488714, - 234.43505448123352, - 141.43580395396003, - 98.128361633064, - 74.24717994467555, - 64.94533369712357, - 59.88880775670084, - 85.09242171598254, - 73.11023578026493, - 92.85663207833257, - 126.76601170613179, - 140.0786913677772, - 158.43047142236423, - 102.60383953771877, - 48.03968117232076, - 64.2412581915098, - 77.65856725040813, - 104.69097793105834, - 117.09277093157843, - 127.04578847483322, - 150.92529187176353, - 126.03486310670979, - 82.56198313001637, - 61.64504444125169, - 89.81607585611624, - 109.24352154661182, - 130.52708954709692, - 171.73138141492493, - 178.38850601608465, - 173.35176876449276, - 95.89893898185059, - 81.31184058823138, - 100.27556057720466, - 108.26698836857662, - 187.54906207012272, - 141.36844931098906, - 116.666564371351, - 148.69524351744874, - 148.61648608995648, - 173.38848722581525, - 189.5888514565023, - 175.0460874827467, - 173.72278105175474, - 81.33796017474779, - 108.14415620412582, - 137.08873902993733, - 112.51514044802536, - 111.44500431758627, - 135.39165163572687, - 142.99803183092777, - 149.36059209992362, - 134.72904096722667, - 129.72141532764536, - 156.3612318336787, - 142.38844681281677, - 165.11005056513238, - 209.0826415286664, - 184.1378276617665, - 178.00950848719515, - 203.60671512305407, - 197.26192750842887, - 179.53711407071523, - 170.9054193864244, - 178.6101168995403, - 174.00979491856566, - 173.73484637622389, - 173.46905486615117, - 144.31213917740848, - 166.42032586083332, - 158.16546759418546, - 155.31179932127725, - 172.53853150175405, - 138.77531969011673, - 193.90730860900177, - 173.58678724226752, - 160.46739375401364, - 168.0487180272842, - 182.85169944555054, - 193.85234320035119, - 167.22303796072137, - 163.9154050371136, - 174.26807327009857, - 214.19033515640356, - 188.02311982769638, - 237.6672467897944, - 218.45250230480895, - 216.84762928374823, - 207.45298256989102, - 196.09980860465276, - 221.96093435471488, - 215.41321113497324, - 223.72522164505415, - 179.30193186236, - 156.409169211392, - 198.6773483776637, - 203.53405537749, - 194.22440620840155, - 172.73836659133516, - 210.1661002894421, - 271.6421240778395, - 278.33062939451094, - 226.44410954130979, - 187.97153557469827, - 200.5918732071841, - 179.1509588154766, - 171.17696700348634, - 139.28420238590775, - 169.2008829287601, - 180.55599854259953, - 192.71471124519593, - 146.24057280746803, - 138.24270111625626, - 160.31913912255507, - 174.737565946173, - 209.7011647299836, - 200.200540463189, - 204.1871301875343, - 120.27014277409435, - 56.311141371010805, - 26.365185650955855, - 12.34432471949895, - 5.779680628757805, - 2.706078212417123, - 1.2670006808477434, - 0.5932166771465069, - 0.2777473061887263, - 0.1300428141470506, - 66.9396295781827, - 103.31889336564683, - 169.1719570073053, - 140.8056052189186, - 171.21566683299773, - 141.76510816089646, - 158.34788793360272, - 169.32275133134203, - 164.9322561131016, - 155.8074922281139, - 143.70731100280466, - 142.51171442298553, - 136.05107745070575, - 155.61851193660667, - 174.19664010529777, - 134.8284729065092, - 125.02654207987257, - 199.38414929966925, - 193.45495051420139, - 145.6185705656535, - 132.36038267666206, - 96.71642360869177, - 107.41031169131853, - 97.79572115415937, - 164.13310932475207, - 152.23472198904167, - 134.8310893029518, - 135.9364308592841, - 140.88287183408062, - 172.74182178532993, - 158.96030359625743, - 127.04530123747219, - 210.25292578808944, - 176.09226996165745, - 198.16965267963775, - 160.73060049336175, - 196.66374742724594, - 171.93276768246352, - 147.72058473116425, - 141.91196413872746, - 139.35387411827256, - 166.06461165292484, - 183.7599179608466, - 202.99303655984482, - 162.25957338233394, - 135.33614757003673, - 125.94828802013518, - 122.60052343249153, - 132.77410234059826, - 148.01576976902436, - 152.4502598411351, - 94.65904030208524, - 44.31988253732303, - 20.750812408974316, - 9.715644333439407, - 23.77250522926013, - 47.129415471109105, - 61.010582127479694, - 95.95015895275034, - 126.9098085269711, - 134.0532634134941, - 132.06614757552296, - 135.96206444427892, - 128.41499754158176, - 155.64661889765904, - 130.23834683568384, - 135.57839165049916, - 130.8568636816249, - 129.70877979847754, - 151.89280061681336, - 151.5666280886828, - 152.06328784521057, - 140.3793042704944, - 132.81052845594496, - 127.14168063706109, - 117.50106986826553, - 109.97514875342955, - 127.05451713161236, - 121.13122235983745, - 118.65163761946675, - 119.22395645275883, - 200.50134557412824, - 207.6776559013388, - 248.91295990963926, - 235.14202121871782, - 160.04591907990655, - 103.96252636465807, - 78.00076193639016, - 66.32649205783385, - 61.83134972762831, - 58.747052017706366, - 66.43460692266174, - 62.81931521083753, - 59.91583764739186, - 58.101490929739384, - 57.72261617184265, - 57.319452639693125, - 87.04064865253636, - 90.11311078139269, - 84.91634506978048, - 83.22716197835496, - 79.68819673260718, - 73.32699547808178, - 70.3696302757692, - 83.25133102929394, - 118.7738862402718, - 139.72841560970534, - 144.146739851125, - 138.2439178614578, - 68.64733911090907, - 32.14106118323121, - 33.60355344743845, - 85.4331618255008, - 128.45318649202775, - 181.66772345149212, - 171.48098957695362, - 159.8810829044365, - 196.8101057080352, - 174.17490736655958, - 197.834471219552, - 186.1211590237615, - 254.2966881335918, - 205.945729316247, - 147.47596986325084, - 180.2068331756501, - 256.3999494438262, - 297.30363674218154, - 306.84099552926546, - 295.93786738440826, - 275.6403265787209, - 266.9167543567425, - 216.32465676003426, - 187.01106179332436, - 196.51416357250793, - 176.9039381783208, - 180.00602804362936, - 150.73581196622519, - 131.06719018889748, - 133.4421204967868, - 97.52855394492343, - 131.16668462005754, - 138.60486088721834, - 136.25839926339586, - 110.52031037038213, - 131.11077236056772, - 139.2812463351656, - 188.90329813578091, - 180.78686499769736, - 168.53195176418512, - 124.24181403280285, - 97.40481859469492, - 142.60625528407314, - 152.44619280774276, - 174.8756990713573, - 154.88141374575733, - 180.39299150104466, - 126.75719928013385, - 119.56486134629958, - 186.64401396321097, - 191.4122832455139, - 248.64257793735288, - 269.7754335941066, - 184.5759475171308, - 149.34308653285126, - 149.64188666086835, - 151.21597323233053, - 120.88611971161863, - 56.59954515610785, - 26.500217887053218, - 12.407547554037397, - 5.809281907108807, - 2.7199376935114192, - 1.2734897660124271, - 1.3944343576691418, - 0.891159850604271, - 20.1928207946224, - 55.08413170266547, - 83.98391414698207, - 148.67933986316473, - 202.56185070691157, - 223.09617691883568, - 233.4080929472895, - 245.12280537918622, - 196.23079264207513, - 154.4428590195823, - 153.38800671223748, - 168.49347147648285, - 172.81871236285411, - 185.25258017051087, - 194.41616317316658, - 194.95164814724015, - 196.0216379456413, - 204.69358727111955, - 161.041772111968, - 196.59457029610508, - 196.9255485628169, - 186.8518784385911, - 181.9978875606934, - 165.23109988042188, - 183.33336686012228, - 180.4550017720347, - 173.90714722697743, - 179.5725838225711, - 221.21768775556404, - 182.18623109357495, - 155.53235161421645, - 149.30509158110448, - 142.86930314210994, - 174.84119456572546, - 145.3617345296988, - 129.25091316512118, - 124.9117413531112, - 120.00044845186532, - 120.57871683889343, - 106.11393112166051, - 90.77442462691073, - 109.51107822784469, - 117.88439695754985, - 118.80769123236153, - 126.84809972995673, - 88.36639221804471, - 66.58361896913785, - 53.98616418503528, - 130.6793112473701, - 161.77534577282034, - 195.84176147374836, - 227.75892179988094, - 185.555077323532, - 132.27071842643593, - 110.88440620735841, - 140.40359012157205, - 211.4929410270413, - 230.9788052036289, - 260.5391741345027, - 227.27496670930745, - 106.41138760846505, - 68.28797224949543, - 71.7902537107674, - 59.60350365603964, - 56.207009480875676, - 66.40839681866468, - 82.04279419696982, - 82.11195194984516, - 80.83555020750632, - 110.794988533891, - 109.23653303328348, - 101.34600747438138, - 126.46271735871197, - 122.20395308381197, - 117.65147355933964, - 133.10602215200697, - 156.07656110963276, - 142.9575709433514, - 116.4638716627542, - 127.93434308434458, - 145.926101044882, - 165.2103246685593, - 180.94266304488082, - 200.65316622293358, - 199.00606812958827, - 188.24329145683868, - 174.07736178532258, - 154.50701718431662, - 148.35024104058493, - 162.56607702085412, - 139.8423688274539, - 138.40817536417202, - 143.06489450411323, - 172.5625937278073, - 174.22778386401436, - 143.96788458751502, - 202.32869944255896, - 196.76774231739327, - 178.73069524236473, - 206.2889728592737, - 203.18177196883656, - 155.1392909239434, - 142.66097935560595, - 141.20959662827687, - 137.6917412159003, - 200.155524033605, - 196.43466147830733, - 160.73641413410567, - 155.39143781893264, - 151.25350232976473, - 145.57143095737882, - 137.96278200147245, - 146.52231620315172, - 124.46510894475114, - 105.54041507687084, - 178.795500931689, - 195.22619428232355, - 229.52195440673873, - 162.27830310768547, - 144.34461123921665, - 168.61107302533412, - 166.34121613654034, - 127.10679558223111, - 148.18485152601568, - 146.78587486561293, - 123.94266470087854, - 134.62878229018102, - 144.80376936501978, - 146.89834561692342, - 143.27473232624024, - 160.2677246183211, - 159.39435998076272, - 128.45871407995745, - 131.93874020467658, - 123.13247626327836, - 149.5517428187053, - 125.54918867594009, - 208.83809602491374, - 198.7870541208595, - 205.99612173067754, - 149.13235444029038, - 172.76621387308305, - 143.43787017248326, - 151.15619321636848, - 211.10513828480055, - 189.7160251927657, - 210.9165914027456, - 165.73598420203948, - 139.19547688481225, - 147.27695423409716, - 151.8609211007077, - 153.07665990924423, - 138.467990024543, - 151.48876897139604, - 148.54340465018555, - 161.13840636770507, - 184.6952681268064, - 193.78611375456637, - 210.38109498772758, - 181.11440862761165, - 142.21687509636808, - 135.7534775223995, - 162.0967385667425, - 169.24501101236956, - 161.24781957432242, - 141.1613712897227, - 133.69850523233657, - 157.16627126112348, - 156.2219990443416, - 176.1668383416725, - 157.2359038688465, - 162.16469411299778, - 179.64211994576257, - 170.68962898098496, - 153.68803891979854, - 147.59373495953912, - 187.1054786556766, - 182.22828179881145, - 164.09584478940246, - 137.33503120382952, - 102.51983109535657, - 119.8200440119937, - 172.31688965680175, - 167.70297718155612, - 92.08430410898039, - 69.09881918281788, - 94.35943429404098, - 82.81215587007912, - 38.920500099463574, - 110.8867450168742, - 99.33285736018316, - 71.79789913838556, - 99.54881450928536, - 108.57374481644291, - 83.4068082673589, - 57.71340547240678, - 27.021733404470375, - 12.651723983457742, - 34.45957894784216, - 21.81463546382049, - 125.05712201365843, - 133.4340092135584, - 130.61590342206142, - 70.90836050677619, - 94.09955537067356, - 47.35137635887679, - 104.65221920279697, - 132.50306329061783, - 146.04725338451578, - 149.92780647754927, - 183.70446172248575, - 195.20933686301368, - 154.28933324404227, - 72.23911318259165, - 65.29688286157204, - 94.3984345247366, - 125.09309842081291, - 91.83615970335683, - 100.39564041901166, - 121.98146081488534, - 133.0722866751437, - 107.06103896140412, - 107.79483682015365, - 115.10032296894637, - 112.02383655371604, - 94.382790687456, - 123.80982485946305, - 146.72434466548538, - 144.68145108777884, - 142.25572195656025, - 113.49950595865819, - 107.63759323512751, - 91.24979350154821, - 100.10978611768658, - 100.01432324205268, - 90.91804249401099, - 99.8402839383671, - 84.17842274009458, - 69.71769530028067, - 61.68458219017317, - 58.87025697465037, - 57.20939589867445, - 56.72260564503701, - 58.82069742790382, - 120.71165710948651, - 127.79692998563388, - 153.6142802611935, - 144.9547211766013, - 147.22607528986362, - 158.25303951502016, - 163.66349179829342, - 178.28334145237216, - 190.88057726655174, - 160.0386284708454, - 159.9142023108408, - 159.48004392350046, - 173.152036190011, - 164.85826295268362, - 167.0646830005519, - 157.5402776551809, - 150.98646387839858, - 128.95539027491398, - 128.12948897204714, - 133.37537120842262, - 154.34911136280567, - 153.26279337950683, - 136.930296316932, - 180.20352890008706, - 166.39959099091936, - 221.75269209405354, - 209.1089764518029, - 204.1012266280577, - 227.21323269645592, - 185.38462270246632, - 169.52758735854334, - 147.6487192606237, - 130.57627393874986, - 155.68702401138526, - 161.52242873644366, - 155.8133272849573, - 169.7121893109162, - 170.67613105577226, - 156.34572567440108, - 166.63508523838215, - 158.9915011573264, - 163.4470311960025, - 170.1647538671131, - 178.89147133582287, - 170.44804274040905, - 185.6709943720011, - 147.5880197433573, - 142.63692859069775, - 175.98680346504386, - 163.1262127479154, - 156.533759365086, - 178.70548610487262, - 205.15313559150195, - 204.89476923076424, - 181.52371048856065, - 260.17287304372513, - 248.7357018477133, - 246.23620776119213, - 247.3204671575631, - 166.4597420594814, - 77.93736542992173, - 36.49070252666041, - 17.08514733008928, - 7.999359811655884, - 3.7453441963383325, - 1.753590722173238, - 0.8210408068498588, - 0.3844158149270088, - 0.17998559576225737, - 1.570861962378038, - 0.9720511360023021, - 87.73003983571851, - 134.2491817546882, - 163.1590478862792, - 170.45589857280174, - 161.32658760398033, - 159.81208223289119, - 173.1071457530818, - 170.11532796851168, - 144.9610006595371, - 176.70007614128042, - 155.7251966350905, - 172.73102330372498, - 205.6399200847443, - 202.37902997109873, - 175.87855885898261, - 137.57551028477138, - 156.16797896414505, - 147.59703573062012, - 177.16397539163137, - 183.6170798970303, - 144.03638833267647, - 170.46701099880292, - 212.19810531371093, - 179.0298963869471, - 184.74943188641075, - 168.04987182648182, - 222.0264751808499, - 186.54275796673852, - 228.32047559664545, - 175.97373073749424, - 170.81641557562557, - 160.65562108195408, - 126.60671402845377, - 176.65659709451884, - 168.25798664166484, - 193.20377987753466, - 184.11012332656654, - 168.39943876985922, - 169.20658511904838, - 173.45428191113876, - 133.14653085437106, - 152.73892247203264, - 172.7396177627682, - 180.17217552475137, - 173.4115605166433, - 201.815386085657, - 167.7362283842019, - 180.01763488426178, - 199.5015369627996, - 220.9370853194099, - 247.13094115306154, - 256.70429019850553, - 199.79114398412105, - 184.29290017983197, - 195.2861075822803, - 272.840196185593, - 253.4698218283642, - 232.06271052801625, - 194.70169108778015, - 223.66608772565573, - 219.92029811117223, - 216.296588542689, - 210.92450406306796, - 185.6645906409687, - 206.4708797874673, - 222.03811824413194, - 213.36611741309954, - 184.22084847783051, - 183.90128528431498, - 164.99666076226782, - 208.37320469914448, - 229.40118197609596, - 239.03452569309553, - 247.44191563701452, - 259.1945645284976, - 228.67135863795602, - 214.51210049127727, - 269.8838703397243, - 251.7684094176494, - 236.24234866708773, - 196.9777321288598, - 172.50170633788008, - 204.31691070997346, - 218.1869927213744, - 223.70161081776678, - 223.1450298644945, - 201.4143131995794, - 273.14566182213343, - 240.96827926777962, - 237.07458875521712, - 239.37732569085557, - 248.57375071014405, - 275.1241565042122, - 255.29862747851013, - 240.5375409030055, - 224.49911982355593, - 224.83093372847645, - 274.2908687246504, - 267.92933287047174, - 217.2821239780271, - 201.8107306174104, - 205.86382100059353, - 207.27019323533878, - 207.33695185871866, - 269.052073714643, - 280.3364366309597, - 211.26892428153093, - 177.83042407772507, - 148.5551984034252, - 172.24433705832632, - 216.81732644950415, - 224.64058830588579, - 238.9490375363034, - 223.72010414763477, - 280.252249968604, - 245.62063992332378, - 221.4264093028382, - 194.96487352829737, - 161.4715361229499, - 147.81009969202432, - 150.714507167966, - 197.13278812065093, - 209.68233695250223, - 262.1693713210584, - 283.11974159646667, - 294.45979112111604, - 190.11324821939024, - 220.96998187091555, - 283.29807229188106, - 285.3782406990647, - 277.56356987673956, - 155.03240385958557, - 72.58702292573629, - 33.985642782095034, - 16.612715342343435, - 13.055821791025142, - 34.6794130189132, - 69.21301251870914, - 79.46305172670017, - 120.90907002154165, - 139.40509808061302, - 151.86393341210047, - 152.97240090193765, - 158.9069491937174, - 189.8824086355306, - 182.9033378255923, - 178.90870401007277, - 146.84939590125398, - 168.82844105481217, - 166.8086148164337, - 168.82967679817403, - 222.75057156507592, - 216.21867160583653, - 212.15540833104157, - 170.36266833376246, - 137.30057382042796, - 163.54782083625003, - 146.3577823621783, - 166.0631683778635, - 178.04395819807704, - 140.6034274287516, - 150.89469044355113, - 134.72353281279462, - 182.37949537502374, - 159.06118023091142, - 143.57311682567544, - 89.69423891906328, - 58.176695975699694, - 115.88776113058356, - 143.17342628851384, - 133.94624471604732, - 148.9564765724315, - 153.35977846332375, - 186.07871818641968, - 151.12007698599382, - 142.7594624326298, - 125.5030986705701, - 138.58887714888027, - 145.65943185496593, - 167.71887651412422, - 181.98447710947516, - 168.39437857734043, - 212.3745419822181, - 183.7542826214854, - 174.84112928311671, - 161.88379480518415, - 162.17916228459436, - 186.31777782184156, - 221.1363964434891, - 208.85190691619476, - 182.20028358791654, - 179.41738783224895, - 183.2709623413241, - 172.79001235544882, - 168.62310954841743, - 109.1431440465792, - 94.8009935219927, - 127.46469965328339, - 167.35521230825947, - 179.98328220912845, - 151.9668762318242, - 150.12730983072296, - 187.68401400447095, - 177.7447581279335, - 141.5001310202407, - 163.81410510917038, - 219.99356172315703, - 180.3806777495415, - 175.48909663101867, - 137.94316938559447, - 142.47796532264204, - 181.14833506135875, - 178.33251552435868, - 176.5169522329463, - 155.8908615920921, - 179.41751531374402, - 210.01210285559083, - 209.61406238284448, - 196.3415165647832, - 208.94171042336808, - 169.03460294136164, - 159.6478491318632, - 142.7563394661419, - 153.71904307382587, - 139.4711813699976, - 82.93416654407211, - 85.53132303139888, - 115.89880582981473, - 146.63224569916198, - 157.27863416643356, - 150.82668179237106, - 146.4962048573014, - 188.32973429694084, - 195.94548253292717, - 166.91919219398747, - 246.10948896539392, - 223.87121904473236, - 217.66738192918052, - 171.81209343910982, - 163.3699648767264, - 167.94172745236165, - 180.9610252166006, - 184.78070809431094, - 173.9990055598279, - 171.37816811264406, - 169.79388765421965, - 180.5487326587731, - 166.7085524994175, - 151.3938511523725, - 164.71802015354302, - 171.71973213235253, - 176.3184378624184, - 176.97940811621797, - 137.77384678747595, - 130.70054829432155, - 147.8299531086853, - 142.13017421735293, - 134.97232087209906, - 136.64706880216647, - 131.2843364229316, - 121.54884468840747, - 135.58500972089044, - 150.40210361514806, - 123.27391200625468, - 126.83676359917769, - 130.9738884277743, - 159.22394480975532, - 133.33062193078794, - 146.4319022075839, - 184.20175468202825, - 137.7815801145178, - 123.05130539664391, - 219.39644137504035, - 203.5372973455137, - 161.26077389097975, - 144.94839090681236, - 138.21878077590796, - 129.89735471074968, - 114.33412621530681, - 104.97062364917929, - 116.38890450182596, - 127.62221434836451, - 121.7106431037998, - 95.4538263231746, - 73.0361776822566, - 91.80051995331135, - 172.1123991012712, - 167.60132047479513, - 121.09746497789774, - 116.29098800083275, - 136.0031297565381, - 149.27419330474845, - 148.99127070331767, - 124.65237071694744, - 109.35807062279068, - 98.91862716575422, - 87.87900361325693, - 108.19555125325348, - 103.57608774957623, - 99.17750385800014, - 96.95289090114426, - 100.40211414235199, - 149.5378899177183, - 146.7277171801822, - 107.48858265562667, - 91.29993127122555, - 126.77381072085564, - 119.29955637557856, - 154.1622790337425, - 171.37505707376428, - 131.613630985871, - 141.29737159047195, - 171.75409257431505, - 171.02388561832413, - 147.85722703475008, - 129.58810942815904, - 182.56617735793122, - 195.9372470252004, - 145.46661383450103, - 161.61893834908184, - 130.03943470113313, - 137.83774226088764, - 119.32772593553206, - 143.44067963170613, - 157.22880352087006, - 138.02759233321598, - 124.66922568040498, - 129.71135988289052, - 137.66541758796228, - 127.8735324724914, - 116.9680711517182, - 137.14452094692706, - 172.40691486387004, - 151.65649495076704, - 151.6936898267863, - 167.20671743099965, - 154.9877492146597, - 111.91970500478828, - 103.30200754484025, - 121.16903309282148, - 118.08049992171058, - 102.87207244555428, - 64.63084702216524, - 77.2453735956465, - 93.08906176154724, - 106.12181052335231, - 117.92537735496825, - 107.45725599691599, - 156.6757181994149, - 183.16113569263936, - 156.18230935059438, - 139.12275193870317, - 104.10072282250863, - 99.36472089112179, - 96.5627053653336, - 92.79870932654447, - 115.19556383992725, - 104.00973274564166, - 113.53914922371018, - 100.43851987452928, - 113.58284117797149, - 183.83911469915097, - 156.80209772510352, - 122.5915547568288, - 153.87555136554113, - 178.6467236672559, - 165.6197143819375, - 140.1570571554433, - 144.7793893496121, - 146.74599317953303, - 120.69899434044856, - 84.48119988140401, - 152.6908150319441, - 103.29700093365007, - 48.36422314474138, - 22.644394892904895, - 10.602230051979454, - 4.964022337833213, - 2.3241825210071267, - 1.4329202036649071, - 40.923013738298074, - 77.29368540057501, - 100.94293498838806, - 128.42842715577103, - 110.82856917181307, - 141.82943556617172, - 122.98027001839854, - 142.64698347846357, - 117.75508114620717, - 117.75594358286182, - 119.52656655824265, - 112.00130546656143, - 138.21692115536547, - 186.8426604227828, - 219.00719343263228, - 178.9152191176982, - 153.35506774502744, - 129.62185233866776, - 151.14058477300256, - 152.95629228589132, - 141.3758003721502, - 116.1153317753938, - 123.26000646299659, - 108.78040128186325, - 153.93550361072772, - 132.51041262142508, - 142.43451279932043, - 162.1616366639791, - 199.48752681678087, - 169.9188669403701, - 186.83480420198356, - 168.43096536017845, - 153.299902361965, - 140.87414437958483, - 156.33549701902842, - 165.67369209322288, - 147.7716795401671, - 146.502032236752, - 157.78900742928738, - 125.19184108982823, - 141.34547406470497, - 120.92124139830686, - 120.92124139830686, - 127.66146228425553, - 148.62948074957563, - 205.23962400585015, - 179.03575870429214, - 169.6666785358837, - 137.5262507641506, - 119.48226063263118, - 127.66861424454632, - 155.3829230306324, - 122.20011991347285, - 136.0217096281242, - 116.92180039246956, - 120.61664009407953, - 115.83071052499196, - 138.81560804739877, - 150.452761795054, - 154.41188253993607, - 158.4545335021479, - 130.5744435048845, - 118.02534265458598, - 126.2626190422554, - 149.5433638609791, - 147.42355848604427, - 135.2373045078996, - 126.44464127052173, - 108.22806950811649, - 106.14444411517744, - 133.29508731451995, - 176.36969676494476, - 196.7077755751415, - 160.89534120766308, - 142.94649293119352, - 126.98655688388868, - 158.82074307490407, - 155.32088044917322, - 119.1840733375699, - 93.06530305628189, - 103.02520125071148, - 116.00214644176666, - 148.03675999798344, - 132.37803573114832, - 110.83499457926831, - 158.58956274201094, - 152.39563157934614, - 120.63631575856758, - 120.84858342895504, - 140.45542428677004, - 127.12287632447503, - 103.17957847579389, - 118.81595434079586, - 133.15506969521783, - 126.88724166784206, - 140.25263387339083, - 124.77752812895667, - 111.54640629898003, - 86.93284720955054, - 112.67376886868428, - 127.56684957289448, - 107.94728354485272, - 109.09069437379688, - 121.55410387301646, - 97.91392546075909, - 114.33278183272263, - 201.93599868576274, - 197.016651235592, - 220.45418250249054, - 201.50782444536745, - 193.78482095260665, - 221.1556371634976, - 186.96130767009038, - 164.31073856355187, - 136.10879828084325, - 142.59561093347244, - 136.92967024032356, - 165.02631510853982, - 112.63520539085278, - 155.35251452123407, - 140.22557033802903, - 142.08845758020345, - 180.7118925582319, - 175.5970742000111, - 157.6733136118893, - 191.55689280636537, - 199.6432087258923, - 182.66979012018925, - 196.16578307496295, - 194.01409691779992, - 179.4952780703947, - 147.54516376488266, - 137.0153255334975, - 156.00201389786372, - 219.43528775074842, - 188.20663640002493, - 198.9365017115985, - 201.64723835368358, - 182.9424114498463, - 194.17137978678576, - 202.9823268885089, - 129.47676952897794, - 60.62173458048397, - 28.383429065429016, - 13.289277370357441, - 6.222112649574075, - 2.913227314402003, - 56.94816692753283, - 86.59769009710647, - 118.7185736689531, - 118.4540331332187, - 114.38764006391405, - 151.32709936655763, - 174.5077939594118, - 193.61571036635576, - 209.3360602206631, - 244.39192777809524, - 222.36262976391868, - 232.9693069584475, - 203.36690032622008, - 209.29697420543567, - 197.8536531924537, - 187.65610085420047, - 226.61953298039094, - 244.09056795802564, - 252.55475153551532, - 256.655396784857, - 257.2842272315226, - 277.2529924421343, - 240.63861575640266, - 212.0051738590314, - 202.37295779454206, - 192.63307260234183, - 182.07852108730913, - 218.91268501912964, - 202.77167387820643, - 254.58934323722946, - 217.456702418965, - 187.74225192617095, - 207.9214387353444, - 208.81569740746698, - 230.51071092366922, - 230.7644478248618, - 233.64526700902996, - 219.35921070986475, - 203.33675170444997, - 232.13881573564416, - 231.69370022309553, - 197.84106652777248, - 230.96835301889405, - 285.81861751653867, - 268.74260354213624, - 248.90365609215553, - 245.26172362467102, - 230.5661907971434, - 195.91748467305922, - 179.68141186400678, - 200.61093953447806, - 231.5730400198691, - 212.46968177505244, - 201.95340420934298, - 196.65283804523688, - 205.09956176180987, - 199.794532165112, - 203.32900089883378, - 213.0770924246425, - 204.51792648754608, - 174.72649585340758, - 172.72311743045594, - 173.07467705270315, - 221.42237273983727, - 219.70380367966794, - 239.61612567934918, - 204.8821896258114, - 191.98467494140178, - 188.46625856377986, - 203.0819012543683, - 161.91770322999903, - 198.11497537331581, - 194.20825397305754, - 224.7423947192671, - 182.34654806731987, - 182.51011072960088, - 171.34275694322005, - 204.29335043419843, - 149.33746669129349, - 191.80268465385097, - 259.17978598052423, - 259.9678040854501, - 186.6482141825715, - 180.13946783482888, - 258.8778571116127, - 241.141162241107, - 191.56841708438975, - 181.04105321889233, - 239.20335631303595, - 220.56856020876407, - 197.41100600183495, - 179.636662460909, - 150.98317205864754, - 169.6542347559373, - 180.33520648564445, - 202.634146592189, - 181.94050193495153, - 139.2057180481487, - 169.7316357943686, - 148.92855379029527, - 284.6171823546939, - 261.823805174288, - 236.64023209089638, - 214.5728081127541, - 240.5776095356698, - 212.52528873363292, - 201.34915623422734, - 209.09245187999386, - 226.27100617182623, - 209.23870698305024, - 201.11011919892806, - 218.78732654299856, - 200.92138812550326, - 193.37720256784576, - 187.8318405728405, - 219.88994502602793, - 183.16607910714347, - 154.09713047287494, - 185.85765132338443, - 224.38600761400457, - 224.38600761400457, - 200.88096781981966, - 197.02187178688635, - 206.21665961525272, - 191.82041422581878, - 179.367688280634, - 184.20037336439617, - 206.8079921086508, - 204.37008520869912, - 104.80969307400066, - 49.07247391256575, - 22.976001792116758, - 10.757490223377067, - 5.036716002771156, - 2.3582180941650153, - 1.1041306630327297, - 15.250024010682633, - 108.7880636506007, - 115.91369523190676, - 132.9770773867939, - 211.1940168624831, - 258.7519036514554, - 257.7719970124168, - 233.3433454832393, - 190.0402986381012, - 159.09237256671457, - 157.8896723934813, - 223.55897721829797, - 237.60164142533418, - 262.83574503744524, - 264.4193722407762, - 206.33540716589957, - 198.2478380303255, - 157.6001781397935, - 133.32858535403096, - 126.84615893564015, - 128.50524393152418, - 100.2788826932707, - 116.50718007740197, - 120.1080232520687, - 112.2202744039614, - 114.9816633805772, - 124.13499200991171, - 199.70883980972502, - 221.94016671525117, - 175.3736717535755, - 161.68207021505464, - 164.3804377204179, - 133.13501937346518, - 124.40619904704825, - 120.22967248390806, - 148.82734989340148, - 121.25526483429148, - 115.61336160496228, - 152.17719238909422, - 136.41674939998092, - 175.88327356538275, - 173.6832939296798, - 161.952786195366, - 142.35169067533587, - 151.2768792626345, - 127.52380862056455, - 115.38180523010173, - 153.5090500238138, - 146.279950598104, - 141.10674078577767, - 133.80684050670433, - 120.3395902002865, - 112.3477591029602, - 122.47663055964249, - 131.95256776969126, - 137.64380819302272, - 157.2278676280195, - 187.79061099862358, - 104.99401889801575, - 100.22805161408407, - 97.37981202437005, - 123.43244130210168, - 123.1812030449236, - 112.05699849718727, - 94.16449036952866, - 161.0164679756131, - 179.5775986917829, - 189.2737041697722, - 180.91451991070954, - 184.80175892455213, - 168.26415471093372, - 187.30064797937632, - 174.07002074459342, - 169.70352546229847, - 172.36371200421644, - 127.98882167003998, - 132.4580246066628, - 173.00111471250284, - 187.88479496631777, - 215.1584485999385, - 211.23390432950808, - 162.38901139730868, - 177.73600899773425, - 154.16545397303577, - 194.60434816606838, - 192.76713647881692, - 176.1251365849994, - 180.59880560454178, - 208.91712588964535, - 186.8782240133401, - 174.32540138489497, - 175.94996350799346, - 200.5754049681795, - 183.93673106040774, - 193.36278276800536, - 169.17726284177343, - 173.00980354633285, - 152.17066239345687, - 170.65888101209723, - 154.40098028171096, - 179.5928092999813, - 188.65386406182634, - 174.2790267696649, - 102.26494045714304, - 47.881006761559874, - 22.418150328472702, - 10.496301104376112, - 70.24728772985709, - 149.45055382561213, - 185.61148686781564, - 164.7018961455479, - 157.34015233186918, - 143.7685147105656, - 172.05696395037077, - 145.9207652573676, - 143.88183874197725, - 163.6997111367108, - 158.09759962299887, - 156.9888072910304, - 162.51995056970344, - 176.01930462890994, - 167.8659383435374, - 183.89331877863393, - 210.84605724453303, - 193.5786731487252, - 165.71687503596462, - 200.39536814821025, - 238.56768091778736, - 241.94186979551677, - 190.05829074462375, - 205.9097015102736, - 193.40164908927, - 188.21925094211534, - 185.37543625987007, - 195.37725592222847, - 177.8831295897792, - 160.7581288476126, - 147.09414152979116, - 126.95200676816758, - 130.2325581721803, - 236.06576856642462, - 200.5168539319177, - 190.2870236940454, - 173.62675174903956, - 176.84639880438903, - 177.32497861354784, - 168.93802371835656, - 125.15145121243731, - 194.38782195767985, - 201.43864210415353, - 160.48264576790308, - 150.4931346893542, - 174.6188828411344, - 162.49275190792366, - 114.10395470806019, - 123.74399071244054, - 88.11390593212468, - 48.91411125200649, - 22.901855524714446, - 10.722774533767662, - 5.020461926237306, - 2.3506078462644022, - 1.1005675031701456, - 0.5152917493060749, - 0.24126242700977243, - 0.11296039334033937, - 0.052888676540949066, - 0.024762768821328274, - 0.011594064359386693, - 0.005428404607719879, - 0.0025416088501576334, - 0.001189995222171354, - 102.92764644764723, - 159.87409311675344, - 182.07606277845088, - 157.7788238060604, - 192.8889112848517, - 207.84924013902764, - 214.196409152466, - 212.30154516540165, - 276.5006933959522, - 237.9699497995197, - 218.64451718440668, - 301.02231169162144, - 258.9902253117074, - 234.0749650722656, - 238.9261485616203, - 241.06300660168128, - 178.8321984693683, - 187.27076054658144, - 227.30520862180737, - 261.3651599156641, - 189.37349281362958, - 223.10390296456038, - 224.98112357909653, - 189.00045627574605, - 200.99989496207533, - 189.57937115851945, - 201.34926956195807, - 218.62125843581015, - 211.9329150167655, - 178.17221207354422, - 175.3219965704079, - 151.68633236395016, - 170.04235119452844, - 203.75240004873598, - 204.38122630914788, - 192.34669729437567, - 150.39709517628387, - 135.99554049722403, - 178.48269938781976, - 191.0215099192614, - 196.2293884135056, - 178.96973368970654, - 182.74757993147705, - 188.1974377920447, - 149.01173784419143, - 132.47731619025953, - 178.43604087620741, - 166.96770240497767, - 168.3118860096359, - 155.6139067700241, - 193.63835365234172, - 221.11434024290074, - 279.5668265008343, - 278.7817695647777, - 209.81152154651897, - 202.23721196315958, - 206.4796989058125, - 200.7620995790118, - 199.7304000306219, - 189.5470055544302, - 180.84734588702202, - 171.51153373265336, - 132.4718476288146, - 103.0043075652202, - 98.83099410720638, - 150.73526109525773, - 149.87980911818676, - 142.4216554553622, - 158.26059899698052, - 165.72238700633034, - 169.28047381974392, - 165.1432595939871, - 137.62025594448133, - 119.29504837448724, - 117.86173956080425, - 120.41196579198734, - 162.30435714787774, - 158.65116807628675, - 144.9849442693059, - 128.89633354269674, - 150.04043227774878, - 121.31947652538437, - 128.1548588421595, - 140.63500620978436, - 155.06578220685037, - 134.31586895486996, - 179.44387029464335, - 153.66526883688255, - 182.47007805083553, - 156.2058168900663, - 157.6379171711677, - 167.32913586729234, - 152.4300310794225, - 124.2874651928386, - 117.94644370729353, - 120.84418534667083, - 109.51354534706306, - 125.22173109287812, - 176.20734070549793, - 176.20734070549793, - 147.85261189223988, - 163.84983974572768, - 133.62331890283627, - 121.48136790757249, - 140.24504548938472, - 152.00085860707287, - 196.3085837237734, - 173.87019148607018, - 149.68712743123132, - 133.07672739167862, - 155.40146363635733, - 125.65429153617141, - 124.83096307343179, - 144.80301983154317, - 180.3618549894299, - 154.83901471428277, - 208.61604402904905, - 150.8174612847902, - 165.53717153371096, - 154.512129850299, - 144.82698161835842, - 160.71946879638978, - 157.10195280780832, - 133.43256796475356, - 118.62589507153771, - 113.33938900827147, - 109.32679107835655, - 115.04501634269263, - 144.15207348535142, - 133.9339086633367, - 141.0375286136908, - 140.46288206788245, - 117.14221459194981, - 138.28419913336361, - 160.26928073175927, - 162.13816918216378, - 130.1556904518013, - 114.3364009458623, - 123.06961296748199, - 138.2776746112584, - 165.6630908920938, - 142.086110653913, - 121.94744395795081, - 149.6825551036478, - 153.68387427100413, - 142.3271198604281, - 166.0620986876575, - 178.72156557954065, - 156.17548630923926, - 138.87898564324524, - 141.8142876433865, - 137.18980070612574, - 97.59857564821012, - 128.76925494239796, - 127.86446358739826, - 115.90763928884874, - 114.37888564518337, - 138.6481015162099, - 147.18660029574818, - 134.75261118983883, - 127.51948103998733, - 126.2623413922147, - 117.35517327651309, - 117.9055804958169, - 122.94355357089486, - 156.41442648313807, - 140.17386913056754, - 114.38578853167544, - 128.04403024435726, - 115.7704008879289, - 111.78229940761037, - 86.70712659655037, - 108.48350791159415, - 112.12956502354922, - 124.99262259841124, - 114.86719707904896, - 184.82214195440883, - 160.31008468102812, - 133.27051188808147, - 100.7438835825266, - 136.4104096608029, - 138.65712417385842, - 98.38237239070973, - 110.32271927897521, - 118.64462760368217, - 132.88468730542002, - 126.68740362290637, - 136.92267343550589, - 179.7688227993855, - 179.7688227993855, - 136.63428175944063, - 154.4322585918224, - 145.60053883117996, - 121.35109726403324, - 73.09225814601966, - 62.95293045472689, - 48.338327993295465, - 76.44733681469236, - 102.42459944216391, - 133.40613999984132, - 135.9418362083952, - 130.96548791192203, - 140.48911313181924, - 185.7326688820227, - 183.5420912426988, - 210.4746258486927, - 205.44923027145904, - 193.76578741841956, - 175.56768466356147, - 217.9533713694331, - 191.31847977827545, - 162.0128400306624, - 110.06953783688962, - 152.67372558935574, - 196.30457259647878, - 173.9859530141236, - 155.86429487804918, - 134.30009796870917, - 171.69536667315887, - 171.69536667315887, - 164.026115645135, - 160.4438080360711, - 121.85411384870605, - 126.67519212685121, - 145.30175916407288, - 179.57468265678358, - 300.7106614617299, - 293.94218696438793, - 137.6253462685754, - 110.71631773920551, - 51.83798802002461, - 53.13493378827675, - 57.93393384231521, - 42.60492479353088, - 28.18634861334084, - 18.85255280814853, - 45.185983755826854, - 27.48777908009426, - 37.152659324842524, - 29.30902103917992, - 37.490426044295766, - 22.78192091199064, - 22.269139456408976, - 33.09049782554243, - 29.418529394972307, - 22.293166236012457, - 32.839899507422246, - 36.7753792613351, - 27.044810593171732, - 18.522581088888565, - 24.416137622631126, - 33.82048130962981, - 20.57385590286458, - 42.356254291341415, - 67.82071353443928, - 105.11679344509203, - 98.47306468557026, - 81.62166936070469, - 126.56348082650571, - 115.37169989530015, - 161.16214523844303, - 130.31225516493987, - 160.3643722847143, - 169.8879045756699, - 135.02943701841895, - 119.01844816450264, - 137.9454454506767, - 137.07183580388917, - 128.66690246010916, - 115.84373712006098, - 146.92853362937717, - 197.6296146508958, - 193.18131541141457, - 122.4939286006224, - 129.36690547556591, - 143.72000474510878, - 117.04688568113423, - 139.87555875190057, - 169.08811839987192, - 131.70423527834078, - 130.13759769571163, - 136.4855046708502, - 111.82431049300881, - 129.3402693418044, - 130.962307365386, - 153.10973142907858, - 160.3669640127966, - 156.7573822944081, - 128.58593540921038, - 114.31708101097017, - 127.824268236789, - 114.5411319502228, - 153.86633074210437, - 187.7216177856136, - 187.7216177856136, - 136.42975961357445, - 149.9211382583241, - 140.19020039248213, - 127.51114365463589, - 81.39431221692038, - 99.61050227381989, - 109.02765216063962, - 106.57362914872763, - 133.40609319505873, - 127.56469476010619, - 135.27095288645074, - 100.75642547021792, - 104.27683401905682, - 203.26363810347465, - 232.81045343840577, - 178.2880492018233, - 175.5535907686104, - 141.22123931850456, - 140.97854013919056, - 79.8050163930356, - 61.98311309809686, - 104.15947315959481, - 172.56892003013638, - 162.149162069009, - 167.79339064260859, - 168.25473627429903, - 157.34435572218774, - 188.4418089548817, - 213.2871709185676, - 256.87083101187443, - 257.51185069199596, - 214.17386641904653, - 210.43554332798513, - 185.3416139768719, - 198.9686249043113, - 220.41808771233178, - 244.2044989680123, - 233.19494943562802, - 197.48397985684193, - 198.20183556078723, - 178.28246217077105, - 163.16042732019423, - 153.68691923257532, - 181.8919196460525, - 165.71932347496252, - 193.70700531167745, - 214.08164811397307, - 221.84470663404846, - 246.41764852651778, - 215.24979412314823, - 238.30808148317186, - 226.04342382547324, - 197.12349850203614, - 165.8121444225384, - 184.40549394857092, - 230.97320011232543, - 220.4315414072054, - 210.20263986043616, - 252.08282753726687, - 252.08282753726687, - 207.2647728534225, - 209.73824465030165, - 217.20752838120163, - 201.2031341979704, - 176.78866972291416, - 176.98613078719734, - 226.9843967971355, - 192.77163492725163, - 171.83676237694985, - 185.8277841840369, - 189.5893801727146, - 173.2351270884819, - 170.4755444582243, - 179.89253099453225, - 192.81088258622336, - 128.9623354839951, - 86.96073510485932, - 73.62581822789285, - 98.36072359963153, - 114.4496389307409, - 117.55921484556197, - 94.69109959612123, - 69.60158553459911, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100 - ] - }, - { - "name": "aimNoSliders", - "data": [ - -100, - -100, - -100, - -100, - 0, - 10.986781765345125, - 13.044045681557527, - 37.78651217361703, - 28.68843119151122, - 38.91536243941155, - 37.253851458239595, - 19.494370415324372, - 16.519412599482823, - 18.12819790335563, - 42.32450273989288, - 46.21774744164095, - 35.233706907217595, - 43.37716339570211, - 55.7009615237267, - 61.03780168988481, - 44.28079328513539, - 53.3231113664593, - 44.36048997226927, - 56.93520083545786, - 49.384163448960976, - 32.19532668002356, - 42.70847046002661, - 26.730590888500515, - 20.010120595746656, - 18.504235474522233, - 30.157397788362736, - 48.818452305906476, - 55.94588135211234, - 44.775065955919686, - 32.37038312207705, - 69.70881884859908, - 52.54426503206159, - 31.84416427210227, - 36.684572895866765, - 34.22205057097195, - 24.97043869181685, - 20.891939073568373, - 20.809974090410503, - 26.312910765012845, - 39.839124747378506, - 36.23383910272409, - 34.422121030651894, - 32.64135528183886, - 25.569843381395163, - 25.280439243923894, - 19.427992272645422, - 19.849635261092967, - 17.938118637681146, - 19.038804911859614, - 18.346196072461343, - 32.39377624751242, - 27.249589013771693, - 24.604066069435298, - 25.656498335670975, - 27.52705488809463, - 22.50878855091719, - 20.35345474990296, - 18.762918365391783, - 48.74645274277509, - 57.25865475950007, - 36.17888891252717, - 21.45924014483424, - 10.047334090057419, - 4.704217000970131, - 2.2025402354357206, - 1.0312414345921543, - 0.4828329032587705, - 0.226065017026292, - 0.1058448825218279, - 0.0495571552973037, - 1.1310357619768445, - 41.11969284410915, - 35.32947327646967, - 48.856439588556796, - 44.489083389592885, - 45.57110381780977, - 38.550849821088875, - 46.00650611725235, - 42.75104891216714, - 37.2508474129128, - 103.22430555145414, - 102.63848750447463, - 97.99195785557035, - 114.05832908532557, - 73.03120238347532, - 62.67110599980984, - 53.95910713431126, - 76.02270557139803, - 52.80668302320018, - 54.39348497360214, - 47.7661457089207, - 34.38557999064213, - 48.56457582724211, - 50.57342847834718, - 52.84094660443897, - 75.13023100144343, - 53.50305678750727, - 42.454859394184325, - 44.47504274070721, - 66.6180700762271, - 84.08183918837955, - 73.90544025046243, - 45.386052352721094, - 36.52805277753369, - 40.219278301826584, - 32.09143468280293, - 20.213015922544784, - 19.713742745209103, - 45.08213575899037, - 32.5923809451602, - 44.708115541850574, - 75.29320145677491, - 71.9230824059651, - 43.983681449355814, - 51.998584210078356, - 69.70627916245047, - 76.3840155207022, - 53.929507950658774, - 71.13149641856256, - 40.2614417623664, - 43.43131653765728, - 24.330886203479785, - 20.50422589368339, - 30.081319114826112, - 50.34308185426967, - 42.13899793506661, - 64.03475495360767, - 71.84896992356774, - 57.69293733339818, - 108.04512603760877, - 97.33974399259017, - 57.818381426398595, - 42.694232065487526, - 19.989673929981034, - 9.359275117398708, - 4.382064011148265, - 2.0517064363354143, - 0.9606202214734694, - 0.4497676634245733, - 0.21058369014147096, - 0.09859644025083592, - 0.04616339481754681, - 0.02161395498315304, - 0.010119772427052899, - 0.167452449383214, - 10.188176074715047, - 38.98876448834312, - 34.95921623855772, - 32.97356862723572, - 26.767784636992122, - 18.819749607246933, - 29.515207817645003, - 42.97241303442054, - 35.89551105342542, - 35.99292477045388, - 29.68698889476245, - 49.35904554115931, - 43.29803003526256, - 32.8553424148876, - 24.50161058210714, - 35.56249803118769, - 71.00917429140648, - 71.5927093413263, - 73.85625536310772, - 41.883076095833296, - 45.55084797694937, - 62.13163601355008, - 39.51418273423955, - 31.522274686460268, - 24.05868387990811, - 38.24277960676376, - 36.73189629856319, - 22.347383216947012, - 13.263305487986393, - 7.512589785095408, - 4.911725838268932, - 5.571004066250554, - 4.012335711924102, - 7.895020533145743, - 27.507075009501328, - 47.950863497490694, - 41.27695403962231, - 45.899443752417284, - 39.51105552691252, - 49.54024190269651, - 43.02235077029611, - 41.1254732867494, - 35.40153705060396, - 56.74464666941611, - 48.84679861272295, - 47.085504169412545, - 61.354454096375534, - 52.81500263274172, - 40.34809762594084, - 28.730514171100765, - 24.71299031083893, - 74.51009389629569, - 64.13961077898598, - 47.156077324247235, - 40.59278800065172, - 53.190585430163765, - 45.78739964206001, - 73.1439422058794, - 62.963603165704605, - 63.89658672640872, - 55.00331550301975, - 53.790439698446335, - 50.8506174993196, - 43.77311373163633, - 36.39610026406389, - 25.916430660591985, - 21.404625530882438, - 11.838312469900936, - 10.190629408631192, - 4.771308656104923, - 2.2339529168375103, - 1.0459490245430636, - 0.4897190776479381, - 0.2292891616942018, - 0.10735444476236072, - 0.05026394062884396, - 0.02353385305221893, - 0.011018679247078608, - 0.005159006138119542, - 0.0024154750071531178, - 0.0011309386641489892, - 10.297493077005768, - 48.22944500940544, - 36.90975240627325, - 29.4087563388498, - 47.25565396422891, - 38.354179192040846, - 31.24859885473899, - 27.377803895163744, - 26.680655921519143, - 39.738327649362276, - 35.84838425267267, - 29.010671530688473, - 32.39510006387888, - 44.179462067310865, - 42.19737666041564, - 43.40519823906544, - 61.7014353093269, - 62.771987378305646, - 61.59235238607366, - 38.09853942439282, - 41.863713516119404, - 30.716651096938453, - 28.340944124857224, - 24.769474522275335, - 22.43292689126984, - 21.5487996454426, - 41.00893324895323, - 41.498315145833544, - 50.42007639580052, - 40.46123759799029, - 29.54896339246357, - 45.14845493824987, - 37.34668154663853, - 30.360583338549237, - 24.623976041326532, - 45.7451885163328, - 41.46662407994499, - 25.177388465440746, - 13.031678600598156, - 8.156332116577493, - 9.740404157732112, - 12.117258595944142, - 28.161711907245767, - 24.668927552894075, - 44.36871787732552, - 37.461033944980315, - 50.092039446515535, - 38.988150128910206, - 28.026735103410346, - 13.122271298375408, - 6.14391948947397, - 2.876616847405937, - 1.346847806348477, - 0.6306015398267327, - 0.29525110421344664, - 0.1382381885131643, - 0.06472387906663359, - 0.03030407564284072, - 5.765489119357541, - 25.64670126275166, - 73.22041587758727, - 71.09679492052081, - 79.39681307928564, - 111.92917200238269, - 110.24325337042096, - 66.85670110673809, - 49.575090677873945, - 97.3742707123651, - 67.13640851550029, - 55.53135578417374, - 39.010837972899495, - 58.145016255885395, - 46.257463786805765, - 36.20766724636718, - 71.82852989688934, - 51.732178295512206, - 68.1078262491999, - 107.50643296943696, - 74.96961709831888, - 67.28262616774246, - 54.07374700086318, - 76.80263592040112, - 61.752388676764895, - 62.448497558339945, - 71.40719726759444, - 55.41506191184493, - 80.44655134803219, - 75.85186442888242, - 52.868641655682765, - 55.00788223801446, - 58.40515698665749, - 64.41084444273511, - 54.300922310833165, - 57.95122879331404, - 80.00294297407333, - 88.62787669502154, - 73.03510420250929, - 85.7299772567861, - 58.096303746116924, - 56.44362712670636, - 61.78329010236605, - 103.59896991756777, - 82.34055878928693, - 71.01480978866893, - 72.69767360475079, - 98.72634517570151, - 106.26918646200687, - 64.03593012317152, - 47.61903997087756, - 32.89196261980335, - 47.0251279814469, - 92.5949203242009, - 69.79507205113426, - 70.52743517681927, - 60.58895738971155, - 34.951027226433204, - 65.82300464352696, - 62.06353834762159, - 45.036065488924216, - 56.907078225490565, - 44.8415502104583, - 70.97597975011168, - 74.81039947214833, - 62.02598223742059, - 61.09172392701722, - 52.97965199996502, - 45.15857312488158, - 69.64042737073183, - 85.9744282746012, - 55.46615552328206, - 39.82402367873026, - 48.922224760822964, - 46.128042755533606, - 42.50632719325746, - 60.44865063687792, - 71.84407639530227, - 99.01745022654009, - 103.58507429013368, - 63.10440875393404, - 31.81475964479825, - 14.89584519250151, - 6.97431652717983, - 3.2654133010041897, - 1.5288844411950986, - 0.7158320920079603, - 0.3351565168312839, - 1.8057725036419072, - 24.862930503583485, - 30.049834261854627, - 28.462095842483972, - 48.875567512838785, - 101.82023657206759, - 114.9664406681147, - 72.81940992235089, - 50.95559289414965, - 41.7361328367515, - 55.760342097087715, - 47.52735552778251, - 41.48667119990642, - 35.216863745110345, - 53.682166651699, - 70.89959031563676, - 50.676933026842065, - 47.777298115106696, - 86.69480545399125, - 62.262586183985434, - 47.37563609660875, - 64.03532095787455, - 82.07977065705782, - 69.75697550683694, - 50.48843465673527, - 44.346169492365966, - 41.77291895610543, - 63.43444324417629, - 79.99321378469055, - 57.72877865104894, - 50.699204802181164, - 69.76358711934265, - 81.33825662389899, - 98.84472838710394, - 95.61215690267655, - 50.25832984949371, - 54.769842079804945, - 38.59079512895439, - 18.068422220201604, - 14.372849376303478, - 12.139896841999366, - 6.80334877191975, - 21.702222289300536, - 40.15965501309158, - 29.320872833627273, - 24.73218114630349, - 15.71622470826626, - 7.358422721988978, - 3.4452539309268295, - 1.6130868118104487, - 0.7552561043698761, - 1.8851219337996976, - 26.592534577600453, - 33.95860759776548, - 34.88634040311807, - 51.73225064637028, - 65.66546377613466, - 63.32143991024269, - 67.292360631744, - 45.637558503650354, - 41.996408072732244, - 40.96313130912007, - 84.31757235493032, - 66.01366826247472, - 41.52080295074694, - 24.54731405734999, - 22.87119486701379, - 22.123692040906775, - 27.799328921549844, - 22.27281418671059, - 37.563746051860804, - 30.773823998715514, - 28.381847935672727, - 25.045265310808446, - 57.20014935977147, - 48.7740510588084, - 35.47087781951211, - 52.1957638452309, - 62.47838018635185, - 50.471298234272695, - 64.44451906257022, - 43.638633518930256, - 38.09781691845758, - 38.33489711866828, - 52.5807802513702, - 43.958338746852434, - 46.344968455042036, - 47.99412853978279, - 42.26552079126348, - 49.37700878673937, - 67.54027658668632, - 72.11535556700453, - 60.57379273055216, - 58.651391282555196, - 52.21281214809896, - 50.50603332144405, - 37.52511427275826, - 66.88560216490048, - 70.02145251160297, - 97.9946608560887, - 93.98886863286317, - 59.623172892806, - 50.45645506957947, - 66.38106170181334, - 51.67592276322875, - 33.57545524129939, - 15.720212540531696, - 7.360289846956849, - 3.446128129091045, - 1.6134961161920356, - 0.7554477429292361, - 0.3537047821619632, - 0.16560652155652913, - 0.07753788290454847, - 0.036303662614320775, - 0.01699757421590781, - 0.007958357598644172, - 7.729711087607518, - 7.89686895059254, - 12.96545054555234, - 33.712496454659, - 22.781294385304214, - 20.003091206028255, - 35.45969732245426, - 37.94250396617446, - 36.46060784613828, - 19.582727266510275, - 53.1294471771934, - 41.51711439462947, - 29.109085632218907, - 41.88454889330639, - 55.88415410182497, - 56.27953318419116, - 79.44441347051, - 61.70290858833441, - 59.29301753545303, - 29.51135648813708, - 21.154744696607043, - 37.45452114749247, - 48.53670886548426, - 76.38526113895567, - 68.4262690548053, - 60.06745183866842, - 41.04739814885037, - 53.73177800749923, - 31.953177497323736, - 23.889161515105, - 12.229749623316867, - 9.556732492162645, - 13.251436847533176, - 47.497062442705285, - 43.49805281702501, - 36.882890876740454, - 31.27520140655017, - 17.12119609539633, - 16.45250448540756, - 19.91321638835583, - 16.660728659150493, - 17.28308417351591, - 30.066751675866, - 33.743927488734826, - 28.329135214125465, - 45.45046387601474, - 41.305461153026116, - 44.02730205586929, - 51.943962113497136, - 46.5316407164588, - 27.94630884488364, - 31.39827236272979, - 29.512519707376505, - 33.85057935822103, - 25.978518275278525, - 27.824655019165846, - 27.38419782560451, - 61.39206181419487, - 58.99431130504075, - 27.621460550050354, - 12.932519526722544, - 6.05507666786849, - 2.835020150405065, - 1.327372004363417, - 0.6214828623761331, - 0.29098168935125707, - 2.1131050180603577, - 30.459656536897818, - 29.492973006076276, - 38.0857392304159, - 50.62360337738785, - 43.11489361921485, - 40.11610752613415, - 54.323371883829324, - 57.43315967283351, - 60.420050224761646, - 48.31577119218412, - 48.5854754857915, - 43.886545134935396, - 33.314874179265004, - 47.68209003209958, - 50.720535535140016, - 50.432686613219786, - 34.87860623251087, - 58.460713069930954, - 46.31932752519737, - 47.89526681865004, - 43.27964279479269, - 34.74143721577194, - 51.69018594711265, - 52.807333687466034, - 46.490216645253525, - 49.20198605376794, - 34.116796620977944, - 62.140551988733684, - 53.15638037447265, - 82.1202760358602, - 84.89767878095157, - 57.06784036944191, - 57.898698891764866, - 46.11358060818233, - 41.23046470559993, - 39.03277662402597, - 67.57689627634711, - 63.71725684923987, - 32.36914077807451, - 48.45822759905997, - 48.18321771548154, - 43.70625667866942, - 41.842933682251456, - 37.947272368401535, - 39.071106417436695, - 39.75807846574334, - 37.20390961086824, - 27.115244661051772, - 31.451926140683547, - 32.73310552997488, - 44.55471840257874, - 48.41659372358659, - 37.29406916730186, - 45.92191191598968, - 33.57956137385859, - 64.76740744858259, - 54.913162104112374, - 25.71064408048542, - 12.03786476145936, - 5.636194393324165, - 2.638897168960024, - 1.235546147342528, - 0.5784894918109218, - 0.27085195713283555, - 3.2872006376309684, - 8.525387753300226, - 20.7274000927697, - 48.23386929784676, - 45.98192511874281, - 33.2428886704426, - 15.564503045599407, - 25.241151088192712, - 23.168537090731398, - 15.16726050389085, - 14.616052534760508, - 29.533408199731205, - 25.471157793355918, - 19.367636165875332, - 10.122780704681155, - 8.425540910891712, - 38.467410527375726, - 54.295231056661116, - 43.71161072552333, - 39.69676273610468, - 35.15806236285012, - 56.87205087245373, - 45.81137143262217, - 30.223371493848823, - 54.91781607459783, - 51.12211454636609, - 40.80126211233782, - 35.520491502312055, - 32.62186138464932, - 41.0589476603517, - 58.71860590255672, - 47.75526076351461, - 38.6892377787523, - 37.675190013862995, - 48.96794685190011, - 39.005549406085656, - 58.30142019974444, - 45.558665869973325, - 51.267467771536644, - 51.24156141902692, - 44.699320953670096, - 60.22605752171536, - 62.13704068384355, - 45.033906181185344, - 61.47089088213285, - 64.16527638798433, - 38.102069641396675, - 47.05518340342409, - 72.21972426725806, - 62.30272145258815, - 65.43720433709672, - 39.9461501902146, - 54.67461715133396, - 61.08119660595694, - 45.34274205897812, - 47.097551953888726, - 44.56865271930274, - 38.13231586292022, - 55.325600169948295, - 44.14494638159958, - 55.39680179767569, - 66.44506539936702, - 59.18399809889337, - 59.950109612383045, - 69.2180922113453, - 50.20423239855702, - 46.1204443355194, - 31.376906625865743, - 41.87079393123102, - 92.90165531210349, - 94.301936420945, - 52.972729781473184, - 24.802123010162468, - 11.612490206732238, - 5.437031690641906, - 2.545648097761708, - 1.191886420083147, - 0.5580477677286553, - 3.2265054857051276, - 57.1124100843045, - 62.48284246037543, - 59.663616971151455, - 71.28640055392381, - 50.46587485569196, - 53.80266596947591, - 43.96341875031623, - 35.396912554599986, - 34.86375115152582, - 36.368792116799526, - 36.18182263609508, - 35.596528309364395, - 84.50357921240344, - 75.41202099257855, - 74.96632812167452, - 63.65256853202461, - 69.73042178348051, - 64.19239220202206, - 52.00315468838525, - 44.03525779231869, - 39.51549500737188, - 49.70158714659106, - 30.61719713750791, - 22.637257970397137, - 21.34341974248035, - 17.808043975852414, - 32.778447902744986, - 27.63316624195253, - 40.07560904884392, - 62.32433368169954, - 80.85351300525406, - 73.25809815217704, - 57.64051423416654, - 57.21359105892674, - 41.56763806654442, - 24.069641985169852, - 13.758707319146975, - 25.369684392285112, - 66.91709983974184, - 51.79757531086869, - 55.55420381580329, - 47.01489813889657, - 34.8504295290236, - 17.240029007737352, - 15.124849388114075, - 62.10848740116097, - 70.68159643294847, - 88.83311055898324, - 83.28407610301986, - 64.83256233707665, - 58.51970312942557, - 27.399246395677032, - 19.689002308916088, - 51.5127501593238, - 96.87447369476567, - 92.11153628363536, - 70.31816558472627, - 60.122287394204506, - 45.475057376026086, - 22.39302486703509, - 34.66623485235109, - 79.32988575934164, - 81.8013254846486, - 58.882226927634136, - 48.7032565535162, - 65.40291784324647, - 43.00443956872126, - 20.13491478665611, - 51.857488611231275, - 70.48760385483946, - 62.074161504642746, - 58.02380162579432, - 49.71586041596907, - 51.930630743463595, - 34.358760302034966, - 43.72152325549366, - 23.645519076391498, - 11.070961892866524, - 5.183485160013975, - 2.4269362196429927, - 1.1363048667817814, - 0.5320241792188088, - 0.24909664258949668, - 0.11662841610031444, - 3.383497109311839, - 57.69975958865173, - 119.67063791926664, - 117.63123891406306, - 93.93337499524048, - 95.57032176569254, - 90.56163273064868, - 80.05531590488049, - 99.91053161387104, - 96.70809952407828, - 63.95150114917552, - 96.51394691967366, - 98.43681454031582, - 87.04518505966873, - 57.06911411361263, - 110.46209681953417, - 118.63410027347786, - 115.88409586956942, - 78.96074969585719, - 118.6374368554349, - 111.64947250032745, - 131.93447971661175, - 102.12466119404135, - 87.40547964756281, - 84.8441871896752, - 60.47183035483384, - 43.25105768768706, - 91.42014490431222, - 83.05269020678246, - 60.87561457654104, - 77.6622164261548, - 86.46095852386233, - 76.76765108103987, - 65.39462616598463, - 44.80609729504569, - 80.52369506756648, - 60.23732230709927, - 50.171058205586206, - 53.916289139696715, - 72.70579036495246, - 52.9816647572443, - 82.5544355805444, - 92.2371152456691, - 65.84075337365002, - 59.266604635720775, - 49.86942398423622, - 33.44470803065358, - 75.83783771271327, - 66.40676590336028, - 58.8793746590086, - 77.36977161086268, - 58.08605431083692, - 79.61907514527036, - 100.12778119759925, - 94.94785277010475, - 60.9768815708024, - 28.549710836765016, - 19.646766195739737, - 9.198723832976071, - 4.306893018033191, - 2.0165109645194947, - 0.9441415082755621, - 0.44205223940414395, - 0.2069712862419616, - 2.2138485054494774, - 35.54994783667001, - 75.57414866224198, - 63.5748243878988, - 57.058765468795954, - 63.072288409292014, - 74.85153449480474, - 56.10048029417171, - 58.62849812540195, - 50.98871753004848, - 50.991710168614055, - 73.97375545181134, - 57.19712566489503, - 104.01392481606702, - 98.5321380043289, - 91.33170323076934, - 84.78613797147443, - 69.73683822935743, - 42.17483218554207, - 88.8079708911984, - 62.682938705608436, - 46.81297582680665, - 35.46383857184545, - 52.0029894669283, - 86.57997872784006, - 87.96021175011967, - 72.88987549544568, - 93.51224958991074, - 79.43508289030612, - 62.808432061211455, - 47.253245301874394, - 46.64956565450386, - 35.55664162338708, - 41.180098779172965, - 40.8890423361399, - 52.562304789411314, - 104.48097182855265, - 103.49459272475687, - 60.599329807971884, - 40.676059575745484, - 47.145264945396185, - 63.780176690939555, - 78.02627561477767, - 67.62123855275226, - 44.030692946960244, - 55.048287632308046, - 52.18662705579342, - 28.22362520100992, - 20.105082447761312, - 58.44206171501931, - 52.95198853086643, - 35.77127434010962, - 37.18906436771987, - 37.744101750625774, - 63.618565558852836, - 100.40638478336572, - 89.65065467708067, - 68.3382744174055, - 73.93033046167696, - 77.83650914157097, - 38.50465241308299, - 18.028089727534418, - 8.440850620783698, - 3.9520526178415385, - 1.8503727403646455, - 0.866354679294367, - 3.276621503864941, - 17.771190416559232, - 24.94746107791192, - 38.05604780746303, - 69.24295898809031, - 52.59068784100557, - 72.37308488506773, - 88.90533305482856, - 69.01842666555453, - 50.37281298214223, - 35.08409067013815, - 67.1163861607271, - 55.81809497772643, - 49.782197537534245, - 67.71137271629763, - 67.58303788968608, - 75.77027795573511, - 84.04423583580059, - 81.53149257432764, - 52.18144860948208, - 62.217796205561676, - 102.69246462896656, - 95.73129937075193, - 60.427017133794976, - 63.82668819571212, - 59.47735483518852, - 72.54661423787604, - 99.86193890457739, - 60.28930381317305, - 61.64057156920798, - 57.985313659786385, - 61.08687855215426, - 89.45922237486042, - 88.61433976883347, - 64.61125551035039, - 58.600650515620195, - 65.33612697205498, - 107.2065746604046, - 96.75908076019, - 69.27629113863291, - 55.28290063102621, - 51.45161633426899, - 48.845020593417786, - 48.35141657896393, - 52.807649067793335, - 66.92292798341161, - 75.27931018105427, - 54.63048467982657, - 36.856733063082444, - 52.54641081253877, - 61.6337943263317, - 46.3859823917612, - 34.57316784629789, - 43.61723925317652, - 52.47581335750199, - 49.259911048514724, - 47.515943493804876, - 38.694687792034195, - 32.691246042374345, - 45.692775922315434, - 42.35368413647546, - 40.429886132206754, - 48.319557018854795, - 29.90019582637421, - 21.967322599599072, - 17.067207040542595, - 15.403814245611112, - 16.599241548219425, - 29.8705674718657, - 25.325813991035155, - 45.57461069391171, - 71.71306253868767, - 66.21602374182042, - 51.62249514549951, - 24.16993573810473, - 11.316496653979385, - 5.29844588364506, - 2.4807614618118925, - 1.1615061407737386, - 0.5438235541073564, - 0.25462117471453627, - 0.1192150323820139, - 35.28530556137428, - 34.95218568827527, - 59.738220912089844, - 52.29379793278106, - 61.93232323683884, - 51.622820788696764, - 34.07263472481236, - 19.919943625345585, - 30.706128342997346, - 46.667208087803886, - 54.577859026288294, - 47.24974085233891, - 58.09714944258223, - 75.82314660719788, - 51.39259075542807, - 69.88328823321123, - 73.80087143986887, - 51.19492504954414, - 68.12923346490297, - 78.46874199687235, - 64.29634302284914, - 30.103900919110934, - 40.505228168271316, - 67.54421010113768, - 57.61845534844089, - 80.68216554446528, - 55.09712494929636, - 71.02404923610545, - 67.80294595908, - 52.68278209695824, - 60.39554718693731, - 39.86290146229792, - 27.0181183592382, - 26.986197842149373, - 60.60536453937404, - 57.85541389109262, - 58.4053834050343, - 65.16494156805425, - 57.074901872804425, - 65.86347243775636, - 59.03775110882279, - 34.05620653149311, - 51.21346758449444, - 76.9986179423217, - 68.45427703296578, - 85.39349069661185, - 75.08214446364444, - 52.35932118435553, - 49.51469900164075, - 57.036099524670504, - 63.645237169024576, - 68.6687978629053, - 68.94422365715731, - 72.01172439683168, - 45.133456717742646, - 29.23692407384028, - 74.1741117877326, - 83.45971599635939, - 58.09212307210082, - 59.14287604005645, - 76.98005149721615, - 66.94834596461081, - 53.4188718037595, - 34.807147942230195, - 22.497119822861563, - 32.08174675891563, - 32.135199124255664, - 51.59607932457236, - 35.4678013712989, - 25.124363901733474, - 42.276004547160085, - 31.926803718452096, - 49.29915849883922, - 37.46256317476556, - 57.97243760319792, - 73.85519821796399, - 68.98295981864563, - 42.44195570367858, - 21.22448809855188, - 31.718556349213944, - 70.08345481718226, - 65.93461259135675, - 62.09427169009547, - 30.546063052489842, - 60.83674911906432, - 58.57865062549365, - 50.71334989892345, - 23.744268940627926, - 11.117197121636728, - 5.205132748048276, - 2.4370717392493058, - 1.1410503727257773, - 2.5228031856454844, - 8.55621493100286, - 27.61380612843712, - 15.808734348240039, - 22.995652323250262, - 27.003439593914578, - 39.43215028890027, - 37.451948859641554, - 28.617507307937842, - 50.1397428421392, - 45.08615634656494, - 32.300523841043486, - 38.95778401793851, - 36.477015029311744, - 30.420362085919034, - 48.30036432680956, - 40.0138973482114, - 52.85931726538618, - 34.95501106399388, - 28.34117609294647, - 29.59644758155575, - 42.75934294981313, - 34.77162364620912, - 30.791272964431165, - 39.491883399378125, - 47.62636362931957, - 37.55055984336077, - 44.2404488377284, - 32.4584844738822, - 36.62355413819743, - 64.07592260578048, - 68.66205400671123, - 64.67463537399144, - 55.68630178468969, - 55.98055288295423, - 44.39060534862952, - 47.821062548705264, - 53.35036914991108, - 56.9811555436294, - 49.517875707745105, - 56.55564342769748, - 44.497954236265066, - 39.92638329183317, - 50.236824705007805, - 56.002374986614626, - 73.36802756239348, - 83.95363951983731, - 69.10921756076705, - 60.97586910023074, - 49.2538314778304, - 54.868918631181856, - 56.367967830474655, - 42.64987798608836, - 39.39535371076222, - 49.648268129961586, - 75.56232818097564, - 49.5769033932883, - 48.78644772690308, - 48.18399338764827, - 39.52814477789141, - 101.20281006521753, - 118.65059272625248, - 85.46471306935703, - 40.01504803167203, - 18.73526525125753, - 8.7719540848021, - 4.107077078116708, - 1.9229560440605327, - 0.9003385807126206, - 23.329225102953057, - 54.51769962223746, - 51.20926399878007, - 44.54616504691023, - 53.125803081254276, - 50.842194983965214, - 41.640782228142804, - 60.80700189359982, - 79.38218454143944, - 80.59986267419328, - 93.53101118542097, - 56.2549645927892, - 56.70696389438236, - 45.33307347952246, - 35.44379080187875, - 26.563433339858523, - 55.11606019850009, - 60.583684804675, - 46.037568864603095, - 45.21241857275247, - 57.01756779753694, - 53.863109987343464, - 48.50586308022325, - 31.604898432929108, - 44.87140499689422, - 43.0872923169221, - 48.25241787002716, - 45.641597496891706, - 60.37211976411834, - 103.04724296702054, - 103.34550484597844, - 75.6896139170225, - 59.280289575698305, - 68.75265591486323, - 80.76037580637484, - 57.49223038896538, - 47.406259691850835, - 60.8142082967382, - 50.908876935366195, - 80.90759324673336, - 79.32399113826568, - 105.98742288098475, - 104.78783795415677, - 130.20609039871434, - 70.583703778003, - 52.32643707941726, - 38.117850709472265, - 30.776318553313928, - 55.4622505791135, - 42.930881765078375, - 62.08616378522892, - 102.7063712649911, - 77.17551553925033, - 72.63096778631746, - 62.40352633904564, - 48.13590221550035, - 62.99159990305502, - 57.61809935979025, - 52.870075146045075, - 50.16727526967041, - 48.852387298790454, - 46.521990351754596, - 37.24047100208429, - 45.48422068390756, - 46.57353410360223, - 30.2382985820232, - 35.18778256691556, - 18.18325619683812, - 8.513500413886655, - 3.9860676499653427, - 2.7156093470131664, - 32.963626768700095, - 56.017441541796856, - 47.13544094402736, - 40.09579688453636, - 50.351053462772185, - 41.54650239266529, - 36.46889469478831, - 63.775540538101, - 47.41457773418837, - 68.9185662296452, - 57.681686146905484, - 67.62575327475341, - 59.30376911696677, - 89.28766443526597, - 80.1361852481678, - 54.9914446918983, - 43.896807735993946, - 62.009384866203035, - 52.8308488952959, - 108.24745070134193, - 69.66863861911155, - 74.02679873073794, - 57.773804907670026, - 71.68674790949727, - 67.6478594113909, - 71.72476764486417, - 53.248169146292554, - 45.36369784162568, - 63.35189575736804, - 56.85868575849862, - 66.86686265214271, - 57.12504055217825, - 42.253726636488956, - 71.15987495842722, - 102.08227067610393, - 114.59762887640986, - 118.8288170628785, - 105.20414231710268, - 71.13894332892855, - 57.08523921001117, - 68.35193909779639, - 60.65110932767609, - 57.18703468444886, - 69.60674678417742, - 62.47245003102577, - 48.26527973946099, - 68.8246964600782, - 39.77724300922887, - 18.623923633723354, - 27.66986017746673, - 55.19896231612302, - 68.39014574960319, - 79.79627747194351, - 53.827207350828154, - 83.13925697319371, - 109.63127758071138, - 103.80186702518331, - 93.58711505179377, - 63.9855578625368, - 87.03385392110457, - 76.21046350108638, - 53.47234313741886, - 77.1853689441245, - 90.95843490073791, - 72.16491635088185, - 84.75690506073502, - 124.62183906597647, - 91.9959603472266, - 115.79657539442479, - 81.36707230748011, - 109.56184168231141, - 122.96042279370081, - 115.71782657495118, - 120.15597197379552, - 138.33494653256332, - 131.32641585176972, - 86.6445668792196, - 91.94937902483026, - 94.35470818769744, - 94.3628494351967, - 64.44310621793089, - 62.238539865959, - 87.05999828287901, - 75.06386807232877, - 94.59012439404836, - 93.51953616418545, - 93.02114869034827, - 87.70826643585889, - 53.30512307841761, - 107.55064686314982, - 127.48309536950883, - 79.89850614029805, - 87.0663805437585, - 70.8018226579982, - 50.7995785818311, - 76.84835288999183, - 58.14601803718091, - 56.3369359351117, - 73.04404832112581, - 51.32604605215526, - 24.031136644501167, - 11.251510156068933, - 5.268018848417242, - 2.4665153568128084, - 76.183525868206, - 76.03913358681012, - 48.31641678973854, - 106.79841357712951, - 112.51313950543155, - 84.69117109849542, - 65.8575202438729, - 48.15711172925376, - 40.24888546259985, - 50.72939764275077, - 63.65422623759815, - 44.031421640673194, - 51.915268393082606, - 50.66653412467014, - 71.07647073661167, - 69.60859354765913, - 52.38918327947159, - 39.13160139009518, - 43.268265470517605, - 43.57690557855199, - 39.75247164348385, - 62.56199273472372, - 42.64626564511941, - 48.79839705008438, - 33.60431796860924, - 60.319921059874574, - 65.85204295269759, - 87.9763360234591, - 72.42369929239945, - 45.36006880521979, - 39.95845749533703, - 50.08277958288697, - 47.13514975585164, - 77.68158868223404, - 79.32558174994061, - 53.455537653261516, - 77.11280403233779, - 82.46507506028952, - 53.462824534772835, - 71.09479175880402, - 82.91247323457175, - 84.78140489731359, - 51.13244267144575, - 89.78431548820733, - 80.42920370883466, - 61.60803541353444, - 63.93702612093466, - 49.023600950379425, - 112.83308849042261, - 110.92292090794818, - 68.54505877946534, - 63.06263890856481, - 68.80063184575077, - 54.5148751278233, - 64.573696376252, - 70.80488370130955, - 47.65663587920934, - 89.60932908499134, - 78.76393975799385, - 53.23894728088372, - 56.31950794690756, - 49.89775797820113, - 42.95899146661522, - 77.10322975794183, - 82.54409436989481, - 53.45690104247858, - 56.813716170231935, - 57.049766740852625, - 47.17563784618301, - 40.15175477060221, - 39.24199619509889, - 68.9731239000942, - 60.74040499588913, - 51.55300448826275, - 56.51686655492078, - 46.60925499101875, - 62.01979452411928, - 71.28780613814477, - 72.32944501594922, - 55.06886798353888, - 48.78896765423649, - 81.85839790394769, - 84.19539818448834, - 56.10191659075853, - 75.12937525178279, - 66.91929303323279, - 93.6558138857549, - 97.22169925256675, - 74.12150988681749, - 82.15615969734993, - 84.47316968155516, - 95.29158532073924, - 59.07851215793979, - 27.660883851809157, - 12.950977733118968, - 6.063718901475853, - 2.839066491643218, - 1.3292665235536458, - 4.321179739713225, - 74.5972036607771, - 45.45592200546033, - 34.986035573387355, - 77.74781180485192, - 77.16005699789541, - 84.7118133859633, - 76.46327697381273, - 48.51552010957226, - 33.7122011627249, - 47.215443999020664, - 49.03242559421831, - 65.86552311120398, - 63.77518055059706, - 53.45011939200806, - 47.02851064388976, - 39.4967736424014, - 61.23750546145399, - 46.775932054275856, - 49.64599066922342, - 48.10159632473936, - 52.77058713791847, - 47.632223406823904, - 36.941631414214214, - 38.90478309759333, - 35.33041160029949, - 49.50526469105317, - 84.46341921345972, - 106.16260399666356, - 98.03189445449203, - 100.72190503227488, - 117.96483451626965, - 110.61141246117292, - 91.06210027885375, - 93.81241227665583, - 77.67032365656314, - 83.14642611598173, - 75.05031418135627, - 93.33794085605811, - 91.41031793350021, - 71.5099251965074, - 85.89058458638723, - 99.9109197693511, - 66.22901160687181, - 31.008786964375137, - 14.518484357121723, - 6.797634111587565, - 3.182689623683247, - 1.4901527611546148, - 0.6976977066984403, - 2.836354915857453, - 41.13080435886998, - 63.250860921160786, - 49.92402494042711, - 77.99329003080427, - 77.99329003080427, - 74.7907592003426, - 70.51910159398457, - 58.55188268568358, - 75.48369304488658, - 88.95705286239675, - 99.4394975156033, - 81.01711556968294, - 53.30985340056555, - 61.810477815136785, - 79.91041561464317, - 88.12639200226214, - 62.04158335953514, - 58.232405677108844, - 69.01408346978347, - 55.59380884195747, - 62.54564995057113, - 86.6869500212132, - 98.05198167368086, - 128.2151300980621, - 142.80853226650086, - 80.5495652212663, - 83.45292724588099, - 56.09273062358814, - 74.83946224338075, - 74.83946224338075, - 62.0517575525392, - 59.036180859944224, - 54.102639371354336, - 69.24425219844773, - 59.83327246980994, - 47.74292138599875, - 74.42167885694657, - 58.93301876011257, - 88.2906709551034, - 65.92237890173121, - 57.75245210058736, - 65.8525058315264, - 55.157792243894384, - 45.72198973080796, - 45.836001987498136, - 33.43507539201668, - 51.26106271446283, - 92.26210011236103, - 95.21569340247149, - 97.55514967649952, - 60.054064082280725, - 70.04952989688253, - 84.84648451475607, - 99.89920366134757, - 66.0223196489207, - 75.5138580954231, - 71.2009008562181, - 48.267618320487145, - 71.43392162522898, - 61.72534413311476, - 71.98754419205773, - 83.86435656315027, - 66.41048380729427, - 53.298512406829836, - 72.98099950668039, - 52.96259179154312, - 50.06423218459907, - 39.85299346609379, - 51.080178259092136, - 84.69583463533195, - 93.37279881195857, - 69.76382192289248, - 91.93816783906755, - 112.91382157285992, - 70.57867223193392, - 98.27738228129923, - 118.02473251540872, - 67.6001381848975, - 88.48514167744841, - 91.77319071770633, - 79.24623648505587, - 51.909518070497676, - 33.22234845867996, - 69.4398686061625, - 131.13134386543493, - 110.13032169560972, - 62.78097455102096, - 93.74619549800143, - 101.17097119521485, - 99.14561591930858, - 98.7386385259891, - 105.05992563153265, - 74.84968960195806, - 84.13724170869206, - 54.283188717184295, - 25.41568708090894, - 61.750409086301914, - 65.87080035781051, - 37.85398345560272, - 17.723442948165243, - 8.298213325561528, - 3.8852690528538347, - 1.819104308461756, - 0.8517146277510615, - 0.3987774663337178, - 0.1867097998251344, - 0.08741855368921127, - 4.183164577370044, - 13.867260209731052, - 51.7617670780791, - 70.51488002646505, - 70.80393841953547, - 50.68987173010675, - 61.065017540103334, - 82.65154162616054, - 80.33269323678077, - 59.3827694263068, - 73.25518980006426, - 74.2133824261669, - 66.60693164740766, - 31.185731202892633, - 29.90466113029842, - 25.30666501132902, - 29.29636567617296, - 42.27339486204076, - 31.821942192885526, - 30.508489688469965, - 37.36977220476253, - 50.824597690466675, - 39.47687508208192, - 47.231871157604544, - 43.900572680821924, - 53.59515580626993, - 52.78788572519796, - 24.71557800785, - 39.050592365181444, - 61.68678583506345, - 56.210909693782504, - 35.45349494547409, - 48.276864790821634, - 67.28273704929822, - 56.614536320324596, - 37.90124360501924, - 27.736046401662655, - 32.83045697600807, - 61.57107687655352, - 99.00663546504971, - 74.06384674778587, - 67.44873958644409, - 63.558099583643774, - 44.83030512612643, - 39.59459605282076, - 49.82771950369233, - 62.01065588098371, - 58.46893103821675, - 69.09318905539095, - 62.602544247370396, - 60.45295568057885, - 60.92620158259017, - 53.038895407857126, - 49.53525852118585, - 60.52440293643316, - 59.380438062443076, - 54.303993888441816, - 71.90198491187937, - 110.32444309720263, - 113.2242710579719, - 69.01524479141905, - 69.42414603029253, - 121.59660412996007, - 121.13611159641721, - 95.10431611116113, - 70.01394374178136, - 51.797661688212294, - 55.72013300608644, - 89.46562814863191, - 73.021303167047, - 67.0850591379157, - 56.98619439368477, - 53.04620581277487, - 58.8972403611887, - 66.1418880624586, - 51.980467110296004, - 32.391086842866734, - 30.149256901822728, - 49.372797952658445, - 44.501249095380004, - 55.83324231245039, - 39.00983349432018, - 44.897780691497985, - 31.516856529000055, - 38.578423576222654, - 62.8030707813047, - 69.85950733270704, - 62.69930405692633, - 57.722741352400526, - 34.38902493481515, - 26.219234668983635, - 52.21041788445545, - 59.27897309728799, - 108.3786577323337, - 100.43549037189865, - 65.52225362549746, - 54.83952467629543, - 40.82556049820608, - 50.5886037472537, - 44.00669022533008, - 77.86182978891516, - 98.6780992858346, - 95.36530855655903, - 61.86874860102249, - 55.305861724850445, - 69.58972068572419, - 48.159596100635426, - 42.17054600594387, - 39.656006657408994, - 43.086241960719185, - 53.68458615314198, - 52.02286622414253, - 54.52623257672606, - 45.86926663627543, - 34.9705809157825, - 43.40348052743774, - 35.73352505450965, - 80.01624373646138, - 56.43895341822327, - 50.11771122416003, - 61.75575757166418, - 74.9949607844668, - 48.7533876443214, - 66.48479882231999, - 60.23918734906129, - 28.204318350725757, - 13.205416750056502, - 6.182848646586261, - 2.8948436925650234, - 1.3553817153538787, - 0.6345971628913295, - 0.2971218768762713, - 5.247835981052878, - 54.67928673679941, - 52.64348913377616, - 63.010623079205835, - 71.91563416955046, - 50.06909435733619, - 54.13346464681715, - 48.24435086343054, - 35.353858336117085, - 62.61971882525525, - 45.9635949110151, - 41.62191330497227, - 40.994988635706825, - 29.619760982016004, - 40.194667966377, - 86.55490941192681, - 77.9954565889257, - 59.329727236859455, - 71.43250971304388, - 61.91342351337165, - 46.579895290252836, - 38.54243483461911, - 72.98281991425665, - 88.58594856867165, - 83.06521517574612, - 80.16660529523782, - 100.97059844833636, - 83.90691304839324, - 60.49474747589018, - 94.2397956845623, - 92.81215406909398, - 77.0034204958341, - 47.183156824989815, - 49.70954533931135, - 48.04071180736862, - 39.10918178202682, - 54.15861250357449, - 47.33365150642556, - 65.33687600006299, - 77.34077284915925, - 73.21042534074112, - 58.92805353089037, - 63.303218779347574, - 51.34729856477392, - 68.22292152443501, - 107.58629254459544, - 102.70134944199222, - 70.66347919192388, - 56.385497604502824, - 101.74117943975133, - 91.4682800935447, - 57.88332456502188, - 62.793745484257144, - 71.89695984941788, - 105.54203452681942, - 76.3578673409558, - 72.40763212180411, - 81.91494865869674, - 72.54926283378664, - 90.74643174274195, - 75.20774925339344, - 35.212681241745216, - 16.48677074559319, - 7.719196608507846, - 3.6141702459668132, - 1.692174358201352, - 9.715985377558587, - 80.19762769267965, - 68.12482034504757, - 69.77235773005407, - 45.09213671039026, - 44.432808469904, - 48.318507182821314, - 40.46264675487193, - 30.922394676895177, - 28.955253337777535, - 36.84997685646304, - 44.329732182383125, - 43.72112852484339, - 61.47806069561469, - 66.64898281445781, - 50.24580764438033, - 43.83069953911598, - 43.651431732229256, - 67.23030545077668, - 90.25351224620748, - 60.79146999882016, - 78.59153951294465, - 42.64328191263242, - 59.779900732201945, - 48.153692273028966, - 63.802880493695874, - 59.47790497897387, - 65.91552645528284, - 80.25715523139891, - 78.89847030806945, - 86.46823539052984, - 70.58271519050965, - 73.43343861755866, - 106.11377934908027, - 86.3832825832375, - 96.9446262711226, - 110.34638134405432, - 71.73495190264929, - 40.12010284608909, - 32.05948008291159, - 62.9326011888388, - 54.19882395219875, - 68.69533868643538, - 80.98409823425376, - 75.06728105973714, - 62.275263923771064, - 61.80537217111913, - 75.72524303948333, - 68.26613115859051, - 108.03647192683073, - 117.78340948441661, - 141.06686127521323, - 119.83090843834091, - 65.17375511668361, - 76.89957483687536, - 60.060749790930316, - 54.27514900450335, - 82.96293317040957, - 103.3153802307099, - 128.8249665856331, - 101.05079151979349, - 99.20332843284172, - 80.75927821461225, - 107.59832812343205, - 81.54009396666004, - 107.47290524596414, - 97.91187876240058, - 71.901949689937, - 69.0001983043353, - 70.31254377989592, - 50.19994646572509, - 37.79165061164706, - 113.85204500022732, - 100.64374011473922, - 79.86057070629462, - 51.62747848422884, - 48.69204066411527, - 60.91135425937463, - 50.04383961906629, - 117.45651834625693, - 105.21809059448002, - 80.00798142669791, - 83.41455998581885, - 83.87436754505616, - 84.18403442779089, - 96.92493985913269, - 96.55788017487113, - 60.365603553807226, - 28.263507112066183, - 13.23312925318104, - 6.195823792746367, - 2.9009187272567463, - 1.358226079960662, - 0.635928910021489, - 0.2977454081965734, - 4.501857186970974, - 6.906503011509208, - 15.352184371664379, - 39.02198626462875, - 69.86153793747908, - 74.30429640852985, - 68.03499468557573, - 104.16290437266977, - 133.35490159095855, - 92.85928930377501, - 56.370200225947016, - 37.918631107172736, - 51.42056073567731, - 81.56179383042675, - 85.90486363234896, - 53.65787318060429, - 48.836517003437656, - 48.00295768196281, - 41.84851676057262, - 49.78799041043591, - 46.92321034844818, - 54.23822573272362, - 45.6931769596588, - 57.93899079943965, - 46.95839221786441, - 44.698360274877984, - 43.944520131347396, - 82.2660674718986, - 62.83848359662812, - 77.80949019537245, - 82.06901173893525, - 59.7223352883405, - 74.67683675616475, - 78.46445598379044, - 92.94651642889978, - 84.53521865248972, - 63.13313416531617, - 84.28290960678322, - 61.51353266550414, - 61.027348044151694, - 60.1329903514125, - 63.90914177437967, - 34.826689056360415, - 27.79472897905486, - 65.28017313949057, - 56.729904279078426, - 73.71126179171796, - 69.6600145721892, - 110.71579594629273, - 71.70253082994148, - 57.94308536991565, - 57.09697108070016, - 59.4432552630068, - 30.898608630512843, - 32.875360738371725, - 45.74151061055256, - 38.64560133386154, - 35.86687616153419, - 26.22821708090867, - 48.454758173782295, - 77.36492903341265, - 95.88381053020078, - 106.23046873052499, - 106.47666655605194, - 99.54178628894483, - 76.34424096425661, - 44.69368392840057, - 29.580702444420876, - 13.849847341832362, - 6.4845745888715065, - 3.036113435823244, - 1.4215249850014606, - 0.6655658049994696, - 0.311621565191228, - 2.2676695974607917, - 4.823852982182858, - 34.35100318677891, - 20.23340087062692, - 36.669640280505206, - 35.44836770544323, - 33.67834224288103, - 40.33913059817253, - 59.2975866325504, - 49.10812149762364, - 46.51527200713568, - 49.889393783489965, - 49.13794126211269, - 33.105973310178335, - 50.989608529620014, - 80.26267827515885, - 71.62738945995356, - 57.30734449073874, - 48.77283962682322, - 60.69790169140049, - 49.69760365561636, - 56.67648989206242, - 36.35869610369104, - 83.86645810129068, - 62.55629209704248, - 66.75515955960539, - 55.28490629146714, - 65.59351650225182, - 51.76251331470495, - 46.08355410570027, - 33.710259216709254, - 38.753594795800396, - 38.30083519259621, - 58.15186420333339, - 50.457309204312, - 83.72087305348776, - 80.26866457391026, - 53.7862944492876, - 63.06929774779892, - 50.28598625393569, - 48.79543838896627, - 70.6644486753252, - 51.173301832056495, - 58.8985340401641, - 81.7248595379279, - 74.75331765295992, - 75.39936887391428, - 65.77279254702421, - 30.79518269499731, - 30.278616675155238, - 44.36623889726894, - 73.76541350467926, - 119.12121050852298, - 89.61955578400223, - 52.708487686241405, - 35.5836738302562, - 51.87336081542212, - 83.72623461438513, - 84.65612806622886, - 55.034004750556875, - 25.767223271219105, - 15.141410772862617, - 12.044028588581423, - 25.014727146742676, - 20.770775584726287, - 9.72499120196433, - 4.553294290456315, - 2.131877393504929, - 0.9981567039195034, - 0.46734245065634156, - 0.21881230204419733, - 0.10244912153526707, - 0.04796724135386089, - 0.022458525838188827, - 0.010515205139767683, - 0.9977593432250156, - 21.306425528847136, - 32.09895915170866, - 62.42159277181317, - 61.921968001985256, - 83.67155025149717, - 72.85052045270638, - 39.2498868613868, - 53.45510759390076, - 52.005392200645076, - 86.56634042221313, - 60.13932923991433, - 83.93541042913498, - 93.0126800205929, - 70.07111239815553, - 32.807679655689476, - 38.80912600486563, - 28.432354729794636, - 15.299056063806074, - 46.3901830773691, - 49.941580820651595, - 94.58718752280458, - 80.80679590226825, - 88.50297227330894, - 68.91330329654326, - 62.69004184855517, - 76.88060271400852, - 88.85512379158672, - 103.3205692991551, - 84.01962478233054, - 98.63503428400888, - 105.21816460595238, - 63.162494075544096, - 56.142202566708505, - 42.45365783111111, - 34.0902152122827, - 103.20229491182276, - 73.99644984893965, - 76.35198731953062, - 82.3643222919681, - 82.3643222919681, - 98.31665301976825, - 147.3141368988879, - 111.0945772783822, - 114.0357159669341, - 85.44299274985386, - 97.44185477594756, - 92.7521349202131, - 77.59777089819572, - 66.00903728960287, - 71.59598988037435, - 63.11643182251519, - 62.60165269178376, - 46.08347370464537, - 77.0430774797656, - 63.98604304202203, - 118.4615220927075, - 111.00617507443575, - 80.8784316907558, - 96.68901298190038, - 61.48810956849802, - 63.39683168370918, - 68.60768838096203, - 83.37552831664082, - 64.9757817042306, - 69.79987669430874, - 49.662427498113274, - 80.02155222741125, - 94.01181544625001, - 83.35600424219227, - 71.63669211000717, - 79.94835561387178, - 90.351406038127, - 127.95014393876936, - 111.19148539374319, - 99.20151215000782, - 84.11492941021795, - 65.68206434754961, - 61.24253095799561, - 109.33151072731482, - 106.04133913466859, - 79.2763117048591, - 60.855476511445694, - 71.94666794991896, - 96.2438768615883, - 53.14833611557559, - 24.884342860220013, - 11.65098599208098, - 5.455055628761218, - 2.55408700457672, - 1.1958375626004505, - 0.5598977143549502, - 27.570909649623154, - 75.31231247365113, - 79.07493543426924, - 91.0927134871389, - 99.96777755361238, - 111.00912960012072, - 100.61101307593606, - 78.20106219878551, - 73.30018677230427, - 80.00310396611508, - 79.2657244844183, - 74.80632520674318, - 80.75073988142717, - 89.66051938925003, - 101.60059119045255, - 123.75216322252692, - 115.59556637119277, - 108.17461439085122, - 116.13940641078673, - 112.51465626060708, - 97.61071222542114, - 91.60330265217107, - 100.09072655523678, - 104.63274571186196, - 100.4857752848464, - 78.79734278300774, - 46.53056648041398, - 87.58706046013094, - 74.26084567439514, - 64.55212047183093, - 72.93824503020247, - 66.96645652125821, - 70.34244108941846, - 80.03693293453063, - 89.00476379092055, - 78.2984877484619, - 87.53091833683337, - 68.59964294512872, - 53.80981964371458, - 71.23523148304673, - 91.91374706370608, - 79.27122867111454, - 84.59846352139277, - 84.65522798715588, - 70.9803047112409, - 44.11244589669885, - 69.68874869102035, - 98.00460068821262, - 84.36269868132277, - 114.88511690926359, - 112.51791144912438, - 76.75640814816286, - 66.29591899708402, - 67.95452555919809, - 57.2024087250798, - 70.1890723179259, - 65.43119905535313, - 38.34224440528348, - 23.819226180039266, - 88.56942103534246, - 67.10144060067641, - 69.95556612673704, - 53.49805195719509, - 47.98387641183503, - 38.79873364511683, - 70.65546866856236, - 77.82139681797464, - 80.96156412863994, - 78.10252804771068, - 109.57555964238674, - 107.10920418506333, - 78.62417278588244, - 76.62490935495379, - 69.02922416586978, - 51.638658921444936, - 50.275474382621276, - 26.984483518972226, - 12.634283382490967, - 5.915440867224986, - 2.7696419016633134, - 1.2967615492448845, - 0.6071508791768753, - 0.28427137610604664, - 0.1330974195125621, - 0.9068174557942974, - 24.200899787179402, - 55.942183777863974, - 54.89089704500122, - 87.65433520400767, - 73.05974652807316, - 76.66500056895416, - 54.383813903249276, - 38.42466743647635, - 38.71832996578516, - 75.00167792528296, - 107.04695996321104, - 70.9228438367969, - 51.80355191769017, - 62.38926692180747, - 89.3166498053777, - 102.36486847863691, - 106.6798714241977, - 71.7260673558034, - 70.23351506411223, - 93.18328873730216, - 105.5153523941183, - 135.4931629436033, - 93.18248436232075, - 107.954948348292, - 80.82623542626149, - 66.47980718859408, - 76.12984092973205, - 90.21453249242003, - 120.55219947943425, - 110.44477417298401, - 101.39204191151047, - 139.87761496620172, - 128.18830839676232, - 122.04964810341276, - 138.1492879761555, - 152.2849472759071, - 109.27887102250894, - 155.62639731408433, - 107.25863906774893, - 130.20256303447493, - 80.47356753903469, - 75.06829306451759, - 60.125571596128, - 79.757073965188, - 95.73183315649624, - 78.97225524163058, - 86.61138304560399, - 92.81525437809341, - 147.66769541268258, - 151.36376649276127, - 124.49712594815058, - 74.98207203998136, - 72.72089408372165, - 87.07032871365317, - 97.65409960417517, - 80.46657840955363, - 80.00991489838562, - 59.5612047043983, - 113.70636367929677, - 88.68552187266015, - 91.83591395528038, - 63.06260569580455, - 58.964438726121315, - 105.36233440544709, - 78.28871310578673, - 98.10069616238872, - 85.25165965953346, - 60.9203251756756, - 44.97144209398599, - 21.055876171772013, - 9.858476862592882, - 4.615793009866468, - 2.161139637176018, - 1.0118574471146846, - 0.47375721386487024, - 0.22181572940833985, - 0.10385534272199556, - 1.442072765357043, - 49.94095723044382, - 94.36537007434515, - 91.02451662587333, - 91.44357440088632, - 83.96094158088655, - 72.31979847621331, - 54.32240292557546, - 68.2291262557668, - 89.60564137029996, - 127.59458556224673, - 101.23143174103002, - 117.04388375712897, - 95.03493603860737, - 97.88049942675659, - 86.53949751498958, - 78.3290735771249, - 61.455929570053456, - 67.27605945802594, - 56.783602390039775, - 96.30408183474589, - 92.90336095626579, - 86.02100372543119, - 59.100587235145, - 58.234690914288436, - 69.57108980125537, - 74.0239513278638, - 53.05031879378763, - 65.88637478120201, - 103.59822676488963, - 97.1369787261489, - 57.69564829063808, - 55.81196004450087, - 63.49596992911816, - 59.75593991567198, - 45.21488362150143, - 58.59517844821406, - 76.82763840484742, - 65.51023380580676, - 67.49637903092699, - 54.887622850049695, - 83.66258811148475, - 64.75951914809608, - 39.06494312193607, - 41.86328501964588, - 91.4574804581542, - 72.25149701003609, - 71.29965726664216, - 79.00490206134477, - 57.25411267019636, - 38.511381077521875, - 75.40167768152199, - 91.78974498910048, - 77.88181633710902, - 57.55861873587009, - 45.69001637531724, - 63.99096246798892, - 89.23762360972835, - 46.64136018828041, - 92.97772465656234, - 85.79900733035252, - 41.725057290389685, - 19.535900977567884, - 9.146816128955717, - 4.282589545933511, - 2.0051319454076437, - 11.69234732400355, - 65.20512167351157, - 59.41692627270096, - 40.09835069302841, - 47.53404378415992, - 44.91548435124574, - 53.67821038610953, - 47.63122790233336, - 72.67532121671658, - 89.72492814390169, - 78.4179705475692, - 53.219214841931084, - 43.94250873141885, - 35.64839821545298, - 50.46765919928686, - 43.03331746779888, - 32.78317230878908, - 30.47168174640369, - 34.870212120312665, - 32.00369405811122, - 39.807606969675675, - 41.963297023754116, - 69.30558537333911, - 56.78816274053663, - 81.66750052381072, - 66.2856168995928, - 69.90524268848415, - 56.09657342398963, - 35.99837059413665, - 37.001439532129716, - 29.24515561716306, - 13.692742474485522, - 6.41101722715906, - 3.0016734750921055, - 1.4054000062427188, - 0.6580160013861687, - 0.3080867056759242, - 0.14424788761107885, - 0.0675376531895724, - 1.697523429749685, - 7.823334868761097, - 9.761767823972104, - 89.48156699876046, - 66.55854465441016, - 37.317838070396036, - 80.6836534367036, - 64.86882778547978, - 37.32436585745501, - 98.77846509840163, - 86.00366034580968, - 47.13124171445514, - 76.66001924106502, - 135.74274378867787, - 131.18563024024013, - 64.29847092703697, - 74.88062506502492, - 110.883134896065, - 54.85778997402056, - 76.47632305297572, - 109.68027793878252, - 58.09237258333504, - 70.96304032077563, - 108.73227136884415, - 111.78588990513042, - 108.66116234005068, - 103.69918817646108, - 102.02974763378063, - 109.37592759530618, - 116.90008795924408, - 105.62671181389214, - 93.68054127164342, - 70.82537726738208, - 51.30083223892964, - 69.70649522172737, - 98.570783155347, - 77.17275056495293, - 40.79578105439231, - 55.12917038508451, - 82.60843176627381, - 71.1108036976268, - 87.79042872927563, - 103.35280772330333, - 113.77641934515522, - 82.23350385493232, - 122.6470971527561, - 117.67083684101361, - 112.86072862695079, - 87.21011798007662, - 70.25644705102009, - 82.04598022900275, - 56.890915297255624, - 131.15404229690736, - 116.27704310437821, - 76.5275708946243, - 68.29629631082786, - 69.49325641339196, - 70.75985796554083, - 127.54707814257785, - 114.80562024245599, - 77.53646855545065, - 111.99567086535532, - 109.9830235713957, - 102.42585952353566, - 94.04061948218606, - 109.33435665055217, - 101.78598573611376, - 92.84315376364279, - 105.7954605390496, - 108.83237725541335, - 99.29949584135278, - 114.7613096610421, - 124.95659993559991, - 109.22734176007539, - 122.6895865318291, - 83.63308888372727, - 39.15747152867169, - 18.33374322273865, - 8.583959265888728, - 12.56835101089663, - 19.059988659783535, - 21.915055874614854, - 22.761112390490382, - 30.258096550415715, - 28.697755585990947, - 49.31531728357322, - 51.99923126150466, - 51.77670917247697, - 61.77582346348726, - 74.768316880665, - 115.22578660243084, - 104.17223520857151, - 73.0744079599579, - 55.40002347903812, - 82.58236958052935, - 105.36521632075133, - 60.8139041147645, - 52.402187630305775, - 52.32865822263595, - 80.90742700989166, - 74.11859792547875, - 67.894283282512, - 64.80780487274103, - 69.15504227208766, - 56.83727199848825, - 58.976514238244256, - 69.79652612187738, - 63.61282804105926, - 54.43520486955842, - 77.91162912570238, - 116.25734906707015, - 83.11713655038864, - 122.54732329450434, - 103.86782265734902, - 77.25938809935332, - 75.63071531529931, - 74.74208487381799, - 72.64320373523655, - 51.20095337940981, - 88.23472458629541, - 70.00523023581759, - 61.98795541668686, - 60.900154179030324, - 73.32013233706584, - 63.71680541231431, - 52.282800602525654, - 82.04750233498955, - 97.07659191683439, - 89.64175570798912, - 86.68849850581451, - 70.32185365910424, - 77.10823964900061, - 75.80286317043605, - 62.081544592766434, - 66.57555009603615, - 52.145834519299235, - 51.46191378926011, - 65.33611894996793, - 83.77153268279494, - 85.49941631947075, - 47.07422331922307, - 29.909834676289087, - 24.784558070750883, - 16.928281541509612, - 28.91252128073655, - 52.65373200871086, - 64.24411323901487, - 58.06034023239973, - 66.97724041212562, - 32.57181266198063, - 15.250301572884968, - 7.140274951151446, - 3.3431159465521305, - 1.565265246583933, - 0.7328657848945642, - 0.3431317853899119, - 21.834397701418823, - 65.9506600906359, - 108.36958093513192, - 114.32164665629341, - 116.26088990073693, - 105.51358497902933, - 92.1303808772274, - 114.38878698103856, - 121.14271062859598, - 96.54958727542129, - 101.18136790421354, - 142.63127809091665, - 113.65932253213569, - 87.88325939329108, - 63.582678894139136, - 48.42069197396222, - 68.97452322764615, - 96.66096506450367, - 93.59328231213969, - 60.78468379380499, - 50.02369918592427, - 36.34873983600008, - 51.02004139502146, - 48.512823269698735, - 77.33719355318237, - 125.76191131135404, - 143.6874920365689, - 104.2745651296103, - 61.79896773465679, - 62.079706317784755, - 65.31357023090064, - 114.46458710240253, - 94.68480125682471, - 100.66800400006055, - 67.58815978247169, - 74.2289378685795, - 58.16981584447644, - 50.01533406294541, - 66.15338417659459, - 56.17861905027327, - 83.3929852234495, - 80.99522360835286, - 65.37893022912647, - 88.07244881600047, - 76.82784341033545, - 72.9762755974914, - 79.37738692111354, - 57.37221250692426, - 124.91534146015273, - 124.20642255795205, - 99.19811003841122, - 118.72515493195533, - 125.77769361185094, - 99.69888202155053, - 85.39481432717717, - 110.71075055227126, - 101.65152576762415, - 96.8404710174319, - 109.38341271742877, - 91.59360011622188, - 95.52014696145748, - 121.77076124503624, - 172.999325425849, - 127.3234489650088, - 83.25578213905231, - 103.68355492076128, - 111.5092032838189, - 81.40308759172049, - 111.14943844214756, - 132.86239816676488, - 104.4156694102974, - 48.8879898692401, - 22.889625349844465, - 10.717048298725365, - 5.01778087154199, - 2.3493525617316924, - 1.0999797720579019, - 0.5150165703715004, - 2.8716944650542002, - 16.885141538101543, - 46.80482014610434, - 56.474690658281155, - 53.4515750775434, - 66.91348032063402, - 81.86733693746146, - 67.54782478974997, - 80.21974740691078, - 98.53663875821088, - 113.46328803186294, - 79.26341004881641, - 77.03961812537248, - 102.92358536702706, - 84.97675128457496, - 122.4090195696498, - 128.51586186400885, - 88.35546675728317, - 72.72742166437963, - 52.32660967052694, - 73.14091083852814, - 67.28346978641551, - 69.87658680455934, - 60.69377805164971, - 44.26909881108216, - 59.12279965534866, - 63.89419291766737, - 79.28503511494186, - 105.81789406768027, - 82.2551983422277, - 56.37441405666886, - 50.62249280785106, - 61.05401240286748, - 80.66115353291376, - 103.20638685825423, - 108.73040928373564, - 92.557436256581, - 92.37340362346043, - 110.8853918114865, - 91.55025378736966, - 92.53661778173334, - 77.02234061529055, - 112.63330613503018, - 77.79190748253191, - 103.27255765956998, - 67.27890831805774, - 68.36672166735329, - 85.79934813935617, - 68.89952758950403, - 48.391606434327315, - 52.71168105105218, - 46.80655184672612, - 48.27978440796383, - 57.8393001475483, - 93.42021220825308, - 130.58608354563472, - 159.04904300504347, - 117.85648360639313, - 77.50160109790956, - 105.95879488085313, - 108.29132859514489, - 58.01331814636882, - 27.1621541655412, - 12.717469754982568, - 5.954389183685495, - 2.7878777173344576, - 4.62408503321126, - 71.59009086822662, - 67.62941821951547, - 79.77268491417215, - 111.37713155847098, - 119.89365949225899, - 92.10281442027245, - 85.22551605465377, - 134.07760009783135, - 138.16728966823618, - 102.06468268793259, - 98.34070228030716, - 86.17689348846918, - 107.19773643346173, - 129.1499378903954, - 119.51252599205444, - 86.65490801881032, - 99.46031043985761, - 104.94582859908729, - 92.89685599852886, - 74.55248429468384, - 53.38929443850637, - 49.18468472564767, - 57.62735045763967, - 77.79424722432667, - 95.47309037448495, - 83.82424292866749, - 95.28730482336853, - 78.35693956261514, - 47.78909718563813, - 56.87556154665492, - 89.69473581252569, - 122.17501405412867, - 95.11005741694959, - 108.74147982311624, - 83.11657281785526, - 110.78090629623975, - 79.36272438215016, - 108.85974521519643, - 68.03742364752533, - 74.48960784670723, - 74.6219977161453, - 73.91750982765701, - 98.59959412600674, - 87.9914759989095, - 98.69294810733876, - 79.49879130727281, - 56.588247969349645, - 30.009340855284606, - 44.19829405934968, - 34.746007249810106, - 22.042443264487595, - 21.854359701793307, - 41.139173991090686, - 70.36110560082474, - 35.5406616168708, - 16.640332958496728, - 7.791095279953665, - 3.6478335988055814, - 1.707935724879753, - 0.7996648863795932, - 20.666515389122107, - 69.61428562822552, - 62.9391266836583, - 45.502191914685575, - 64.09214267626155, - 62.961181792894266, - 51.96899770288554, - 64.92859205771376, - 71.3718020078083, - 64.36214189685238, - 97.9900550371652, - 123.16061383685233, - 119.92764761602162, - 114.15572269146433, - 108.51184249349663, - 167.26074073672217, - 154.45068851926257, - 122.56029840268027, - 88.8617886997722, - 96.16721833684085, - 78.87671943032292, - 87.91240816043535, - 133.95160799880517, - 132.08293712929287, - 105.72635969518767, - 68.72333153506641, - 104.42821605463676, - 121.11848583101363, - 91.89458322593083, - 72.89786723785897, - 87.28787159591703, - 110.92567861307494, - 104.5960571520451, - 98.40258175253948, - 68.78375996379188, - 81.21573129314658, - 105.59090523752195, - 106.60332521536188, - 114.27191213222861, - 131.70764439423567, - 105.08957557934046, - 79.88593369429002, - 103.90427113905544, - 115.74954561405352, - 82.08283456082509, - 66.4998710710014, - 96.50305656136241, - 107.68099686460084, - 133.72215408181472, - 129.1871132525706, - 88.74145323846639, - 66.80005335072963, - 51.90353612165416, - 60.142065232611046, - 113.90678145060605, - 103.59866131501798, - 76.70352740954704, - 100.4342704694651, - 155.81293643308894, - 136.17769902856918, - 92.66423957366489, - 86.81816375886751, - 126.9464796837472, - 110.50795343010672, - 138.7752434669819, - 114.35977872082944, - 53.543876461525485, - 25.06953702250316, - 11.737694915949142, - 5.495653223122102, - 2.5730950212186627, - 1.2047372203843238, - 0.564064583006321, - 0.26409813560885564, - 1.0604622445722585, - 2.8282378367546226, - 35.7733863667704, - 36.84577084794343, - 77.92288268963743, - 104.27841919365605, - 64.14999260134212, - 91.32401351725393, - 66.18272870978396, - 59.96549383680084, - 52.254796754126154, - 34.94457439847598, - 25.183110072695925, - 37.76607472463064, - 33.48089432771788, - 25.477346371588034, - 31.622354080958573, - 22.312021694348044, - 31.51112502608766, - 30.743484914577298, - 40.69837287772735, - 32.73476957218253, - 34.860036256064085, - 34.73501807538648, - 29.774864082849504, - 26.379722167271467, - 29.18437348303113, - 28.204611105199945, - 27.519398723981368, - 28.95265435601374, - 48.7602367545657, - 52.00365176779254, - 57.22080611989958, - 50.10465212904724, - 70.24752056975238, - 79.51589513597708, - 67.93123759695172, - 67.61071682211376, - 58.996076454333014, - 82.04832269017648, - 62.434817777698704, - 72.09477286670618, - 80.76879539015563, - 94.45906515162706, - 62.399533438438695, - 90.36729954721292, - 97.46612031067762, - 99.70035275277058, - 76.31713920733742, - 72.60082633810188, - 66.88946180908444, - 84.27777210287596, - 72.7386359244085, - 89.76261660471009, - 93.26546785722002, - 66.05350296366802, - 73.45003510863572, - 75.67674258356114, - 103.61144767193184, - 72.0659953676485, - 62.93414689676193, - 87.60401930814302, - 90.7400188596388, - 87.90472873405157, - 59.22453687574297, - 88.62306970856129, - 65.42163450534552, - 61.672080662753366, - 115.21979731615221, - 112.41293662848243, - 107.74256221365934, - 99.1140709939732, - 126.71753815624538, - 109.91161046824199, - 87.79264498643707, - 94.52367015428226, - 96.53434334612338, - 100.32239412497253, - 96.0043041071705, - 71.37617814933444, - 83.00255353980751, - 82.06311554416538, - 67.41344635400459, - 60.475590576944704, - 43.84994218006072, - 56.333241614001814, - 55.51773893956494, - 72.77733767979855, - 70.77567448459166, - 49.46916889411147, - 53.63595444736866, - 75.66617261517112, - 111.2894955637272, - 109.62486560705685, - 70.72366482819169, - 33.11320828725337, - 15.503785977984943, - 7.258957741756777, - 3.398683880919981, - 1.591282458634313, - 1.0699411478002516, - 6.99189113588404, - 26.22707471446301, - 45.629268291291744, - 59.13973340608386, - 69.65711217558908, - 51.269500595714945, - 78.45007946819486, - 102.26809907354937, - 115.02729100536376, - 88.42300736985712, - 93.32391428112915, - 121.49864235975468, - 98.08254689293983, - 67.20025356487753, - 52.41318350327207, - 67.2052658642663, - 80.68401218804675, - 94.8402402167264, - 72.16885027965888, - 89.72437805846991, - 91.77400414415334, - 63.70533358333767, - 77.40273682050652, - 70.02637812099476, - 71.35671495343881, - 55.47046695020681, - 53.543494006479676, - 83.20690676999037, - 79.20229208248556, - 52.76285504348871, - 53.949737434324305, - 94.640091788146, - 70.11973973865695, - 59.527072038579234, - 51.82856485861061, - 50.83733466384746, - 64.33197174138087, - 114.69509239371826, - 82.84745890557171, - 54.37530356808373, - 46.76540817961979, - 102.93363721318818, - 79.52537584392132, - 65.49954321242222, - 49.09125588495161, - 33.24205759999195, - 49.094053425532394, - 69.3195122217244, - 108.69067226666633, - 71.46118292377557, - 66.04525041273236, - 46.93064669774115, - 56.473541544270546, - 53.755560757546185, - 60.27201447436265, - 42.294063097740185, - 33.67663906771253, - 41.84951420386054, - 54.436026773461094, - 45.45027476400638, - 48.955525456512305, - 56.86665086007507, - 67.59502071476017, - 76.17675002932538, - 42.46768114776464, - 19.883601546084492, - 9.30961144470832, - 4.358811206841506, - 2.040819345654482, - 0.9555228258247046, - 0.44738103478690083, - 0.20946625750593723, - 0.09807325215393388, - 25.778657443036288, - 52.06344048615386, - 76.56514061437917, - 81.65913990175764, - 71.33978757246015, - 64.07364688143798, - 60.29826759152043, - 79.43004542326665, - 79.03713909026433, - 84.60949899081052, - 89.01506309604804, - 77.3649983633434, - 58.87916158090964, - 67.12892875292013, - 118.72866278586068, - 97.23154607191972, - 56.52706338522605, - 61.69527505905654, - 67.1873596821591, - 51.63201258137865, - 75.79871751319223, - 72.4195989755703, - 75.37835844665284, - 55.644376031283635, - 40.9002794978345, - 48.84297367297774, - 67.19183300042785, - 84.83691924478133, - 98.64472646312572, - 72.00876919992518, - 84.47445110853306, - 141.3635007528152, - 129.1650094252857, - 147.2662090727545, - 99.99622774859482, - 70.8289933952617, - 96.6969319920743, - 91.31742292148193, - 80.2214208565872, - 78.91284028045628, - 82.61999198827166, - 76.46669509780861, - 96.6879735304089, - 73.87045539194183, - 127.51320891545632, - 100.43917076892302, - 119.0548716937853, - 96.24672838182771, - 81.06741658544198, - 97.77869502038102, - 88.76155275339242, - 64.20876846872561, - 48.69195848223007, - 72.46910409553267, - 60.8629905846437, - 50.35153355087705, - 73.38188080960494, - 42.47784232733004, - 41.81327136035741, - 63.50025053909816, - 81.77581429587678, - 83.93616978885679, - 81.44678671287441, - 54.58442362684232, - 53.08509345173754, - 60.711515614579994, - 33.46291191105228, - 15.66751913522151, - 7.335618505198192, - 3.4345768713845195, - 1.6080877538942795, - 0.7529155179986762, - 1.3748600420710648, - 0.8621383020895227, - 17.996018901499763, - 21.525942657355657, - 45.303901621209725, - 32.56693551405051, - 46.9860349510361, - 41.69490899062362, - 26.747819562365883, - 20.02481427254767, - 21.6509327687494, - 24.96181470913343, - 18.922803473099954, - 10.414337213900762, - 37.26373543989784, - 37.749288531250556, - 42.24020799917652, - 42.73898464127887, - 34.75506840018353, - 49.2258441209595, - 27.855559722881402, - 43.767430287074305, - 44.07431277024136, - 40.39110617615413, - 18.911337739817114, - 27.18720951432037, - 27.7200551089458, - 19.22017766519307, - 16.28773215943086, - 33.55630561911594, - 82.2379325479593, - 87.31380245650013, - 75.54066547709297, - 78.94877486624773, - 75.07026514419951, - 92.86510632340675, - 101.58567218502921, - 97.61810553216762, - 79.72680176960809, - 69.67978824116722, - 75.6036005083567, - 60.09654724065443, - 82.69799392399113, - 108.57017294077949, - 109.10957113089319, - 109.02169480460466, - 68.36461601442461, - 62.70116693443997, - 50.98818710524659, - 33.92741635197785, - 48.41261039159318, - 34.15446891666261, - 51.91275833592023, - 107.13913728598045, - 141.44742542846402, - 126.55920930176202, - 88.14934469074738, - 66.82337583634225, - 60.26715982281864, - 78.199062374079, - 84.1563756042281, - 71.948341448291, - 87.97173628461009, - 104.69830620558095, - 81.19623362585301, - 97.28182576985739, - 81.2571849357726, - 106.25759475915464, - 97.37784941340267, - 69.00097354035992, - 74.84184645767829, - 73.56050167611201, - 60.99042901895315, - 65.71420495269771, - 50.91714163340129, - 75.11907809508418, - 74.6145735610189, - 134.4830592715718, - 109.36076191045319, - 69.77515535039653, - 79.93572400732911, - 56.382159334553066, - 60.39034187870564, - 55.343635726159256, - 35.450238772192634, - 51.02665702304607, - 86.0762753625111, - 65.25184412114315, - 77.10324426228982, - 84.44303071732014, - 92.00157897083665, - 70.21242145729698, - 69.1423862736569, - 56.226145390733144, - 60.45389122682087, - 50.63969277719717, - 77.37502293781088, - 63.343472720561095, - 56.13779299451514, - 49.06341959493259, - 56.051557288182124, - 63.58915201454806, - 56.117787434114554, - 66.40845870510776, - 37.896917578174836, - 65.92956790701052, - 41.34268506867256, - 49.96658777228717, - 40.6325089452956, - 45.51875014195301, - 75.75690278215899, - 73.04309695498358, - 62.11187136404524, - 64.57719600884549, - 56.43930576956871, - 65.9830411652382, - 89.66568825063389, - 67.9728704350236, - 38.05711608031632, - 79.97223644256195, - 89.41136231532292, - 56.067496134315036, - 26.251109613034128, - 12.29091369203787, - 5.754673292366919, - 2.6943696401785022, - 3.28045100259762, - 25.813818273481143, - 47.906304584523696, - 69.073101942943, - 79.12853222718097, - 64.34681527987536, - 64.35811779843308, - 74.16629649857428, - 67.66309398949889, - 70.61916485735608, - 80.37995152787781, - 87.9459588521924, - 92.15743145495024, - 86.0735365120293, - 99.25768176849996, - 80.71571068106314, - 52.41480158786195, - 40.930291790627734, - 55.41980790365241, - 44.972963909029914, - 45.85758655392239, - 24.65999794988405, - 31.634129060705483, - 76.75047768684922, - 55.239819207073836, - 80.59129124769208, - 98.7413407090068, - 94.57009507496795, - 78.24864240077083, - 87.65393861519793, - 95.18437726913487, - 100.16769716003549, - 59.56893226806557, - 50.55611600635257, - 85.49749211113789, - 69.52601263944848, - 47.407488379533156, - 68.7971694203442, - 145.21106995940931, - 100.68812554816222, - 127.2944376056101, - 95.76333854152844, - 92.13142805340523, - 43.13644060083289, - 28.753676591322225, - 34.71124188657004, - 26.363519313844225, - 22.068999134535105, - 36.7478469800032, - 76.64825829125078, - 47.62314079415758, - 73.64749140082948, - 63.12259978592425, - 58.95547772578595, - 53.54794799323898, - 54.00389330702323, - 60.80592132685204, - 43.05211408033069, - 45.34796659271861, - 101.00997600662862, - 105.22782234672678, - 56.586446831207944, - 26.494085179399015, - 12.404676186632843, - 5.807937517120431, - 2.719308242735465, - 1.2731950537021788, - 0.596116916536478, - 0.9482691396201153, - 36.994492230713064, - 44.685342516201075, - 57.58391848105897, - 47.00488334641387, - 95.18267386686878, - 141.22314738084302, - 140.79573171628505, - 127.49408197067322, - 147.9924523477677, - 126.73367950069125, - 139.5407552648768, - 162.84702113129947, - 118.79362143540264, - 98.14893049623822, - 127.55423405758951, - 98.17377094854666, - 109.52640572676577, - 146.6076729550706, - 175.71692209049002, - 179.49559010883075, - 189.0470096279782, - 159.12059342072092, - 81.14070685557887, - 37.990524574918986, - 25.899204695827237, - 70.93360647025818, - 51.67247710013335, - 107.31665470705926, - 127.99236374514251, - 140.77628644733207, - 95.29906516461875, - 59.64448095957221, - 53.880445813810084, - 34.036307268844396, - 123.2632260254534, - 155.2196111338028, - 173.73146920295085, - 130.68643259500968, - 130.68643259500968, - 120.99245258418651, - 137.15850216225562, - 150.86496351701072, - 117.11199285191812, - 78.33082816066855, - 78.34165215860517, - 51.80606673799795, - 24.25588496588854, - 11.356738554461323, - 20.636731785952804, - 27.66649161908893, - 37.01377319411876, - 41.30370605701413, - 55.74164447711175, - 43.55902346845535, - 76.45576135048327, - 70.73428354797896, - 54.158569333780264, - 56.65122363307412, - 89.25673094856978, - 122.14979037916933, - 94.19269621270264, - 69.66200398716357, - 113.26066110186528, - 91.58014214702466, - 73.12142244645946, - 156.66102613542475, - 126.0212354964542, - 88.06374679046372, - 139.22571336899233, - 142.28897483404717, - 119.5904272643052, - 129.87735448652137, - 116.64266985778822, - 54.61273862949825, - 25.569984159743978, - 11.97200701406328, - 5.605359434302267, - 2.6244600718002338, - 1.2287866191637105, - 0.5753246435942394, - 0.7109429372067094, - 54.08573377452426, - 85.1271044545673, - 82.45443339755522, - 69.90913865059728, - 51.21773794663485, - 51.152588502995535, - 78.11308747893702, - 66.14330477938985, - 56.44934299696315, - 119.44653861625811, - 138.5408248962769, - 88.63893192071367, - 62.071261233158324, - 61.97890876534716, - 76.6737256639436, - 56.364055399916495, - 66.28098027122859, - 57.70623711798787, - 81.65504997197807, - 91.05845565534851, - 105.32585531713563, - 90.66636494120333, - 92.89857390659267, - 128.81361057101003, - 115.29762208606205, - 104.75517503216832, - 101.82629816632931, - 71.96632054848227, - 39.81622073150255, - 43.26922776608477, - 68.78609485406255, - 70.34456895633784, - 112.00658245633255, - 110.11040691337561, - 100.92909760017238, - 95.34526453785791, - 79.32013937919983, - 53.94101197923253, - 80.00625764049069, - 69.79149911787029, - 78.02525731898065, - 58.760554814427444, - 73.41157859227795, - 59.24652398512195, - 80.57415187977507, - 83.26245197489268, - 63.35871162664511, - 61.60312589693349, - 50.36780883563489, - 66.80787321874652, - 133.6051560784892, - 92.11643150333343, - 85.68856777791801, - 79.92908517878892, - 87.5313166693695, - 80.67433337196644, - 53.10640988835113, - 50.47897542703224, - 41.48637636461061, - 30.093482658902154, - 14.0899338544438, - 6.596984412632418, - 3.088744332663374, - 1.4461670599511387, - 0.6771033598252983, - 0.31702351172498544, - 0.14843214928422943, - 0.06949674748492594, - 0.032538758848900604, - 0.015234825596069208, - 0.007133029013812179, - 0.003339723358895162, - 0.0015636768184108323, - 0.0007321220741002634, - 1.3025758887829886, - 27.952480770423623, - 127.13719763948372, - 120.18276593690716, - 90.52749114586531, - 70.29966739948983, - 80.75515719959596, - 108.93836838925924, - 85.91512125608635, - 84.81180591112297, - 98.29510710444234, - 86.56254461540182, - 63.9112013752193, - 88.44852321089601, - 105.30556872554602, - 96.10769744090797, - 74.81733227193092, - 99.58389023529672, - 73.93250402835413, - 124.79450525288283, - 113.82436920242455, - 92.30371866086384, - 133.66985183998318, - 126.75468546794028, - 111.54355965992147, - 127.48440044471704, - 77.699256743316, - 92.93758608106052, - 83.36836500167215, - 84.6680948826934, - 88.52969519812791, - 97.02071257766629, - 69.788858805726, - 92.7226543233391, - 116.9843742284319, - 131.77608390724714, - 93.10757629815234, - 81.3705014322675, - 81.6627846958134, - 68.67988223537613, - 78.34850551011903, - 111.9089556050661, - 108.86371542330852, - 91.25562406192581, - 78.87280701755876, - 52.4550032142868, - 59.26420187619813, - 53.74380005127785, - 65.83498073945294, - 50.59293287512911, - 120.89308828173202, - 83.98200957909108, - 87.95324295845145, - 57.72236499295116, - 65.49421915867555, - 83.28867676527364, - 90.90837808664756, - 54.159771479309924, - 54.08525279689887, - 82.56991055397265, - 65.88350172328555, - 70.3870848836188, - 77.30063837203394, - 39.71834212409534, - 18.5963459158199, - 8.706911289004571, - 7.570965469971041, - 46.30285537424152, - 89.09033760430661, - 116.21624634574094, - 138.08936415391977, - 128.66042553075945, - 166.7089149207587, - 139.56271218421622, - 110.98878546935393, - 152.01314919081392, - 175.2400190405991, - 127.59968681240719, - 139.5154954252156, - 138.9871431376124, - 200.30099266672127, - 183.41896736452438, - 201.98475055977298, - 157.33167988898063, - 134.08441513858511, - 177.02760815452535, - 163.65213354040392, - 143.18924063944172, - 176.9522768967368, - 174.58326789249114, - 160.6018833480321, - 100.48504565151052, - 76.97456698563248, - 91.6850768525772, - 125.10781744682237, - 117.51558294532775, - 138.43230068549084, - 150.10960059445438, - 133.69531177929716, - 187.99981208948162, - 180.3148200842349, - 144.1423010884455, - 185.65991028132174, - 143.87831378890013, - 150.121974789155, - 147.02164327199088, - 135.1927981035496, - 127.17152729001188, - 118.55101145368616, - 135.05101489680095, - 94.88190477997858, - 112.10099854217147, - 110.03137140878735, - 110.55157675788767, - 79.25888542625756, - 88.744503034892, - 91.15805079172611, - 98.77068943399439, - 116.73153435992958, - 111.92891962092051, - 118.55815033333893, - 57.98528816374714, - 93.50883654139587, - 125.71555305088958, - 80.34272309722171, - 37.61690419672568, - 17.61244113711862, - 8.246241668007043, - 3.8609356373582395, - 1.8077112696874875, - 0.8463803444263275, - 3.604953464969285, - 51.43711071620272, - 69.7178442011602, - 125.72747536110899, - 115.87830101551772, - 114.96186252999732, - 125.02512643854624, - 104.0274193399202, - 94.31366661865319, - 67.50248360207203, - 84.1030145295205, - 102.57159652314964, - 152.98033910012504, - 112.779692489513, - 135.19698920508566, - 106.04903018690538, - 76.6769036380378, - 57.398415651764154, - 79.02208705270883, - 153.58083908257612, - 150.24437065734918, - 115.55838205581199, - 120.09233568635142, - 115.71505111482934, - 101.62194033017943, - 89.46805367738699, - 79.1061444844799, - 107.05801025637572, - 121.64663485669014, - 125.64085264430324, - 71.10592820580017, - 101.68818323477639, - 137.7025498714844, - 139.46465198786746, - 95.64727768968929, - 101.69900699658632, - 89.91787957394365, - 91.9707659782963, - 85.61981629249546, - 95.91379821755015, - 68.50951875802191, - 53.0510123913767, - 62.91826814643203, - 63.29183856808733, - 103.2397186295515, - 104.76672143777535, - 77.19847467664802, - 85.61164278315928, - 86.40569963702796, - 89.25760714865264, - 82.5126712138969, - 92.0331859739581, - 71.37410661639477, - 72.76628211246884, - 62.90086178884157, - 85.58603188754122, - 78.80975012989927, - 67.84083114908252, - 65.91256322290866, - 90.29740784357989, - 105.49711307008756, - 164.715391170403, - 157.3839250750728, - 116.74196981466878, - 105.87241236110657, - 87.74642509831246, - 99.15717507115912, - 112.10318403188191, - 113.91114595201512, - 120.12062204762006, - 137.31635826333653, - 150.86246227716245, - 127.51308903900116, - 111.22133075885887, - 130.89227923249166, - 153.6620063721826, - 128.7151659459652, - 130.27618650124413, - 138.25038599035514, - 117.31286406253774, - 117.8970575445878, - 184.8406637798173, - 181.3670679277698, - 151.31894294217858, - 116.10456797444766, - 134.81940219920796, - 133.91636761698913, - 124.32823073529025, - 133.43486390358356, - 151.99914116293573, - 159.92092694055597, - 139.92093115292153, - 105.67571879414756, - 124.88360650615758, - 146.7276368629089, - 126.23179867987068, - 106.02101821585954, - 101.0722643156611, - 123.55103946392998, - 116.9372967755496, - 54.75068457048653, - 25.63457120691443, - 12.002247024260848, - 5.619517973155044, - 2.6310891774498657, - 1.231890402835947, - 0.5767778521555744, - 2.4462431399588738, - 9.305675397591823, - 83.00302590515344, - 116.52611083143432, - 109.48953842891487, - 95.04026681111375, - 82.50353756829325, - 73.59955317279103, - 67.90953850571927, - 110.7419481760554, - 111.11076300042762, - 97.36488581094274, - 95.17337140521938, - 55.1980202080552, - 44.31754898187669, - 47.2708848506464, - 55.409878044055446, - 79.50422470410916, - 90.51669445641835, - 119.9972165620051, - 143.604658134631, - 150.4650373375052, - 155.15699548125767, - 145.1474618351692, - 91.17117626303786, - 78.5859014642599, - 78.93659052357208, - 61.390851706399175, - 71.22277318299278, - 39.071050315697406, - 72.00023224027223, - 72.62031128282587, - 67.6976327808616, - 71.82118287596286, - 62.059972744104066, - 53.402234735414325, - 76.29046776868026, - 125.19507470839736, - 155.19915344083014, - 174.76058429506944, - 154.47810663607743, - 97.4692865121718, - 104.94738577714035, - 155.69346606304657, - 160.79871442173163, - 166.33935659464453, - 125.90041141267515, - 86.91373006130304, - 98.97770980531476, - 73.30177958271048, - 75.26958265814218, - 126.91867041505333, - 134.49802192642736, - 102.7392079457388, - 128.000186899681, - 115.66048816195519, - 100.43976717634698, - 99.2313379870512, - 68.8252217075862, - 55.72276660002697, - 46.232912920039844, - 49.16264532461453, - 69.96108147616908, - 80.0627111201756, - 116.80137039781482, - 143.71520786431552, - 143.95041856692376, - 145.3641030676163, - 153.42708771404614, - 101.84454059582582, - 47.68417323765318, - 22.325991791568963, - 10.453151971262669, - 4.894223161704105, - 2.2915021634060797, - 2.172753995441292, - 61.99243589403824, - 62.02539478804602, - 79.61119374020522, - 73.09931717433975, - 106.61144501171569, - 76.71923327765417, - 81.57971613451042, - 82.97970310619394, - 102.7226040693835, - 122.48605433657534, - 118.5987730949419, - 94.81189926946777, - 163.90163286959643, - 164.18351329788055, - 162.72467315350698, - 147.5276033003583, - 80.0952428337371, - 55.175272007929934, - 65.14700398281289, - 116.35215680690096, - 105.82273972456153, - 67.42996625979433, - 77.82488506261231, - 65.8589069858843, - 51.468608463474396, - 73.41929861313676, - 69.35742630122904, - 122.40996401577054, - 91.57116361626541, - 68.96801785423577, - 79.97082937024899, - 55.66279765858844, - 60.44270431583068, - 75.91702270552733, - 100.0195419311836, - 115.08007507868686, - 83.24400718964921, - 58.90205920391779, - 52.44204583388253, - 63.93990534252998, - 127.2874988390032, - 120.24540531655674, - 85.33453444517, - 97.0847604970422, - 70.85691054117112, - 96.85046848347206, - 109.48389718820692, - 86.66046053109076, - 97.6681656257374, - 96.98533853510578, - 102.04812453809792, - 90.72410355544771, - 60.818639280821316, - 61.66708568695651, - 52.53196577915418, - 70.75129320385867, - 102.45037231026191, - 94.42466769990247, - 120.07315596358256, - 89.82135029020031, - 73.24529598718954, - 68.18420421447789, - 99.97964267606116, - 66.24046667752134, - 31.014150291364555, - 14.520995496273589, - 6.798809840729653, - 3.183240106524683, - 3.1742919513558254, - 2.953509252848562, - 35.07987091397312, - 72.83698075906196, - 91.91949461839317, - 76.26047858651665, - 71.14508158875026, - 77.8018779832521, - 88.6984227027225, - 83.73135586770886, - 108.97690226922809, - 117.27025844721997, - 153.66134099387068, - 133.186457117163, - 128.22771156037794, - 96.05178739290133, - 83.31290833388596, - 108.46060673042018, - 84.75471995633227, - 94.54204245910893, - 86.04694484742515, - 87.18818571487493, - 74.94085770838225, - 89.69506907105034, - 65.22861700841706, - 57.083242400864634, - 65.9034767219439, - 45.080624294240636, - 59.03203461437477, - 90.85342699816536, - 94.43573619004849, - 90.68804039865418, - 64.5606221005142, - 115.63329424394874, - 142.82187725964323, - 93.73180852528675, - 72.98250604269396, - 49.26533953216671, - 57.29125880378521, - 67.26618276253542, - 78.74229023470399, - 118.32009958972588, - 109.67361960103972, - 90.95083515255001, - 74.86258310591893, - 82.61200837158147, - 72.71009047392536, - 121.1134576406411, - 126.83302804202509, - 125.87494011734984, - 76.58738449119396, - 86.35024730675813, - 75.24961493857398, - 70.63139239863011, - 91.99502343290243, - 112.53152889265002, - 121.9867318360265, - 97.86301938154274, - 45.82000313859293, - 21.453177113158162, - 10.044495345328484, - 4.702887885097643, - 2.2019179360847114, - 1.0309500706183412, - 0.48269648504605883, - 0.2260011452698908, - 0.10581497741469695, - 0.04954315356190601, - 0.023196376588912652, - 0.010860670913536322, - 0.0050850257685725415, - 15.43954386921804, - 68.41297945176237, - 100.97733829066857, - 108.32384090880241, - 118.22593188739927, - 95.87776410037955, - 107.04254593213079, - 105.82715026198218, - 93.31711802864754, - 99.92603102567111, - 112.59336309162998, - 151.05067869080344, - 154.5311912329614, - 141.29443919055979, - 107.42895725630302, - 118.54568926217001, - 121.68137129329263, - 90.66696552959084, - 94.72064715544043, - 109.67049619599439, - 66.6458423112426, - 53.83963268279381, - 63.20619062634046, - 91.51560775458859, - 139.85411415715686, - 136.92199650182883, - 143.05728972968024, - 121.75246142422912, - 65.88917690619955, - 102.46343100591585, - 105.34699326696546, - 85.0208469455642, - 98.29295527370624, - 104.56486794088757, - 92.02838779691665, - 89.44638616867061, - 82.93759153345833, - 108.67073009070086, - 116.13591036309651, - 90.43058993211397, - 121.96479381359548, - 125.68408865222771, - 146.04178068746882, - 134.8059563788166, - 100.21716921467146, - 113.10938525098308, - 82.08391553053275, - 94.49134946047846, - 121.63449848535147, - 130.78394852513298, - 164.50721046326964, - 119.38351479735617, - 85.02447236729319, - 129.11520759804176, - 132.7118645056334, - 105.98795601579626, - 110.40742642451721, - 140.09769999251876, - 117.21510577825576, - 102.0439398012297, - 122.2495559810564, - 88.71697255296463, - 80.35454702263722, - 104.65707073383123, - 110.03931085280351, - 112.58533849395714, - 94.38846455610258, - 74.59374484594095, - 130.3631066695552, - 130.28945139130337, - 85.33251714266795, - 109.95659105308819, - 96.46539877793187, - 120.43224060406376, - 96.09429970486055, - 120.97969813155099, - 150.71864550013612, - 102.7953121372624, - 98.63465433363056, - 102.42154644822389, - 98.27768699886346, - 110.05307292648061, - 83.79130231491688, - 108.28580961343474, - 110.14797561914837, - 99.25681975546038, - 111.83951802505086, - 98.11729885486683, - 106.87411227406898, - 85.27610981945608, - 39.926742954258486, - 18.69392032904061, - 8.752596165153639, - 4.098013593823514, - 3.4114131063399444, - 18.963382518581152, - 52.019019948429275, - 64.52045863976055, - 73.06736508164737, - 51.24511968294334, - 24.593718848473788, - 78.46585492500324, - 77.61554802636553, - 67.17141193631439, - 86.59730732439849, - 77.26385907055476, - 109.69075138539392, - 67.86071845661233, - 58.09001039201553, - 86.74030856950992, - 75.7355275579884, - 62.32894893527448, - 55.85862507010333, - 81.02856796267208, - 56.82863557957415, - 26.6074792814858, - 73.56766072230579, - 87.3088156603701, - 68.98680849089291, - 86.7408641554659, - 74.67112840725063, - 84.78046668808443, - 57.587900137455044, - 66.70158452988686, - 117.1910569793144, - 99.36064700700315, - 123.39648188703649, - 95.15405058021298, - 108.60270061843295, - 107.24536132772228, - 129.6743264920876, - 102.2364764498878, - 119.03125124650312, - 93.50065716985748, - 79.6659467505207, - 84.09134011168834, - 69.10510734282153, - 67.54967144835626, - 88.78588495970865, - 103.7779534505403, - 87.98832321930871, - 118.56009770511355, - 91.42459623893501, - 125.03810910237641, - 107.9123952131829, - 98.12396822927988, - 115.8539055699639, - 117.10927834966003, - 92.79001776319028, - 70.23705139115157, - 71.11510857602696, - 71.70949950454875, - 106.53310062963286, - 128.39923785780303, - 154.56144470079448, - 131.04519699415997, - 61.35608093349308, - 40.24847785197905, - 41.26605871969795, - 50.73593295029596, - 56.76657756025464, - 62.29090661071858, - 55.512453790161004, - 58.026753931313635, - 86.08553447925146, - 67.95745458301792, - 65.45191539406083, - 66.42004136662275, - 61.9176576125562, - 99.6675524980064, - 84.50331242898827, - 39.56491497183461, - 27.268120827779796, - 33.570920883842355, - 42.650812961321684, - 50.18218398489678, - 60.05437972669614, - 76.5415894458312, - 75.67527781678274, - 66.59623144653018, - 52.05848448154713, - 68.1059470226839, - 108.24114536452188, - 138.93396268074028, - 185.85974873125957, - 145.11435809083156, - 67.94333942685248, - 31.811444664786396, - 14.894293100654078, - 6.9735898292527665, - 3.2650730570437085, - 1.5287251371041803, - 0.7157575049576939, - 0.33512159476471676, - 38.26774892118873, - 79.1096536068554, - 101.0190396040644, - 103.12507800840747, - 68.644050103527, - 87.57999067713774, - 108.40501934551313, - 96.42128689543284, - 62.98802040303815, - 83.1530643960428, - 98.86210087464472, - 75.26490593448457, - 75.53585074316436, - 107.6027785106856, - 120.23150669786116, - 80.76132975367301, - 88.05224240664802, - 62.69902045232823, - 87.86794794241067, - 91.45789049219849, - 75.19627994765541, - 54.673853856015484, - 77.56542766701001, - 73.76022613607529, - 67.03556848671525, - 117.79229924161686, - 93.97350051410517, - 83.53038626757527, - 55.15716700087938, - 74.66517688534425, - 75.46847893235065, - 96.33489605663004, - 83.94582555150343, - 62.169838197014315, - 46.27948117426693, - 43.88129306304144, - 34.420652412782225, - 47.27767300390647, - 45.34507246019551, - 40.80292138992182, - 50.765212555959245, - 40.81470893443392, - 61.525674437760884, - 65.15010648587982, - 74.30786005165388, - 61.00258594063579, - 69.57099019043581, - 71.77952329847957, - 82.83259855215704, - 63.66834502160687, - 55.525608744644174, - 59.546835319737916, - 83.15928321862273, - 71.17872765501271, - 49.01261679717004, - 45.90676571653555, - 58.3635453376822, - 50.91200917375702, - 39.38860600312789, - 86.91103763783119, - 81.83583141165317, - 64.47600583649599, - 30.18802003516939, - 54.310610743387855, - 49.11538168215121, - 71.34080536972033, - 108.15305336397508, - 108.89685066340812, - 98.5421124859741, - 92.9845900606906, - 110.5819168365619, - 117.1403351050613, - 110.44989087354222, - 103.48618105228717, - 110.69475577864748, - 129.67539073762256, - 124.6107419055483, - 114.44489038526834, - 120.32480669834351, - 138.4369550044406, - 135.83539524567274, - 78.55807060135216, - 108.86383803220002, - 109.94844025811383, - 114.76588597054325, - 144.59901803188035, - 127.11189492504708, - 131.83967056089443, - 133.04369112883822, - 154.12890097094765, - 136.6871715968355, - 138.32279635916183, - 143.7627550231581, - 167.87561891723556, - 149.80591828128672, - 151.23245646890211, - 156.37956874566393, - 170.64795049065916, - 85.54572178803087, - 40.05297675865538, - 18.75302368953588, - 8.780268683133448, - 4.110970018719258, - 7.425597654789527, - 55.5890215586483, - 90.88023862573222, - 57.7504362972993, - 69.96947132722784, - 90.66808095297422, - 116.22004054226034, - 70.01724803695627, - 49.53988605344183, - 98.93257351690517, - 77.45600242149271, - 75.9447419277787, - 103.84865669314773, - 153.6736086482098, - 156.38588310338505, - 106.32549822014077, - 114.18134057789447, - 140.906801854497, - 126.4646538528893, - 91.40334618148047, - 103.51412423994432, - 99.55937781558818, - 73.48871409954796, - 107.58173868097577, - 97.8124994378498, - 83.47225959559054, - 61.970196796687986, - 86.47970300271528, - 82.20029498275852, - 68.9048613448292, - 55.26806113601517, - 129.09489220490497, - 119.80975873382073, - 83.85310007173784, - 83.43896322202738, - 103.34584360038818, - 80.77680540438094, - 96.11499032719439, - 113.16186821489379, - 96.3433417339878, - 75.42884861240694, - 126.93904903982165, - 147.18327876622158, - 121.2675486117861, - 91.37322083848568, - 71.73728522425236, - 87.49914380945485, - 84.24141025321238, - 103.03428154212176, - 86.36906819997574, - 90.75182593393299, - 66.2348444671142, - 42.831585386699814, - 59.52758639665144, - 102.37105593031549, - 87.69550234422218, - 77.36560143853052, - 71.46578018581621, - 50.44692547373492, - 90.2516833676945, - 101.66706596129613, - 127.08138652874473, - 86.6268213583763, - 40.55915351489495, - 18.990018426732327, - 8.89123092066502, - 102.43974381942877, - 95.67704840205707, - 129.329516767585, - 170.0663871571195, - 176.28188049239247, - 109.43405457306957, - 149.46475050101935, - 159.65110975278375, - 133.57479614788662, - 130.7587807278807, - 134.5972696730779, - 135.20639589307592, - 138.74008050799392, - 174.49064406478715, - 145.9905430457616, - 89.99094373155884, - 87.83339758405108, - 114.86392047083042, - 71.56510851751145, - 125.42783609886783, - 104.941316500211, - 161.04875610548544, - 108.53863529191969, - 50.81838513836333, - 29.938431036303626, - 33.54959675112087, - 88.32917861870214, - 66.32755249810175, - 53.04345190954474, - 87.68814571938866, - 102.65968983321062, - 148.1341603489633, - 129.60099979306364, - 123.8212442799371, - 107.75442693789606, - 109.55899522005542, - 115.18646705099661, - 106.73100618085135, - 118.46420050749067, - 100.43629319173716, - 156.34569769265698, - 130.80926734699145, - 108.64357424569569, - 113.4131929247279, - 149.71009333420415, - 151.79609750413357, - 139.07062609369834, - 123.20993005750563, - 107.43246530842515, - 134.73003574719473, - 161.14127628666733, - 143.4299905460661, - 134.64659207862692, - 90.5845826691698, - 96.76373189471724, - 76.84406691532168, - 123.64770251577457, - 115.26605451345289, - 126.76724158304957, - 109.85051827888049, - 146.41823221908493, - 139.77393720734165, - 154.58207047921715, - 156.3369405731383, - 130.80194055511154, - 126.89954638809652, - 121.87643142644012, - 109.50348580951972, - 109.06906794167226, - 112.59436018507151, - 126.8091335681498, - 150.75914754637523, - 174.49466970620367, - 162.6662825222833, - 146.42315153859033, - 135.12508818315777, - 121.23006168721945, - 107.01659090723439, - 102.34694824933018, - 86.64158057779545, - 66.679582952592, - 124.11136830263744, - 115.69829000814589, - 106.51274325778144, - 116.77822870702835, - 109.52962643898059, - 119.95105429585357, - 115.84705454874312, - 123.30091735351039, - 147.52456647654537, - 150.96881324104555, - 138.44182941993938, - 131.8972897808124, - 132.96094118087785, - 152.51209612062848, - 138.62803071933786, - 124.93438890589768, - 116.02261832814129, - 148.82899141472487, - 149.9422953865992, - 195.4987511485939, - 149.11351838353656, - 181.14433485991003, - 175.2416131249875, - 146.61885398757065, - 68.64775266840414, - 39.80138989536937, - 28.091650643069006, - 15.221404787058553, - 7.126745317326236, - 3.3367812976903566, - 1.5622993291969292, - 0.731477126085137, - 0.3424816077088173, - 0.16035176963984027, - 0.07507757919803301, - 0.035151734906930916, - 0.016458235336915573, - 18.21627290462039, - 40.533622118269335, - 103.14223393463803, - 112.51892788252636, - 107.45741995186391, - 131.52726662244558, - 121.91267893611426, - 132.514224291373, - 134.6038174611389, - 130.89634261966748, - 164.7224961631872, - 186.2050096371899, - 193.1901665847297, - 166.38663618979405, - 140.16219980360282, - 145.1877998176368, - 165.11482280878857, - 179.90373023530958, - 184.61777527180752, - 207.67081204937875, - 147.59508237298735, - 103.01833203831424, - 72.57105178066682, - 119.94545288704184, - 112.02709489111011, - 64.58261017861197, - 69.62091955942803, - 79.3663497631235, - 64.12054763313478, - 84.70433165220106, - 85.6994512549485, - 118.16509306598266, - 98.30374281803377, - 69.12950865725173, - 108.24821064446851, - 161.44777175926504, - 201.22930872916012, - 188.1471832566483, - 88.09154450596253, - 41.24494493686111, - 56.91339056944321, - 36.30346575896737, - 16.997482047150214, - 44.22733056378735, - 40.84007775439826, - 19.121548698504995, - 29.83089267997142, - 68.7950729014746, - 43.65662171257146, - 69.5964131558705, - 69.5964131558705, - 85.63894627439814, - 72.87514643979654, - 131.36743259141423, - 156.11414709828182, - 104.593295763425, - 124.06360494383179, - 121.96331433316809, - 70.394263816357, - 99.19485414826745, - 72.81016553350209, - 79.80512697094876, - 56.37229165851985, - 78.49626543597577, - 119.41504671018873, - 104.56478311344281, - 59.80947994245462, - 85.77005837799824, - 96.45935790204373, - 74.62523889899194, - 101.03677494368182, - 67.9837022572971, - 54.19647363112662, - 68.12835748617917, - 119.4395771067023, - 128.86806085561295, - 83.4855830400706, - 94.5230141279471, - 88.11562752537066, - 104.68427083483559, - 124.12408515261151, - 86.39517547604126, - 73.56221725566988, - 112.85719867396186, - 108.81306823934494, - 145.47350071288363, - 120.79274017687163, - 71.31888721136406, - 106.72465297507296, - 106.62654296595922, - 131.50149778388644, - 129.05057193537235, - 80.3186125622645, - 91.17951591216439, - 149.47897455582628, - 152.8618254892458, - 128.7543777281497, - 71.23648418131694, - 33.35331312479287, - 15.61620438157781, - 7.311592655721351, - 3.423327836709386, - 1.6028208940796316, - 2.1387824246744085, - 46.36886269581359, - 147.85100180119917, - 131.78823261368936, - 95.27482448111985, - 97.33781054982079, - 120.34882454743365, - 115.58839774702213, - 136.96357190737282, - 132.0132505287252, - 118.95326621596655, - 83.28049171878865, - 114.23549889219902, - 120.34441648815098, - 146.81089054037923, - 110.76706500224807, - 113.65313047140461, - 149.47926529396153, - 144.638991338912, - 122.70844942710028, - 153.78317882720023, - 153.05438281672684, - 127.58397440794438, - 130.44418125438776, - 135.2003464422409, - 127.28885786159952, - 123.45009851774567, - 126.90415224928387, - 135.08729305135637, - 173.47920865671858, - 173.7897409133846, - 120.11417408645374, - 56.23811597487672, - 26.330994759430062, - 12.328316356310037, - 5.772185425194753, - 2.702568916945208, - 1.2653576094347254, - 0.5924473820871762, - 0.2773871180169758, - 11.923986702454393, - 45.37273872176725, - 90.06685814722579, - 87.20844940783984, - 73.73087936699838, - 71.19518469573478, - 95.66882827042258, - 87.34194025043736, - 75.81555612878361, - 70.8895417564612, - 106.97842882078322, - 91.91439139662803, - 60.52658676327911, - 28.33888033486145, - 13.26841941004387, - 22.91108100440631, - 22.91108100440631, - 38.76510757236417, - 68.29950483548313, - 76.38833297068871, - 90.97536509783691, - 85.32123461703344, - 130.2607234306629, - 103.06011414746361, - 69.54975114339607, - 58.096902942482316, - 150.28011762013767, - 157.58661737230102, - 101.3540769281498, - 81.09850743946075, - 109.90095281747612, - 125.43067353587531, - 136.505570094385, - 89.46596217028303, - 105.02267119981317, - 94.55694671301313, - 70.1148012767566, - 76.74765055667916, - 136.6388055176051, - 139.97765853730203, - 140.569956976222, - 74.3120385137036, - 78.67299974855871, - 81.67346053710702, - 83.14738260298223, - 88.53287518889633, - 101.27105913423405, - 77.42840943923414, - 69.95591122206353, - 136.09132051723097, - 152.55628335041655, - 170.64068355596436, - 166.85429093587481, - 167.24391694811413, - 139.02505204964015, - 93.13917112048699, - 123.15542056006304, - 125.72319952891849, - 147.71479442537125, - 156.2561833117406, - 103.5868465704598, - 130.01994034693703, - 123.76747552346522, - 95.63460131810498, - 112.24249945853654, - 99.61436890237756, - 60.790491267873826, - 69.70317173732808, - 56.44570851988954, - 78.1918603918931, - 99.6045052396159, - 84.89374333716736, - 83.38435128902421, - 107.91589522585389, - 133.69249443012365, - 162.00631146124704, - 172.89355895941577, - 162.27013812402333, - 151.2197498678281, - 110.68223007126522, - 135.09725951670518, - 87.49262318663317, - 40.96452668587246, - 19.179816371695328, - 8.980095360867884, - 4.204529966683559, - 1.968584021699246, - 0.9217018504321302, - 0.4315458683631448, - 0.20205214561952745, - 0.09460192425038003, - 16.009249202554145, - 87.22527588478236, - 95.37909690386232, - 78.59854642671492, - 39.80222567824275, - 73.10998082042654, - 89.8449553675078, - 77.24310330347383, - 73.21311407748493, - 96.59429555598692, - 88.83618933347107, - 58.41253971058461, - 51.92398791498245, - 73.36595532302516, - 79.37536478150244, - 74.90657903883681, - 101.61517066437514, - 96.2435031255465, - 122.76436708475197, - 95.13360189606071, - 76.7732489540851, - 81.06751376791851, - 78.65213975310166, - 115.56105826745224, - 115.80680858934885, - 138.1597117442143, - 109.06786893783773, - 100.56575738610623, - 63.726627514474345, - 54.450084667445324, - 42.90881649301936, - 29.646774197135965, - 68.76485472452288, - 52.725329937140074, - 94.2880495403446, - 110.53644225921958, - 83.78136445627666, - 66.20924042174887, - 76.38015565476475, - 71.33781847814006, - 49.13983985753681, - 120.69967450672462, - 177.99000528282008, - 144.7209044189602, - 123.27859641115766, - 137.96731199674545, - 158.81006496127443, - 117.28505439537788, - 99.63006887513723, - 79.59404679380035, - 101.64895987406977, - 82.81310301283018, - 77.49296037381444, - 75.9317989706193, - 81.64796726286512, - 65.57869762633307, - 114.02815163631433, - 120.40456381626159, - 90.86776637564954, - 51.5171791340013, - 97.60888168101778, - 94.6457257003567, - 115.45999028845783, - 110.01210272602137, - 81.24838421773967, - 86.00546256863511, - 78.37084108327116, - 98.30324005155757, - 79.81747113727528, - 79.7370693023864, - 64.96480292295918, - 53.53183792558022, - 90.39817334606019, - 67.75253141646361, - 109.8487034760366, - 116.2168010797885, - 107.76567163080144, - 130.30203999336658, - 90.3257221029092, - 150.11543662942094, - 95.46736852691734, - 74.75854804190053, - 83.0793002943501, - 119.81998037441662, - 126.7097290203705, - 74.92755077415212, - 88.71942459476044, - 94.93776407857428, - 169.39832012591728, - 168.11770946134612, - 78.71363487303941, - 36.85415614320347, - 25.357092732465993, - 32.05080020736365, - 56.478750259322226, - 73.98728428113354, - 95.82985598232388, - 73.61689916580852, - 55.8085591781461, - 60.870247857961104, - 90.28543633196887, - 69.87464940328879, - 72.96566010601926, - 73.23272307088769, - 79.29478025862792, - 47.78163056314647, - 42.082996493181355, - 56.87790940310262, - 98.06451943403667, - 122.21782328742506, - 144.95624187710007, - 127.05733761698451, - 128.27694932369693, - 123.88445062729053, - 121.12334966970246, - 126.68754321372487, - 158.63826847116115, - 150.53168036866353, - 99.23665145035035, - 115.83452203594287, - 80.54444993075974, - 38.324844144187736, - 123.23482096375496, - 128.4673548478932, - 62.59380740134234, - 29.306764390787947, - 13.721588040652364, - 6.424522879658358, - 3.0079968957653827, - 1.4083606665302024, - 0.6594021987927289, - 0.3087357309146783, - 2.766129376541108, - 10.374237050151635, - 67.79838983754141, - 89.2219864566196, - 77.24223363865559, - 79.67565552352534, - 77.75671073428336, - 52.65995742528281, - 111.3172078440945, - 148.42949798770758, - 134.26431724732967, - 104.32316279010715, - 94.96205582220128, - 104.47454064947374, - 119.24929407257936, - 85.39193054030115, - 83.83835134757507, - 160.45963623417651, - 171.05866746920722, - 167.56009794352855, - 173.85908735032888, - 107.68575198955894, - 76.14533546176726, - 87.55622237063695, - 87.74874609568076, - 96.32489599193664, - 89.83393283221639, - 145.82390781819183, - 126.24426786631874, - 107.89877875008287, - 104.07879683522242, - 131.0002170541596, - 90.47843526532822, - 98.40114864046367, - 85.18891828634975, - 60.40278009065848, - 66.75476256399574, - 86.70119680614991, - 98.32718225065983, - 147.8648052200303, - 128.01113587952958, - 149.77662956101454, - 106.17870285798014, - 84.83664640028866, - 86.22626830731852, - 83.17356660545047, - 99.72091366654334, - 100.76589501281444, - 96.39677875499038, - 60.33329754294695, - 79.26387816406877, - 124.80293532400384, - 155.9582022211503, - 234.70636353809095, - 229.92297507822803, - 217.93343571362766, - 129.6907365913605, - 94.7946013812426, - 78.44384099674326, - 73.21758747668619, - 70.62543709972523, - 138.4723311837277, - 169.38083925830557, - 101.7416246140156, - 86.66544109629677, - 80.41625039047167, - 83.0224797878565, - 71.87512894203655, - 198.12949285943282, - 191.11503830961314, - 155.85617565119915, - 151.02549379824893, - 103.75540245329586, - 69.39018398511499, - 110.98490222964413, - 129.3971142590517, - 112.02308454122, - 81.92732311548357, - 79.02681862173985, - 70.76020129121503, - 39.67316912781675, - 22.72490358525892, - 14.68796444995494, - 110.89279108612583, - 150.06856969077666, - 172.02458103658813, - 170.45439104399395, - 201.42526936262686, - 203.48132887742574, - 197.26310094817734, - 193.33973337725413, - 148.64944988785055, - 196.5305262186872, - 205.21458858309904, - 238.1978933482335, - 241.3803093311224, - 266.9460718527246, - 180.10192007927182, - 154.6925598008791, - 172.14464995516187, - 149.03094853134903, - 138.24720283783233, - 147.07854263840625, - 130.31349262999063, - 108.88331112891659, - 75.9309193915681, - 69.35602321651419, - 114.07518426031714, - 130.8957771393186, - 172.65767318830004, - 214.2474852370577, - 209.9726137332043, - 231.40228790928265, - 238.51703499024583, - 166.3323568101009, - 186.42788437614053, - 213.12366076658742, - 205.5783619301389, - 117.3548786895251, - 121.03983697348475, - 131.5388844828435, - 176.34934425177494, - 192.5273641803517, - 155.01276320636188, - 160.12205088302562, - 187.15404098784185, - 194.41801165539414, - 210.0827960067573, - 220.95975716658904, - 223.92524689382418, - 193.859013064858, - 137.07185401306867, - 132.21904650744236, - 85.66707000439281, - 115.2258032546376, - 148.6945488407476, - 185.53492199400625, - 254.56919415668523, - 177.5264984199608, - 83.11888153657526, - 38.916716824705986, - 18.221020548115963, - 8.531181890556933, - 3.994346214449118, - 2.641342086798889, - 74.16096752903684, - 166.9941446122634, - 144.29798630524297, - 95.3537311956637, - 99.54906322178223, - 129.37555786580438, - 87.69017637315125, - 90.59406057306464, - 146.62618364654762, - 153.6395383396932, - 88.38159536699251, - 71.98645246834484, - 117.6396711970547, - 104.98307215571971, - 70.93810316022612, - 89.96736704256548, - 128.45987110764065, - 96.01736017577963, - 96.96744168726423, - 138.37990310378865, - 186.19182329481214, - 125.57610521612656, - 120.40607528749987, - 162.6015667855408, - 149.86376881785426, - 113.22768898941437, - 106.8327934157962, - 140.9609365330359, - 101.90849356455035, - 90.81753688711527, - 118.74277707282789, - 136.16968485985402, - 126.15919341629441, - 110.82672225001136, - 86.06445114153958, - 81.9223074362558, - 86.19208215398623, - 102.72111730478966, - 142.26680326744435, - 152.24272465854108, - 123.46808614452505, - 120.91614674196093, - 159.93960492181915, - 103.71516425593354, - 81.20037443866147, - 149.97622150935896, - 158.99952855541454, - 138.7939576990053, - 167.22192923063506, - 241.7825965844755, - 186.79852754135544, - 147.41183195882516, - 102.51521071419356, - 95.52070827111885, - 104.80032358833034, - 90.5113385398497, - 100.7955032938388, - 81.81137829119595, - 96.20754676176901, - 80.24464283433723, - 92.31769654291983, - 69.21989346171114, - 67.49256803798906, - 84.98514589597643, - 110.00636696517275, - 75.65254157904347, - 60.815852963807785, - 54.195789404400145, - 72.78271836406142, - 57.582917415971465, - 83.00871334226821, - 120.01631042115493, - 113.37649040808571, - 53.08349547327491, - 57.179839838007084, - 65.84560096947749, - 54.36407249916111, - 56.0791500131555, - 113.71829417825526, - 112.27116354834506, - 78.83548364830794, - 84.16178037099041, - 127.84785878743143, - 154.80243527384488, - 98.80034718019962, - 90.25876918931613, - 118.53680556589995, - 106.83916053251895, - 141.55739877461338, - 122.5966275708811, - 80.81533915642505, - 87.2063678859459, - 86.54710866395216, - 64.79956657138052, - 80.03720612905977, - 136.96589490278384, - 118.80077775364352, - 103.99381740653746, - 105.17292169282386, - 98.83012075504782, - 162.9560763209295, - 119.15866168796268, - 137.7846802313528, - 135.71728648916022, - 149.72798932766858, - 113.26163796108072, - 157.6831915876111, - 117.43567152663199, - 130.4010530933731, - 141.85162030412238, - 153.37017077775917, - 104.64868380250044, - 133.35095160763768, - 111.06697189320955, - 106.17197657361939, - 97.11457182698518, - 76.94419001784236, - 52.23274317828622, - 87.9559402422222, - 119.3382907978883, - 94.8608159179076, - 44.41435498880366, - 20.795044929600692, - 9.736354242521882, - 4.558614528451232, - 2.134368358152921, - 0.9993229872480824, - 0.46788851091601574, - 3.704086297408842, - 60.59449723340752, - 45.61311201335941, - 79.43093811331298, - 63.54592237738619, - 61.01495788608573, - 48.84253352308593, - 67.67482719251961, - 56.94445752489724, - 57.11524584376909, - 50.8737342813671, - 55.260790589667344, - 52.203525272914, - 54.815501864132166, - 78.87381606831073, - 93.12402234024694, - 106.6350896150914, - 129.36574792715606, - 108.26742867274159, - 73.68973904621933, - 91.5125390334861, - 77.87069860866588, - 67.65991919040182, - 71.36366087088149, - 93.34775475837617, - 70.6856805436989, - 59.5229817040192, - 85.3150594667645, - 89.29831398588945, - 112.32002442941314, - 97.87908405697992, - 128.31828152646258, - 170.5290820766811, - 194.99378125086582, - 176.39379434567522, - 101.36825021954424, - 68.56898590659732, - 74.88156804449267, - 80.36952581746132, - 79.0089385563195, - 65.79918272536193, - 100.79928529070598, - 107.11586309738348, - 126.7420877897397, - 133.24726511659134, - 108.07117439789076, - 89.17631819205347, - 100.88970325297498, - 71.27036182269771, - 60.71047627103691, - 64.26588094741001, - 72.2158947597654, - 113.09433478203637, - 112.98124004263049, - 91.83429684095677, - 103.92443239936466, - 79.38210663645874, - 116.27438082162496, - 125.15077077608655, - 126.1292588508036, - 130.1625153621895, - 83.98364237782498, - 72.12855737990282, - 57.77794012844328, - 41.946474374614475, - 71.10030766932049, - 141.84601731710717, - 69.50682643422657, - 37.895984172331914, - 70.54765436968832, - 63.88606443236057, - 84.46392605468415, - 94.34209136906972, - 75.20689484113443, - 88.05714423590652, - 129.59614584421854, - 132.13326700637424, - 167.14697581241091, - 153.67727199042358, - 102.22916335340554, - 122.28317819093157, - 95.6470799442584, - 82.24399966311906, - 123.4571315539023, - 108.13768195889814, - 130.9836582922151, - 181.10927777777385, - 167.23860319400217, - 127.29502979171345, - 117.67860003452408, - 85.8576003925175, - 134.13841977635963, - 138.04007490499777, - 174.96922638956497, - 166.66011788248764, - 153.19470348902672, - 86.14205624348037, - 77.1340081895915, - 110.83756093187118, - 100.61613125089235, - 47.10902523592553, - 27.510528020875796, - 29.735840709302273, - 58.033990790125614, - 41.55990039833619, - 19.458573613666022, - 9.110611032494626, - 4.265638120931872, - 1.9971951951245714, - 4.279473111190788, - 4.088994177815859, - 1.9144895308283034, - 0.896374512719161, - 2.6008613333206987, - 1.4974755993390194, - 4.715033095034615, - 43.46386367220022, - 32.20703526138624, - 29.405952901088213, - 16.93081302741731, - 14.342751620981495, - 21.884280051536287, - 78.00719541835394, - 97.75314568798836, - 109.6537236620062, - 139.93149898610756, - 207.47548064095156, - 153.74082183011598, - 145.57180862809417, - 141.0276888195123, - 141.06797155032396, - 118.70054859864881, - 97.03749206012532, - 89.46078140056326, - 117.94495687565195, - 112.69523827737926, - 164.88621814849876, - 122.18187232677964, - 111.77976663227516, - 88.34836458653048, - 83.54439118956405, - 81.8030572826827, - 111.19625585657428, - 98.14914827779982, - 87.63387945101093, - 120.90315938633894, - 106.90547057431297, - 88.20043331346598, - 116.83683956325433, - 123.1343874198322, - 91.61014345738457, - 82.03345470477657, - 102.88275012381763, - 104.02345089972412, - 128.98935553977546, - 171.82208066408657, - 169.41968099693412, - 123.57935510369421, - 126.21138492631212, - 130.8610499898466, - 149.19720339339065, - 144.54757191040534, - 163.3248451924082, - 161.24091697515613, - 109.57969657193915, - 84.88962313705727, - 67.05796097039024, - 47.5050571080283, - 75.67771387847333, - 119.63482982924178, - 114.30989514960216, - 89.18935107757659, - 80.06026848887721, - 63.92909193971666, - 36.80790438196816, - 67.00753248175003, - 108.26766065365328, - 80.22711442863067, - 55.783410532828334, - 47.01793076797084, - 44.92516722687984, - 21.03421002485113, - 42.854989998967085, - 121.58482859429148, - 144.31272026935747, - 161.1112633772686, - 135.56582077513585, - 75.09320039555557, - 96.29982196323934, - 122.09043116143027, - 89.90194193061004, - 109.3818582718532, - 81.05274286903253, - 61.226751342952966, - 35.25200093840002, - 29.247307871760846, - 59.70099501537583, - 46.03839786602863, - 49.61870329612849, - 66.19850172240132, - 51.44919130008404, - 38.032017325367086, - 87.01279173515167, - 107.96670754013141, - 78.12631567760343, - 74.46556996923348, - 62.65847527201353, - 42.02520569772465, - 19.67643211029855, - 101.19554632425817, - 96.69134236612784, - 66.71332401050384, - 69.57636216885834, - 65.75791616571954, - 79.62683474216676, - 125.37546325598966, - 147.58305731485012, - 109.36010582885089, - 51.2030021552745, - 23.973526816223945, - 11.224536918076096, - 5.255389830251846, - 2.4606023811491453, - 1.1520675484936767, - 0.5394043533650386, - 1.9140348340676832, - 27.452431951298415, - 42.23209303249282, - 49.062829622335414, - 78.35102270516327, - 109.50253775936676, - 119.14316975482673, - 111.92172246882794, - 116.04783327968508, - 82.78848579970358, - 68.08178949834749, - 47.15611359394424, - 113.25235622054811, - 108.87659259435415, - 132.37038159330666, - 114.89605252737557, - 107.01132309845545, - 117.73209729021843, - 155.88157967628825, - 151.05537936124668, - 167.6380335370067, - 154.6500195508812, - 140.84409378550475, - 166.1401066328244, - 180.2046911935394, - 150.7223555245761, - 146.16329879092308, - 147.76221113801398, - 139.08274576986088, - 178.89018455249825, - 152.5039511248777, - 128.32326475699534, - 77.29465802732408, - 144.4586205647713, - 142.70285353747073, - 134.66601485402575, - 97.35754490322098, - 109.76813207596958, - 90.99638287568526, - 123.38694892287667, - 98.87322163546268, - 130.031638151712, - 159.17204411278038, - 167.6749985895891, - 103.56082253166032, - 80.26007778645582, - 112.43742730356519, - 149.46164121216535, - 117.452419833182, - 129.8087842827306, - 135.549180922456, - 144.24485657627517, - 95.9189370657642, - 109.82515123740774, - 83.16028066507225, - 112.67253174196333, - 125.30897809887398, - 125.30897809887398, - 137.87418618974476, - 132.74090895599176, - 62.150022586880674, - 65.16507048937189, - 115.48319046766662, - 102.66831436956619, - 130.84216242553683, - 170.04476029337798, - 156.90971871592728, - 128.8140796173594, - 119.3522360821843, - 94.33348436211396, - 124.38394876855469, - 94.47079555401159, - 96.25888788893147, - 137.87570092563607, - 178.29247657444586, - 125.04377693675356, - 139.1318293227245, - 145.85250317835573, - 139.62525716363456, - 77.49470223750053, - 83.92619914252812, - 75.75415935385737, - 61.58143322474946, - 43.3042896154635, - 68.36009834681172, - 91.58359473006965, - 96.07801460131145, - 64.42933545470255, - 76.51828070416518, - 52.52894049257779, - 27.45502552306846, - 12.854593733027684, - 6.018591383291739, - 2.8179375397888777, - 1.3193738322551418, - 0.6177380742690403, - 0.28922835899312277, - 0.13541830612406408, - 0.06340359464524975, - 54.14277042485011, - 71.17321967182642, - 72.52248033541709, - 62.547184791417756, - 29.284935428769668, - 13.711367600750647, - 6.41973761356567, - 3.005756407900084, - 1.4073116578068998, - 0.6589110471473173, - 4.778910734961741, - 2.5747476408172583, - 75.9488277998929, - 107.46594017755375, - 101.80684919523803, - 104.71388714310687, - 138.97546547496464, - 136.7662855336713, - 148.44514262234787, - 146.20920692038536, - 130.2431527112917, - 131.8515943905162, - 144.34600039569145, - 138.32818586870383, - 101.1725322243461, - 125.96364072242095, - 125.2864755542964, - 144.05989838040594, - 126.43714458747048, - 112.86287546283614, - 98.93230452376613, - 90.40273998894271, - 95.37539134258165, - 120.6093275601941, - 106.72244411030636, - 129.5862821230559, - 135.7426090882564, - 144.0903034487559, - 114.95498116277118, - 104.13849412389504, - 139.97493293382968, - 133.22406811653175, - 126.10247095311658, - 155.49786684157232, - 172.56710304241366, - 159.5814446634614, - 155.54082124323048, - 117.70529943550244, - 142.35159197435632, - 131.5469871275734, - 161.60360498135435, - 164.57964974905587, - 160.6877690448324, - 173.82121813779872, - 147.95926421234682, - 106.59288732296734, - 110.5346544427195, - 101.00672172522206, - 125.29086960597593, - 130.0387766803868, - 116.24206696820539, - 104.95878172705397, - 112.70446314065293, - 122.7372692022904, - 139.01375498681986, - 155.95563312922488, - 128.03082885550086, - 111.31259597383563, - 166.32301546490407, - 163.8177966226672, - 148.93999559912044, - 163.32035095074033, - 157.96865812867983, - 134.6928707334231, - 81.60726914813263, - 67.68181703794606, - 63.41639887002369, - 37.34561629510069, - 19.92756620662332, - 36.60143570482327, - 59.6523708353376, - 68.50486084181242, - 59.582432935128395, - 53.88291339581906, - 42.26538151450255, - 45.29921155285807, - 49.25864376974084, - 57.5270677015126, - 60.82229829891785, - 70.87442629947446, - 61.47469757487575, - 28.782791023879952, - 39.07395699213392, - 68.77898553952103, - 94.2707705767521, - 88.29884288494065, - 93.53499615810938, - 139.92401823339281, - 153.71301148699814, - 174.69627248936973, - 174.36516687239248, - 114.09030252816083, - 118.35639002428208, - 121.06447950618133, - 96.59877055286955, - 104.0077325363462, - 98.25928186791612, - 121.37478954330592, - 119.90495195720445, - 124.38475572413648, - 107.62383989236919, - 108.27101058991573, - 127.99283158452235, - 104.28059561490736, - 100.9279075965086, - 112.98865951738199, - 151.35896749534328, - 149.5767086451866, - 109.58293776010044, - 51.30733328927954, - 24.02237522615217, - 11.247408011880184, - 5.266098201979073, - 2.465616099602259, - 1.1544149990087893, - 0.5405034425884239, - 1.7192207478281258, - 67.90049576503829, - 82.4424148446508, - 64.057626337195, - 118.92876720718746, - 127.43754315098616, - 123.69123843558687, - 121.94281506474755, - 130.3588895629823, - 122.06642754924306, - 116.66185659350049, - 65.93042061938786, - 77.2390726681451, - 90.85358148181851, - 113.6647659659649, - 109.60954470363541, - 112.73321845724946, - 113.05809811174247, - 116.61312420498814, - 78.27334058377393, - 75.42958932830604, - 52.56974100922021, - 68.01382250911334, - 52.10945087188524, - 74.63932468039651, - 107.0824678563161, - 154.59955564511142, - 174.038609454711, - 170.84384441235252, - 168.17069360743227, - 157.52114604571096, - 115.81011601811016, - 69.6235879961217, - 45.39783790845706, - 29.879154090989164, - 13.989584041853451, - 6.550000079255983, - 3.0667460097383517, - 8.84262236962534, - 7.328483480238009, - 9.45457743198941, - 7.835652324243853, - 23.67678328241298, - 18.78476786565101, - 8.795131480729715, - 5.555753854637633, - 59.52826904307392, - 44.44688283337692, - 20.81027464507296, - 9.743484878947667, - 90.71573257027877, - 63.8644968482969, - 60.49174232933569, - 41.313352315534175, - 19.34313844725491, - 9.056563653610478, - 5.107435269564093, - 22.758619090586762, - 30.025989515213055, - 18.757197914964735, - 8.782223078404108, - 5.86392827961559, - 31.508615446301953, - 86.2153157141656, - 99.55656477895774, - 56.8874968138377, - 30.207940874092756, - 16.745013582251566, - 11.475832697749105, - 16.748560181762546, - 8.887752632532093, - 4.161294594130051, - 4.191028080627781, - 20.38195715315576, - 29.579919830526247, - 14.577365137508686, - 6.825202416338256, - 13.65794291249427, - 13.529001639706086, - 20.252780107018914, - 17.018238265761926, - 54.401315460297894, - 79.36076960134953, - 108.28061372825334, - 137.40572163074768, - 84.54427020608017, - 65.61642486504803, - 114.37049432540725, - 120.99258529720527, - 78.53288374966831, - 65.08555009561955, - 30.473412004910934, - 14.267818860818833, - 62.57944728155425, - 48.90165830026278, - 22.89602498431637, - 11.364645539932582, - 11.590444904147578, - 8.523675171253252, - 3.9908315272441968, - 1.868529238720921, - 4.742563840793775, - 56.0991349504817, - 96.73993593132242, - 151.37105258800335, - 158.9007233576937, - 94.30852890896232, - 44.155771178052674, - 20.6739745692636, - 9.679668434893076, - 4.532073922000708, - 2.121941900451652, - 2.3941922503904247, - 1.164323596741746, - 3.551109989640705, - 13.440426020746024, - 10.765041590839054, - 30.619926820036355, - 37.24263860987264, - 46.366045749691, - 28.636981516436578, - 13.407992020430411, - 22.252960359341937, - 21.3543358683881, - 32.57980311050743, - 69.2408480083322, - 66.19249483615576, - 52.02023863501025, - 24.356161424302744, - 54.76570334306588, - 35.46774422580574, - 22.160317468319064, - 17.816667395356355, - 47.23688383927344, - 47.23688383927344, - 24.916853895494214, - 74.23422604154555, - 59.45231462148951, - 44.60480968902018, - 67.41669942966554, - 75.73439062609658, - 98.76645498483474, - 102.59691677468444, - 121.5100193232181, - 125.07529864508317, - 136.04194873806293, - 121.95471912343578, - 78.82650492287362, - 75.4212211644215, - 138.2605378253505, - 98.264051976712, - 131.73522561223592, - 108.75361669873435, - 130.11143610368686, - 89.48806092916362, - 83.74399988942685, - 140.4943477834169, - 126.81416910381749, - 128.64986300528247, - 102.06867139325966, - 104.79525090688041, - 103.41278652288813, - 79.54811307567151, - 91.30230213603778, - 124.67349051277617, - 131.1634155247433, - 92.32042454521942, - 69.3251264077254, - 67.37955253411934, - 129.80538127753903, - 159.3375059484917, - 116.29181909749435, - 54.448468376654674, - 25.493071925189625, - 13.319381228156992, - 7.510409369834695, - 6.6126538644780135, - 13.953439272726525, - 12.958323737517706, - 6.067158341079631, - 2.840676856155126, - 8.6783893956597, - 6.214857775436013, - 10.782279586929658, - 66.93010803852175, - 95.6826790952178, - 52.938764305039214, - 66.32698694408516, - 45.55712806480653, - 28.79344373617188, - 74.87186245704726, - 110.47091371293301, - 152.7868455355937, - 201.6993843570327, - 196.40467791991085, - 226.70155304411742, - 131.2709952516077, - 73.08889870255663, - 99.51903203323698, - 150.87642773910216, - 134.8062562932628, - 115.54242119778408, - 139.3143400631034, - 147.86411674679408, - 108.68729660986749, - 99.33016369621225, - 133.29213828627132, - 133.46020063376056, - 170.76431652955972, - 172.3436621810372, - 164.64376631248305, - 124.75945429050074, - 97.47941757516094, - 145.96500323155988, - 143.3916046086656, - 150.734449748332, - 156.1929032075113, - 127.33880991183901, - 128.21232917106016, - 99.3231685004434, - 114.32244376257623, - 114.70811312906704, - 113.90484301504873, - 128.2946054196442, - 132.55058856691076, - 172.3854127153852, - 169.54488856425286, - 124.06088644334774, - 190.47979434696884, - 188.18904400235672, - 96.51136525991451, - 45.18715125555591, - 21.15687238589477, - 9.905763844716828, - 4.637933034597225, - 2.171505718348077, - 2.822713967636431, - 1.873710904316635, - 19.29924914415523, - 70.06824167493508, - 141.41212664419618, - 73.63122851782977, - 70.03413238589636, - 73.35322351740241, - 60.79281284430406, - 74.57788008615913, - 53.4074811347835, - 36.01701170193295, - 72.47860488494288, - 67.97700618566849, - 73.36593795697266, - 67.72820527163216, - 76.66030372251495, - 60.39743529936088, - 56.85455642326515, - 41.89054091338603, - 51.810955086590425, - 37.51473352289423, - 45.043775388875815, - 97.13956395840714, - 98.42493288514757, - 53.25753723571928, - 108.3388751207093, - 104.70175580327681, - 99.05424072638547, - 141.2113939291778, - 137.29343221777438, - 130.6229697568292, - 145.7840751806088, - 144.90823539231826, - 72.39004673927234, - 65.21745936748371, - 94.284177984276, - 82.05867152132913, - 164.2935842543964, - 110.30616067260497, - 76.18115657673481, - 105.59469249729244, - 146.4131125179086, - 149.43983974433579, - 131.90165685444146, - 90.73810282562678, - 120.88936484316505, - 89.74999301729018, - 57.78867737333044, - 108.51706416725807, - 91.38539259638257, - 71.4115805829577, - 94.13312356786236, - 87.1467357053381, - 98.10245590497632, - 126.00246533439451, - 107.25807296577868, - 144.44914751519764, - 147.04188781111628, - 173.44747598009272, - 209.07187406462725, - 191.20240906311187, - 123.3355568900767, - 90.20903089245695, - 130.8655993002273, - 115.87748677729388, - 84.57270401943877, - 98.42826195173106, - 85.31978278790399, - 97.23878290190592, - 75.07515681739896, - 59.71226002727111, - 47.09256464398812, - 70.72042508778877, - 93.681794138588, - 70.21357252681686, - 53.214864983123334, - 71.2195868928061, - 62.090358226763236, - 63.19987757594984, - 174.84565326007464, - 184.1666171139923, - 170.97074263241268, - 130.04730211925545, - 98.08085438499721, - 97.46564745215139, - 133.29985601469076, - 152.73966536146963, - 183.30162470280675, - 180.64892444672938, - 185.53229688331476, - 170.02771527227327, - 109.96007683528296, - 136.19703946423033, - 114.90334560142878, - 86.40856318887853, - 113.4893549485023, - 140.66003710728035, - 110.68878237339699, - 78.44346466563692, - 133.33408578516566, - 171.317733746301, - 139.57903027297928, - 132.92599060238388, - 89.90090547871232, - 67.4019159271519, - 40.92458111229807, - 19.16111363476652, - 85.38900534745459, - 97.84409855017064, - 62.53053918739457, - 59.97702466172015, - 92.52774765310429, - 119.60629443556917, - 150.04089111343035, - 140.56863922581897, - 166.0920447642198, - 139.25606412752234, - 171.45212704796978, - 172.80474912387044, - 136.2379029684722, - 63.78733438903129, - 29.865580281279644, - 13.98322870960003, - 6.5470244777914175, - 3.065352816790624, - 1.4352150237532035, - 0.671975556328792, - 0.3146226459660007, - 0.14730805075030692, - 2.308245611802014, - 91.92894756559937, - 141.07795715966216, - 172.4256676616688, - 143.71651493307243, - 180.46915327393918, - 182.06443385785656, - 191.62883466908994, - 248.5128631363359, - 214.8417816782589, - 213.32019601693054, - 213.50098415603338, - 228.4811253443369, - 242.8585667657117, - 160.5855293016799, - 185.81648898854488, - 162.06629408412167, - 117.1112665422863, - 173.83838697803972, - 178.4755602630313, - 169.24247730592145, - 170.20911020336854, - 223.2210355892318, - 259.36994881272676, - 251.57577151863242, - 173.61566536632668, - 171.1782282129543, - 215.88617365072264, - 175.58124008253327, - 177.35131823236134, - 225.3676425836398, - 256.28411071482276, - 254.37608885954245, - 269.8128314110565, - 201.44044424849466, - 218.3374795251152, - 220.52434150105842, - 227.44079457451903, - 259.54738835129535, - 279.49112335705564, - 248.33587938136475, - 159.94289769290276, - 132.27823073455147, - 200.18656330134257, - 215.59135962558398, - 171.6195651750856, - 171.97279166920688, - 139.05923121490386, - 144.4430811059854, - 222.63152977706162, - 249.4849864877104, - 244.9066917904192, - 200.43903655406012, - 236.72658237833218, - 236.4917035856938, - 200.93014276399148, - 171.24542696735386, - 126.65358663959272, - 150.2054133531101, - 153.43423883056238, - 176.25660385466063, - 129.6565226782102, - 97.04232034492958, - 152.0807160135048, - 129.67084765851192, - 127.75553063329994, - 147.37758113837376, - 219.7361679926169, - 257.88330751537643, - 171.67432474955817, - 192.02892964652096, - 176.08874733482236, - 168.5705496612651, - 179.56028879404607, - 183.16687328747525, - 178.91781072545285, - 140.810104839181, - 135.93045821762243, - 144.47526699866796, - 211.86086150234718, - 209.95143186785492, - 138.48231349447394, - 176.6385863811443, - 177.19896217700745, - 169.7447991699944, - 175.10294817474474, - 191.84353494602226, - 144.88567469518148, - 144.8794545391384, - 143.5116833170135, - 119.84023730925071, - 179.35163491227559, - 175.64765002162648, - 140.76097333635846, - 142.03515183813363, - 188.49840453008824, - 147.06189205756488, - 137.28163162606373, - 177.603421321484, - 181.3530248935152, - 257.9049840495839, - 242.71390370165673, - 142.16887909997948, - 105.07769843577478, - 70.34584717668146, - 170.45608853496563, - 176.26818222586334, - 199.1808837374374, - 163.20641950506817, - 165.17028015153676, - 108.19327229315445, - 50.656684285606254, - 23.71773778926501, - 11.104775090859404, - 5.199316685016483, - 2.4343486265959755, - 1.1397753964261403, - 0.5336491002584625, - 0.24985743954433656, - 0.11698462541287086, - 35.505565366182225, - 62.563124904981386, - 55.05388325097765, - 72.48713066133094, - 78.77750872572823, - 94.7567686582974, - 93.68429431834613, - 72.52291506595799, - 158.05487737999107, - 172.60922983550947, - 138.51302080839574, - 135.0377443326368, - 158.4050166383679, - 108.80152953707297, - 90.20927819387235, - 174.28742489709168, - 159.97290971947115, - 123.55972934129568, - 168.00791672537747, - 182.42913824908138, - 187.80625285664024, - 159.10871053401075, - 110.846248293588, - 134.63591246213213, - 106.0103861978286, - 88.24301162452852, - 69.4135100108477, - 78.33437563428704, - 85.00346791098632, - 73.59013163945568, - 97.58413824158015, - 92.93450035391146, - 83.01324746837395, - 88.55232013540672, - 124.20730880292899, - 119.98892723654782, - 102.89743822115156, - 81.9038469993181, - 60.864689893613814, - 106.62988510303364, - 129.26420455333695, - 95.22925527357796, - 145.30044543666912, - 152.69438020580304, - 123.2313952748598, - 117.65492459433871, - 137.8588858594685, - 153.36218680033312, - 209.02823264055394, - 168.82453720942246, - 165.02701345705964, - 131.92703705825, - 91.92227416642336, - 108.56002404727698, - 114.29846598794019, - 131.59944057758614, - 97.00389253576084, - 124.83563551240223, - 102.24737362769602, - 99.47069332791023, - 64.47605169521412, - 51.3956550383539, - 106.83075775133008, - 92.83827492835087, - 119.68140952433615, - 98.0503369088845, - 72.93220208828431, - 107.294433534557, - 118.00672149236226, - 91.01720987582358, - 98.39147849145618, - 114.52051645353367, - 129.16395391272448, - 104.76160432399226, - 104.36486679223019, - 99.92105691880428, - 91.94944001214068, - 80.63617917943483, - 64.2123797711465, - 80.19238097507096, - 92.2950543426837, - 71.31038674869733, - 80.61426217552892, - 127.889064020435, - 97.77923093284276, - 94.63402441998333, - 115.74913652982875, - 118.53409792085714, - 97.24944336775528, - 81.50241880093024, - 129.87480343201406, - 153.19465877740325, - 162.66723685164635, - 115.82687132322786, - 70.0833093222149, - 96.39810966670501, - 118.78669319176723, - 72.94965563305458, - 107.75584943651046, - 193.20823518018364, - 186.99550643648416, - 113.6372235465677, - 77.67023808868717, - 153.5959063413306, - 132.97272740420914, - 140.6306901035593, - 145.79080561765747, - 138.22696896924433, - 97.31273257642404, - 71.39050815511787, - 134.27806186009877, - 145.92792548926556, - 97.84035399949587, - 111.40422785484455, - 65.53391046795936, - 58.319254735453235, - 27.305395356755678, - 35.603316937700086, - 30.243657323170442, - 24.35179667956321, - 11.401644945551379, - 64.24283502438466, - 79.49561107056202, - 53.841777787568745, - 82.02011048333597, - 86.56186691058633, - 114.07785308809595, - 69.46683828436313, - 79.56302888382932, - 105.4825603963362, - 97.5888959137819, - 73.34109981038338, - 71.26578982891914, - 74.9445406458241, - 107.61807084258, - 107.76856403472485, - 119.73168937520943, - 151.8948269117672, - 92.75273204561, - 43.42733854218757, - 20.33291840859615, - 9.519984067386568, - 4.457308824146876, - 2.086936471026226, - 9.831454757853912, - 148.7612100578606, - 187.31205043242045, - 129.357882072832, - 126.20660458156745, - 80.75939476368059, - 87.49688133607148, - 127.21744929660676, - 100.74091905964563, - 108.99754972659493, - 142.1676845219768, - 95.05065447416268, - 105.44369357847638, - 117.94089509489473, - 129.9279593044838, - 127.66262501214399, - 66.8514589335439, - 63.76466768334677, - 96.42608115162528, - 120.00140830478571, - 103.49549857858759, - 84.76227269651966, - 150.55452358157203, - 111.13949276718104, - 134.69699050214598, - 106.86636223359241, - 96.84038393831116, - 82.64226579273674, - 116.85172278838797, - 117.35594806361183, - 122.73016060112786, - 123.52031082804109, - 111.56973174854323, - 123.79543600184262, - 104.76124826092583, - 89.48730733362436, - 114.8097284164651, - 123.02349467573185, - 84.66886252397488, - 108.22536717306286, - 128.77504126320108, - 107.94640535994044, - 134.30658944734566, - 117.10392658497672, - 146.70621996744134, - 142.32001713064517, - 89.49131886047839, - 85.8740597025647, - 71.30482823849714, - 108.3834868725254, - 81.07838352461836, - 125.05644230614978, - 123.73280190768574, - 109.30938199546028, - 66.49566732704774, - 99.0987518577199, - 133.7270365549358, - 80.03407422902721, - 78.58498109515995, - 71.57323214045385, - 97.27477893609353, - 99.40281807095175, - 113.56330183451854, - 111.11687799337169, - 81.56106836117219, - 88.73252459434431, - 128.7566792168638, - 138.6804215469851, - 126.89976245505107, - 122.30764893620972, - 102.46135969698383, - 105.53483098475223, - 75.96437548641008, - 66.53446626315974, - 106.17786983651995, - 118.6296733289008, - 152.12672513408413, - 124.72756887380567, - 109.12479891265538, - 120.02359625632626, - 78.02600139451224, - 72.52128063271674, - 85.94965528079118, - 103.47892146330108, - 85.4733787694377, - 102.93135333477872, - 139.54330908321919, - 127.88193982136896, - 83.68075415750266, - 86.4187290239565, - 107.54821629302536, - 97.56150936348706, - 96.62664596120365, - 87.05457054427308, - 94.65702430970182, - 94.33935417476081, - 116.65332779501313, - 115.19733455352156, - 86.35870193208488, - 86.195024419811, - 87.52747370420477, - 113.12078104328626, - 96.64023326485068, - 82.52827746263337, - 96.75054815977529, - 157.96926565425127, - 143.6728284072891, - 125.62681185795421, - 85.98942788581954, - 63.583394286218706, - 62.42200416274302, - 68.6875000731649, - 102.07133146897135, - 94.33850142246918, - 180.06723688135372, - 111.63739597295171, - 61.44947338782512, - 106.78443147556114, - 80.64351445755909, - 89.52147814402284, - 68.88997460236186, - 78.35644933666853, - 88.10396685307148, - 73.66038849035743, - 80.78529294821237, - 100.42437178603794, - 87.52350073772618, - 99.16413720243911, - 98.81485686167946, - 136.10312043700213, - 111.9452014151095, - 97.95803476288947, - 72.58760757070935, - 57.68652845938756, - 86.32228216480691, - 95.563783067011, - 100.82195122794681, - 76.74245831337922, - 65.99484781371123, - 96.47551429799334, - 95.74618255262442, - 68.74610607358508, - 94.26831240249109, - 101.92487006737872, - 138.73384610073825, - 117.68397027391194, - 85.56588432872535, - 77.36527487901148, - 63.741098072184286, - 76.1215733073831, - 58.32707376098969, - 83.15226951565316, - 94.73618021760038, - 95.50166465602283, - 90.20590887383537, - 60.68046921394843, - 86.53776755202928, - 92.29827021633659, - 76.82302884268522, - 116.95033053205569, - 107.14398111558378, - 72.62171275885545, - 57.47669343448537, - 70.64777643847734, - 71.75699253251742, - 115.80388148140156, - 124.66847547942301, - 108.20070635261334, - 94.93352198890855, - 118.57677804593402, - 97.66174499267315, - 74.43602273976745, - 84.49427100293376, - 87.8663189141257, - 87.69978398283601, - 87.11958363021084, - 79.142855928656, - 96.71678305237633, - 77.36058690362236, - 86.64692384991935, - 138.87746239995445, - 137.30562202453387, - 64.28724631499735, - 30.09964179053556, - 14.092817593700543, - 6.598334595189934, - 3.0893764955520133, - 1.4464630420874398, - 8.083121183324478, - 14.982321352610931, - 60.22044709773907, - 88.41705392308708, - 95.54658442495105, - 73.98063677184041, - 89.28902688020662, - 115.03116347465468, - 114.96396900809798, - 130.66640990992897, - 147.63491767170325, - 101.09622245657403, - 118.40210161555048, - 139.57710226439804, - 160.5241955908425, - 104.62443920563467, - 91.07963913842418, - 93.70763144874789, - 119.79508560082519, - 173.5525596544872, - 147.70621870676487, - 126.13079716346063, - 135.8000107920971, - 127.87596169037818, - 116.09936896590739, - 116.79257645363984, - 114.38068706636436, - 121.2274584559143, - 113.781856776311, - 110.28384969438953, - 126.11020201072803, - 157.9974097926608, - 104.38427073121285, - 78.65230201301378, - 119.02273742050559, - 122.62707276399877, - 91.12108534991418, - 97.30315030107178, - 114.13160237125436, - 144.6763004379414, - 92.4981928866727, - 69.79758664386613, - 66.38168779667735, - 81.63905597359724, - 81.77783737990548, - 107.5907386067985, - 104.75860746107274, - 83.1359392419007, - 61.22319890343018, - 51.06251998942563, - 44.511782033799555, - 97.51192866657308, - 135.38881664878022, - 131.6713823442421, - 126.58113362667495, - 134.7009263330657, - 187.07910820124974, - 141.8857302648189, - 85.77849462007292, - 95.24195592200519, - 122.73953929965344, - 108.49619957156638, - 109.33424778642674, - 55.017551309952886, - 25.759519679965948, - 12.060748585561162, - 5.6469087254466945, - 2.643913678102955, - 1.2378949044739396, - 0.5795891927992337, - 58.2986844244448, - 97.44386027871664, - 99.40452020404535, - 118.09729190630662, - 97.46889584701884, - 148.7769181160554, - 148.68333396890452, - 145.06127061911516, - 95.75735062537007, - 78.74503107743237, - 159.89540889365395, - 133.7791931482668, - 97.26910064250423, - 75.69589230778482, - 128.86377388581326, - 182.46224593582994, - 180.73966484309202, - 191.91404524175027, - 175.87615304324422, - 179.41650574850183, - 155.34028971334897, - 191.82353337412957, - 174.00267422616992, - 180.00624881725838, - 117.12010628940779, - 123.90999501530695, - 134.33355531299173, - 176.22954866226996, - 183.06990025777856, - 148.95716773223572, - 140.0434700953674, - 137.28152372954713, - 187.36819414488073, - 227.58172197122553, - 198.33039171636221, - 160.92727647444474, - 162.65278262193777, - 178.46995537540835, - 169.56429724349948, - 99.65596378600348, - 115.41653845511748, - 116.10228744638154, - 148.93771015843743, - 203.70075756969965, - 202.5447160799534, - 150.54438129554143, - 146.9220012258894, - 162.28136003158824, - 152.57398587178886, - 176.68589329603486, - 139.64879502358633, - 117.31988687888182, - 120.6211533797658, - 140.98640876035944, - 97.39676878401522, - 117.349119090568, - 129.5215323752908, - 152.56722642996016, - 140.48235226809746, - 157.7476155014604, - 158.23142619417843, - 167.79056878594966, - 188.50909915058844, - 185.93281537896297, - 177.769378486255, - 162.2965673857237, - 172.8200742079199, - 194.82283312826607, - 235.26798017607518, - 184.195322070581, - 130.82685751695266, - 160.74495510349144, - 170.1302972001376, - 171.19398706007664, - 120.42282241765686, - 110.3845238232901, - 75.82348364450161, - 119.79996130813348, - 190.0494101958261, - 192.23951959382043, - 216.96551061686426, - 134.87042221084388, - 115.77875934267534, - 124.31107659143028, - 179.5808347040077, - 164.86644208723948, - 142.82330263293824, - 154.2953315268593, - 161.7585728323639, - 120.54840033637383, - 77.78472459476541, - 95.15146773892238, - 145.54100408676618, - 109.40736196086787, - 144.61516874868704, - 93.25023950314647, - 104.58986456404944, - 90.1067685021744, - 131.9474260507279, - 119.50899849705117, - 115.09038045290679, - 161.48234055573602, - 150.25069978181912, - 129.00570984091092, - 174.03667951358568, - 171.9621014017423, - 160.25909783758584, - 141.7581268703566, - 107.21528832725038, - 117.14652976440463, - 86.17962631179628, - 94.18813308002584, - 87.6318171536179, - 129.0243067037525, - 101.57843346716524, - 82.13414336005387, - 151.85449615567953, - 203.35279108465164, - 123.28013535874652, - 143.41903000715195, - 139.7793259106539, - 128.82936491884107, - 147.7928258491551, - 166.6558086575778, - 154.97312183464572, - 131.31795271475556, - 156.43469234777714, - 135.97787732952222, - 138.29899020713043, - 118.31235530347286, - 142.66349700942197, - 146.66587876060726, - 142.19588157549458, - 158.2915953680805, - 156.82067963366077, - 176.3817216054525, - 173.65376868055415, - 184.05702493397726, - 185.89638226540464, - 182.08238157102508, - 166.23417239814347, - 164.26878148564376, - 154.59276863413902, - 181.7318813937944, - 200.60864542006965, - 183.2740811567401, - 195.83555149666844, - 181.61162095497318, - 174.84992882828206, - 163.57978813474358, - 163.92400837372722, - 164.89410775261823, - 177.16892833234394, - 156.19283033309728, - 109.51597938301705, - 117.00361349147808, - 103.02285470214582, - 158.18850227362958, - 132.97398501238357, - 137.91375267346453, - 119.85008022598504, - 70.9342459714572, - 91.68813691313413, - 84.26943053702118, - 107.6926322852176, - 131.86297326973454, - 105.83649355144757, - 110.73083264750561, - 132.42474521181077, - 115.18406598134351, - 176.9315991819491, - 120.12908475499111, - 118.32319854526075, - 102.8389377050672, - 142.40634468170842, - 127.90483332830541, - 123.61085169361483, - 111.88280476598709, - 100.03517341806759, - 119.91455083164685, - 100.11202178818651, - 107.20738105280086, - 136.00514668890767, - 163.86000478491692, - 116.45801672946395, - 54.52628302070101, - 25.529505168890502, - 11.953054528234885, - 5.59648577635027, - 2.6203053764129383, - 11.416931003000311, - 44.93064964242356, - 53.83760541393386, - 73.3156505008537, - 76.56635170366138, - 91.92167306003117, - 60.99797651197422, - 58.982097408458685, - 61.57158540935919, - 74.271529645421, - 75.56624259447699, - 131.82010695005178, - 157.99650248083802, - 106.40127437139485, - 108.92711368133293, - 104.95480317201174, - 106.14011584839821, - 71.4975128351535, - 74.19889245836289, - 93.16887105206487, - 129.3345646343657, - 127.14504118904249, - 104.48313844042661, - 119.92336178550221, - 133.24247855530362, - 167.17208371677208, - 151.08320853906508, - 155.1798184056797, - 145.62372113597146, - 125.30042627641106, - 102.684909014862, - 81.90486674113804, - 108.92061133077212, - 90.91922120004753, - 97.72868741414325, - 94.7510870710858, - 102.70279648246643, - 100.7476136800058, - 82.87093454772727, - 95.49201265643683, - 109.21902431736133, - 110.80920773263767, - 78.9326067895729, - 86.71111540712722, - 107.05097813505226, - 103.73616176225627, - 84.39278732246477, - 98.78478347353324, - 83.24132896975622, - 121.56101305631722, - 177.9729111013034, - 126.96997016032108, - 129.25540436878393, - 122.77061630181187, - 131.77048861883313, - 132.35880510922422, - 124.70474566016306, - 120.04721780265203, - 125.0605159069498, - 103.64986572681701, - 144.6181086607574, - 155.26396283355388, - 164.8932335780901, - 168.81902692823994, - 171.1372097650097, - 156.79484375906046, - 172.17477756144615, - 142.91743482812916, - 157.02647778728885, - 179.96649801308035, - 190.53350410776156, - 157.90578111937046, - 148.7503531190355, - 156.28500337125698, - 165.05976470816185, - 160.83400541730558, - 169.83223580062116, - 169.83223580062116, - 198.30043506302295, - 216.6314380106244, - 212.89048871514868, - 219.5576520270472, - 269.89584016120335, - 267.0721153452795, - 244.99884111875002, - 212.86091502031874, - 234.33448657787034, - 249.18860950819249, - 145.3581112467686, - 96.81416040068942, - 106.1024281668706, - 106.7706844618517, - 57.198685866604706, - 69.4423725044879, - 79.76043798347536, - 70.37356516995828, - 39.446275723328, - 86.8737817612236, - 96.97281835504232, - 66.10289076725186, - 104.3475924216997, - 104.01729748989442, - 103.04875245839312, - 54.16736071443825, - 36.5601245961471, - 20.794309596083565, - 18.03646195732314, - 15.786094571423124, - 23.418401846889754, - 114.60123948938212, - 119.47272140858178, - 150.76621020148127, - 194.56374704240426, - 191.05898506313872, - 171.24394829863675, - 174.6509267853899, - 161.51687335084037, - 129.08744656489233, - 108.5922256320658, - 95.8605705649446, - 101.08435638795564, - 80.0396280210118, - 99.85113906289209, - 77.9729930737088, - 121.09553852350831, - 110.17069569358753, - 105.91663703149476, - 87.09576749727913, - 76.8946734129735, - 78.98339904454019, - 63.49671420152268, - 144.96657895662284, - 159.86569093745217, - 164.93144734357756, - 155.6333812118832, - 204.6082505094634, - 120.1455482650831, - 92.8787443784735, - 43.486338208494566, - 35.10307812550319, - 66.04241819146236, - 47.47476743884442, - 40.36462302090816, - 75.6251690455857, - 110.57920039926007, - 142.35092516492415, - 151.81689056475344, - 130.1401443929557, - 119.03853500896882, - 99.68637962762286, - 80.14682425970253, - 74.62683459870948, - 94.36485464563428, - 93.26561047882109, - 75.25182896210582, - 78.80054431087144, - 84.1765018003103, - 99.55463997948496, - 87.86085087036135, - 76.33947531251036, - 82.00766713763889, - 100.98351863140925, - 139.62558421654285, - 126.33948718655316, - 113.24276896497668, - 105.06884695084216, - 114.37223959903943, - 61.154826852067046, - 59.73456152888116, - 126.69338456355399, - 111.57118677439506, - 60.29651382121337, - 66.17202217367377, - 93.6460426676424, - 159.4858803417341, - 217.05666262911507, - 162.78891711353194, - 131.65634436577088, - 69.07371592613637, - 32.34069314978408, - 15.142090147965119, - 7.089609767706324, - 3.319394229409703, - 1.5541586083380687, - 0.7276655958701413, - 24.110350879931783, - 144.11109809248995, - 139.3767002371943, - 152.9625781008113, - 151.046758184721, - 153.72246737768725, - 145.00057151703606, - 138.55518961380105, - 132.8129091006676, - 127.61476394651658, - 159.38757602988983, - 163.07440215925536, - 189.89395684096462, - 168.9078457918323, - 220.0566148533502, - 139.81481821434204, - 95.61783109394048, - 78.22670345824785, - 83.90451236725896, - 76.19983429080922, - 63.87802534759494, - 64.50576261279929, - 79.3091328337429, - 74.81327401924483, - 65.6340128684487, - 80.3905442271773, - 75.84357840990143, - 50.34478927669012, - 31.91615139180321, - 89.838689922232, - 87.65013645444077, - 142.77724694350763, - 115.66584456640835, - 155.7929601890602, - 125.01563491891434, - 159.22270879927208, - 148.76372828537757, - 147.07999335476921, - 102.26419527244326, - 126.20763411140126, - 174.01118899522228, - 152.68225054638776, - 151.65370976615276, - 125.4603500741219, - 163.5910550455079, - 148.71896304623738, - 123.72207659751494, - 167.88953304154649, - 140.57441645862633, - 102.94474671462802, - 87.3374679556155, - 105.76132885842065, - 153.4433167610468, - 129.35886331945062, - 143.89239328242252, - 110.11538022322739, - 91.69567483511938, - 131.47549356143784, - 165.73254065978767, - 106.00875505027294, - 78.38119310962168, - 55.4430311384165, - 64.8170335359419, - 55.828538411595446, - 32.88408177079868, - 22.31569126256974, - 24.61951865968388, - 21.313878875664212, - 14.348969030373919, - 119.11930640203923, - 153.49287983528387, - 95.41914205805634, - 72.48137281692944, - 81.35088521734244, - 71.36948779759663, - 38.193516108565795, - 50.095497276863505, - 88.69316212582982, - 61.555172806913276, - 55.9730165290109, - 68.19587881336417, - 60.60944352388643, - 65.67636101090974, - 99.22052868107181, - 132.38224866882337, - 81.14491294343361, - 58.35928428271944, - 108.2904702917151, - 97.5607789227216, - 60.15488576243275, - 56.227210622548355, - 99.24615756206832, - 61.64709378031117, - 56.0978336973738, - 48.460188822920415, - 44.242278213466946, - 85.24028386007826, - 88.63857428683673, - 121.28240033954165, - 116.50478712193467, - 104.76179822403978, - 131.92134971570115, - 126.19298516568307, - 110.32505280072144, - 132.11478404840494, - 144.23054736985267, - 122.94799733965986, - 98.80827838264715, - 120.74028262171194, - 113.1981400098558, - 74.83206024241908, - 167.10600495123197, - 165.21466879762968, - 119.89686666111123, - 143.71246166756137, - 153.50323152265727, - 130.41892825566828, - 86.57882223746338, - 118.12541852532536, - 204.10105899316034, - 186.33637331944777, - 87.2437133483887, - 40.84798573259241, - 58.139061572708115, - 95.6738372172646, - 157.22288513832237, - 212.13461615824124, - 140.88331762851203, - 108.01035713176162, - 59.533039648139585, - 41.72732654560543, - 57.903212125528654, - 46.9082019508131, - 27.86680039104357, - 32.2427955124637, - 32.91893549842361, - 18.746251297219544, - 47.49190218381559, - 56.21985283593315, - 120.67919191328592, - 169.79377670346997, - 130.02415100704792, - 98.73016597690267, - 55.882682465689136, - 52.15527538142443, - 60.4146188165455, - 50.260047163631825, - 32.44452948496754, - 74.96920684608972, - 114.61042670383225, - 146.43334705443783, - 200.10428801759727, - 176.14276504247425, - 148.49540761246047, - 157.81737773166657, - 110.473974710074, - 72.95361119455501, - 42.40420196986987, - 44.64072662945272, - 48.89302585591298, - 41.769809049777926, - 24.546057655961878, - 35.28816865310832, - 52.85437698225686, - 31.132243545680247, - 45.9836561729115, - 128.91648831862764, - 111.60699179707241, - 179.36966679332227, - 128.94036060140564, - 85.41933285052374, - 50.98624136995262, - 46.82142347178834, - 49.25537518190059, - 43.21195631269293, - 25.28886511613431, - 59.96032764881478, - 55.47326640432676, - 102.68900177536162, - 121.76202104215244, - 174.12769472419936, - 209.54385723369228, - 263.59262260581215, - 194.58432517777058, - 91.10544970624514, - 42.65607190401472, - 19.97180713280368, - 9.350909784835737, - 4.378147316499836, - 2.0498726183905154, - 1.4892354935159569, - 25.126218997989042, - 37.44629949042666, - 45.660892591262225, - 50.79983517463971, - 54.88343902899227, - 57.974017216014516, - 60.34497262610209, - 57.35236735189117, - 115.65433386598184, - 152.82464763046022, - 169.16530608963978, - 179.00552594165623, - 178.35941428828363, - 172.82144465319215, - 158.94271975665134, - 120.97767016341572, - 111.57350881121555, - 168.19834684640477, - 107.88318240013811, - 154.40610124731734, - 143.9230377282359, - 245.48271180189766, - 150.470878675852, - 131.19575902930947, - 83.60771005596256, - 64.1973675316531, - 66.89051114648275, - 75.15027698632838, - 86.85566552362607, - 70.7848413279331, - 41.61460870731547, - 84.17487470733445, - 117.3098762906218, - 135.08529157245655, - 143.36696059600558, - 144.9720422489359, - 176.3265105942865, - 179.76337319024387, - 111.55819075434883, - 134.80611007330555, - 76.66916905102717, - 59.36086422547241, - 51.77412362147062, - 50.412213037586724, - 48.16868390819225, - 54.45828239342462, - 27.560094452801522, - 20.985366988875242, - 56.9605246400312, - 56.10256412751263, - 71.00953695357528, - 66.57386691142626, - 74.67500774353037, - 66.64088437510232, - 45.23918951933206, - 42.39490628917443, - 52.69871405300083, - 75.09821101907485, - 119.45242592484034, - 103.39027962684415, - 93.50020146321093, - 117.65471825717293, - 141.22892252858878, - 129.4493938905125, - 85.60196541125839, - 62.90457474787491, - 52.65365167358501, - 49.02450280245823, - 47.13169590195696, - 47.41646579914376, - 46.516651979518485, - 46.92600859165192, - 56.69806724787759, - 112.993460252123, - 87.13202570804683, - 75.86817449344747, - 89.18925570667813, - 62.44528123232938, - 76.98782708628752, - 92.38553793905953, - 124.17722467293633, - 125.04549794214044, - 114.3784875445792, - 90.46235372500828, - 136.86766936329283, - 116.26385536178132, - 77.56674906458414, - 83.5764535068342, - 107.26859078124247, - 92.29588534496449, - 71.88752169899101, - 95.76565644157375, - 68.58069019734344, - 32.109855795863645, - 69.07417504063568, - 101.98566549756772, - 103.30582676361567, - 123.50075050586784, - 79.78101810054115, - 106.36308572833559, - 110.86063734999036, - 70.46500775608007, - 90.41189276652199, - 89.71004686501709, - 82.79378303720918, - 71.05840834014997, - 68.83656669261413, - 53.262221548454505, - 25.803946792365995, - 12.081549603580772, - 5.656647876322764, - 4.66411068509255, - 16.89938167096703, - 14.79780168293639, - 17.582008019276053, - 14.654575228403848, - 52.75171971610355, - 60.42799197657505, - 94.30235973474205, - 75.75990538953855, - 140.1556753725008, - 130.60302568169323, - 125.39408753437138, - 157.43992613402241, - 156.94752186385898, - 102.41769467408595, - 47.95252712485941, - 55.81252757608756, - 68.00042696791431, - 73.38468906434764, - 88.91836417201286, - 127.59469319760566, - 152.14436203808927, - 107.84568876637586, - 74.81675528182409, - 101.18244482994272, - 160.59551067452395, - 215.87055449914618, - 195.68684216308077, - 91.62165421379575, - 42.89776168944746, - 20.08496761770471, - 9.403892145344306, - 78.21288946143176, - 66.81806660244365, - 73.23869514576369, - 71.4371825520317, - 74.81980980388195, - 57.91471451008415, - 80.7199854994293, - 69.15944166139656, - 108.36887444244344, - 148.41907358926682, - 191.11031559398347, - 206.3196460186748, - 200.69465042573694, - 127.77489008921705, - 59.824905280058175, - 64.80506499860739, - 90.79121967477039, - 86.17193392775727, - 114.34017886876158, - 96.59257158142233, - 136.75128800032732, - 71.61080318529777, - 94.46793355977704, - 78.6822920861442, - 131.1933223684643, - 147.45196974452136, - 142.23167101399298, - 106.62901828424572, - 77.95422882464145, - 46.2066029007474, - 32.422860927104935, - 15.180561552572556, - 7.10762229062866, - 21.305773067819686, - 72.13602645675238, - 122.594048356284, - 197.30816323403687, - 152.7275460090176, - 71.50787582181042, - 69.43944785314295, - 91.42390233116964, - 119.58443915328766, - 113.82205964023979, - 105.15146709443647, - 137.5218206441463, - 108.83630930435162, - 69.70450113716373, - 111.50281242726822, - 149.92907317566903, - 153.2942402683973, - 147.30712513018318, - 94.33176404572944, - 96.62575790741727, - 146.01966243068227, - 113.46608121232448, - 112.26179028904733, - 114.10161700711951, - 118.14209792776145, - 84.89427549808804, - 123.74264839335864, - 125.57471820118214, - 111.89468421891699, - 79.99732748971913, - 113.09715819763231, - 139.8818316611725, - 94.28901037898018, - 62.67713481906101, - 53.60758249026712, - 46.52001489526194, - 75.45141950086916, - 114.48314484401263, - 135.97110978478338, - 88.89781450772246, - 78.52280974420887, - 122.1049593574399, - 152.8256070756233, - 94.2785884786274, - 97.3337121654317, - 99.93966326659653, - 156.56454964123202, - 127.6798326515875, - 94.34707790086514, - 130.00238025836714, - 110.19683385275049, - 69.01043675260648, - 118.38614123756483, - 140.53998197738449, - 78.85312988091184, - 105.1273365737795, - 91.70525699029541, - 61.33964541246033, - 28.71955885972995, - 13.44665518607552, - 6.295797807212972, - 2.9477271098877607, - 1.3801420217803568, - 0.6461900743439238, - 41.043489002046954, - 39.70430643199096, - 69.10270508134032, - 140.14896160510037, - 112.46476247870238, - 153.59480861328558, - 144.87924167951547, - 135.31484658003728, - 92.45575481694522, - 108.2754283885385, - 149.72338494116485, - 163.9837559280153, - 110.72653765079372, - 92.84035538506018, - 98.83839629022953, - 152.4084058262079, - 100.9266058689365, - 92.91928112723448, - 122.79824814617825, - 98.25300078507526, - 94.07121421178644, - 134.57053997302464, - 134.45270008341782, - 99.53446262692412, - 103.89356669798593, - 114.53098694718184, - 88.48535842453377, - 81.21569570870474, - 59.24291687466032, - 96.82359901995395, - 81.62617294844031, - 74.51950125751642, - 106.16565882359816, - 121.64414604199722, - 109.21897304513763, - 104.76149593282769, - 106.72647915884919, - 150.96423335754747, - 100.70279740012217, - 118.74503299427741, - 138.5896966872473, - 106.7470583885602, - 156.93091948886763, - 114.10163060721999, - 86.32562139052818, - 65.02880289986656, - 76.5739730860562, - 116.90413312330553, - 145.73426936599742, - 89.46457862305132, - 88.11514171258887, - 110.12907877513882, - 63.28789544517146, - 29.631740224843487, - 13.87374351092595, - 6.495762906478998, - 3.041351867573362, - 1.423977647516358, - 0.6667141550589784, - 25.990621250111456, - 66.97194421789541, - 142.27991422656342, - 139.19160690635874, - 105.95463645691228, - 95.71383025966466, - 113.91672941833617, - 105.09261230448088, - 121.64635217500444, - 142.69982476165112, - 161.70754385988886, - 117.36396885043676, - 111.71542966436253, - 96.45142202047033, - 121.12624021810004, - 94.83180333963836, - 68.79016446573151, - 116.6768838210449, - 122.44839309159912, - 83.28750709258748, - 107.77373851823006, - 115.07153647990499, - 81.01114956169494, - 73.5338314611592, - 122.3787207646189, - 125.31330833979251, - 91.45380694173764, - 81.00674813375032, - 53.900688239058724, - 70.03469464366327, - 80.48966469040536, - 186.4849782927968, - 179.80043033595717, - 113.53511506270769, - 83.59700337154514, - 115.41412195824185, - 135.4489744899823, - 92.12546096300862, - 65.22713197227746, - 91.70144213777871, - 80.60284501640022, - 102.89374894002766, - 89.66785441984285, - 92.31403982669248, - 108.18019429124722, - 97.4614293449319, - 122.95091210043769, - 119.69444956811654, - 105.47976141498788, - 101.68864532673501, - 124.07186764012872, - 103.42725456214639, - 48.425208608956886, - 22.672948622183046, - 10.615599064844696, - 4.970281783079401, - 2.3271132276482933, - 1.0895671937015294, - 0.5101413439991184, - 13.141571956875548, - 69.78296808706179, - 126.72750327345913, - 107.44614003315627, - 133.1831124125639, - 150.39071278357062, - 152.8168486954354, - 138.3573066680659, - 80.01512165822393, - 124.6254356506338, - 124.47982029978738, - 89.67610743505699, - 144.10006372408523, - 154.75876096717496, - 157.39406370872913, - 111.2058780154396, - 162.27754895776752, - 168.96737470745566, - 108.60057376139576, - 88.61600602873553, - 111.20164848965548, - 141.59209996795394, - 96.09363549039308, - 90.92799242097507, - 124.19351924380186, - 101.71219308166637, - 144.5518777140105, - 119.62441501586451, - 103.38852881695493, - 92.26517951314909, - 53.596295716948994, - 107.85357071654002, - 148.51907755622034, - 113.25227034400748, - 106.90173578843304, - 138.83094204166937, - 153.77963958019612, - 99.66305852474174, - 111.84741169057928, - 115.80150011807027, - 74.67077186639654, - 73.54265263051622, - 101.67153922057085, - 137.81429453496668, - 84.29605076383812, - 107.22045490859854, - 111.14457612647124, - 150.35872448922078, - 105.45915980846668, - 98.69662924801302, - 101.2843944015084, - 95.28469656207815, - 131.06336860189919, - 189.14344306028164, - 185.1208154482032, - 190.02932947195245, - 223.18822723204914, - 230.58685095801184, - 125.89475876405383, - 59.47736967690108, - 57.154400074453825, - 26.76000400708858, - 12.529180842184525, - 5.86623128062987, - 2.7466017029602043, - 1.2859740016752113, - 0.6021000901594932, - 0.28190656894915167, - 42.264171028437445, - 88.09530727551876, - 206.81654415162535, - 240.64509256338906, - 233.8683403762082, - 297.1854063720076, - 245.45896344588522, - 173.58758187404678, - 112.3706582536175, - 139.08758857096348, - 109.55139223223281, - 131.81297556544732, - 134.10434620221307, - 170.84820873322167, - 177.59323850744755, - 186.0244726129094, - 173.86872945120592, - 194.81852172058558, - 173.45864376010243, - 160.271891135414, - 246.45471178315523, - 230.99942396488018, - 208.11142173456693, - 200.91230021778617, - 197.84339689377907, - 169.21505928118543, - 171.19141003721654, - 148.4871301107445, - 148.87548756007544, - 158.24456560935914, - 228.0105779870844, - 231.4494915765655, - 213.55181692536533, - 179.75498343169494, - 133.37381542805923, - 194.17024068153148, - 193.41766735640132, - 161.54441656082025, - 168.8585583966821, - 161.3426803297024, - 127.66261369420828, - 138.334475542385, - 144.49341360990215, - 155.478327498712, - 181.0760708258635, - 175.65410439259665, - 136.65761255472881, - 129.21754423898744, - 126.22691481958115, - 161.82650054077828, - 158.88443218812134, - 139.85044222285373, - 84.43633206627581, - 78.92047702493971, - 55.42938107200891, - 71.70437972163367, - 73.92152187366845, - 66.72365488859488, - 79.40626771374336, - 70.16524456622541, - 86.01111171379816, - 77.71514970959294, - 94.02792525435999, - 85.57028328542731, - 102.68173327503095, - 112.84701905053659, - 136.12519568936162, - 153.1489276454426, - 167.05519008961753, - 172.2527581651088, - 182.4785595944849, - 187.26071846502236, - 200.72802983944948, - 205.31497538108977, - 213.2602187263529, - 217.57416137526496, - 218.43692246805983, - 220.9432496461601, - 225.21218301761925, - 220.8250598401837, - 131.55921411830718, - 89.65020629290808, - 67.83232582234434, - 59.127626449006534, - 37.40415724002369, - 63.961976778816336, - 54.95524876327228, - 81.36973750232492, - 121.08360266912786, - 137.2623437495716, - 157.03461733039018, - 101.6998468399431, - 47.61642682649012, - 32.557531649174095, - 51.09950460051078, - 96.1706433105366, - 112.86987462852156, - 124.9528127901201, - 149.8899255361236, - 125.17024821838113, - 69.64278939147582, - 47.222148601166275, - 86.47551930747892, - 106.8962042333462, - 129.7080545662339, - 171.3262160548633, - 178.18769567502008, - 173.210396909461, - 95.82887146566033, - 61.6920718465022, - 86.43688029951264, - 89.16263278770265, - 178.0444591849065, - 134.20418543054697, - 78.29131739379311, - 65.81674697822362, - 57.324508710337895, - 95.9988009657981, - 148.88091366753767, - 161.62626612541567, - 160.40441032471367, - 75.1022258557936, - 73.33043595689004, - 115.16819282306679, - 89.65543009600371, - 80.49043501973102, - 119.99145206272657, - 132.13559808316805, - 96.7764391752641, - 83.6437507148122, - 84.05801125443651, - 124.15283744948968, - 116.52760840603952, - 152.24403169866815, - 202.68167189000093, - 162.95398025598814, - 159.56567704534595, - 193.79169107558647, - 191.93784779200678, - 149.70152403062525, - 155.57116388149822, - 167.73246358269566, - 126.87132160656179, - 85.53050984532953, - 60.914145253548355, - 62.12530661546316, - 129.01556388971187, - 141.5813918433387, - 146.98242461310315, - 166.64112575032152, - 107.27339236301809, - 171.56080185055296, - 162.38449594843064, - 119.11259403741713, - 145.26486595454375, - 171.43016719116235, - 188.11586301794256, - 136.257662189812, - 108.0778329876342, - 88.33941411038711, - 87.9370199898631, - 143.5828160255205, - 209.88318029721452, - 200.54130028590933, - 191.1692353045735, - 159.03724911050742, - 111.5403921256922, - 155.27779642435394, - 162.2503346069121, - 142.52931696646164, - 145.05232049244825, - 115.66431806050197, - 103.37438038364769, - 90.47219514515291, - 110.63661935572028, - 129.71448913082313, - 189.12050706662205, - 264.17235804028974, - 273.04184809518114, - 172.5215294036874, - 116.61290872742816, - 82.07249441229601, - 94.56297818818452, - 67.9557545088837, - 76.29407560629153, - 146.84363669969508, - 115.61070027943906, - 102.3874733307564, - 69.2662418890656, - 93.62005918830263, - 140.4831631485066, - 162.92004210035552, - 201.33406209170008, - 191.52403634535278, - 199.82934413781834, - 117.70332306368006, - 55.109342285609124, - 25.802496718884658, - 12.080870671213, - 5.656329996459473, - 2.648324768932801, - 1.2399602014262054, - 0.580556176174905, - 0.2718195901022924, - 0.12726742492033813, - 66.93870603580477, - 88.48107147762335, - 158.40409264475878, - 118.79392429154223, - 157.17804846556822, - 127.5581913216732, - 150.88005187822742, - 163.90331400874402, - 143.5707650678578, - 135.62781101566267, - 125.63246101933541, - 128.1236612941141, - 116.33351524508697, - 148.1112136758425, - 168.74856490860472, - 114.88600594316281, - 97.85084459536124, - 185.0993008838252, - 181.27438920798002, - 125.91009876194872, - 120.53430373860454, - 66.98854286970325, - 85.50095878105813, - 73.04538996717548, - 151.1231496190441, - 142.81123868336033, - 120.66575682746192, - 127.00252472311936, - 109.3387721121086, - 149.8935344849216, - 132.65242413806175, - 113.6300676135924, - 198.10940319551074, - 161.8626790194275, - 181.01254432613078, - 129.16173655974399, - 180.0696402765774, - 160.8547685130574, - 118.25505634914026, - 114.86021717402221, - 121.0654104650564, - 153.54338370150484, - 177.17816073573005, - 199.53334967143059, - 155.62646340991708, - 124.64353250942153, - 122.86209057804768, - 120.3608580892069, - 124.86867692653016, - 143.86029947181908, - 149.44033468696352, - 93.22005884966546, - 43.6461435184073, - 20.43536410014017, - 9.56794970279969, - 23.739130307662737, - 47.111872013533414, - 61.001360445780406, - 95.94346674290432, - 126.90795943111975, - 134.05243619141396, - 132.06544354761505, - 135.96179588248162, - 128.41485637263597, - 155.6465651487539, - 130.2383185826845, - 135.57838087297716, - 130.8568595781728, - 129.70877629950098, - 151.89279979400507, - 151.56662738841135, - 147.7076554163681, - 136.2386919720475, - 129.81136537225038, - 125.56517684909426, - 116.67238395685717, - 109.60442309152796, - 126.93415918608166, - 119.69814268189864, - 116.33187761231609, - 115.97004927051566, - 173.91779058302697, - 177.0746802614184, - 239.8128762732955, - 226.54539346463847, - 156.02093075272722, - 102.14127130416755, - 77.18444769344518, - 65.96130105618987, - 61.63938784314355, - 58.661174852780825, - 66.40184781538863, - 62.80209545477051, - 59.90678611871204, - 58.09744158617645, - 57.7208046343808, - 57.31895210153273, - 87.04042430371321, - 90.11291984375164, - 84.91625965082694, - 83.2271170780611, - 79.6881766457553, - 73.326986474849, - 70.36962557009679, - 83.251329916407, - 118.77388574240436, - 139.72841534800236, - 144.14673971356137, - 138.24391776162736, - 68.6473390613366, - 32.1410611600211, - 32.57041445446448, - 82.47520219863574, - 121.4857960045735, - 178.0053292471114, - 169.5558597406923, - 157.52844364585636, - 195.10278635742074, - 173.12041863680787, - 176.2296523578704, - 177.8620058245903, - 249.95528156764678, - 202.79515388829296, - 146.27641440177769, - 179.57628936188752, - 223.9673048395129, - 252.1572661392186, - 260.3894893116718, - 250.02366090599207, - 256.3441123062901, - 254.1131498118101, - 211.4405335459798, - 174.70925656143424, - 165.02002313984963, - 134.35061907340642, - 149.18345047557142, - 134.50322270231814, - 127.24998566000802, - 131.02255968633955, - 95.8078594897429, - 47.106979991140086, - 27.32898196501846, - 25.59797363240153, - 16.771157889029094, - 81.83172687983111, - 64.1311404836643, - 71.48910534102758, - 60.86063425283739, - 86.58832861755683, - 71.89791563271162, - 39.19938882268149, - 97.18794235037454, - 113.71840732417697, - 59.436602875497265, - 45.89147242926703, - 33.75032563935958, - 23.71542662073398, - 52.08218938247053, - 160.90175649748713, - 151.99997723781004, - 98.75682404289013, - 90.66808412228426, - 73.34177105185879, - 90.49165492490175, - 124.52685452713118, - 141.63547494095988, - 113.22721147202286, - 53.01360225556967, - 24.821259727006264, - 11.62145012265744, - 5.441226772485986, - 2.5476122581205143, - 1.192806050750318, - 1.3667584828122474, - 0.8734726583982221, - 20.188097789554245, - 55.08177302924855, - 83.84954270796436, - 148.63191773178426, - 191.4009640382567, - 204.19159961485198, - 210.86302587710037, - 220.8236435394847, - 184.09576711108247, - 148.50777188883137, - 151.24923615726436, - 167.73866034256872, - 172.44175893369672, - 185.06397178044415, - 194.32197195604076, - 194.90460895995633, - 195.99814652884217, - 201.25463325185012, - 160.0205392652868, - 195.73689051783225, - 194.09748893690085, - 184.47673983941598, - 180.9998137429803, - 164.73266082562387, - 183.1574586275798, - 172.85845145077934, - 164.03864118029605, - 166.98011780632706, - 214.9289977335235, - 163.24062392723675, - 125.40323720800237, - 134.25858195424814, - 116.74557843409119, - 155.55275575392585, - 125.30068825507945, - 106.20540605795165, - 103.16618708617807, - 101.032278241073, - 107.14877761602467, - 78.37433357455046, - 79.11777181713967, - 102.36405809294692, - 112.83371867193324, - 99.72643430328513, - 117.30080589610725, - 83.58941028815082, - 64.19798945389915, - 52.985581931467756, - 130.3827411956095, - 146.03962283478813, - 188.08302323546576, - 223.884200225904, - 182.8987434440375, - 131.12007991224897, - 110.30977619177538, - 124.60556375212889, - 198.09965882220342, - 221.5139991266446, - 239.5791912842054, - 208.99103907979202, - 97.8507522769109, - 45.81425961283331, - 63.75427529693955, - 46.26143574615841, - 46.880777127996396, - 61.75086712867969, - 79.27327335976933, - 81.28951418747056, - 80.1448279692146, - 110.55122005919773, - 109.0642659739199, - 101.2948509952783, - 126.42656593989716, - 122.19491975004814, - 117.64388693722422, - 133.10376922636266, - 156.07543599633075, - 142.95677584480455, - 116.46367336410246, - 127.93424405380115, - 143.01324919721273, - 157.52589134607632, - 167.88420850766605, - 174.20857076804887, - 173.4858849603766, - 167.71645823199788, - 155.85241459961497, - 139.3256663832193, - 140.96625862401865, - 158.8854980035739, - 137.39920911734998, - 126.54212185029259, - 135.06422992814072, - 168.56705390076246, - 131.48622967499068, - 98.35180024866631, - 179.5479816660545, - 180.69950655196013, - 137.0142260939784, - 191.56647010760128, - 188.68102500481191, - 136.83945060771862, - 137.23695292455224, - 136.64559173117686, - 135.41247264214257, - 199.5870713721239, - 195.95724797340281, - 145.67889644879082, - 142.72191184011862, - 133.46211211234873, - 134.99208327531235, - 128.8084997852186, - 118.81632747013602, - 100.92993017173997, - 90.77938438457863, - 172.59266364819166, - 192.12849118884282, - 227.3370090452411, - 139.6129151918201, - 133.07443848642583, - 163.40735845147077, - 161.96259093990588, - 99.20318204750836, - 135.154259305666, - 133.87830125478888, - 98.42247172141523, - 120.81730379449763, - 130.62273486007595, - 136.87684830897942, - 111.22697873169214, - 137.62011902498793, - 132.96005981351647, - 112.20780204552219, - 123.82301861144936, - 108.01397726944103, - 138.42235265498596, - 106.13509246325148, - 178.38666443232228, - 174.2324682633866, - 195.15108279006597, - 121.03213367002883, - 154.63541437982104, - 131.51053518009934, - 143.4450909021573, - 189.24243059255843, - 179.5076514484365, - 205.55936479847674, - 154.65036731777562, - 104.47733594847539, - 80.69679033823905, - 117.21474998399998, - 132.43578224970136, - 123.96836840568497, - 147.8577563958185, - 145.48811733051292, - 159.85452243755665, - 184.2421620734824, - 193.55983214199034, - 210.22088194290686, - 181.03619897261376, - 142.18331701894803, - 135.74353099304423, - 162.09177126011411, - 163.48566428456735, - 157.17005795270836, - 139.25214090339733, - 85.66811635336207, - 68.11718372896149, - 73.3474275063787, - 120.3149974457836, - 140.68660574984617, - 153.89995821309708, - 175.50686499957095, - 167.76731423050083, - 152.2286320340523, - 147.22975691064315, - 186.79921215445023, - 168.70446409045923, - 124.26521105171071, - 105.10612463635726, - 86.656322663682, - 110.07911230017916, - 168.4158893568068, - 164.94620622869934, - 90.57058420341878, - 42.405644938107606, - 73.34434057600784, - 69.15656913196834, - 32.50257438053051, - 90.59836927012633, - 81.15843683936411, - 59.183757579680936, - 50.00958711742027, - 58.93025834144417, - 53.99310796628053, - 39.85776374925581, - 18.661623886424245, - 8.737474793348444, - 6.305921970561211, - 3.991963722461658, - 75.10176940205397, - 98.59711995108871, - 79.9234713289199, - 43.388608656875306, - 35.70133557997018, - 18.757878867001864, - 91.20433097607543, - 125.96319850483714, - 142.86684091415418, - 147.7099124732694, - 182.62382586519067, - 194.84285592384873, - 153.99967445692138, - 72.10349334765426, - 58.02817951278395, - 91.93336619316835, - 123.3740571569281, - 80.50899030799648, - 94.54212113762082, - 119.60428993637096, - 131.0871561344694, - 87.57145925961092, - 86.43935624496747, - 83.13447928632044, - 85.3297637269204, - 88.057680339818, - 119.9668582488475, - 145.22846222752247, - 143.95260462458384, - 125.06361394654559, - 101.70092934047479, - 104.20624317093258, - 89.57791923201798, - 99.13616581226601, - 99.6189266053432, - 90.78369520809636, - 99.7465954489972, - 84.12375940136425, - 69.69111188153055, - 61.67182490834934, - 58.864996889583274, - 57.20683785799769, - 56.7213616400408, - 58.8204032219336, - 95.3206902346093, - 115.1166559368476, - 147.28173882058323, - 141.79224369837326, - 118.8883933641707, - 144.10117304629352, - 130.966500705354, - 161.60689899721356, - 100.78891857467033, - 131.87531908795316, - 142.95310142251793, - 136.8496468247122, - 145.4303949306582, - 145.89857802694848, - 128.94821772285076, - 129.6374982597548, - 129.75446982711517, - 84.19205974059071, - 84.69734547825823, - 63.68874565394944, - 93.2797564064646, - 116.86973204068204, - 84.6438455248697, - 154.09162349888976, - 149.2923918540825, - 215.22798118556992, - 155.89573937941338, - 114.95928732458923, - 112.86713447454463, - 95.79104172624528, - 111.45432400950416, - 112.06349427359933, - 91.68891261628802, - 128.9040375179926, - 142.631217945794, - 122.47569453542586, - 153.06334244009787, - 142.40802877150136, - 136.2582568695351, - 146.54158923441418, - 144.79176727749223, - 132.4495529668335, - 141.7187359692799, - 158.70199490732458, - 143.52092430743002, - 157.41242961276893, - 125.12556874119139, - 100.64407452377586, - 97.00248736884613, - 94.2891432554772, - 112.97975180052336, - 159.7390501229745, - 196.9944195705047, - 200.16451447410554, - 179.1081241698799, - 258.99314111706013, - 248.13916367325257, - 245.9419810249189, - 247.17353003355322, - 166.3885554356504, - 77.90403546168677, - 36.47509725248447, - 17.077840855015868, - 7.995938879899317, - 3.7437424973021347, - 1.7528407978879517, - 0.8206896881809002, - 0.38425141923785705, - 0.17990862479773462, - 1.5708346946566778, - 0.9720342627058831, - 31.29788907399037, - 81.75487348940146, - 73.76531634260378, - 105.08836116929305, - 92.3470789248503, - 128.50991192646, - 156.36987793446866, - 157.8765058355392, - 114.80351569296892, - 150.93623014436182, - 124.18655785128138, - 88.06466043753707, - 150.54228515015262, - 157.08479309821422, - 101.74297252292577, - 84.04169473829116, - 121.23217401596025, - 89.57901195402496, - 140.92825558305304, - 157.0700548659132, - 127.45249515873478, - 126.14908822831848, - 79.07257407999788, - 103.36950204837424, - 142.111570252832, - 116.66562960473969, - 101.01783764216219, - 119.68195718562798, - 171.09214767703946, - 112.6708798142113, - 102.74915565623219, - 92.00769767487965, - 106.03218173569338, - 165.6553964156035, - 142.86988866598762, - 178.0953307801562, - 145.8399659285304, - 102.62894592053007, - 132.4088955259207, - 153.66616779467768, - 111.3047695471225, - 86.55966104001294, - 83.12525180769697, - 61.38176122337036, - 66.35576814026392, - 67.39063889115023, - 70.3407131632791, - 134.52458460159332, - 175.1764068196601, - 199.27801368547358, - 235.52784578286702, - 248.21973812186354, - 140.93828276729514, - 105.18536098091008, - 137.44016091253408, - 135.44912189052513, - 147.45876073793823, - 113.1035258707179, - 139.65892002090388, - 189.02694807197395, - 198.35828172133486, - 182.75101689939683, - 160.32826730469793, - 119.30662059382797, - 140.25623040411114, - 196.75938669299478, - 189.0746811189771, - 111.28732815872628, - 90.76154493290383, - 113.63947597790866, - 94.55323592075669, - 136.06423510533244, - 190.120745954359, - 154.62004238965525, - 130.59841616448804, - 79.11062377368899, - 142.242183731172, - 217.2562391985624, - 161.06847623541202, - 131.73494304782292, - 137.6000199204649, - 116.66442269470433, - 135.8104984551468, - 102.05493785818211, - 157.0789511066476, - 174.33591487150417, - 136.57502193054734, - 230.8904261102831, - 166.78730764690158, - 192.2307087626064, - 157.9904643237629, - 211.32567003714084, - 247.8871761862817, - 148.24320350647903, - 102.16598607969875, - 80.0854170818302, - 61.812642437869684, - 78.25373545720593, - 80.30455504155822, - 75.28826393014276, - 130.96146177646227, - 167.32828148673678, - 190.6749061868406, - 198.44660320601957, - 264.29840504105266, - 277.7946503927549, - 178.07067681580892, - 145.91231337490336, - 94.22696471286534, - 136.52371945857078, - 191.86993003850034, - 187.10864493452218, - 204.2915651991599, - 130.05296641991993, - 223.6572607049898, - 210.01990198018672, - 177.63969471069257, - 150.14345401240786, - 136.03891138574397, - 98.94516731256907, - 109.03004056592158, - 142.79025422542963, - 180.3040646732598, - 230.99248791242638, - 260.32221365858334, - 282.34121301624714, - 176.33003901463672, - 213.60010107346375, - 280.41105393387124, - 283.26716112734306, - 276.43477580807246, - 154.40191889354475, - 72.29182640200963, - 33.84743014846554, - 16.57416243275445, - 13.025523317431462, - 11.263828045311772, - 56.60434553466567, - 69.75862761562664, - 85.5094291862818, - 109.458566518948, - 136.8802068585216, - 123.9699264249663, - 148.6714470285243, - 182.63541694015493, - 179.29104244518055, - 108.87632740467534, - 120.79082910564458, - 155.81476694325755, - 139.84463707433727, - 151.96102369086486, - 207.4725031727271, - 210.8369820433328, - 206.87485351972867, - 124.85173533513021, - 104.30444047663156, - 140.0840938405435, - 97.1777990101479, - 128.73576648004558, - 143.7378729505754, - 89.62268222704152, - 97.74314869468965, - 100.11261206350862, - 144.7593134606384, - 99.22287346413783, - 89.5613699267485, - 50.51038737054776, - 42.27785781968151, - 80.67211683108005, - 113.19620999084178, - 109.41256840893604, - 136.0682703800514, - 123.61045939794067, - 165.31314117416957, - 138.92041737755315, - 90.95054417484718, - 105.13531258541707, - 100.56804806201168, - 115.06957457727691, - 147.18582003661982, - 142.24454305999555, - 135.15723506950218, - 183.07470241872022, - 123.84767616534, - 135.09516868074775, - 133.56613699348154, - 101.70603620731423, - 156.11743866085305, - 199.79432739377836, - 198.1936564583827, - 152.2907275726128, - 149.4231520740651, - 168.29181124511302, - 162.20449954722366, - 133.82610493613743, - 83.11438581809259, - 85.33001546678251, - 96.8858930065129, - 139.61734162035611, - 111.6138613677076, - 120.12615944474653, - 132.0205108563813, - 172.72916319317721, - 168.85211037344624, - 121.75870315877602, - 141.06923101312407, - 200.85506413694367, - 168.72729204028474, - 145.0163499179443, - 85.37658399631276, - 107.5094470048461, - 165.93027782842364, - 132.52029675657985, - 144.1422318349258, - 140.19321111709934, - 168.3242511431123, - 170.6624963079253, - 170.33903599403476, - 156.3140210583596, - 98.68249404336399, - 106.35129063791476, - 126.23135529139988, - 122.33470522669967, - 111.72579628342169, - 93.18299131328956, - 55.40968137460406, - 65.22933985158599, - 79.28150348290136, - 128.2708000943809, - 149.74366619750214, - 128.90200460482416, - 118.24063036359603, - 174.41256686845463, - 187.04601827637515, - 139.10902384601584, - 232.16896801882305, - 212.38332789877126, - 211.829341465477, - 142.55539631853253, - 144.72631234584864, - 150.0880985494441, - 127.01127812914349, - 115.13740719944946, - 147.12459677119787, - 146.80998561929255, - 122.60384662409386, - 160.27223159563493, - 150.22040990787073, - 86.15744756204316, - 131.03483185946018, - 123.78541970925761, - 129.160535053007, - 106.36410831762419, - 82.80168025771567, - 92.57310873190599, - 120.93700381570642, - 116.47067707598359, - 115.54378961705208, - 120.02844139141399, - 119.54023342392122, - 91.34296857465698, - 119.52991864289801, - 142.38417520185078, - 116.00576698220198, - 119.99616776143318, - 128.10480135647768, - 157.19255935905386, - 114.46851686536502, - 129.10608390976233, - 169.62307949254154, - 130.5009752607561, - 100.88277357660691, - 204.62030098397486, - 194.34125069149667, - 155.36162743801347, - 119.0084786151194, - 125.26436284133149, - 109.7003359942754, - 78.39592177575159, - 75.03454812754111, - 103.35018112003861, - 118.09939216209165, - 103.54463724041028, - 86.04060526170001, - 67.2535314746747, - 74.44099352928214, - 165.97427191308498, - 161.62407405121277, - 118.29888537531153, - 96.18329430177837, - 118.83400855400265, - 142.42195626852705, - 142.15202085989222, - 111.58562704975941, - 97.8945591905771, - 74.8330971555503, - 57.70563473869423, - 82.2400729111146, - 78.72879161579215, - 89.54533536974576, - 66.56945190602116, - 79.20002652852548, - 142.0552865332985, - 139.38572971623753, - 84.42364453261979, - 63.984214253612876, - 118.38870866293614, - 115.77599323456077, - 152.68161760315047, - 170.33068186184386, - 131.09107856398106, - 129.04076120359372, - 147.33060183025097, - 153.7642176683657, - 139.5586493803398, - 120.03290730401974, - 178.5432935197799, - 193.5496414263658, - 143.69402129833003, - 149.64823317519898, - 105.56954968995981, - 127.46644579276968, - 95.90182996708181, - 130.13231772161407, - 150.58259437917064, - 97.5789465637493, - 90.8377436902406, - 111.08919130244777, - 129.2117779090566, - 114.19408084546974, - 107.62557277444161, - 134.6830923662912, - 170.66746490442318, - 138.8149605470514, - 147.16167814281778, - 164.94342629962165, - 152.889852648904, - 84.34759201405032, - 71.27428158084552, - 91.2066852446286, - 88.72101519314617, - 87.16596623404213, - 54.76326174135573, - 60.78698652441484, - 75.84255282016083, - 93.41383837474622, - 113.7663139164031, - 103.66738858542554, - 149.28711344013723, - 176.9440516255308, - 153.08337602774014, - 123.90815523253522, - 81.62815268638516, - 88.72189977934762, - 88.97751293626595, - 74.60825340120863, - 101.54318209566387, - 81.33050074742278, - 60.68258405850658, - 50.8675186807343, - 86.55721653531424, - 170.3424909393209, - 120.99774264811143, - 79.05082265073953, - 138.50923294675118, - 167.78760625849225, - 147.22111210720325, - 135.05169336318025, - 142.22976560650446, - 145.47512183647729, - 119.65369906717143, - 83.92082839011363, - 152.32721422393726, - 103.05102102322584, - 48.249053999757955, - 22.590472066714177, - 10.57698308861255, - 4.9522015709283895, - 2.3186479730225815, - 1.4316719185394697, - 13.33554771574146, - 63.9283866074211, - 94.46784910394238, - 125.29144250171872, - 106.22857334249412, - 116.76404455535094, - 90.9532624038594, - 127.13086011037532, - 94.20488075486243, - 84.75806046149886, - 96.5587605993677, - 85.43843359300482, - 125.34800745723643, - 180.6080582096555, - 214.66766858083423, - 168.92114991634116, - 136.8762065145208, - 107.36621460192609, - 134.38997318502842, - 141.29721721037538, - 111.99054254245414, - 76.77565127167439, - 84.05305565995741, - 77.32172276932575, - 130.47454424909697, - 112.31480256017652, - 123.37408625057878, - 150.69354393225086, - 192.40104673827, - 166.4921871534448, - 185.67929392012672, - 130.47173876204468, - 98.49724536040125, - 81.60717492502997, - 127.67685069359952, - 145.7261631736984, - 125.21582093878567, - 105.3165952446594, - 117.39650665041236, - 98.35896749169173, - 122.66875374739382, - 100.48432331454819, - 100.48432331454819, - 74.46624469842088, - 114.98035232459948, - 176.71943276868132, - 154.15686847404848, - 143.45100211019854, - 111.17464335448805, - 87.7035458649184, - 105.48436044253556, - 144.63531829141476, - 102.98991294056741, - 118.90597180841088, - 100.23453878401978, - 107.53120046968749, - 95.47266008838471, - 128.97143729415419, - 143.60083729871633, - 152.48239699321329, - 157.33514788842217, - 128.2731861206774, - 108.29103734325219, - 121.34403656195013, - 142.89214192740695, - 141.86924856559452, - 133.67618855686678, - 118.3924191741689, - 100.20917104264728, - 89.87202883823144, - 127.80786810165422, - 173.2131227722723, - 195.17851027254824, - 152.02019536459255, - 136.83864273786037, - 115.80746838191294, - 155.0510439757621, - 152.17287587007633, - 117.91289355439166, - 78.82012244138235, - 91.87564877235945, - 108.25633433855273, - 137.30383563365618, - 126.15135984490439, - 91.06180629913894, - 143.90820457796684, - 138.28767383504118, - 112.51518315313382, - 115.19596028455888, - 138.54930391108348, - 118.37375661798231, - 96.07833510047878, - 108.8247696461894, - 128.31464076159205, - 98.12808570075809, - 89.68262718565117, - 92.00543612995558, - 92.2848805836586, - 69.213415580714, - 100.34035748420698, - 121.59168214875899, - 90.15587499653688, - 95.94541477908804, - 112.2074852737221, - 81.41569269889276, - 109.68691895470867, - 200.05997633015235, - 195.18633051738948, - 192.4898943923417, - 178.1996355644589, - 184.3728592659401, - 216.59582438224538, - 184.75221531588693, - 143.81616842350954, - 118.72884868707072, - 88.31337718096255, - 68.93999185162797, - 122.28865387652226, - 82.26010083963072, - 136.5884561471262, - 123.28860092060962, - 106.30674931591955, - 164.00766362731653, - 163.53112862799122, - 108.54020533671624, - 144.69146780006287, - 167.0230559795454, - 141.60748418157485, - 177.0376921891554, - 187.56391567379325, - 173.52778862302765, - 124.20321648988528, - 90.24093434537254, - 125.6909855184928, - 192.41323014223136, - 163.89222117830906, - 187.1568977366146, - 197.6750395035807, - 159.45717443182522, - 184.683362927055, - 196.37829930991103, - 125.26424438028955, - 58.64940717066049, - 27.459974540118413, - 12.856910889990496, - 6.019676288907563, - 2.8184454985565144, - 24.443338844902925, - 62.916112777099585, - 102.16706042492504, - 98.93813159470841, - 104.54594679315136, - 147.55884233219084, - 129.45401846727208, - 136.8652338192998, - 144.42407887457483, - 213.0036261186553, - 163.32015111359271, - 166.91880052337888, - 145.9938020909738, - 173.66735564264704, - 117.3643397691003, - 155.05278276366965, - 210.82420449419016, - 236.43820566489302, - 248.84741181690697, - 254.85930202840433, - 256.03407564760937, - 239.10151307821212, - 156.71082055699708, - 125.6771654583955, - 123.78416945862223, - 77.32723000062755, - 49.82751719526791, - 124.88407651714601, - 107.50242875081213, - 74.27458424950464, - 92.05590780436768, - 139.15184744592545, - 178.01373481476435, - 194.3263130330956, - 223.49103933317267, - 202.06320943038241, - 203.95908676741533, - 157.39162641229387, - 124.55207119909403, - 103.5551243832625, - 164.340148482811, - 137.41117578010554, - 115.52590481746924, - 110.2046024426046, - 136.799422841049, - 103.12575758579902, - 84.59885837480871, - 86.8496106067866, - 78.3929131659326, - 109.75636797587751, - 168.49992990018416, - 199.54936182578226, - 157.42066787117045, - 144.39354905808477, - 115.10669074568634, - 168.68989190643163, - 161.7403209897437, - 134.53110656945256, - 102.11402402731127, - 101.4389816454703, - 132.00692914823154, - 146.44174479900946, - 163.04791841034893, - 216.564709296869, - 216.32268159491866, - 228.76697784951338, - 197.33076212186052, - 111.63639092515925, - 121.81071119661163, - 156.68705609472266, - 125.50806654269783, - 99.09509832006015, - 121.50871849195687, - 170.28193211779092, - 131.8077326135587, - 100.64607057353928, - 115.53691889452736, - 152.8617789638094, - 124.46764071071743, - 153.50071863454173, - 224.4003647084096, - 226.05097291381554, - 133.4012043976966, - 110.62191000081921, - 209.67368226819053, - 206.89314893631905, - 110.95029531942286, - 122.98142822087324, - 201.7750302314642, - 197.32930660197687, - 183.60438858126898, - 137.19536987102938, - 130.182318874878, - 163.80786605030977, - 160.77231838705865, - 181.67192192804762, - 165.30073440121004, - 111.48673291923018, - 101.80405954129083, - 69.79225920278, - 85.83196697472133, - 159.328836101284, - 155.67275228403219, - 136.62797989405558, - 120.26529631690912, - 91.01312759583932, - 74.30407320693658, - 68.63555868389858, - 58.351885522406235, - 102.60461028976042, - 132.47564466792042, - 178.29979769338627, - 162.47229760617202, - 134.46833268147572, - 136.04766147753338, - 166.44744204170308, - 157.27479137323195, - 121.0485834385161, - 156.57966907773036, - 200.13214994920475, - 200.13214994920475, - 142.68753941616202, - 150.67946028330607, - 190.35992610981762, - 180.80443142809565, - 166.9976438995654, - 169.12796718927456, - 177.842431319671, - 150.1862519760624, - 77.02191324856189, - 36.06208278768012, - 16.88446521431713, - 7.905399342904253, - 3.7013513888374896, - 1.7329930480926428, - 0.811396862722803, - 15.16759087280478, - 108.75801794678719, - 115.89840300019497, - 132.97047836902607, - 211.1900404112207, - 258.75045429164777, - 257.7705531414086, - 233.34266945490347, - 190.04002976630304, - 159.0923026517655, - 157.88960300707248, - 223.55895903825774, - 237.6016284307319, - 262.8357416648527, - 264.41936938673723, - 183.19906117385776, - 185.88758256594855, - 142.2588347548231, - 101.0994650048667, - 72.942384548011, - 89.20042835663777, - 67.406840087381, - 95.6154816950117, - 99.22922214209251, - 58.515320176416765, - 86.87423139326944, - 114.17214666322309, - 195.40959855443248, - 219.34952005865898, - 165.65257638851105, - 140.5557555528066, - 147.12007489692323, - 105.426909273563, - 102.04356330077368, - 98.61778825107554, - 125.40287700556324, - 102.1704617678328, - 98.28589091055684, - 139.89082264200087, - 123.42730522512322, - 152.742018428733, - 157.1738990753216, - 147.07348413546634, - 129.27322593228024, - 124.1341195558023, - 104.59288449715976, - 93.12436820775318, - 137.6000344837152, - 137.2962754850006, - 122.98606178973921, - 116.62360184075614, - 98.26954093930621, - 78.55931642712805, - 84.16993967792578, - 98.76874330848258, - 120.7223091269987, - 147.7676297928189, - 180.71983922525942, - 103.1554004494939, - 99.11802884209122, - 96.90171459631001, - 122.12538159929542, - 121.54224002407295, - 110.37427842624295, - 92.38813302130063, - 110.6699456415339, - 103.16801467209213, - 80.82114788195481, - 105.0626795191269, - 121.75170265114983, - 125.9482880231997, - 161.49625619169262, - 113.31980468960768, - 125.22268921249716, - 65.16162059583664, - 73.35992526823841, - 107.11423963097585, - 161.42840233116806, - 178.5547184646763, - 168.92155048341718, - 187.32273166660252, - 133.38617464969354, - 118.89520668999089, - 122.50772422133335, - 140.1788092903893, - 140.9477972343279, - 109.45115529323417, - 131.97416032815465, - 151.12363639105956, - 135.8843730676267, - 131.04911611557824, - 118.37834756560798, - 171.09172803849793, - 120.22145697402415, - 139.6074917564987, - 109.14172628099888, - 114.82556534105768, - 103.05890005792108, - 114.22567484862608, - 112.15535422665334, - 160.0630630296337, - 142.7137728062816, - 142.1453543922574, - 83.40926887545557, - 39.05267777157835, - 18.28467821013975, - 8.560986757524649, - 34.22804628499975, - 133.93672192057534, - 169.192280761507, - 150.1323540091851, - 121.87104688972349, - 123.4214917824905, - 140.03431029816505, - 123.55390605853698, - 120.68965712292906, - 149.82937395420038, - 112.48678956612336, - 128.81152058163917, - 138.72026096164151, - 139.5125181804006, - 133.0501777881487, - 152.68630655383288, - 190.5217362140031, - 182.2041619952102, - 127.58038139592307, - 180.94834382267567, - 228.65101792596852, - 234.86714096154566, - 164.03153565469646, - 188.96488638699867, - 184.76094302425233, - 161.61149014670622, - 171.8072834999363, - 185.6791063602875, - 172.93773129952535, - 141.42288836568767, - 132.33749111387246, - 94.970881122239, - 89.268260327238, - 211.33453437091242, - 187.90560242200837, - 183.85614105434883, - 146.54391382127864, - 164.5810059520187, - 168.57462291987994, - 163.6451700075633, - 122.65916382009995, - 193.79615775384954, - 201.01653803483907, - 154.44687085676213, - 143.81934773195118, - 161.56021347148513, - 151.44192040739233, - 108.47946087149951, - 115.88431953977901, - 82.51730021108659, - 45.06964825117007, - 21.10185683391427, - 9.880005261133894, - 4.625872724297435, - 2.1658590148304344, - 1.014067085651326, - 0.4747917787630709, - 0.2223001183755126, - 0.10408213629669229, - 0.04873182783368479, - 0.022816509427154835, - 0.010682815022169103, - 0.0050017526634490335, - 0.0023418480666755745, - 0.0010964661262579077, - 17.207596175343614, - 73.14506067505158, - 68.5759933597751, - 68.59420239986889, - 117.68935489288701, - 155.6531568605194, - 142.40610954573256, - 111.71843716172872, - 131.49140625345598, - 136.98245767061738, - 129.6399661371666, - 113.74349101137102, - 156.91142281332043, - 154.27719627617876, - 138.17083915870853, - 149.07730579526563, - 114.1832694321904, - 126.78044802463778, - 113.35525714332545, - 97.60066083109731, - 80.838464420361, - 113.89517926395854, - 114.80639909925985, - 122.55895934535943, - 114.52039044553962, - 83.43609971146071, - 104.9549239258487, - 164.79376065132308, - 165.98183532991195, - 113.76225535540335, - 97.74606136749446, - 99.60924202898164, - 113.26757329461017, - 160.1160477963225, - 167.19512827183138, - 163.08141930512247, - 136.28971865849468, - 132.30695577205108, - 168.12689590164896, - 182.35715210956744, - 176.12756850681512, - 138.5730818264463, - 131.29243340064795, - 135.88917683918737, - 118.89002423251837, - 115.31734702947136, - 172.52750617372112, - 164.93712677605248, - 166.88776060134637, - 154.7782462618052, - 177.6351098156352, - 189.07373075752895, - 202.2940845553137, - 215.96697882152836, - 175.14802599372035, - 184.09696834148872, - 183.3270042882598, - 170.53677821990146, - 125.9000984276372, - 84.44466788334266, - 91.14676172265999, - 116.75152707776411, - 100.33930176948834, - 87.35752002228757, - 95.1213094928608, - 148.99836638521612, - 148.15277162405383, - 136.00648853331828, - 155.25698261195316, - 164.3160773189855, - 166.84794633385766, - 161.28464758310082, - 135.81363260946938, - 118.37855456976888, - 117.45560244183984, - 120.14134808293247, - 162.21583051119813, - 158.5646340203816, - 138.03598434327267, - 122.71848203601145, - 130.87377577374565, - 105.82172902820953, - 107.77864650690252, - 133.66564410887204, - 150.18714879177338, - 117.52470554712136, - 167.68986330046852, - 131.79818449409598, - 167.16286817705665, - 148.6765244146004, - 154.5451945698317, - 166.05877306494642, - 151.56077843522104, - 114.35924102971624, - 112.12067527315627, - 119.16906823423568, - 96.35755347220069, - 118.06121807975953, - 173.74182697239092, - 174.43486898812807, - 122.39216595635071, - 146.02723553790065, - 115.31940265684821, - 112.49512317515828, - 135.8332795423819, - 149.83491728778893, - 195.2452222819071, - 173.14258064657042, - 137.70054187527262, - 122.42026276602016, - 143.48640461846665, - 116.02003028488646, - 106.45411390586469, - 138.47548800374472, - 175.93251012786507, - 130.95918822288849, - 191.89989156340138, - 128.26315220365385, - 155.97039951563127, - 147.80256291165125, - 141.53294280453795, - 159.92701628199887, - 156.32733702261066, - 126.50295330335925, - 112.46524213464834, - 92.35538905582712, - 91.20288739201362, - 109.01136467852663, - 141.18987295101394, - 119.35186055743776, - 110.73778212795368, - 119.25271196431896, - 95.38781555440347, - 127.67010518177558, - 155.88227589615929, - 158.46770752660464, - 128.35368992500003, - 111.72638520304591, - 113.13712004039627, - 133.40135136730075, - 163.26907676551758, - 132.01587482304865, - 111.33162811849687, - 146.13732936150765, - 151.20217558478836, - 128.0973544561397, - 156.10109967729178, - 153.33931116353602, - 141.3096985529033, - 117.00209054449753, - 131.0739012309547, - 129.67140701616816, - 72.35989992834376, - 112.12313258008503, - 113.91075753871783, - 100.18216466895764, - 81.1674602588896, - 125.00621866340975, - 140.4891648246338, - 109.34592114280156, - 80.57954607420683, - 101.44050206637286, - 100.85047007232087, - 113.92747621566846, - 119.61520546796791, - 151.74620327638632, - 137.8820210015858, - 82.06846037321642, - 107.55377494949394, - 95.61880593556944, - 65.07497150170312, - 52.61822668489971, - 91.28234614789874, - 102.05525027787944, - 77.35214594399906, - 74.76270719466339, - 165.76434469398427, - 145.85014610863763, - 125.53095582304226, - 94.62083667780777, - 132.9403462221632, - 135.7538370175444, - 76.94371370437456, - 99.79748352608912, - 111.26285100279969, - 130.34780524943173, - 105.39644053957453, - 105.11926414539225, - 171.15847732654305, - 171.15847732654305, - 116.00467914680078, - 146.59686727919356, - 139.04492641518127, - 118.16906895682993, - 69.85168968406481, - 47.72076762270749, - 38.738693742750904, - 73.1916437661568, - 100.82622813656023, - 132.2851370902398, - 135.3914836851402, - 130.69529423333398, - 140.4112752426571, - 185.66754449802363, - 182.03226787242647, - 209.58425131706355, - 204.82595788597473, - 193.55118175775496, - 175.4623247525033, - 217.9016452834398, - 191.28227092473847, - 157.00771904959254, - 108.62765342936575, - 151.96583739823154, - 195.88919189888452, - 173.78202328916535, - 155.76417628091068, - 132.55507742972108, - 162.9468972760011, - 162.9468972760011, - 161.9174849643518, - 158.80015864358302, - 116.40732747365365, - 124.7997501599993, - 141.99702979297751, - 177.9522371372588, - 300.15307849114674, - 293.3971542176585, - 137.37015894323434, - 97.48108184645581, - 45.641177887062526, - 44.258812049686796, - 54.54636482628153, - 40.113688421530995, - 18.78144922352297, - 11.901036096957773, - 20.101102806708536, - 12.228010265369427, - 27.73820730639345, - 23.24411981497869, - 34.25497803714379, - 17.237279717342453, - 13.59706664413656, - 23.752665167887127, - 21.11689229138903, - 12.665387345696715, - 26.08754596403343, - 34.45480990979658, - 25.33825148103601, - 14.363667991134587, - 14.961536215730469, - 27.202151872578256, - 16.547758376073467, - 34.01077038263429, - 63.14812785842113, - 101.8459298733961, - 84.90120245653925, - 71.8307769289041, - 115.80392812598015, - 102.95346058522354, - 151.44273158231636, - 122.45334567638174, - 141.27110645395695, - 160.51413137924618, - 112.57509921346829, - 93.20955825832172, - 119.87892646670036, - 115.82584938913791, - 114.80407665925117, - 84.52316099253187, - 133.63243319766727, - 190.00848630059778, - 185.73172541838403, - 109.77564085806246, - 125.23257105426492, - 141.6902674792601, - 114.56771230507044, - 128.18593702562052, - 163.34913881484874, - 114.56340541798447, - 99.59222617405953, - 115.10339422462071, - 96.81218699940518, - 122.04673175037254, - 124.87161176029944, - 151.01257810626447, - 159.64623905443534, - 156.05287960258224, - 117.91307984963754, - 104.82856510338453, - 118.13925651620102, - 95.52486979717372, - 132.34724421043651, - 175.51568875496372, - 175.51568875496372, - 111.89059451337317, - 136.36024333378657, - 122.44214446736021, - 117.116525897433, - 75.86052892941098, - 76.62291760726639, - 99.58530111901985, - 97.34380902273783, - 122.18060057891304, - 108.62252990499408, - 98.05650796621819, - 73.4058173904351, - 84.36441217080358, - 196.39528082253133, - 228.00252455591726, - 159.61368685473576, - 162.4813229150244, - 129.32035957562255, - 131.040340049321, - 74.6601095640431, - 59.44982506208957, - 102.60359305568218, - 122.5633436966796, - 114.25520060989572, - 91.57339486227092, - 124.57632333548499, - 100.72974401020454, - 150.05894760701977, - 173.45825533831413, - 221.1254894896475, - 162.85900703414796, - 145.9643194084168, - 135.2341631335378, - 116.35160008587296, - 134.12050031778648, - 186.44203513879, - 216.57882769927318, - 205.2990436895229, - 162.16228548070023, - 144.16754886315073, - 124.47373274842693, - 121.19774187363488, - 118.8910526704484, - 164.80900862299552, - 115.5872715852727, - 127.08589080445083, - 159.960821851544, - 162.25933061521812, - 200.3572460959856, - 168.14408416380004, - 208.67866987684135, - 205.30249582679863, - 187.17000582851668, - 120.22280124047339, - 110.05691795629332, - 187.98132683626642, - 155.14765275595352, - 152.9295086806808, - 214.12179518649245, - 214.12179518649245, - 139.4027305960684, - 164.12229809312402, - 164.39881150141863, - 155.94445751666066, - 148.63205941653501, - 96.6289417866934, - 174.9836745257752, - 142.05369492124368, - 114.29789572444551, - 97.69889992476278, - 126.86144172221644, - 90.92356687924014, - 104.0722702918562, - 127.72678015464679, - 167.57386569392025, - 112.08245507773742, - 77.42841996607481, - 68.80765551884306, - 94.33716684562565, - 96.11390138373368, - 96.99219136134312, - 84.59379014809473, - 64.75592503090259, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100 - ] - }, - { - "name": "flashlight", - "data": [ - -100, - -100, - -100, - -100, - 0, - 0.012017002518195038, - 0.1102313964303266, - 0.23590926609095975, - 0.24012567440845678, - 0.42533739251573066, - 0.4071773985167484, - 0.3176071779922147, - 0.21608061845015422, - 0.2029546743586429, - 0.37176040325166665, - 1.0760825942009884, - 0.7913568949477116, - 1.2520229950574333, - 1.354944338551607, - 1.367324050924186, - 1.4712080766806461, - 1.4846893641738772, - 1.4437397034796278, - 1.226401712298275, - 0.9936449083006614, - 0.682668474456779, - 0.722919801427163, - 0.4524646574555291, - 0.4201967417031691, - 0.26253480437256177, - 0.2896963084997345, - 0.3984585989242908, - 1.6859025106396726, - 1.023522865987498, - 0.7481053772198365, - 0.9414347667160116, - 0.7096232400689617, - 0.43247863318100577, - 0.8575575288854296, - 0.6881606734245894, - 0.520242462028607, - 0.44966354070501, - 0.38415213423784916, - 0.37500897364435615, - 0.43702426278956863, - 0.39747526890499324, - 0.42380028543827764, - 0.4018757494117602, - 0.6195835614378455, - 0.6125710020132632, - 0.4523002388934463, - 0.3593210526671203, - 0.24617531995376496, - 0.19918477905341855, - 0.3834435455715211, - 0.7785225205964073, - 0.527853244407086, - 0.6426204370621529, - 0.3913891115344358, - 0.28100432175057105, - 0.24652225379910364, - 0.21585718937208784, - 0.38314805006076585, - 0.7887620739330247, - 0.9362865741248771, - 0.6732251890012088, - 0.4343476116110817, - 0.20336393719539833, - 0.09521611227056825, - 0.044580706692408587, - 0.020872931710832845, - 0.009772821261249339, - 0.004575688586896464, - 0.0021423625260877845, - 0.001003065900579193, - 0.02920937475174276, - 0.2178462543627988, - 0.34824382021616007, - 0.38199733685060905, - 0.9531608957096503, - 0.760538277124654, - 0.7260925754306575, - 0.6606230700921145, - 0.7313867929000116, - 0.6341350158201287, - 1.3085896858608261, - 1.301163184418427, - 0.8531578132995133, - 1.0154528817752462, - 0.6501914021932873, - 1.1338008558455024, - 1.1265396001585977, - 1.7152733766835286, - 1.520366882752878, - 1.1352746878405189, - 1.6716736848561764, - 0.900652494889966, - 0.8917324864116134, - 0.8207185927824229, - 0.956743422628821, - 1.3567158059102185, - 1.7248244920878384, - 1.205606458158248, - 1.141069802438438, - 1.0814539579949618, - 1.6060744503947264, - 1.4116917574258563, - 0.8115844862422669, - 0.5341951009979639, - 0.7487269640810534, - 0.5974180412374337, - 0.600481584475386, - 0.4020675714584073, - 0.39510406657094255, - 0.2856426838228059, - 0.7630845775746138, - 1.441117558213788, - 1.3455139037189763, - 1.0763728076325187, - 1.5583613372926668, - 1.4801288007987057, - 1.4954070507706692, - 1.2648048514069605, - 1.5015211227806797, - 1.268792018800095, - 1.4349515025276125, - 0.8629296449635622, - 0.6567658360951234, - 0.6766645913175908, - 0.7916142296174665, - 0.5053624105295824, - 1.0521171373006322, - 1.070494140883221, - 0.7769621761619031, - 1.5180677450964204, - 2.2835534151148926, - 2.007175653013516, - 1.2830824517368964, - 0.6007462505979684, - 0.2812726938311529, - 0.13169342000267995, - 0.06165958250612589, - 0.02886935516408017, - 0.01351679063845429, - 0.0063286356112009405, - 0.002963101950060297, - 0.0013873406063878322, - 0.0006495604911918031, - 0.0003041277893652215, - 0.010074431600511089, - 0.04246430397363723, - 0.22887801032868563, - 0.17517053537135574, - 0.5746037452794551, - 0.5356533544856296, - 0.3998806105020974, - 0.3909749215924243, - 0.5626676302483108, - 0.4010586675236595, - 0.23517455176628835, - 0.40587904234459626, - 0.5161976005392921, - 0.500764394092181, - 0.613936946433579, - 0.4226771510770383, - 0.4320935515070421, - 0.7380853096874135, - 2.2670973516042334, - 3.6430179291632836, - 2.640847792161227, - 1.8720284573699129, - 2.0541913461907946, - 1.1937410567811577, - 1.0804408226918405, - 0.9820057007071097, - 0.9062458157885513, - 0.780112476782855, - 0.36713056863833465, - 0.17191204149288314, - 0.3136302039246399, - 0.205051203425803, - 0.20406975802284594, - 0.14697465090702194, - 0.06881433874012956, - 0.09397107880610203, - 0.8677150294627837, - 0.8496631986287041, - 0.7314051560466855, - 0.5388385133950575, - 0.5973063804448671, - 0.5141719296564107, - 0.3176555519324879, - 0.25615144871974477, - 1.284977915134264, - 1.5997057557968755, - 1.3770550964614505, - 1.9409964967825581, - 2.187986886137575, - 1.8834579307028159, - 1.000270240984019, - 0.7544392062210941, - 0.965766565696442, - 0.8313489943166931, - 0.9670851761281015, - 0.8324840775709629, - 1.0452770103302025, - 0.899792995726374, - 1.7592646818093225, - 1.5144062508566563, - 1.3847384037221797, - 1.3879674535608975, - 1.1947870092500599, - 1.0027275671140732, - 0.7977491205675913, - 0.6867165965956121, - 0.4626302897860896, - 0.3836367196185314, - 0.19330367733132134, - 0.1663992350275919, - 0.07790903570528615, - 0.03647743839399905, - 0.01707893699033056, - 0.007996452096473634, - 0.003743982788120817, - 0.0017529533033689378, - 0.0008207423638649785, - 0.0003842760822824376, - 0.0001799201721706568, - 0.00008423961273271841, - 0.000039441449325801125, - 0.009093871254131025, - 0.0073617183652446554, - 0.1973762255297915, - 0.1510510356021856, - 0.21542778080378372, - 0.33502482435379244, - 0.8049534203267381, - 0.7356866069207855, - 0.6085579997006796, - 0.39975083183832627, - 0.7553395772889064, - 0.5282498174908161, - 0.40226651713515427, - 0.24424511503578109, - 1.077109942098676, - 1.0374140688723585, - 0.9707677215996624, - 0.7966681605433874, - 2.2929307655866293, - 2.2498411410770496, - 2.120519477574218, - 1.710029036408752, - 0.9183845561137037, - 0.9150848323510417, - 0.5046089997608505, - 0.6198439655542729, - 0.5139586226233673, - 0.5381835843828844, - 0.7021784185256298, - 0.7113660499367817, - 0.4736289042265243, - 0.7573544034342301, - 0.6861685079305444, - 0.7507692105617648, - 0.6305315894815632, - 0.44737012319140346, - 0.5563876258186528, - 0.40425103979706223, - 0.24545006236597605, - 0.1752608764452761, - 0.10969315305738984, - 0.12330015152269194, - 0.21639704031583015, - 0.36131097019101854, - 0.31833369643651516, - 0.3814711659118205, - 0.29941309269734734, - 0.3646057328147122, - 1.0568177117441386, - 0.7596962144064966, - 0.3556939398402414, - 0.16653785610596217, - 0.0779739388554867, - 0.03650782640537135, - 0.017093164824146176, - 0.00800311364640543, - 0.003747101762384148, - 0.001754413624248451, - 0.000821426094120855, - 0.03173389314246891, - 0.08727876424706876, - 0.6095010659544655, - 1.0781208691999056, - 1.463940490213324, - 2.245692350058329, - 2.2291227746312914, - 2.008255699892785, - 1.31178145788035, - 2.2097699565276687, - 1.52356487439019, - 1.5288452220758337, - 1.3173834285614645, - 1.4323992978813829, - 1.3505881300104075, - 0.634147365800797, - 1.1359213821859806, - 0.9393036020343185, - 1.9122037780601768, - 3.1424366987291243, - 2.1731914697271106, - 1.828534998698017, - 1.488508585508066, - 1.6616861041362778, - 2.058046158769785, - 1.796537972431087, - 1.9235322064466651, - 1.4164994647009852, - 1.754330011437657, - 1.4723921974106882, - 1.0779289290198266, - 0.6410458193167848, - 0.5675306396169126, - 2.1992420127099783, - 1.8540491233748195, - 1.9953620454829166, - 2.306767377016454, - 3.774196605877139, - 3.110182175970799, - 2.6673098004800857, - 1.3164959158458478, - 1.7830784010980567, - 1.0304029280126767, - 1.665319736090624, - 2.1918376644818967, - 2.108298730202482, - 3.2889037828858125, - 3.080169079454256, - 2.5438045401239786, - 1.5108631463575666, - 0.9204273628655368, - 0.4660713777641808, - 0.7430311964083436, - 1.9054577959317336, - 1.856035238200141, - 1.2823187516299555, - 1.5430266543616922, - 0.8901022386113119, - 0.8023379061480773, - 1.2075799810343204, - 1.0414802124091749, - 0.8550730306304333, - 0.8428361484976261, - 0.854338529398311, - 0.8663644143975849, - 1.789585921918578, - 1.3481154514681566, - 0.8594787672629501, - 1.109556885421955, - 2.074544558408479, - 2.146869196411987, - 2.3750949581208785, - 2.167067979368228, - 1.70205482957835, - 1.604842345884596, - 1.2346044615097815, - 1.2191414713270343, - 2.069240414571106, - 2.2857431307447715, - 2.590401652035373, - 2.6367563243919023, - 1.3293487786176326, - 0.62240839893841, - 0.29141503065276636, - 0.13644211780432008, - 0.06388294889672408, - 0.02991034751889672, - 0.014004188976114221, - 0.06424617094857368, - 0.13757093049039848, - 0.13899785243768126, - 0.173837456304952, - 0.48309834465714185, - 1.0654502150868819, - 1.0348789670905525, - 0.8845489735543945, - 0.7420257570384792, - 0.6571867840767882, - 0.6006525857709673, - 0.5462486988727298, - 0.5221886798502613, - 0.46820073871924994, - 0.6117217319045686, - 0.9479103876239097, - 0.7367404694822104, - 0.7040836467077406, - 1.201364160325321, - 1.53546369162204, - 0.9565525844688826, - 0.9394446951800142, - 1.6576390247293022, - 2.228238773558104, - 1.9734747208699919, - 1.448913031690517, - 1.16712325386688, - 0.8363365266073719, - 0.8285731389143357, - 0.9440893182081133, - 0.8715077833367808, - 0.9875930136977731, - 1.4449269565054585, - 1.5003333617506835, - 2.183737267346318, - 1.1478769169347223, - 1.0118441950278538, - 0.7262565399991006, - 0.3400373006318523, - 0.15923590816482333, - 0.11923451083542463, - 0.05582625280963025, - 0.22544525348404854, - 0.373873854656498, - 0.3001463018874194, - 0.25584299378561953, - 0.1625770875841791, - 0.07611948528102885, - 0.035639561057142596, - 0.016686638219588157, - 0.007812775657505381, - 0.02691293075612142, - 0.20947814765232375, - 0.6120219974514213, - 0.5385385454880431, - 0.6322831549317565, - 0.5024118302040256, - 1.6374361320551962, - 1.586701580138934, - 1.4238006388287943, - 1.3023432775612296, - 1.1256374147397754, - 1.645632003830278, - 1.556968148501551, - 1.2381005784330217, - 0.8732864429802691, - 0.6744152702049961, - 0.6257738815772481, - 0.5504118675039471, - 0.5352969740988609, - 0.6803133237662602, - 0.8588034618068296, - 0.7931232470249991, - 0.6291659169478886, - 1.5647388618340294, - 1.524632006938198, - 1.2327847512008225, - 1.1036720519563286, - 1.506990330995922, - 2.562796742726235, - 2.6502665797779232, - 2.318118366189952, - 1.6505610419356076, - 1.3183128781251618, - 1.2295606193953206, - 0.8903327923694206, - 1.2865582139301681, - 0.8866441884001262, - 1.1008789463984627, - 0.921068955150879, - 1.049172146945367, - 2.07053955841924, - 1.7581695135248132, - 1.7023713297515284, - 1.257327915783979, - 1.0967992093771062, - 0.6142627746113648, - 0.7637224311817059, - 0.8104424726041712, - 2.669473365058548, - 3.3036139430849305, - 2.111284831574904, - 1.8018089889896007, - 1.9931472468941274, - 1.5516130737545788, - 1.1380366256989614, - 0.5328349982546604, - 0.24947627251510443, - 0.11680616091641326, - 0.05468928604104016, - 0.025605824078226626, - 0.01198878746072986, - 0.00561321613158985, - 0.0026281386206192968, - 0.001230508935923403, - 0.0005761310417600991, - 0.01686752440577503, - 0.01411249904563608, - 0.006643134502529383, - 0.0031753962593409203, - 0.1810138853541955, - 0.20291719956771026, - 0.16977410059427608, - 0.27890320156267273, - 0.5920850911049848, - 0.2859698590195047, - 0.1346084890382283, - 0.52120871003531, - 0.4072897947882681, - 0.6567001321066832, - 0.36704793258283863, - 0.5793081483500482, - 0.9475003738854576, - 1.169774150279629, - 1.065034968423532, - 1.0234385785591016, - 0.6730240552769928, - 0.398686724365746, - 0.3271721445457898, - 1.0040502581145792, - 1.1140945429943492, - 0.8713218911817167, - 0.9131214646790506, - 0.5771997562383528, - 1.0740495475279814, - 0.5961597178925069, - 0.38008115970288003, - 0.17795608638037372, - 0.12734508942404335, - 0.12519619296530252, - 0.5830093971974222, - 0.5222625056100721, - 0.3798259897485812, - 0.2105745117284681, - 0.11629455124901689, - 0.1117525093102217, - 0.07632149636256753, - 0.06385566836408332, - 0.1771530443906028, - 0.28713702288687193, - 0.19906382173907944, - 0.19012255290918095, - 0.5119399150841336, - 0.4166812027449268, - 0.5652826804548857, - 0.356084321878463, - 0.304946158891835, - 0.9622748901668616, - 0.6223807653602248, - 0.5550280858732739, - 0.4053853767626364, - 0.4960243041357034, - 0.5814297372915437, - 0.45435281227627844, - 0.5448781592157292, - 0.5235972013023009, - 0.24515108524798615, - 0.11478108448400004, - 0.05374113413365514, - 0.025161894147934318, - 0.011780937029301771, - 0.00551589941807969, - 0.0025825744008899994, - 0.027804724601921117, - 0.20481136348399614, - 0.19831136333575916, - 0.47570067212808603, - 1.0642500066790221, - 0.5583605027912935, - 0.602850910639436, - 1.335105618369489, - 1.601238008538814, - 1.5711469366347077, - 1.9606208107235248, - 1.8357183630488358, - 1.003551332053463, - 0.8698189187590393, - 1.2598431735763538, - 1.6363969371086773, - 1.627110065643096, - 1.0876730535595656, - 1.150618828209662, - 0.8555626573315758, - 1.0621781545892024, - 1.0312647458113102, - 0.8181883758037584, - 1.0241396607589148, - 1.1413014380197293, - 1.4356760158597863, - 0.90253808829056, - 0.6184811101744518, - 0.8486731555292683, - 1.691182804317572, - 4.468452097298957, - 4.677308631835126, - 3.509529768664531, - 2.161443364813267, - 1.5187868721871698, - 1.282178943101596, - 1.0446396272062428, - 1.7910066692965407, - 1.14548692867722, - 0.7370847195819048, - 0.8350389515777075, - 0.8302999428224369, - 0.7086703809420116, - 0.621681350924017, - 0.4677152479492515, - 0.9021998609191716, - 0.7885750631820578, - 0.6298974230471137, - 0.6948313517063981, - 0.727391954106718, - 0.608584757975499, - 0.5776210840805986, - 0.6520810677922964, - 0.905595701265224, - 1.073097455696348, - 0.7846829622339871, - 1.0673582883358674, - 0.9049616314669718, - 0.42370800590629765, - 0.19838241537165477, - 0.09288373639415064, - 0.043488675497650765, - 0.02036163670800686, - 0.009533430132891695, - 0.004463604345862232, - 0.041650279372483064, - 0.024255147927411257, - 0.1399702037711478, - 0.6665664686521072, - 1.020538940842441, - 0.7378043069459951, - 0.3454440285367777, - 0.5315605789573946, - 0.452397840099188, - 0.21408544992813414, - 0.10072011653558753, - 0.30655168791797127, - 0.20623623625531376, - 0.31986280749529555, - 0.16718101414789674, - 0.14076884006070184, - 0.33048929229653323, - 0.5972883329282415, - 0.9217024150700228, - 1.2340972839002358, - 1.1223688833198529, - 1.6062058775044257, - 1.293825225621609, - 1.239740028279567, - 1.765962453742227, - 2.05206723341549, - 1.679186823052711, - 1.3351050040829109, - 0.91726387550604, - 0.6758951047999895, - 0.6482291191645706, - 1.2699674797035483, - 1.1793823415436337, - 0.871680311928478, - 0.8824174397828779, - 0.7394084356406645, - 1.0506819569586043, - 1.2542338986355963, - 1.7718065191360042, - 1.1086304779104248, - 0.9670866417575258, - 0.9606376974376631, - 1.826832059534827, - 1.196649532045228, - 1.3291033646054773, - 1.570851894183805, - 1.4473398198122158, - 1.5692503426255004, - 2.2982690272293333, - 2.5461543229902386, - 2.5373189826665703, - 1.713872223362122, - 1.5983749577254345, - 1.5185641072680982, - 0.8945188245575192, - 1.0144540578803851, - 2.57280853984272, - 1.9308001852534717, - 1.774280657399318, - 2.223377597718794, - 3.206798359969735, - 3.271592446648806, - 2.91407525869726, - 2.3893513534308486, - 2.5199584357841873, - 1.700171496747361, - 1.515075961469141, - 1.470607168623323, - 1.4450829194580526, - 2.629739503595244, - 2.8348340364330293, - 1.5924264451682713, - 0.7455828072411794, - 0.3490859650945425, - 0.16344396603899808, - 0.0765253625344756, - 0.03582959501628611, - 0.016775613162926528, - 0.058636887423626376, - 0.3231296084292894, - 0.5494818331173517, - 1.9404859777439527, - 3.7240649729638773, - 2.4563126804832063, - 3.0036041213405085, - 2.130227390387509, - 1.3150286542337457, - 0.7254942610041338, - 0.7129430206329228, - 0.7308632278176956, - 0.6787403541735022, - 1.1329101815415594, - 1.0110228133458505, - 2.4577269566017788, - 3.0624716116024597, - 3.266531138241676, - 2.4396577386509275, - 1.9601303965902113, - 2.5556384419855758, - 1.989497777725017, - 1.602686561269734, - 0.8300769565482565, - 0.44931549076002736, - 0.21161341416933488, - 0.3983504540440078, - 0.6935325169244839, - 0.5124334614936588, - 0.5606085435015423, - 0.754071769404476, - 2.0469134197786016, - 3.1364960986549963, - 5.193231376956719, - 3.351514657533983, - 2.4521993656629704, - 1.4199402119812345, - 0.787966799669513, - 0.7678627613588869, - 0.727790642931882, - 0.9361025721954574, - 1.6326769356050845, - 0.8716834110750806, - 0.9815257684901715, - 0.4855473217774811, - 0.4276338540990424, - 0.5737073808317137, - 2.2722835031702067, - 4.348834035373454, - 4.0771804846455355, - 2.5402884915921935, - 2.0223560123676685, - 0.9468781917791067, - 0.7044705017790239, - 1.6885098833709349, - 2.66115805309347, - 2.6995508590928496, - 2.97542565708482, - 3.0040320507394846, - 2.1782076206276595, - 1.019848770704187, - 0.6744342117008283, - 1.4911321278001344, - 2.520279677570823, - 2.455176854554843, - 1.9326767071492257, - 2.500674995126321, - 1.6442710853767641, - 0.8841483134526134, - 0.5597100644530139, - 2.4281586952842, - 2.9857745332363628, - 3.6565504241878823, - 2.5972955288676576, - 2.059932458492973, - 1.4780424145356323, - 1.2666867242960964, - 0.6473668428956736, - 0.3031007111854468, - 0.14191341760753248, - 0.06644464151299194, - 0.03110974607066103, - 0.01456575396515266, - 0.006819766001672551, - 0.0031930518961694808, - 0.04173277232268437, - 0.534701373459705, - 1.6124289560099054, - 1.5694509617485928, - 2.5391375107428953, - 4.201095972305441, - 3.5744352668074155, - 3.401879575038385, - 3.194249870892335, - 5.585064181237534, - 3.6933125577108727, - 3.67239289292233, - 5.784513545334455, - 5.537540828807021, - 3.6242478641509788, - 3.205774537865499, - 3.025055785764121, - 2.7728968351514727, - 3.0877985571771607, - 3.4744128609343408, - 3.2697635202989628, - 4.424704542810437, - 3.4249686153979413, - 2.4087633004647113, - 3.081173144614847, - 2.7604037802247805, - 2.114839763408007, - 2.849484408262249, - 2.3929446230401576, - 1.9012351367399694, - 1.3167160007407117, - 3.094745426663921, - 2.690178740505111, - 2.690178740505111, - 1.7795088525468918, - 2.4494595371991483, - 1.8323660320934947, - 1.4638920824614874, - 1.5764522513975734, - 2.029405861460405, - 1.9138345153539826, - 2.9734596357869183, - 3.8614697896854375, - 2.834363304465072, - 2.8643977581422333, - 2.410225237944467, - 1.3497101829564873, - 1.7279194653586205, - 2.09963583344451, - 1.6689795618771048, - 1.464113083551723, - 1.3658633891814311, - 2.4605647476553534, - 2.8591644336676287, - 2.706084706103522, - 1.8549803276291903, - 0.8685119769565173, - 0.5354870061282989, - 0.25071795716638146, - 0.117387524489479, - 0.05496148365880096, - 0.02573326849777282, - 0.012048457637886723, - 0.005641154036243583, - 0.0542581537666142, - 0.30021375914464665, - 0.7533342431903822, - 0.9253612987634373, - 1.1639969957538132, - 1.1791763504147745, - 2.0389476867745655, - 1.5281710027024595, - 1.0740220065057315, - 1.7182936915926397, - 1.3487740432002693, - 1.5523054867716175, - 1.759279657529662, - 4.080425519792032, - 5.3515291293412135, - 4.960455341488031, - 3.9189065179702585, - 2.880856776088283, - 1.9800464857718385, - 2.0547584531843235, - 2.082191838106005, - 1.4188169149291923, - 1.1478674386459131, - 1.621428850547943, - 2.329674054902733, - 2.7696863593218506, - 5.791886451965162, - 6.97612411103079, - 5.839981167740917, - 3.5125855917378224, - 1.9214689440775172, - 2.1604498524561087, - 1.913797703081829, - 1.4800633033642852, - 0.8734411743890441, - 1.1542090958741684, - 1.7140701843466486, - 1.6978880702000336, - 1.3644792356207034, - 1.1703268157031197, - 1.0471050139156728, - 0.8625143477541617, - 1.0437533941316002, - 1.1295877152876854, - 0.7711613057318154, - 0.8931237328214331, - 1.0617997480717907, - 0.5742436294276302, - 0.41989845668832915, - 0.9827409132665157, - 0.8904217962373532, - 0.7301613682898969, - 1.0331603559308091, - 0.8106962551176438, - 1.28124212387918, - 1.767846709753056, - 1.6138000615987276, - 1.5380857233941079, - 1.2060074504134524, - 1.3013105723042684, - 0.6437404737269369, - 0.30140282522460793, - 0.14111845807587023, - 0.06607243709434624, - 0.030935477917702715, - 0.014484160658856077, - 0.03772333029385577, - 0.11097636033626387, - 0.08704998083355935, - 0.2625778217537593, - 1.2391341466255401, - 1.617849756500981, - 1.235441287638761, - 1.7172254115246814, - 1.5571221177118173, - 1.284575045011322, - 0.926930510417711, - 1.5908961597996976, - 1.4217924058444242, - 1.2327172090387633, - 3.3339928865430526, - 3.327673897843601, - 2.9972686467549825, - 5.126028509751395, - 4.972771198671063, - 4.253679121633296, - 2.123517797471561, - 3.36806316972772, - 3.1397538735267645, - 2.6470060876501966, - 2.6214257143420685, - 2.760384636000347, - 3.013603790237685, - 4.224957851115279, - 2.9566514820481506, - 2.9420605212737962, - 2.399629817773315, - 2.1592363069614247, - 2.6722834260655195, - 2.831106459134088, - 2.553996284539771, - 2.276831827703202, - 2.512688372432184, - 3.409186133725309, - 5.224449093077552, - 3.166659620727745, - 2.070808846807501, - 1.9231252532769907, - 1.3748130848259799, - 1.038257706208598, - 0.955715755310166, - 2.428400809032105, - 5.4245930375907285, - 4.3801046956850165, - 3.1541353903173577, - 1.7499961684049314, - 2.9459681497615473, - 2.4400867339622576, - 1.6855555088694028, - 0.9624770971559304, - 2.117020011882866, - 2.2984121170680516, - 2.217040549921474, - 2.1147258447073836, - 1.0300010148857701, - 0.739822906417768, - 2.2128396513935393, - 2.1862839240282006, - 1.984665021516941, - 1.442618650701489, - 1.2849703581051544, - 0.9529517158112396, - 0.5619076313936364, - 0.33412881877552947, - 0.5585362492893747, - 0.5079388964157898, - 0.590562631915446, - 0.9720581945744047, - 0.9942179253024364, - 0.810026906491948, - 0.37925904629104323, - 0.17757116836590103, - 0.08313979625059201, - 0.03892650920867235, - 0.018225605396068826, - 0.008533328541548472, - 0.003995351288232775, - 0.0018706454156383208, - 0.09680139462606666, - 0.28164601453969035, - 0.8749450742776662, - 0.737613749915002, - 1.2192334895438126, - 0.9524568106695692, - 0.6032406044866565, - 0.37679705686041187, - 0.6847413261221232, - 0.9005341942063485, - 0.8458847972417246, - 0.7961022997858869, - 1.3335306634123183, - 2.1590873718894894, - 2.1248790934771233, - 1.6578392111106024, - 3.29073938361189, - 3.6477869231606412, - 2.4702994159231246, - 3.9635970298833993, - 3.2477237145956392, - 1.520602079687325, - 1.371264490236565, - 1.365577610490626, - 1.1897337274125712, - 1.094549239356598, - 0.9157730988984413, - 0.9738265929119295, - 1.350602262106109, - 1.0494158279956907, - 1.9899783374182238, - 1.3134463395302634, - 0.9316737647466985, - 0.9747972415772996, - 1.204610606200074, - 1.1315081703019658, - 0.6235879324393433, - 0.6503655677918649, - 0.4813245862597256, - 0.7876476404960113, - 0.9548571865030974, - 0.9341112620411959, - 1.1938590295375962, - 1.6831734677365895, - 2.554045237833845, - 2.5638578203599938, - 2.7448846976424415, - 3.097460239663785, - 2.6136676457630985, - 1.9005624497257179, - 1.490965376623832, - 3.008697836916562, - 2.1863703048007266, - 2.056063441587365, - 1.9396393970249197, - 1.5926113352734084, - 1.6564446115547793, - 1.9338600969235293, - 1.085563731680971, - 1.0867645722758863, - 1.636440375229037, - 1.4167170539363438, - 1.082918913963286, - 0.7963843610633387, - 0.42895356253820394, - 0.5135346655970771, - 0.5784810768254152, - 0.9260563923635349, - 0.6831251093005, - 0.3330307298928534, - 0.2925034484517184, - 0.6506566083900194, - 2.041567244104344, - 2.440133693160049, - 2.301520091852104, - 2.8765692050326095, - 1.9096066684119444, - 1.7294784771691907, - 0.9077022427109003, - 0.7546240853020392, - 1.4793118445799578, - 2.7850445676778195, - 2.3747823644759385, - 1.1160596468774773, - 0.6694991521017446, - 0.687457403532808, - 0.5951531398163016, - 0.27865396864578623, - 0.13046731848884044, - 0.06108551504359106, - 0.028600573625340207, - 0.013390945645866783, - 0.07193440672914701, - 0.06370983887604902, - 0.17491828010109126, - 0.10013964065321333, - 0.05980179691094143, - 0.3130818632907554, - 0.6503071203143818, - 0.9445694344775224, - 0.7674094889875757, - 0.9205076781433478, - 0.8277296759508824, - 0.5233280722656315, - 0.4766656580843598, - 1.115772831981917, - 0.6303100923540458, - 0.717211283411187, - 0.6466804594758894, - 0.7267432030234167, - 0.480583518981633, - 0.2250118429541074, - 0.5094893541695963, - 1.0806709705726716, - 0.9849681071389105, - 0.7711483627645465, - 0.6033043828158908, - 1.0086369015160424, - 0.7809180491415956, - 0.7518432168334755, - 0.7280540470539583, - 0.7459220749862413, - 1.750415381778346, - 1.8453243686750298, - 2.449239344171554, - 1.8734555911647066, - 2.1305919992968314, - 1.803002473998762, - 1.6634108381737271, - 1.0896019646197825, - 1.1369217851525641, - 2.3728064333636705, - 2.5179645184018478, - 1.7378743713991924, - 1.0511446903146566, - 0.8743178161314475, - 1.1256151003966495, - 2.4415544883319025, - 2.324046395027278, - 2.2057249016919487, - 1.9461368197147737, - 1.8772303326415494, - 1.945420756692807, - 1.7586248228699262, - 1.3306339931268198, - 1.5175046387338254, - 1.6284955026842538, - 2.567531907727954, - 1.6659603329991175, - 1.180533366475492, - 1.7902727381645458, - 1.4166232236304315, - 1.8973551263737864, - 2.388303970584042, - 1.7303983451986167, - 0.8101820085776995, - 0.37933166593941353, - 0.17760516928409545, - 0.08315571566722384, - 0.038933962766968866, - 0.018229095192998236, - 0.22701199878712158, - 0.5784301258451869, - 0.6494563585006294, - 0.7031743584862606, - 0.96280343618212, - 1.0597487195058304, - 0.919319692563398, - 1.5831226863772632, - 3.1263297748014587, - 3.4439811001937795, - 4.543819611853824, - 2.856777177750803, - 2.143122364408097, - 1.8332819313775186, - 1.4964803646322444, - 1.1417263956153718, - 1.5742792440088063, - 1.8088994298571626, - 2.1015995528100815, - 1.5195999063292858, - 2.0587242341120375, - 1.9448267286556606, - 1.6618503451352822, - 1.55365984221728, - 1.576656437336267, - 1.575353486530413, - 1.2681665203001686, - 1.3076332305751448, - 1.6391514744151854, - 2.8825598327767494, - 3.375135914478551, - 4.681846976433373, - 3.7641568309804327, - 3.942643060309827, - 3.8985563223910513, - 2.259351016515136, - 1.535436186886102, - 1.2831220546481104, - 1.4237913197263985, - 2.034616049297114, - 2.0494570503310396, - 3.405920918074375, - 3.3673720857296345, - 3.010561381417548, - 1.8084100436835582, - 1.3206291846317997, - 0.9767695160620347, - 0.7251676552341982, - 1.42037240344646, - 1.0994476256919834, - 1.7234072975406165, - 1.8242889860702656, - 1.8438524869025157, - 2.1999292023020924, - 2.206847325679653, - 1.9360768215423974, - 1.7448522235939214, - 1.5960075461158383, - 1.1642390448916737, - 0.9852599216466635, - 1.0408091498230445, - 2.428574452950229, - 1.672939927846816, - 2.1154920675078674, - 1.681238758971889, - 1.3354425055043468, - 1.0539937043612162, - 0.5446503348089317, - 0.2550082779796971, - 0.11939627625673516, - 0.06931209077892893, - 0.2640178994119521, - 0.40909349046061894, - 0.5529355128955429, - 0.49340110979178775, - 0.6908593210415443, - 1.2290039932220094, - 0.8910115125117847, - 1.3411049342337416, - 1.6303244694772108, - 2.217171743690405, - 1.564558871510933, - 1.6857602858408753, - 1.982156421095843, - 3.156018723905187, - 2.9948439432161145, - 2.622409955932981, - 1.3922583680689835, - 1.6857207178156624, - 1.7320839153479275, - 4.3144406432555105, - 2.8054895965569373, - 2.3932186289877375, - 1.7084664197280983, - 1.5022649542927273, - 1.4188129735905135, - 1.9638533981374802, - 1.8610071197136264, - 1.2144190408973932, - 1.086050176400629, - 1.30584877478839, - 3.152014764341763, - 2.6927982574985947, - 2.2235399411585335, - 2.649400355595243, - 2.3602925264884926, - 2.206319660989138, - 2.089590456859094, - 3.85035416801154, - 2.888003329504679, - 2.593889549618797, - 1.8413198441494836, - 2.247498446887553, - 2.1191330720929473, - 3.2776967635654954, - 2.941751435584207, - 2.0326962066135428, - 2.0517230792494625, - 1.1857936425231925, - 0.5551950958135224, - 0.30837251617369726, - 0.6251010565727548, - 1.3567233748936272, - 1.6286390229472065, - 1.3831630441491698, - 3.1533187375059955, - 3.258225574852088, - 3.141517850502834, - 3.072905893699159, - 2.8268142751415346, - 2.675688767011863, - 2.5716784527898473, - 2.197011046667904, - 2.3358268754763998, - 3.084140456223653, - 2.89864357792707, - 3.3961631469177647, - 4.198677122074311, - 4.488980592228703, - 4.446387904432391, - 2.828044784763944, - 2.8197409993607985, - 3.5611088244820186, - 3.734563099337584, - 4.158099795699228, - 4.075397856341114, - 3.3675761330949596, - 5.782342610413084, - 5.366541760211385, - 4.0222449866271255, - 2.5727264974562263, - 2.205393718909402, - 1.5975852923706961, - 1.528686814413826, - 1.335709316227749, - 2.935044477636069, - 3.0744806553163935, - 3.0385435603313535, - 3.0120305557232094, - 2.7708140979973765, - 2.8269089324674095, - 3.2774564370298247, - 2.6291231097787704, - 3.0768500906523926, - 2.9748106562141583, - 2.3601655239525794, - 2.565629715271726, - 1.9412407174747055, - 1.734356665584888, - 2.0363962691975974, - 1.4053162731766229, - 0.6579767971047604, - 0.30806835001605876, - 0.1442392933903205, - 0.06753362932821379, - 0.6039822037802717, - 0.602837463269348, - 1.649950060068367, - 2.6386852642809293, - 4.582622024891305, - 4.67573851568911, - 3.6320288112903403, - 2.6558548913090956, - 1.7525535822871217, - 1.214144639997678, - 1.3252494300014184, - 0.9104109259747053, - 1.3971741849240689, - 1.8743320681607927, - 1.7676027086722381, - 3.235754497767762, - 3.0106968721076393, - 1.6317224232589624, - 1.3703978781446569, - 1.0262991589907693, - 0.7750602772539407, - 0.8028607223803341, - 0.5982718497641705, - 1.4879463541717448, - 0.9808343060843938, - 1.1319391267202428, - 1.6658258415948155, - 2.5808347242434495, - 2.8703937510980824, - 1.549809078887784, - 1.1130300473964851, - 0.9635845421312592, - 0.8379076836054158, - 0.9874054102347598, - 3.29496636058713, - 2.5676537271049233, - 2.419795416600087, - 2.1717517362110854, - 1.88844569255226, - 2.415746132569217, - 1.9921990538125751, - 2.91122964008032, - 2.889221442352436, - 3.411655599084319, - 5.541478400356717, - 4.707274159242018, - 3.099857549650253, - 2.2177381394596596, - 2.6914490377954623, - 4.998621365169132, - 3.28051857096568, - 2.2953752495681035, - 2.5855297217037823, - 4.730484097319727, - 3.6106503564211234, - 3.0069986493904235, - 2.4895835838770415, - 3.1852974970289885, - 2.7997819281664595, - 2.2221603089500577, - 1.6480624930152754, - 3.2709841473710815, - 2.8209304522511465, - 2.1245923880559507, - 1.8328982944714658, - 1.523309880439691, - 1.6774430854300295, - 1.7559079755739626, - 1.5874399516955255, - 0.9131192287369859, - 0.8724763803734494, - 1.212732989610495, - 2.1249455022647483, - 1.7411547763046902, - 1.3696285967876776, - 1.791167534209913, - 2.6380822858781188, - 2.6197071792531554, - 4.151286567122379, - 4.046573868933995, - 2.723026785882568, - 1.6364944194580084, - 2.8666442395327643, - 2.8341990387075375, - 2.3882682151164643, - 1.894883849961895, - 3.165832404775583, - 6.057688525157182, - 4.268466728401114, - 3.983955187896798, - 3.3236645198059196, - 3.777375195574211, - 2.3418826086867752, - 1.0964822990172558, - 0.5133790342857317, - 0.240366883332608, - 0.11254109487236093, - 0.05269235869545246, - 0.10340639277136285, - 0.37779419836586603, - 0.27831695390456046, - 0.6572984909523333, - 0.8644576176833867, - 0.7380485655264775, - 2.7805532538261675, - 2.5098059537346162, - 1.7544300467098024, - 0.8614669541975851, - 1.3890143476662473, - 0.9882118436616849, - 1.072663170226628, - 1.038620572946491, - 1.2875711922987356, - 1.2150750405093975, - 1.0204776459312932, - 2.4823505511488504, - 1.896743684568774, - 2.7245097486053234, - 2.128641656299381, - 1.7400584241038874, - 1.570625912901518, - 1.2185822230388217, - 1.131670571076268, - 0.6212130297349473, - 0.9230825214923568, - 2.489755930024474, - 2.8527779612344206, - 2.9510114895636947, - 2.3867971789830116, - 2.410119274741917, - 2.5923908486286136, - 1.980183504860542, - 1.4208467134812546, - 1.0917904181162577, - 1.6140779086549277, - 1.4569123390675094, - 1.3036904235557731, - 1.9176066697404126, - 1.5013270308742528, - 1.227315542207787, - 4.68214592821528, - 3.1619546345566794, - 1.4804445253689005, - 0.6931522573858928, - 0.3245376937034754, - 0.1519503305544805, - 0.07114397927752526, - 0.033310001820800246, - 0.039733127152935956, - 0.25529281171155344, - 0.5270713472404808, - 0.43007995416727435, - 1.0679661137266092, - 1.5058235260792263, - 1.9309686923326277, - 1.270107463809151, - 1.2787544313237804, - 1.6771304295199196, - 1.7682837628244923, - 2.11667263367878, - 2.742265090009089, - 2.4071251996952423, - 1.8526751365435719, - 1.989199299526951, - 1.9185073863431081, - 1.252948049997479, - 1.3038562784847554, - 1.40929637278784, - 1.5733084441120586, - 1.6679044328804398, - 1.9890087575454758, - 2.197619647275379, - 3.0206818465333005, - 3.5973219604413087, - 3.095015721724698, - 1.885090432345592, - 1.505347516970475, - 1.7707810594570206, - 1.585531441380219, - 1.220269875816767, - 1.7584873506314438, - 1.6115339031839806, - 2.100971719951154, - 1.934771073955848, - 1.6249125075754147, - 1.976216450414405, - 1.6222562007301584, - 2.121367418623957, - 2.298346030129936, - 1.7801436447841903, - 1.2857328403833717, - 1.2472303142578203, - 1.0590666276050518, - 0.9143394568533203, - 0.6291954499840013, - 0.5160056640358273, - 0.8792718997492005, - 1.3715939521913105, - 1.3081036077362858, - 1.1989950417446527, - 1.134424679856419, - 1.365707281517472, - 2.1103532437159407, - 1.368227853385375, - 1.5685254784977618, - 1.8612236399609219, - 1.7604776618129703, - 2.092394831960612, - 1.8080176494118891, - 1.828041744010954, - 1.8769169850840397, - 1.4660608782299414, - 1.2764685211657665, - 1.4946615823839688, - 1.1062817355814003, - 1.008491211734106, - 0.6900655866457912, - 0.7698099649870771, - 1.4712382614171176, - 1.6358640408846352, - 1.4878055270543205, - 1.823235763664837, - 2.7840001035436375, - 2.114148174062626, - 2.9641517852638355, - 2.6463273543415884, - 1.8144519740129228, - 2.053276711456516, - 1.3174929770957964, - 0.9868936429102071, - 0.6464556004494597, - 0.49916972514420044, - 1.3870626593481776, - 2.1362822559185304, - 1.7941511551834677, - 1.3718445196642222, - 1.9263540481207895, - 2.1442363852575723, - 2.9252177796645715, - 2.7495483403115895, - 4.943589654620785, - 3.3826780595202552, - 3.081015472110354, - 1.9877920991537927, - 0.9306951777871989, - 0.5360697890946193, - 0.5606565879017087, - 0.32219261170992386, - 0.1508523502858986, - 0.0706298988856625, - 0.03306930655799822, - 0.015483230947239182, - 0.00724933376347329, - 0.0033941778814327167, - 0.001589172724927406, - 0.0007440593975549598, - 0.017480823800037154, - 0.051180104680860095, - 0.4323389640434539, - 1.5357079097839876, - 1.8153342659896903, - 1.292638065314125, - 3.0311120980989785, - 3.2547804455425258, - 3.1634652414285087, - 2.3575531842348214, - 2.4399566646357793, - 3.067022808057553, - 2.752670365625336, - 1.288815382864149, - 0.6822246660288284, - 0.5773290996487908, - 0.39895043696816523, - 0.48897582587295674, - 0.5926456164852897, - 0.7065241906573912, - 0.8054315505699792, - 1.4093784302385297, - 1.2345467434475843, - 1.7899600473829338, - 1.7167512062321584, - 1.8135051609026893, - 1.7861894746948122, - 0.8363037218129593, - 0.7453036938902036, - 1.7341131137957775, - 1.7733931553912812, - 1.5458735151256584, - 1.7440157387913033, - 3.030450586115699, - 2.549949099854369, - 1.799779743478809, - 1.2657100214705683, - 1.004193376057699, - 1.1935897466210783, - 4.984222191991783, - 3.8289021166749704, - 2.815324231744674, - 2.0637777619040785, - 1.756220002260228, - 1.3570803385312278, - 1.4089882179489743, - 1.0032782951454289, - 0.9459762780704069, - 1.7725247114317442, - 1.6060129543015393, - 2.080109591787503, - 1.674112085179681, - 1.402689263715514, - 1.2627269762271638, - 1.5542072684534758, - 1.152873105424524, - 2.101534628610884, - 1.7833439551096115, - 6.779227340584488, - 6.974977963027501, - 3.696512344221058, - 3.697196924350366, - 3.7094167944938965, - 3.6953690441485225, - 4.157644368295515, - 3.9801316499060624, - 2.9889222088540275, - 1.9521925931932023, - 2.5762716611951397, - 2.2773909378068127, - 2.96564285522712, - 2.2307497442555846, - 1.653414375057121, - 1.3522200856829827, - 1.8418640366143961, - 1.8213230102901266, - 1.544006189962128, - 1.1660321994715879, - 1.259864973894459, - 1.4554930737743923, - 1.3489805046263652, - 0.9425120715374233, - 0.666307282755136, - 0.6451319346320128, - 0.7944833587561073, - 1.1432160053931595, - 4.400816123378724, - 3.949757431071398, - 4.5897711907875305, - 2.734411987841679, - 1.6170745700315106, - 1.0919062439977958, - 1.1007127534770225, - 2.125512525773377, - 3.9932133373427803, - 3.222648129038662, - 2.530985534812551, - 1.6085738207203018, - 1.471886298781536, - 1.2874475598383093, - 1.8975112628168622, - 2.8400204034351764, - 2.9284960386972214, - 2.7769956289286637, - 2.0943872737925116, - 1.8019219590077855, - 1.5373352423927715, - 1.346154698440834, - 1.0808921648838852, - 0.9768923135597987, - 1.1352629111186898, - 1.0925400476073177, - 1.1436973506220518, - 1.490786753001427, - 1.136571011422787, - 1.0995338741244636, - 1.3227320918059888, - 1.387372338964739, - 0.9785743388611755, - 0.5243926120174196, - 0.7021860670896075, - 1.6856686988060794, - 1.0958344221151117, - 1.392577557368829, - 1.261758204317174, - 0.590762120843189, - 0.27659806944707843, - 0.12950473519299754, - 0.06063482825796553, - 0.02838955959713641, - 0.013292147718971754, - 0.006223456562559265, - 0.0176490870928576, - 0.24292557949454915, - 0.2338810702852656, - 0.8290957593452182, - 1.0372933651435527, - 1.3317734333681819, - 1.1633747086093806, - 1.1818502487408833, - 0.9119539980247515, - 1.3023493288802341, - 1.4730764527577573, - 1.1187175200036084, - 1.1018669824973009, - 0.794462378666973, - 0.5629475588970885, - 1.8091339069945898, - 1.55733456467256, - 1.2405975728607672, - 2.9111051905891947, - 2.293826585428911, - 1.8557805462036092, - 1.3981424513949614, - 1.6157867116381301, - 2.4505026054005654, - 2.1714137011262467, - 3.999831268767938, - 5.672279360876822, - 4.157871419316917, - 2.7218416472747107, - 3.4471158595572806, - 3.2892894607121006, - 2.591365240253433, - 1.7192687822012909, - 1.3768835810282498, - 1.2913075869816457, - 0.680674830191669, - 0.9124188301239402, - 0.7974376177036784, - 0.7857585029757325, - 1.7280264916368064, - 2.0303986568437202, - 1.9417187044053175, - 2.5252438059871505, - 1.579941394797057, - 1.7849662406720164, - 4.737381225046493, - 5.336019003284613, - 3.329988844649176, - 2.3000357526145385, - 3.2719641446313457, - 3.974399548532874, - 2.8725233030255217, - 2.839844766984081, - 2.109623541284099, - 3.7656145348771277, - 5.102971770547915, - 4.83897881851397, - 3.7662077279293795, - 3.335601118162675, - 2.2612247154911587, - 1.5766042931761368, - 0.7381747887831301, - 0.3456174901676123, - 0.16182000702932905, - 0.07576501600735813, - 0.03547359659646306, - 0.061463393091892596, - 0.765731104150251, - 0.9449405674479525, - 1.3947935837899803, - 0.8109752829693708, - 0.951548744821396, - 0.9806975843864982, - 0.8762250981616051, - 0.5390471401437694, - 0.4860381910237232, - 0.5933918848353835, - 0.8025436903848928, - 0.7263910744536823, - 0.9311668038588204, - 2.360193912613829, - 2.259424245888803, - 1.9186734791503177, - 1.433709408652265, - 1.684901565116875, - 2.3841330295735412, - 1.7357940114632997, - 1.8704928071824551, - 1.4148897902596351, - 1.5081095570554277, - 1.214807027696216, - 1.5848987594916726, - 1.4774639810761112, - 1.6345183331800466, - 1.3315748402782002, - 1.309032418302807, - 1.4653390509562885, - 1.4306865742270172, - 1.8895204381777626, - 2.6559636864198524, - 2.4408509887014658, - 2.586970954922129, - 3.268735738032472, - 2.1249686495756084, - 1.3986067504968207, - 0.7374582617432605, - 0.7985892573789135, - 0.9985623043829852, - 1.1190139969128317, - 1.199644085535281, - 2.3241263986174037, - 3.2312572982811574, - 2.4681781319361678, - 1.9794840303533505, - 2.564534655796724, - 2.9310239966002767, - 3.286427142632459, - 3.731977665295027, - 3.170172426473914, - 2.0927609680372745, - 1.6566171094359978, - 2.156306598042817, - 1.538876261939262, - 1.459819492635329, - 1.646773791543758, - 2.382050254925696, - 2.2446246068741185, - 2.3654362264753175, - 3.206725409844889, - 3.773861347425809, - 2.045284348826771, - 1.532503038183462, - 1.336841487051195, - 1.0020538783694573, - 1.0093393181370889, - 1.561468622868, - 1.2512522124392051, - 0.8052406223223437, - 2.004129871269637, - 1.7716249709861986, - 1.2286516412896542, - 1.0079987643179016, - 1.1201396348266426, - 1.1595262802864097, - 1.079705428724252, - 2.02147558315474, - 2.4422718098163605, - 4.17051544947687, - 5.420128792390557, - 6.611018643958994, - 6.987884054569982, - 8.489969751329998, - 8.457817803432556, - 4.437664102312114, - 2.0777387043742865, - 0.9728086723386056, - 0.4554743630586586, - 0.21325559825137036, - 0.09984744230202253, - 0.04674912084842143, - 0.021888195127618627, - 0.02909168016889284, - 0.020616390737052105, - 0.061935179009932735, - 0.2660316161246034, - 1.3142876494762783, - 2.5902810758424257, - 3.1064494450865388, - 4.7500727492845165, - 7.592376676465497, - 5.910466941381456, - 4.097602353614625, - 2.5620498920734454, - 1.6786002706206586, - 0.9756844621749062, - 1.2078618565204886, - 1.5682527588754935, - 1.563463723063205, - 1.3458573116806094, - 1.044382104542172, - 1.218311662394945, - 0.9780878082992943, - 1.2663274913874258, - 1.7515696825697316, - 2.1738747661823754, - 1.1272630160717687, - 0.7117133394742335, - 0.8638771372067492, - 1.6950301886857022, - 1.2947394956480687, - 1.4979608772282087, - 3.5879625116293616, - 2.6683185463523444, - 2.074044143515749, - 2.3185611457736415, - 2.0575794443125948, - 1.855711777933627, - 1.7386650989939616, - 2.549344959761118, - 2.0497368700274348, - 1.58164974739707, - 1.6033179359347023, - 1.7624074100996197, - 0.960407434023326, - 0.6605635325052344, - 2.052625042041952, - 1.915457012933161, - 1.9263249593098006, - 1.9582920404212976, - 2.600056466692225, - 2.057757804573585, - 1.400612145489066, - 1.0087582239874173, - 0.7747211900380512, - 1.1703135389758583, - 1.5215981743536489, - 1.4929694159204874, - 1.1619262033580053, - 0.8320905838857459, - 0.7363718998868112, - 0.895485100671593, - 1.4936326954840575, - 6.414237309089059, - 6.487154796485344, - 5.993769163543614, - 4.2498620461103505, - 4.058127887004826, - 2.9900360318837143, - 1.9699915869204945, - 0.9223608801990735, - 0.43185442971942206, - 0.20219661574115688, - 0.09466956595475753, - 0.044324810705711114, - 0.020753119804479147, - 0.023468181270071324, - 0.014522136769386525, - 0.20936402320520386, - 0.12331943222632123, - 0.46112692467657784, - 0.4471996747247491, - 0.42486987895841843, - 0.9376872174436734, - 0.9231870035114453, - 1.4325535690557873, - 0.9620750467000726, - 1.1269088853681, - 0.7893040911693391, - 0.623733432888177, - 1.358999712011126, - 2.0556800265446844, - 1.8345138366998055, - 1.4171033535609259, - 1.0788888840181101, - 1.0027366655768495, - 0.8123309966015871, - 0.9993882526810242, - 0.641120398211483, - 1.3466187430707972, - 1.0582148976654062, - 1.5443097910956158, - 1.2694017460513585, - 1.4795312528481022, - 1.2217173801893215, - 1.4131060647747504, - 1.4001090457513667, - 1.2206187332514171, - 1.3191388224749683, - 2.739457620481252, - 2.3860527937500837, - 2.7421514960023115, - 3.6540639973328286, - 2.4581426497134697, - 2.698551277820982, - 2.8199455520146723, - 1.7085643670035982, - 2.00794083990168, - 1.6397818560442263, - 1.3188622146376658, - 3.2592628016595944, - 2.9812312790071416, - 2.6745012282195555, - 2.333035635147142, - 1.0923400974183801, - 0.6344131051912189, - 1.4067310258221624, - 3.0017192737448224, - 2.9148196112571507, - 4.077335799718206, - 3.913707345709069, - 2.8027244940663425, - 1.630024040140992, - 2.2286585459401036, - 2.7066926715558086, - 1.7595907200972405, - 0.823850038829893, - 0.4903870983621591, - 0.30302570152184133, - 0.5515010119618313, - 0.4579343874914217, - 0.21440739520125565, - 0.10038671995963301, - 0.04700161360943004, - 0.022006413625014265, - 0.01030352371855699, - 0.00482416639202825, - 0.0022587011990917423, - 0.0010575363062121758, - 0.0004951443065628209, - 0.00023182928366753225, - 0.013514002747777221, - 0.0898909600801742, - 0.17864621572549833, - 0.6705213851604679, - 0.6506474939145623, - 1.4373551453994116, - 1.830194715724366, - 0.9860593319044805, - 1.0170800606313284, - 1.6361979202866812, - 2.155632028966982, - 1.49755971752832, - 1.8792555644082904, - 2.489364972103814, - 1.9892618226186949, - 0.9313833103851942, - 0.686212927987799, - 0.5027335422671978, - 0.2353826055044391, - 0.32448038890438413, - 0.8009269426837555, - 1.1667108419586327, - 0.996732933415371, - 4.181258363036088, - 4.209646695875925, - 2.854367385332244, - 3.2838281089356123, - 2.9899168456707583, - 2.846238419720408, - 2.3145428416441916, - 2.3359188164619598, - 2.0770744378921933, - 1.2468683745734899, - 0.7420441675336913, - 0.7036558637893112, - 0.46760885708921673, - 1.7602625969312566, - 1.910352714862013, - 2.057350947344454, - 1.6384731616338744, - 1.6041120342480097, - 3.471534769035694, - 4.985399608252138, - 3.680226741261893, - 3.886572531848021, - 5.083600927306764, - 5.568441043015379, - 5.300440925561108, - 3.700692738371769, - 3.6464385212730805, - 2.726992682287986, - 3.096656031671995, - 2.3428981651086596, - 1.3441976974560028, - 1.8249313015889594, - 1.691998538321624, - 3.7844029231199716, - 3.5399172763974556, - 3.209995088647542, - 2.1442438071896244, - 1.9040404089726626, - 1.8641119598006393, - 2.0096409742909245, - 2.2485285214342583, - 2.6906280019849813, - 2.308987952648235, - 1.5245235137237294, - 2.7548648695371285, - 2.40623805643992, - 2.165780119718301, - 2.580439848727692, - 2.6545571667873973, - 2.1232090574633182, - 2.282961157660471, - 2.1875893904028687, - 2.3186325753844117, - 1.830386811089347, - 2.0641855799093527, - 2.1060189223470838, - 2.2642038590436884, - 2.100570796117608, - 1.5367694974197912, - 2.6826285196216, - 2.8725888440304943, - 3.9726446294245314, - 2.1937962072749655, - 1.0271474325850458, - 0.4809160690347642, - 0.2251675447153499, - 0.10542468105692276, - 0.04936041466368671, - 0.023110817233163525, - 0.18161771224055628, - 1.0445697724643588, - 0.9461979871780827, - 1.7207140784451163, - 1.54191583709654, - 3.445188065247682, - 2.487827682004759, - 1.495949108762301, - 0.9510828954978, - 1.2152028452366408, - 0.7435591418110998, - 0.8729114559490694, - 2.2626901028704616, - 5.07091499741076, - 8.505753661855387, - 7.102994369573273, - 4.959924315134151, - 3.6084788427938483, - 3.157798538638525, - 2.9731050540714743, - 5.0765321041810045, - 5.245952606308582, - 7.306160290103078, - 6.833362440014513, - 6.386206453766469, - 4.924560268044536, - 2.6941665681087676, - 3.4131000221626535, - 2.8938029508647416, - 2.2322227648937947, - 2.040410450456, - 1.8681917601009546, - 3.447605511240702, - 3.42803967820786, - 3.2563431423647606, - 3.4861387973639646, - 2.8575632688513335, - 1.8049871256286796, - 1.415838735006171, - 2.2734847892750953, - 3.146243456364978, - 2.472114351343301, - 2.9608242389899644, - 2.7478689571491466, - 2.6057129605224296, - 1.2239162787370457, - 1.7387424327999887, - 2.219848654629194, - 1.4585484307768262, - 3.5227684848048306, - 3.4293216083489715, - 2.2697679380997555, - 2.526209338260434, - 3.3682174299413887, - 2.746844914893118, - 1.9318912755865334, - 1.6281927195462313, - 0.7689838442126647, - 0.6684772887849526, - 1.2278246215706479, - 0.9412667452496497, - 1.6833489501593837, - 1.1791185005472729, - 1.5957958515273138, - 1.1987779475898055, - 1.783027139322902, - 2.20580075081195, - 4.475065236761086, - 5.143282627958445, - 5.901176287035976, - 5.768351062253563, - 3.582080608472998, - 2.8618563127906897, - 1.7049708966525843, - 1.2165256635399744, - 1.6954774674028128, - 0.9100179428985145, - 0.4260753986878317, - 0.19949084167370112, - 0.09340270767625107, - 0.043731660702122886, - 0.02047540371521658, - 0.009586696470476207, - 0.004488543937658273, - 0.017262955600770784, - 0.11519869202707486, - 0.5254630866143746, - 0.5155883850160184, - 1.3253155118666018, - 1.1046483341792592, - 1.3252960515050995, - 0.9401246109290627, - 0.46816579534381764, - 0.9189222515581039, - 2.3511686401588174, - 2.632560508635564, - 1.7441754339314741, - 1.1176967325662526, - 1.5090555069109233, - 2.0012612732939727, - 2.6850735704939686, - 2.8347946463655154, - 2.302701030880595, - 3.0089429238655176, - 2.875015165977476, - 3.4809724601584096, - 5.351339296019281, - 5.587622934087747, - 5.458856818093891, - 3.4690033665909272, - 2.875511450623811, - 4.105804385263946, - 2.6206358996252392, - 3.551904768100726, - 3.0908558321716018, - 3.491166862558275, - 5.990780187922326, - 5.490142067779453, - 4.291344113934602, - 6.43544290736716, - 9.25847678939364, - 7.403218703593749, - 6.306800487065507, - 4.322424677094574, - 5.933851197737541, - 3.279043215517159, - 3.4775541162823123, - 2.78532947083583, - 2.289520617491288, - 3.620566123752949, - 3.8549220203925647, - 4.159784611277261, - 3.0008550615739815, - 5.541013255827522, - 5.899497193582125, - 4.852353123594342, - 2.957657407262609, - 2.4544617234314137, - 2.720881761799989, - 3.6291696431984324, - 4.0037483453018385, - 3.981026293322782, - 2.514990424273308, - 2.3837955407737206, - 2.2625900883449894, - 2.6754362484545693, - 1.5102132885678836, - 1.5447643790040746, - 2.1619627242456065, - 2.438060857013909, - 1.960322388544634, - 1.703563212380587, - 1.6034845791894283, - 1.1836938442739882, - 0.5542119587411433, - 0.2594850828172415, - 0.12149234086830624, - 0.056883381231038393, - 0.026633111496164725, - 0.012469769071675723, - 0.0058384143633879336, - 0.0027335776695368913, - 0.030390018124074884, - 0.46490823472701553, - 2.8528566995726146, - 2.7518559178742628, - 2.3184171377868834, - 2.3231716574890484, - 2.0811078803103373, - 1.7580359709000426, - 1.709777341715644, - 3.9137262779840745, - 3.8758182830233214, - 3.3764903659872996, - 4.6736419990361195, - 3.536532792485423, - 2.629847790283261, - 3.0581641059759974, - 2.9894278577069846, - 2.45838283634871, - 1.641182786869981, - 1.932197822794874, - 2.1290502414760892, - 1.9337496484030343, - 2.7249690839164935, - 1.8113439763201047, - 1.443453263281302, - 1.103026893347641, - 1.2120948220744687, - 1.4247393152295382, - 1.707424070496128, - 2.270757255821943, - 2.135587290090577, - 1.5375850483059001, - 1.1553543327273499, - 1.1616767111682402, - 1.0932518052956195, - 0.9378779144848844, - 1.8171761853179516, - 3.0152745753101637, - 2.571097413880814, - 2.493358131385741, - 2.027582852746785, - 1.6909865006130178, - 1.3089180616752651, - 1.037511871659328, - 1.2517529271720735, - 1.8929907025835537, - 2.082641429099024, - 2.176535663059607, - 2.5749542626908957, - 2.4214840855559006, - 2.0609598731826724, - 1.9472774823819643, - 2.9434567104293006, - 1.7546246666658567, - 1.7745209822135808, - 1.2770747080991862, - 1.2297786302649314, - 1.5012234771166144, - 1.0446007441241796, - 1.4108483187906664, - 1.0141920550500123, - 0.4756985699694378, - 0.22272468299843506, - 0.10428091978485543, - 0.18841207475873237, - 0.17431247671125238, - 0.0996646401506234, - 0.6225087609612469, - 0.6776175872705343, - 0.8108536880909418, - 1.129407719393591, - 1.9128714013625037, - 1.7826432572887279, - 1.5818241078776643, - 2.1616357763019782, - 4.7933536407664095, - 4.189304716108057, - 3.481229149805675, - 2.3604346753954317, - 1.1659490900153635, - 1.2442173871616744, - 1.0609329354716766, - 0.49673462703642274, - 0.7142486314018693, - 0.6349275609760336, - 0.5535487475193777, - 0.6005756885764195, - 0.3418866332257026, - 1.42178436525873, - 1.282519211449461, - 1.3062504770953578, - 0.985750279753774, - 1.7466961114853188, - 1.4016640655118522, - 0.8170706781008705, - 0.649481324636318, - 0.32957679903473275, - 0.154309667345365, - 0.07224863372050594, - 0.0338272070977711, - 0.015838084142354113, - 0.007415477978281485, - 0.003471967515270712, - 0.0016255942587113839, - 0.00076111215969985, - 0.025831817537710074, - 0.017776446184804565, - 0.00835988324511065, - 0.6041365672235974, - 0.44937132904110727, - 0.21108555342671897, - 0.7846279222117745, - 0.6308327820276987, - 0.29599546309440916, - 0.9383869572976984, - 0.8170274064085956, - 0.383002240556623, - 0.8659528809332121, - 2.7384571737322077, - 2.6465225336923734, - 1.2391163849887525, - 0.984040923448432, - 2.131242747177263, - 1.0423638062377767, - 1.0754554874441689, - 2.356417172947027, - 1.2480809398478376, - 0.8863481598842576, - 2.182584107710931, - 2.8504744767287176, - 3.666006586616411, - 3.432079787421069, - 3.5797525693935066, - 3.1800771053270394, - 3.7000984452203305, - 3.6131570536130524, - 3.3407936627232857, - 2.989727111224016, - 2.1655442567436705, - 2.170101486158778, - 2.3054633448121518, - 1.788108167239359, - 1.1909969667360703, - 1.062741747170251, - 2.217842443923459, - 1.9091581245401952, - 1.2665036146, - 2.673596921759693, - 2.4668549252308587, - 1.5335798746214027, - 3.0186468599927987, - 4.211876074651165, - 4.289373154122911, - 4.176948368589832, - 2.7712683341920887, - 3.6819509752941046, - 2.4287946928890465, - 3.1970741120623325, - 3.1395160990909616, - 2.278358897563634, - 1.962203791893082, - 1.6694725022424253, - 2.302665883250488, - 3.152064619658784, - 3.9620867942152866, - 2.2299786127255583, - 2.9861949808851724, - 4.072586158479614, - 3.400939846519454, - 2.3491724104443588, - 2.364073805942674, - 2.0661579108691934, - 1.2358684839108003, - 0.9701550914213795, - 1.36558832128227, - 1.359919416438787, - 1.9978799004503283, - 2.1388710015352053, - 2.0828110354305105, - 2.2788055598851105, - 1.5533799837947997, - 0.7273010395827737, - 0.3405263410733246, - 0.15943630306276918, - 0.07464895271890164, - 0.04209975495851349, - 0.040763655199124595, - 0.15938770619438292, - 0.41427544118889814, - 0.43036368238000205, - 0.7651403499202293, - 1.2001700257546932, - 2.0997933008597975, - 1.8667845757529726, - 2.7723242621722357, - 2.8299566358220276, - 3.401001986579601, - 2.6651671333867553, - 2.0378786175047723, - 2.1467164052318344, - 3.047994925350932, - 2.1794410795599704, - 1.7470753739853184, - 1.827937803449358, - 2.568522659929549, - 2.217827290076909, - 2.194727269151283, - 2.341525302660957, - 3.107295019991004, - 3.0804259847091684, - 2.145090949647543, - 2.401811707196439, - 3.578835385297621, - 2.768706222358535, - 2.629822654572816, - 2.9779295752678787, - 3.3607659060338912, - 4.145463559112963, - 3.8195973123336664, - 2.8411084740877084, - 3.5661561075646393, - 3.193776132480224, - 3.030289520844037, - 1.6295435278457187, - 2.4163509325167087, - 1.9724307880212446, - 1.2159719642577884, - 0.9203178459684511, - 1.188530315997522, - 2.0353696358592583, - 1.912390299026119, - 2.9772599781631692, - 2.8776416762538664, - 2.852079755449365, - 4.062365727705803, - 3.8319899119366574, - 2.1675433719026405, - 2.1308487184281217, - 1.847848172059889, - 2.0054546248964957, - 1.8283930369553874, - 1.698583337917333, - 1.1449889778778095, - 1.8629733664194883, - 1.9112062010908746, - 0.980148024760597, - 0.5843925573488906, - 0.6671454541939736, - 0.39119260422380875, - 0.9021052474045084, - 1.2645945566137515, - 1.676447780669109, - 1.1503080452409191, - 1.395643226690659, - 0.6787175679829955, - 0.3177792928496579, - 0.1487860101575545, - 0.06966242708922227, - 0.032616330949545316, - 0.0152711452796174, - 0.007150034089117305, - 0.07721498587690126, - 0.4914280858544672, - 4.437712248859345, - 7.204113161915858, - 7.844864143748525, - 5.4892689399019075, - 6.054099363420002, - 7.410065402437214, - 7.116302771085541, - 4.7778617797198635, - 5.725154408591127, - 7.696816465150782, - 4.892620795775532, - 3.156839249872151, - 3.3607840319199953, - 3.1307107267840726, - 3.3390288724032153, - 3.1333927880282957, - 3.065995435260893, - 2.6745460170994266, - 2.0125267660509056, - 1.4249193175777208, - 0.7275957580619031, - 1.8226453000521845, - 2.1344990113338653, - 3.5390896633726934, - 6.857635516462208, - 4.976612446645516, - 2.8932724611532263, - 2.0241406836266003, - 1.8034530046396917, - 2.4421246955499822, - 2.4052258857525537, - 2.343412712531495, - 1.7047394470080233, - 2.2206735244245857, - 1.568380746663491, - 1.242934263662875, - 1.3864271238577865, - 1.8915491824030046, - 3.168967438043981, - 3.6009871181785567, - 3.5565107019558866, - 3.654454450495341, - 3.1878738248714624, - 2.8568188626488653, - 2.555623483679414, - 1.5954216769259415, - 2.4693577185953055, - 2.684472203110897, - 2.9176002799915532, - 3.137978499977513, - 3.5149698683915025, - 3.4646460262176957, - 3.1182841658146523, - 2.5673270962031904, - 2.3078069127063454, - 2.796237541126801, - 4.402463719724061, - 3.069513644738807, - 2.4502225536210682, - 3.85484981441306, - 4.749857806376574, - 3.5944346627502215, - 2.6138216848020726, - 2.6111587118671267, - 2.9368507608618444, - 3.6605150202885826, - 2.427977144391023, - 2.6671374398276964, - 2.0960854615865228, - 0.98139872482585, - 0.45949627280979427, - 0.2151386784851991, - 0.1007291108093865, - 0.047161922885696775, - 0.022081471308581617, - 0.01033866613822037, - 0.021201429603041742, - 0.06947768455205108, - 0.2649601925097657, - 0.5160158290739485, - 0.8894172006373213, - 1.496618896833299, - 2.4623688414898557, - 1.824633003234983, - 1.7283604549157643, - 1.965899935729004, - 3.014328270194515, - 3.6885014759867127, - 3.585017916714426, - 3.903478442012762, - 3.2228270665926955, - 3.952261742139868, - 4.94248088459568, - 3.846478804131797, - 2.933875349144036, - 2.815907950841696, - 2.665977989666965, - 3.023211936397085, - 3.4161119129739252, - 2.6782050103999016, - 2.252703439583658, - 2.0033444389163764, - 1.7188274290883887, - 2.4062379502468825, - 3.3076160026500707, - 2.195772398417845, - 1.7574679516686569, - 2.673707258011831, - 3.301889697064076, - 3.5608157932647586, - 3.9742769123152915, - 4.084633765493026, - 3.6273893977644764, - 3.735723156137775, - 5.720345278179977, - 4.862356226538388, - 3.751953772595515, - 2.636394840428075, - 2.082400036617047, - 1.5931298979348254, - 1.8998534343037066, - 2.0492247137036026, - 1.8851139195469575, - 2.787022727689556, - 2.3633426871985224, - 1.7470552636595627, - 1.3383922111108468, - 1.3112901841474085, - 1.30654880531976, - 2.145044486761242, - 2.6589488092978604, - 2.9715229781278643, - 3.6509202713860223, - 2.8637122450656016, - 1.9557967477046845, - 2.7755808359477308, - 2.9800995717678394, - 1.596484841470273, - 0.747482970678508, - 0.34997563205160614, - 0.1638605129943503, - 0.0767203921066493, - 0.1436723305490029, - 0.6322657409233614, - 1.3273555791399332, - 3.404886723277741, - 4.251071836615086, - 6.0500947106634175, - 4.6477082501371365, - 3.929249717293017, - 5.670785317461047, - 9.521005646539638, - 7.103050388819108, - 7.676105145695805, - 6.148137791281289, - 7.870006350912874, - 6.787675474625365, - 5.455361792160963, - 3.879743382978317, - 3.4561109989732066, - 3.380158942199421, - 5.363213783889799, - 4.235547276981475, - 3.033203827053458, - 2.2205336132899696, - 2.2802306787415128, - 2.013820338148499, - 3.5895999209706204, - 3.2585327872243655, - 4.50279158251392, - 3.4450131462061107, - 2.822607387697865, - 2.5671724111543046, - 4.086566184331313, - 4.823519367548669, - 3.977926545919969, - 2.9471370738068563, - 1.9393395441757368, - 1.6982153532803579, - 1.125828883493275, - 1.04619387332324, - 1.0265268916873103, - 0.9103343270364288, - 1.210583828897704, - 1.3892542813252635, - 1.4895462466125284, - 1.384120495714569, - 1.3716677159061441, - 1.2298153299216412, - 0.9412504076086642, - 0.5011963580801538, - 0.44809662129409533, - 0.5925719077683789, - 0.3680780885338474, - 0.17456315411374454, - 0.3206165260374141, - 0.6330389225678903, - 0.31975936058955484, - 0.14971308874791542, - 0.07009649037674917, - 0.032819561764642985, - 0.015366299063390702, - 0.0071945856132649855, - 0.07738389164926565, - 0.4537801207567008, - 2.2101345677768385, - 1.59782908596305, - 1.6752919689123904, - 2.852654368949591, - 1.4192114747419462, - 2.6276345435351254, - 2.9615833711103123, - 2.362609080751963, - 3.7316171149326336, - 4.03807371677982, - 6.704122227582351, - 6.381463600052568, - 3.7854860873422957, - 7.073578417462283, - 6.531831989144015, - 5.604036427030819, - 6.773157158473131, - 6.977945512272515, - 4.4934985319236445, - 3.9712501699903684, - 4.1360306449996385, - 4.396603734415804, - 4.6778866817966245, - 3.073398685603064, - 3.7266967664594546, - 4.661042501670252, - 3.6851685824443225, - 2.9910756579981306, - 2.6210531638842185, - 3.8703681823641056, - 3.677111040337137, - 3.7108869939682236, - 2.8248947054092515, - 2.121833061185518, - 2.2287883363761676, - 2.2010592191130796, - 4.539283300120198, - 4.287499180330402, - 4.143120811905888, - 3.931788732478208, - 4.412048350634623, - 3.853656676638418, - 2.8350205881699093, - 1.9620854687071236, - 2.361528422147062, - 2.97465179396573, - 3.886071040213969, - 3.8127359361599606, - 3.6499492568350096, - 1.9305301423560222, - 1.8717653465563897, - 1.7867068120767309, - 3.6230411408787284, - 3.295170026791014, - 2.316180871691441, - 2.821623653444595, - 3.9726519141674106, - 3.241567799818006, - 2.0954263835451816, - 1.6644883467369889, - 3.2093966648274934, - 3.3214981730389765, - 3.6408578458867953, - 3.0003024113495713, - 1.4047580666685757, - 0.65771544175202, - 0.3079459820045408, - 0.14418200001528209, - 0.06750680425536537, - 0.03160705650004297, - 0.014798597439420446, - 0.006928784595102168, - 0.009190292397185058, - 0.011453335607290371, - 0.35867640232375114, - 0.2688243945345518, - 0.8712200084009866, - 1.5782212979613797, - 1.2657038124424225, - 1.6537614947644343, - 1.5300302070662197, - 1.303745657807006, - 0.8890644437339373, - 0.7050449919501005, - 0.4067085451068142, - 0.3734424334619626, - 0.6636248031148547, - 0.504986479878374, - 0.5460332719306834, - 0.3834161630964747, - 0.5521228531424147, - 0.5386726304606546, - 0.5596555930435426, - 0.9488627675137102, - 0.8467766644885161, - 0.5840981211314064, - 0.3569137556315705, - 0.29620107397100126, - 0.3268782218160986, - 0.25206380584442545, - 0.4598905436599401, - 0.39803636486337346, - 0.48021447263970685, - 1.142262312552111, - 2.1826239118365907, - 2.895931293177357, - 2.6186912887286278, - 2.764096953547826, - 2.630748837008216, - 2.3328046455132525, - 1.3848028724738384, - 2.055723432465251, - 1.7353118723852705, - 3.6708522442802183, - 4.236805712033875, - 2.926844334362375, - 2.741683577396873, - 3.51981656954388, - 4.787431962510991, - 5.223067639924789, - 6.127658846587045, - 6.403416882383613, - 6.146676005459163, - 5.668745906038112, - 4.894743493335644, - 5.437575409883001, - 5.019266316124764, - 3.1587619661271695, - 3.123010523748401, - 4.289453514951838, - 4.422790813718164, - 2.899448378773833, - 1.9350182809398468, - 2.354164557137409, - 4.28496273005712, - 6.103272432732286, - 4.12726574689897, - 4.776224483516671, - 3.8744517738842204, - 2.905837316017915, - 3.0417382855790605, - 2.8384063033408786, - 2.7165611817645843, - 2.499007191744248, - 4.336506742314188, - 3.852788000535239, - 3.4642515334512396, - 3.635558899697241, - 2.1516565477761884, - 2.0375335784256947, - 3.1668263651542503, - 3.2662590038475408, - 4.4966312564197555, - 4.229592926128944, - 3.343119729235246, - 3.1254339633373744, - 1.9723821570622164, - 1.695699518669503, - 1.473615956328329, - 1.7838554644046072, - 1.7504089194143222, - 1.6017240681404683, - 1.838699237121546, - 2.380467727427245, - 3.2332656880269894, - 4.4194890456027816, - 2.9898325185727725, - 1.3998560053697788, - 0.65542026972978, - 0.3068713698586328, - 0.14367886070679303, - 0.06727123166788737, - 0.07016401315563275, - 0.0883836672925149, - 0.2958965226573096, - 0.4422807213430844, - 1.1995408932676928, - 1.9793719540152162, - 1.4316589410369565, - 2.1569546824874486, - 2.967912945146243, - 3.2799668472703143, - 2.749147564289551, - 2.8857066536559075, - 3.1784606615953264, - 1.8909576833819157, - 2.1722937336323485, - 1.2712745012664413, - 1.2890385911676914, - 1.994795810336604, - 2.726233342997702, - 2.2599114357407473, - 3.2361320889491996, - 4.461234315345875, - 3.919901488187059, - 4.800820060370961, - 3.625337099466683, - 4.371375535586663, - 2.6017245311300234, - 2.6192484538622427, - 2.589009804935588, - 3.0095912291244202, - 2.82159459899755, - 2.1318995480307135, - 2.2676452880954003, - 1.4965431094059989, - 1.3802077165486226, - 1.368898603099176, - 1.6482544707107767, - 1.5484093096643718, - 3.367174399564057, - 2.7590221877235646, - 2.1410497493001834, - 2.1826548130946577, - 2.2774538188828926, - 1.7419311135153726, - 1.8042499754367092, - 1.3522674034127153, - 0.943137279466481, - 1.2145754726191744, - 2.164727113243398, - 3.2181960173487774, - 3.129659957691616, - 2.8651675777376386, - 2.026931212428467, - 1.890729542487362, - 1.7997317685059966, - 1.4627088024435668, - 1.7298571083714345, - 1.1919420769977556, - 1.083409777308378, - 1.5591542297182677, - 1.2979389516582658, - 1.0651666452529753, - 1.1405877773591886, - 1.2805458764480797, - 1.4019993459786528, - 0.7815988627957389, - 0.3659488801055309, - 0.17133927545834993, - 0.08022198976569195, - 0.03756037618783544, - 0.017585974412904132, - 0.008233849802374441, - 0.0038551336978128736, - 0.0018049947697280687, - 0.07447481136191623, - 0.2606199268895544, - 1.041287445635471, - 1.3035820512639809, - 5.391031194113899, - 4.934667358346639, - 3.5204819882406677, - 4.088241307987083, - 2.4791734917303714, - 3.33398941207939, - 3.8638049483119286, - 4.874714947342202, - 4.467344279262967, - 2.5856150217930445, - 4.218598721860758, - 2.9704359718679934, - 2.0424122586433056, - 1.8839346339672032, - 3.084619200367958, - 3.275295150927906, - 3.3009222860585283, - 3.0481134878675364, - 2.1652506342132876, - 1.9007343521506637, - 1.4159613292559308, - 1.6071264346743765, - 2.6426932814741706, - 4.1819668907252625, - 4.049245810472503, - 2.726452215516532, - 3.689715549075963, - 4.54218110240183, - 4.324857318604729, - 5.358925687358114, - 4.817054955818764, - 4.498639228599885, - 4.662207073170982, - 4.564087477619703, - 5.657983783412012, - 5.304553100101775, - 4.9844660406330235, - 4.367747578668075, - 3.961400214932117, - 2.9569350523190563, - 3.506601662590213, - 2.225212139801015, - 4.396013141379353, - 4.303963710759586, - 4.377739794035474, - 4.620764749812976, - 4.024073492451067, - 4.112070779676499, - 3.201153365208205, - 2.4628715302448088, - 2.768039226771923, - 2.2767200911410064, - 1.9154144024350892, - 1.0493296546992363, - 0.5131074846362835, - 0.752326608947677, - 1.8249395796779027, - 5.088533283579503, - 3.696260201202019, - 2.4297958251253213, - 1.7558656861149369, - 1.716344200380254, - 0.9112757808570556, - 0.4266643253280725, - 0.19976658036104963, - 0.09353181004402583, - 0.04379210713974583, - 0.02050370506928375, - 0.06821443330893763, - 0.04277546361910098, - 0.09131404458860118, - 0.12629783979925946, - 0.4020763135426926, - 0.20856242366695335, - 0.5711431970760766, - 0.5378739726608136, - 0.3450530608247571, - 0.23063545443773542, - 0.24277526685955347, - 0.13508795872091997, - 0.09530165155208872, - 0.3013891778594839, - 0.7599718190861043, - 0.8143426814222362, - 0.8959093455974796, - 1.1244386482051865, - 1.0728101664652725, - 2.036105139936784, - 1.0561552832702912, - 0.6674739299852551, - 0.7102577725962103, - 0.6509028797549907, - 0.3047563030629098, - 0.3719562613456014, - 0.414370449681712, - 0.22121737255839452, - 0.11254371580533798, - 0.27293089703253504, - 0.8570478030816447, - 1.017697797277716, - 1.6886893808057015, - 1.7728684133460435, - 3.034781011949989, - 2.8298171243068846, - 3.6706208794211017, - 3.721553819554776, - 3.4105506363652767, - 2.8868426672412157, - 3.0799977252811828, - 3.1127930294621935, - 3.0420673109057987, - 3.1188968044780676, - 3.2565272200427513, - 3.2593113623208767, - 2.9462209478155916, - 2.157560555283637, - 2.0746788808502803, - 1.608966918503626, - 1.9730022440251376, - 1.5266575128624211, - 1.5583903627975384, - 2.4302322730554584, - 2.7164580849794904, - 4.9738196064546525, - 4.113384108523739, - 2.957865621919314, - 3.4394007192372666, - 2.203173845594293, - 2.062464277842365, - 2.1088146201718856, - 5.340229678585263, - 6.26568682892734, - 4.859201548008381, - 3.4357445176268295, - 3.272316889448253, - 4.307977966128339, - 3.947968430988411, - 2.277135347596, - 2.931964401886516, - 2.448174954904939, - 2.3486159988077615, - 2.19230894832672, - 1.952972429351413, - 2.277434502941193, - 2.379772494444204, - 3.6297172466949172, - 2.95166280249827, - 2.038904808963546, - 1.7484644354457686, - 1.4012927298623405, - 2.2091658929236875, - 2.0245500958115192, - 1.6928107182840229, - 1.9019766334518908, - 2.4304476285046928, - 2.252744510064077, - 2.765691811548721, - 2.972901901016219, - 2.8632431763350272, - 3.249833029745212, - 3.4322102461346375, - 2.7910513754463095, - 2.5340062726803665, - 2.5526365476980812, - 2.2209177234708735, - 2.7753239101319824, - 1.7804059289834109, - 1.5705130924956259, - 2.085804564607344, - 1.6387927120440677, - 2.0162586848494093, - 2.0069474687320925, - 1.4417098683350702, - 1.6119401860085403, - 1.0108049783320705, - 1.028252052794757, - 1.2102204722064591, - 1.5091082859906648, - 2.9834781001183117, - 3.082919274648014, - 3.499180350142171, - 2.244769130994551, - 2.3388465435438412, - 2.6933133446681348, - 3.3798254426285963, - 2.562144354065845, - 1.1996100578822597, - 1.9351999834770468, - 2.4394729182402437, - 1.5297288272025487, - 0.7162274381740203, - 0.3353416200774762, - 0.1570087882180013, - 0.07351237693665855, - 0.14564803573906845, - 0.22382219742917403, - 0.7681848025543203, - 1.6684410407528476, - 2.061000078445676, - 2.2782321261656433, - 2.7893286274470093, - 2.208685111881089, - 2.5990130301961565, - 1.925296325272162, - 1.972457768427771, - 2.812684027736909, - 2.8975969639757024, - 3.194493351674046, - 2.980917448188288, - 2.424062964449135, - 1.6695502303340797, - 1.006846639214187, - 0.7387798556883899, - 0.5005778585127275, - 0.5349218449885863, - 0.5628586808944245, - 0.6650769788204836, - 1.205825386917794, - 0.8284241931613426, - 2.7686493862769233, - 6.136590292025822, - 6.5148464088619225, - 5.296673339644309, - 5.9697842760002295, - 3.897864795303793, - 3.765071287940245, - 2.108305572532454, - 2.715538622564089, - 2.6364818245233583, - 2.143970122740102, - 1.6336299265384548, - 1.4872059681491172, - 2.9982207690227067, - 2.2855605451963816, - 3.9458639415545314, - 3.561648315677047, - 3.232194956295311, - 1.513331429767099, - 1.0653985514894095, - 0.5823642383909354, - 0.44231119407029423, - 0.5013155846208801, - 0.8624977621150187, - 4.606559742016275, - 2.6522793515329015, - 1.8996283656130193, - 1.8996283656130193, - 1.7703561500144067, - 1.6368452260947564, - 1.3310720474742395, - 0.8256698909062312, - 0.5845949466814788, - 0.27371056463441673, - 1.1195700337267165, - 1.330058890918913, - 0.7152415115592252, - 0.3348800038217155, - 0.15679265695185554, - 0.07341118309085522, - 0.03437151909769514, - 0.016092934010082566, - 0.007534800085988601, - 0.018212744748105157, - 0.23267636114591228, - 0.7685643044051309, - 1.2517636988163543, - 1.1603593067495963, - 2.0160587988206453, - 2.644337145424199, - 3.0733097055975693, - 2.3794477448484095, - 3.691104415873392, - 2.5256077394188363, - 2.51581536082564, - 3.0932071530441494, - 2.201041723731416, - 3.5513779460906982, - 3.8243445095703636, - 2.9434563633644704, - 3.3275498564684627, - 3.7954291649294847, - 4.619421821950291, - 6.237537948244676, - 7.969561313305733, - 7.1492010386814515, - 3.6456074808461048, - 1.7068934442252754, - 0.9763554757071912, - 1.0877067629769754, - 0.7923536613798704, - 1.3251126114077714, - 1.9876910074217577, - 1.966723951308562, - 1.6435145197262635, - 1.3826917128900522, - 1.0780432309550918, - 0.6282070181599363, - 1.7832760570810804, - 2.6395344533216627, - 2.8005387801382255, - 2.909488022462666, - 2.909488022462666, - 2.795236805680192, - 2.9077705180728173, - 3.4356716958787885, - 2.803316414387935, - 1.8750094758703133, - 1.9131578952064001, - 1.265140354695771, - 0.5923456622252337, - 0.32577634093364005, - 0.21611514534097093, - 0.22705521778007345, - 0.5086960315674266, - 0.473459329892043, - 0.5215725824980286, - 0.5420229082011802, - 0.9513602154357979, - 1.4177016198971804, - 1.1349880979534133, - 0.8559936428692156, - 2.096629054496211, - 2.804838354558612, - 2.2682483585659465, - 1.779222600024514, - 3.1592983393939926, - 2.5545408987710374, - 1.9946235724097063, - 3.4410912608853126, - 2.912005704836669, - 2.4265319405096712, - 3.34867833782998, - 3.3709386466633777, - 2.844943797344389, - 3.6957773603207604, - 3.432206107811228, - 1.6069777493690196, - 0.7523958077837997, - 0.3522758493656278, - 0.16493748737357938, - 0.0772246374257526, - 0.03615699936080294, - 0.01692890567513549, - 0.027646314458713864, - 0.3191282532441403, - 0.8161061849138345, - 2.568434917069208, - 2.1776521326232348, - 1.4554330063068703, - 1.6642164422769374, - 1.9371252265159145, - 3.000336962011148, - 3.1576291176313425, - 4.410915851013185, - 4.650408339215808, - 4.835837275683142, - 3.3796088453044186, - 4.146067560588025, - 2.7316112452297427, - 2.587053993425674, - 2.913640985189165, - 3.063224748229186, - 2.0277944038903715, - 2.7166219282970014, - 5.858516492512145, - 5.043114938158472, - 3.889895899602343, - 3.578881921823123, - 2.9061250273316355, - 3.6459979536066385, - 3.480719545297684, - 2.845332517950321, - 1.81407793566703, - 1.0114826543991116, - 1.9395615616039295, - 1.611284239296129, - 4.09258154416758, - 3.3496835338064392, - 2.577642422634394, - 2.435036124504709, - 2.8132662498666967, - 1.8566840332802679, - 1.849127230468911, - 1.706179851532533, - 1.7588857920596817, - 1.5761415203941636, - 2.427282065131919, - 2.0473094912503176, - 2.249780545995936, - 1.8861309704074505, - 2.034331100866334, - 2.324544264112024, - 1.7117525641507076, - 2.6055696209502255, - 3.6387244014426603, - 2.50878272158964, - 1.7243812499503426, - 1.3933413063705924, - 1.6951427514418076, - 1.5623495298197014, - 1.373243577602268, - 0.9471916925710764, - 1.0948025295698438, - 0.6560377168874173, - 0.3071604620088612, - 0.14381421523922538, - 0.06733460540333992, - 0.03152643205180776, - 0.014760848629966886, - 0.0069111103951993765, - 0.0032358198428825724, - 0.0015150286215751489, - 0.0007093447211656742, - 0.0003321190941742549, - 0.00015549998389198608, - 0.00007280594646485787, - 0.008336020208428375, - 0.004727266052272796, - 0.004042868015774048, - 0.09430988937596736, - 1.420266329185294, - 1.3994128819087308, - 1.3472852890058316, - 1.791383068671443, - 1.9423581531202712, - 2.266612938011874, - 2.0938740409643306, - 2.377284133477639, - 2.502298824401698, - 4.194526296679546, - 3.603879174579467, - 2.8416662273947253, - 2.537554791964829, - 3.440171512632161, - 2.920048686499329, - 3.284717945333281, - 2.8339173503547888, - 3.0072028943978233, - 4.071872257656261, - 3.0610334634823886, - 3.574944944244797, - 3.3900016775316684, - 4.07938271160333, - 4.140267401108029, - 2.523412265833859, - 1.8943326582561362, - 2.1947911911408444, - 2.214634608149587, - 2.321873774973799, - 2.7376165576305675, - 1.821825228715607, - 2.0557432553404764, - 2.68930761677877, - 2.7618568655292517, - 2.0282400411008856, - 3.0399214288192606, - 2.8826566293984563, - 1.9268056376248022, - 2.066777993971883, - 2.5654032120590635, - 3.538374029705715, - 3.2191098788133274, - 2.537914416885542, - 1.657428516218786, - 1.5001193706242026, - 1.161820948040267, - 1.7893408100214048, - 1.8118158952714793, - 2.5971433514902813, - 3.0511212203559346, - 3.586652944258967, - 2.353865342399696, - 3.445029142251464, - 3.960428220765842, - 4.318621362233202, - 2.5728711809299174, - 1.9657841620804504, - 2.6249594867207926, - 2.094486014416585, - 2.693038724520355, - 2.729719344210971, - 1.4025747923882215, - 0.6566932207434056, - 0.30746737251426515, - 0.18150592914352814, - 0.41339556723964893, - 0.7380331234768398, - 0.8693451222562667, - 1.2972324180421992, - 1.364767523967442, - 3.4054471888044953, - 2.739157692027037, - 1.7312910876820762, - 2.392034987685151, - 3.0215103254238445, - 1.5556587997216762, - 1.3701991522406916, - 1.1601634733902915, - 2.6342537187901724, - 6.667197410006663, - 6.434598490678245, - 5.404694716642957, - 2.927654217116284, - 2.767050529352164, - 3.539926496987282, - 1.963978014583784, - 2.4026341830838733, - 4.050628026382691, - 3.777792768013917, - 2.997882511847304, - 2.4497854167919426, - 2.929071414490098, - 3.2607630744290867, - 3.3819602926612777, - 5.769739144346952, - 8.141973758540344, - 4.878828006725737, - 5.3498593450728995, - 5.131169624912376, - 3.6841966207760413, - 3.75806132483814, - 3.542707216554313, - 3.207192097964248, - 3.140956899840299, - 5.439446421042053, - 4.178972683778997, - 3.488572439207867, - 2.5732887009350565, - 1.6632260605198912, - 3.276989794865563, - 4.840270369774093, - 5.759987723835628, - 3.6014812357946733, - 2.5631245860793728, - 1.647943864336615, - 1.3142040579154004, - 2.9032384444194927, - 2.5486899181760707, - 3.803722420287815, - 1.8603524094730457, - 3.967060573260392, - 3.4558699340561043, - 2.208589107980054, - 1.0340735499378473, - 0.4841589152176143, - 0.22668586310788652, - 0.10613556606692004, - 0.0496932549295512, - 0.023266654873601557, - 0.059777723043644634, - 0.3099794475581571, - 1.0654138599880534, - 2.566246428667216, - 3.9919899138556705, - 7.555578327422607, - 7.260484935114636, - 5.9949933704763865, - 5.646728853957212, - 4.484726751832136, - 4.319454108992163, - 5.0935869911141065, - 7.406565534577876, - 6.698091697641301, - 5.296220778926358, - 5.187065595283865, - 5.051112224909624, - 2.3909980713365777, - 2.929868312613209, - 4.796903715415561, - 5.00257640933637, - 5.629838478453439, - 6.109626115167872, - 4.915539112010338, - 3.9485190623015813, - 3.2551318779050558, - 3.337875513946855, - 4.037272424863364, - 4.949643400374464, - 5.428839019660454, - 2.672307853357249, - 2.7002716647568525, - 5.040153603026569, - 6.5659830038633435, - 4.994785711851202, - 5.744651301277715, - 4.826039697933907, - 3.8738154292542406, - 3.291483453196612, - 3.6067392459781535, - 2.9606128043677455, - 2.085029796767315, - 2.149507696857091, - 2.2023905479104875, - 2.8286188475221183, - 3.0073551946587527, - 2.81976955170719, - 4.326236055462025, - 3.254388552540401, - 4.292944783418128, - 3.8654276641254217, - 4.257264499197555, - 3.181192277235577, - 2.396791497528743, - 2.400647511382326, - 3.8197604015337223, - 4.125915043530061, - 3.551660871176779, - 3.0820003577901725, - 4.127402113286586, - 3.9910156934235546, - 9.409882018570848, - 8.991049082012786, - 9.55249057568929, - 9.516314807308934, - 5.544452354671264, - 6.113685852380495, - 4.500180499860257, - 4.214313498035707, - 4.790798875903077, - 6.605713685162447, - 9.79735507640675, - 7.798808324846854, - 6.13947598864549, - 5.4799218870934805, - 5.688568366558577, - 5.249508599988789, - 8.952386659943151, - 10.254773425666453, - 9.416386107696095, - 6.108350736880554, - 7.325824606983657, - 8.396218542179009, - 6.573927855206371, - 3.744862968998536, - 4.834248802848162, - 4.7814179505544, - 7.274451372186517, - 6.864618444178056, - 6.655814040043156, - 8.076490837019128, - 6.649724599084921, - 3.685123483283104, - 3.2876933790686986, - 6.0248161447328314, - 7.086986684600421, - 5.558562529310463, - 4.499870683116139, - 7.3091475932862675, - 6.418051464622106, - 3.004966943704369, - 1.406942026334725, - 0.6587379836620275, - 0.3084247417426113, - 0.1444061579539974, - 0.06761175623334831, - 0.0316561955925313, - 0.05914669579633747, - 0.043004491768558396, - 0.9331305816339509, - 1.6604797399593303, - 1.5627027640647622, - 2.0106705460549215, - 1.7242661723935906, - 1.8390553686934676, - 2.206717720810477, - 2.167165848125981, - 2.9149753429520793, - 4.201142295550707, - 4.0154458931673105, - 1.884410225952864, - 0.9502166060250263, - 0.46792884294461595, - 0.28583426735291656, - 1.0495757794865501, - 1.8146426169463632, - 4.140669012331313, - 6.398460287848936, - 11.247392890507973, - 8.752741001593657, - 8.01900071691833, - 4.9181382185482505, - 3.8545698317653674, - 3.5956218757357785, - 2.8335676749966043, - 2.9740517672768183, - 1.5136902443817575, - 2.2474827589065445, - 2.029755342254026, - 1.6174541040504218, - 2.602386422423621, - 2.248696331333867, - 1.5049681547256089, - 2.422089075114569, - 3.212709601026755, - 3.6083808207284194, - 4.85815822681781, - 4.775913767505801, - 4.056105598149044, - 4.856980954529276, - 4.662264965090079, - 4.902517831409179, - 4.658764187380663, - 3.959795291374789, - 2.6487368624670347, - 3.4585183796531096, - 3.164382388470859, - 2.449133471127402, - 3.839990186744841, - 4.552790733701734, - 4.782663864231899, - 5.211101885368384, - 4.0376907202443055, - 3.0783223800997104, - 2.9068777700347552, - 3.8100331714739286, - 2.73014650986003, - 1.350532695472637, - 0.6620590352149031, - 0.41334323657945066, - 1.3239420762694258, - 3.353199188574887, - 4.579604611270618, - 8.383795162748505, - 9.193807335562425, - 7.985817491312565, - 5.300966900972991, - 2.4819418159702678, - 1.1620587890732006, - 0.5440823070763116, - 0.2547423242756734, - 0.11927175527189224, - 0.056796334524046074, - 0.5738796411256142, - 1.1121783355917987, - 1.2090911420794177, - 2.3694965969801585, - 2.891818763833565, - 3.313102574912514, - 2.6204846317204327, - 2.698718767159105, - 2.822983134033258, - 3.960336517944957, - 3.834649214682987, - 4.029355475460298, - 7.599508447280662, - 7.251587170251154, - 6.624170779061481, - 5.566609125549794, - 3.373980500234266, - 2.11167270338623, - 2.649460700622632, - 3.2202485690258595, - 2.928828614100976, - 2.1497341307690583, - 2.336972371447005, - 1.9776507978891904, - 1.7057274635827395, - 1.8525640744026821, - 1.7884750253883834, - 2.881171356295491, - 2.6522100892855622, - 2.046601421023135, - 2.082947632159586, - 1.4498123065042052, - 2.2575481558399373, - 1.641629436158916, - 2.8477083642092116, - 4.4719796926151085, - 3.099688491430645, - 2.171791029396001, - 1.6786179463901558, - 2.130656056556896, - 4.528549352848094, - 4.278010467610772, - 3.900529004928342, - 3.712057966395495, - 2.8012518465055085, - 2.5959343105971273, - 2.769125672164777, - 2.9286965754902097, - 2.453229954278312, - 1.9350049020797226, - 3.191730239345699, - 2.8375520477825957, - 1.9502290100654114, - 1.7585640739202206, - 1.4519224276400076, - 1.3984379636933948, - 3.5511397404224665, - 4.334001142750386, - 5.548353909696503, - 4.153497296334843, - 2.9737687746340526, - 2.4598778601246725, - 3.2223670097733113, - 2.1349455631205334, - 0.999593237783931, - 0.4680150437011172, - 0.21912721380164552, - 0.10259656494960111, - 0.08958245655889295, - 0.08335169492730005, - 0.08086493003939144, - 0.5037950082999794, - 0.6001969429526544, - 0.7246285935271903, - 2.6815273722188806, - 3.0496903229171908, - 2.8576679358592085, - 4.418374648730645, - 6.0987393784000545, - 5.465091422145339, - 5.820222015692931, - 3.952728820176694, - 3.8055623822483624, - 3.3096897933741953, - 2.8707418139036185, - 5.07006992037792, - 3.5494845796126984, - 2.585178435946625, - 2.252529735897071, - 2.6967360592418173, - 1.7136583965326242, - 1.924396652412601, - 2.356491035902681, - 1.443167171176727, - 1.2833855993872127, - 0.9147747892907934, - 1.453486358157709, - 3.321802358021531, - 2.827102444189677, - 2.0096638789490906, - 1.7558264646507835, - 3.200046847026428, - 4.899130042569807, - 3.215223941188099, - 2.3421040822859878, - 2.4425400023900243, - 2.46543878187312, - 2.3856548758292218, - 2.2099348753404318, - 4.301813956393955, - 3.9874502226075026, - 3.037611682537158, - 2.3247761708225663, - 2.57447386161055, - 2.605899217936904, - 4.284198304941297, - 4.140370520157191, - 3.3214293019493626, - 2.032041853774996, - 2.193110895985943, - 1.3151575193834382, - 0.9801034490847527, - 1.789523184326592, - 1.9518832928969352, - 1.9374968138316837, - 1.5316388930121208, - 0.7171217414761523, - 0.33576033779505216, - 0.15720483415297, - 0.07360416672009609, - 0.03446187509277271, - 0.01613523918321343, - 0.007554607600388677, - 0.003537108768441824, - 0.0016560937512021616, - 0.0007753921895873859, - 0.0003630428816223018, - 0.0001699786710087452, - 0.014134099436689704, - 0.03393851794120087, - 1.0376447923224628, - 1.1861729373580585, - 3.939621019220767, - 6.916949647914233, - 4.028103519215672, - 3.888132743222676, - 3.2379622020621825, - 3.6094904422015635, - 3.5416595289617603, - 2.993068906961951, - 3.5163425818186926, - 7.62241488804041, - 9.1112204311586, - 8.079421432045967, - 6.246791888534919, - 6.301824655102698, - 5.414346504151629, - 3.650703363852746, - 3.5594692104617036, - 2.6450231997446405, - 2.087241177161351, - 2.5599139472034844, - 3.3045710637266805, - 3.943711510193289, - 4.474500292125246, - 7.9139770663660185, - 6.735386846106695, - 3.258205122946133, - 2.926244633962485, - 6.447109522549779, - 5.06015019564706, - 4.753648413249776, - 6.449947011808503, - 5.788864025599965, - 4.12387310601156, - 2.5188426612935166, - 4.303335751192153, - 4.115566447919414, - 4.780392319703326, - 4.724897025440473, - 4.55451632377369, - 4.282886169770425, - 6.420742893948398, - 4.625774643825361, - 5.4555578063153165, - 3.4917608877155875, - 2.9729013654708387, - 5.014646730257705, - 6.239937949859527, - 6.590377509157301, - 5.970584000824097, - 3.888780563322484, - 7.060209051658471, - 8.58097581148429, - 4.732105641553186, - 7.366761111374098, - 7.806273738447528, - 5.416597167943948, - 3.2507158887084455, - 6.822802323347613, - 5.1335565854313465, - 3.55287606061538, - 6.252275328027764, - 5.966281572727821, - 5.106733905604577, - 4.711932165809883, - 5.036039680210418, - 4.392626857732145, - 4.529386874716776, - 3.2977864585851555, - 3.251922224157597, - 2.8529256058577253, - 2.4885427218609677, - 2.370283566755379, - 4.234651751858269, - 5.47074137714657, - 3.7862378156778194, - 3.3105998025680217, - 4.624630227593828, - 4.90245244187332, - 5.036026724594456, - 6.031799970407592, - 5.712471063496104, - 5.7304693779076255, - 5.013782192547247, - 4.122671800954145, - 3.6168380221751764, - 3.068476590073023, - 2.4483735219477096, - 1.1463419294546129, - 0.536723587085823, - 0.25129693116200263, - 0.11765860329395668, - 0.08343312070100367, - 0.13516071535086568, - 0.6358009846962869, - 1.7865423602368151, - 1.8294684578285323, - 1.28308075668026, - 0.689783656567878, - 1.0494188869388166, - 2.1873164716875593, - 2.0462977985090056, - 2.007983781957402, - 1.4233957548928917, - 1.8861732976676122, - 1.6339411425934225, - 1.1997958584070312, - 2.048487097599675, - 3.0720335377133026, - 4.226988559735258, - 3.515190309633237, - 2.888326275984137, - 2.025700879329698, - 1.0549530816970172, - 1.7405565177019637, - 2.7889217940127846, - 2.7573562699604017, - 2.88496058191741, - 2.0413738612898524, - 2.055764250916279, - 1.507524562616657, - 1.3245855144402077, - 5.373455939309675, - 4.555894217147258, - 6.675961408077556, - 5.1479974127406445, - 4.4732792126412475, - 4.258202689005385, - 5.306424284523819, - 4.59823946223189, - 5.48027042910509, - 5.418243731757446, - 4.715223810243431, - 4.195701852330577, - 4.190191571487327, - 3.071095333000855, - 3.691430362102712, - 6.030002887456103, - 5.112548719971796, - 7.2494480590543375, - 5.590227020583739, - 4.438694416201434, - 5.714407534550066, - 5.212994607437999, - 3.3252239822523437, - 3.3691450033813943, - 4.225494024969107, - 3.7226313194771365, - 3.384485460624783, - 3.4247687319657345, - 2.1405248717364067, - 3.227832488652713, - 5.017796552824532, - 4.254347770975044, - 2.704978295150039, - 2.085875039376835, - 0.9766181490715881, - 1.3240352742432493, - 1.9446172905349381, - 1.582917438262838, - 1.4555774336445777, - 1.9201277360479103, - 2.4430007903222823, - 2.2684357222658864, - 2.4342931441126865, - 2.3656854854170186, - 2.189107932966507, - 2.323056639313145, - 1.9696077214903094, - 1.341569033981008, - 1.0345167525370695, - 0.6615489114637029, - 1.486331093087718, - 1.734850618415345, - 2.0307101228131166, - 4.254721677407512, - 4.206565963707429, - 3.4439921564607965, - 2.884817994020473, - 2.193785998175783, - 3.3504944471240004, - 9.281117663433966, - 14.308117311459176, - 10.23658133798179, - 4.792823601795081, - 2.244026332569823, - 1.0506654531121786, - 0.491927335406645, - 0.23032308010459016, - 0.10783853104038929, - 0.05049059248282101, - 0.023639972695024016, - 0.3819976598032246, - 0.8933311098303927, - 2.4011619152603116, - 2.621574695166479, - 2.1229858966091095, - 2.885148957401173, - 3.6234881364624396, - 3.112794850225006, - 2.6972330077893605, - 2.4715747496360776, - 2.526813073896224, - 2.2033043981911407, - 1.4745689021998478, - 3.310317715714988, - 3.5511150003016443, - 2.221891196317061, - 2.3380173918318574, - 1.6648230216712454, - 2.374052367120649, - 2.9288851956377124, - 3.3662049385145414, - 2.447506671684495, - 1.6070584790800102, - 2.087254486144942, - 1.8626912681458623, - 3.052670005352801, - 2.2809039108434384, - 1.8267833431223532, - 2.705974852521162, - 3.2503692762486693, - 2.9957435184548475, - 3.279971874059525, - 3.0558365888201555, - 2.3609051406607953, - 1.5245168742226687, - 0.9763301957874374, - 0.7658371019519302, - 0.6566492466476799, - 0.6298069633780731, - 0.6712216249949946, - 0.9648806545664894, - 0.7757541255084222, - 1.1155473038417787, - 1.5129762729443403, - 3.469696962447716, - 2.8484266266387896, - 2.8111794132699037, - 2.6073920842718814, - 2.205457680203974, - 1.528573931357211, - 1.181125761434059, - 1.6070896520799645, - 2.2143603326467454, - 1.7909787210057542, - 1.1953774357560505, - 1.3471806183155257, - 1.7489732415158654, - 1.4157531884815757, - 1.4255116902171667, - 1.746003049627155, - 2.4076951539924893, - 1.8578303935100136, - 0.8698463934544938, - 0.6576343303873176, - 0.9129302381019931, - 2.667241972797783, - 2.4350887664585965, - 3.2695493969936957, - 3.0191433643612138, - 4.697192419851331, - 4.3787860713197455, - 5.913841928385084, - 5.576074159662267, - 6.078671161919397, - 5.786114488915975, - 9.997673176877017, - 9.607200447311993, - 7.370050552318961, - 7.060013339094881, - 8.929803673035252, - 8.761991415905495, - 4.857152325444779, - 3.8914487020245883, - 5.086684353474417, - 6.743948434300981, - 7.796015840436814, - 6.817503131793347, - 6.330548549586111, - 8.004243400928296, - 8.899350391927564, - 7.802123004968503, - 7.432850334197397, - 9.589113038291018, - 10.4727153120832, - 8.935855907272062, - 10.293688711526473, - 12.472624595721172, - 11.818416943473439, - 5.924565779514999, - 2.7739142357115583, - 1.2987618795099514, - 0.6080874447928023, - 0.28470988127104657, - 0.27009752312240476, - 1.0309601736793683, - 2.6382964385308743, - 1.6765225610183228, - 2.064132576244172, - 2.9201782081419623, - 3.48270983956963, - 3.087618470500503, - 2.722807521892241, - 4.369845606825185, - 3.5069949724732705, - 4.2006326282513236, - 4.560098854428651, - 5.1423843257653825, - 5.56508153231915, - 5.380952626392608, - 4.649004058474349, - 7.462951557065136, - 8.025091766760022, - 6.727078480486166, - 4.749386869107145, - 5.697361655972259, - 3.883687012451161, - 3.8833019166292715, - 3.875642371473197, - 3.0343066417692275, - 1.7201491234339739, - 2.6776554887580453, - 2.68275949744237, - 3.035850767819027, - 2.376819444440112, - 4.238886364512371, - 4.920866875841048, - 3.963766161635089, - 3.25152778983207, - 3.6553026898122085, - 3.006864343564631, - 3.645461539032151, - 4.01106567026264, - 3.711540702602359, - 3.413093584950844, - 4.532926737718297, - 4.181185195607484, - 2.529178337030129, - 2.5937066171600778, - 1.5954480441843084, - 1.7774687970895489, - 2.907645900589972, - 5.236343607947607, - 4.38939459201688, - 4.529929750633742, - 3.355832875315987, - 2.351140672893704, - 1.9860053337158035, - 2.6691352482868416, - 2.862806359561228, - 2.2421993503579283, - 2.044399524940125, - 1.1592019578572077, - 1.4028103819882443, - 2.4678242411123223, - 3.658243881463326, - 2.4936935916513323, - 1.1675610349878813, - 0.546658488831925, - 0.2559485067220538, - 1.5924532671264582, - 1.4873253547513767, - 3.5975988506693772, - 11.007201972649202, - 12.522864789751367, - 9.002473859543883, - 7.675769229793687, - 7.713627719560682, - 6.45373685028857, - 4.6962515451600595, - 6.900964546553306, - 8.934997484130582, - 8.663673733698179, - 9.277991385275321, - 7.762588120239421, - 5.271525424333061, - 3.658124023729288, - 3.5482319299639884, - 1.9226023835546096, - 5.3691420619782955, - 4.492183346099724, - 5.337183391366503, - 3.5969889840204043, - 3.2770974280711673, - 1.7756886953030302, - 0.8374578076158932, - 1.445160552622633, - 1.4888381264604003, - 1.0034008478199372, - 2.1852519593519064, - 4.393787477086104, - 5.792190039343472, - 5.067723489045948, - 4.7242001271552425, - 3.495746010931429, - 3.591595427845631, - 3.8379786716161752, - 3.32803990752678, - 3.8796053887939426, - 3.2714382975478355, - 4.194497541860606, - 3.9823554437393676, - 5.30674767649413, - 6.911064609154511, - 7.651689868376603, - 9.21251976401237, - 12.111619429933553, - 11.685377950830928, - 7.225916891160581, - 7.151931711148967, - 10.026490973353345, - 14.023902294444646, - 14.966960925252003, - 8.99430779937036, - 6.998922191027499, - 4.729476696143293, - 2.9936822579427886, - 3.4982113057690776, - 5.237704043154938, - 4.3486928982053445, - 5.2436297782203685, - 4.3385067907143595, - 5.359515043994407, - 5.3768447632881715, - 4.498627941184894, - 4.822111081060944, - 6.214839310694096, - 4.247727567887482, - 3.253061977187781, - 3.5945722948144354, - 4.61178941552293, - 5.134436240598001, - 5.359985036755115, - 4.996650280332438, - 5.412479206237213, - 5.052532119908568, - 4.227286293170716, - 3.193313893941422, - 2.9757473355902406, - 3.166907546807968, - 2.9549788934340633, - 3.99406514077414, - 3.7233213466948167, - 3.5770898006196834, - 3.5966729176799337, - 3.574509657903091, - 3.948736535367506, - 3.534401185688272, - 3.5736663145496426, - 4.893439309896188, - 4.4215474012055935, - 4.108197291741195, - 3.1171919577120253, - 2.5997509307889763, - 3.697158066057602, - 3.0430909762350433, - 3.0998747350966873, - 2.6957784806475678, - 2.7492857658308543, - 3.7083674274371257, - 5.1277129817703795, - 4.709535623610084, - 5.9805857077407865, - 5.354582927759892, - 4.282810255020306, - 2.005235282614217, - 1.24303529563655, - 0.7993619716935083, - 0.4331326876133628, - 0.20279510310729815, - 0.0949497810264803, - 0.04445600894123418, - 0.020814547538892364, - 0.00974548547130066, - 0.004562889819914207, - 0.0021363700730958066, - 0.0010002602011777695, - 0.00046832731962507797, - 0.011575634721495356, - 0.19303538978495316, - 0.4674004671940237, - 0.755599926940863, - 0.890995227147317, - 2.6598790437972135, - 2.7726227333025415, - 3.7524816323924584, - 3.530936643350316, - 3.5037905099730144, - 3.4784275147654737, - 3.8986343939141372, - 3.411124157986422, - 5.226033332934075, - 4.280593432365968, - 3.708965366218526, - 3.1959424135505587, - 2.9099685384149456, - 3.740944314253422, - 3.5141807915358436, - 3.2525506702025853, - 2.6565783129547778, - 1.681337884880284, - 1.6346637575259757, - 1.5267492636997242, - 1.2014885435573859, - 1.5968210455952816, - 2.4801338425926884, - 1.907108721802968, - 1.7623304985625654, - 1.289983820280744, - 5.656594328236711, - 4.705826227026515, - 3.081919820641852, - 2.48562600685348, - 5.151579482989792, - 5.761178865718692, - 4.5005679578754245, - 2.1071906350172935, - 0.9865982280158008, - 0.9209285461909751, - 0.5874346548077525, - 0.27504013157482815, - 0.2481695330947279, - 0.22916289314010724, - 0.1072953251318662, - 0.42211302526019, - 1.109729120542953, - 1.2669003810300825, - 1.370425649568468, - 1.370425649568468, - 1.9359772266280246, - 2.2512107070223424, - 2.390591338724472, - 2.8846977587376874, - 3.8243123972261865, - 5.376209045875624, - 4.564769350992137, - 2.8755527230221083, - 3.698260256864338, - 3.1091804825819978, - 3.7914088281526377, - 3.411788662082915, - 5.164274991686698, - 4.713973689781153, - 4.878884970792695, - 3.8781769539739495, - 3.932794081598213, - 6.127450131825052, - 4.3294998296010085, - 7.165287777271221, - 4.1923663907663915, - 2.906936045165184, - 2.3022517271591085, - 2.8649050005499186, - 2.8966317939382247, - 2.2652591706104506, - 3.7940136990364626, - 3.5368306968916947, - 2.8658375335362543, - 4.377215630969205, - 3.4090853416151266, - 3.5309389386184407, - 3.54209079520251, - 4.621784595524238, - 8.711971659839815, - 7.233914932811545, - 4.5130087892769195, - 4.448154390347029, - 5.076362149390513, - 7.738664349553076, - 6.887681761004568, - 6.103364044301143, - 5.085264934823225, - 6.33269056808493, - 6.123920272229942, - 5.546893492831943, - 3.0689534408831403, - 1.4369008557279639, - 0.6727648721179715, - 0.31499220795342053, - 0.14748108170245303, - 0.06905145241987068, - 0.128123596043611, - 0.6034115252849561, - 2.4498358271110616, - 2.0929196528620744, - 2.3463782857050903, - 2.4823854160534538, - 2.9897408118865707, - 5.297500643553918, - 8.661503973674867, - 8.182312210273118, - 6.487273072683227, - 3.4961149593566336, - 4.141674620203332, - 3.581709247611478, - 3.5988852557481277, - 3.8262425783707936, - 3.180911102690292, - 3.050882906800711, - 4.066397099853302, - 4.133407392211475, - 4.219931442211647, - 3.93637434671818, - 3.284612502335568, - 3.6516221787777052, - 3.7666904527904213, - 3.3319920285530067, - 4.945421569630382, - 6.189473404618054, - 6.6553463862345374, - 5.996859541340604, - 6.984199895817541, - 5.244528393576512, - 2.4555169968466934, - 1.1496865436343142, - 0.5382895538133957, - 0.25203012538414865, - 0.11800188885547148, - 0.055249132429050565, - 0.02586794723177206, - 0.04256175646665824, - 0.10799445400284308, - 0.41803578848229894, - 1.3014419470663294, - 1.9029005262859633, - 2.1116287981059334, - 2.963234711828649, - 3.8180017971375997, - 3.4856879808232413, - 3.2646718962143466, - 2.891408019449273, - 3.0927050991898546, - 2.6572095897715995, - 1.865554651952392, - 0.8734629336788785, - 0.4089601426109185, - 0.22909964676085684, - 0.21571429925288543, - 0.3436133558402322, - 1.1424900702985294, - 2.3732324362396113, - 2.826892767579866, - 3.692258705057451, - 4.71450502283135, - 5.141422899624883, - 3.6732415517811123, - 1.9295554014682028, - 3.8409610447756837, - 6.3979754256667105, - 3.7705502080271653, - 2.5160413459850526, - 3.7623783276392926, - 6.719629241864924, - 6.667380858313946, - 4.558297993613519, - 4.040256337949703, - 4.457392891239819, - 3.374270050550602, - 2.43007503814645, - 5.134405510349664, - 7.872503285444614, - 9.487515796348658, - 5.0155570537514835, - 3.683474585009857, - 3.417191365307846, - 2.9708838046766184, - 4.263005885446345, - 4.363875087307557, - 4.775575867991881, - 2.6172588564263455, - 4.089168893789044, - 4.997451851077788, - 6.94457178183719, - 7.286120663294923, - 9.569248470344915, - 7.501135656942962, - 4.82986017864693, - 5.0660219310286605, - 5.279563596430132, - 6.009726989346113, - 6.803926672351059, - 4.052557124898533, - 4.6437044977487245, - 4.004973933518139, - 2.8696320613168727, - 2.733546358708985, - 4.331850436231542, - 2.60041104631794, - 2.995273474354321, - 3.2256609874468705, - 2.7110912873316835, - 3.1546895748526387, - 3.2023527129094376, - 2.418615150829688, - 2.9340983354460275, - 4.258614732565146, - 4.159323321788736, - 4.436584990773991, - 7.331572769375624, - 10.507019939204032, - 6.849814616820846, - 5.034838391253303, - 3.260696921221034, - 1.5266762062782457, - 0.7147981842922537, - 0.33467243556056403, - 0.15669547235201856, - 0.07336568072747325, - 0.03435021464126052, - 0.016082959146575707, - 0.007530129800112693, - 0.0035256481279204157, - 0.061093537806385, - 1.2139631369227553, - 1.2701054309661526, - 0.8824707432160311, - 0.41350049556657087, - 1.1761625860838412, - 1.281640994825609, - 0.8860329208182826, - 2.930594351377774, - 2.731479507388643, - 2.535113639091707, - 1.631950110596396, - 1.2492035534284884, - 2.4052830380185055, - 3.0728865269732832, - 2.20916952968552, - 1.568787117216399, - 2.680179470092903, - 3.2443832305006985, - 2.918323363456909, - 3.0357695605697734, - 2.4896961181083195, - 2.5996025638479177, - 3.329476966915339, - 3.7276606876520146, - 3.522491710937065, - 3.4985177133498153, - 3.0518462318569424, - 1.8399307270311775, - 1.4489881940187375, - 1.2645685267750872, - 0.7817944315248754, - 1.7401866635776444, - 1.334285026223167, - 1.9604744378113121, - 1.9723719698108755, - 3.2691701666679926, - 3.412941178523658, - 3.5659314829744577, - 3.3305217913895095, - 2.582553817651661, - 3.5639824989718907, - 5.199682058886319, - 4.342156363341506, - 4.7153567098796385, - 4.444712141591041, - 5.5876298401959605, - 4.1720132773181335, - 4.9603447646826595, - 3.5827963925942043, - 3.548972094897118, - 2.452173796036607, - 2.2946393733915547, - 2.2373647680072164, - 3.556103605448106, - 3.268775418968442, - 3.326690362467906, - 4.811523246646144, - 3.2475078666694794, - 1.521614039866999, - 3.186192498854826, - 3.395336409903722, - 3.425839363818244, - 3.3435338100397214, - 2.236336057014824, - 2.064517420170962, - 1.9008291171541303, - 3.3474572219478054, - 2.897271206967254, - 2.4509597015754263, - 2.6042183329392063, - 2.062227703375841, - 3.8481885701337446, - 3.499509665943, - 3.5687638589256734, - 3.6277514852340245, - 4.2185119753726115, - 4.856492953368937, - 3.1631470891904354, - 4.7758796279716895, - 3.221689309715438, - 2.360232437446389, - 2.291768727960739, - 3.302038735831388, - 3.2141858420363585, - 2.208647113703303, - 1.8562033309321282, - 1.828211733884847, - 7.484418518433495, - 7.427838109810225, - 3.4777545967343673, - 1.6283038020353449, - 1.08792135603306, - 0.7940021810236146, - 1.8132977484434707, - 1.8773007538944328, - 2.287984758093888, - 2.4942343366987094, - 1.8592464821566128, - 1.4070529724426675, - 1.5717869048522364, - 1.4007649124398478, - 1.8376240109019308, - 1.5260884085642927, - 2.642561939003979, - 1.59236103433153, - 0.8487163421640688, - 1.5082650031535736, - 2.438082089064203, - 7.448345217769122, - 7.5903586053457985, - 4.921025661250591, - 4.937545966898426, - 4.72117541491471, - 4.139464013252877, - 3.8151888089132546, - 4.172390637930157, - 5.2919162186012905, - 3.694486216676167, - 4.617905007001938, - 3.656825357745347, - 1.7121457157981326, - 3.571652798945322, - 4.479168206066978, - 2.1824080704450686, - 1.0218154443775878, - 0.47841960287272844, - 0.22399868554768104, - 0.10487741477524026, - 0.049104181585014034, - 0.022990847498495726, - 0.010764441064636393, - 0.030754484661897827, - 0.01924877052792826, - 2.8569603187675274, - 2.413659575455642, - 2.089579757811935, - 2.5406990066225266, - 2.8858800514600027, - 3.875857763802909, - 3.4006848986885987, - 4.306263485331395, - 5.290221418051051, - 4.4960520827894825, - 4.336876623683433, - 5.340030871140645, - 5.40256633409903, - 3.7761200345117327, - 3.0016049076215428, - 5.5236292393140785, - 6.556193424728959, - 6.236490813463364, - 5.979172280824716, - 5.499762268109, - 4.761314323312959, - 2.7500611691711674, - 2.3874577956266694, - 3.4455092952818944, - 3.8252429975143687, - 5.6469325610718055, - 4.888724198447599, - 5.162061826574407, - 4.979307368652513, - 4.283987245657583, - 3.0538640122191154, - 3.048177416527126, - 2.638901480790707, - 1.8553280096469853, - 1.340121617008354, - 2.7363472162618745, - 3.5627916061152884, - 4.094219410545009, - 4.669331765664175, - 4.725892142171782, - 4.123663803557457, - 4.083333811626307, - 3.1727439329388334, - 2.9396832687279124, - 3.606866575802651, - 3.8449044681571416, - 3.175507273397341, - 2.8039855140737924, - 2.4009350925927397, - 3.7179244533480595, - 5.1603813564021905, - 7.994549357663686, - 7.7115152555403474, - 5.777117381167432, - 4.842616178528789, - 3.0802740823692036, - 2.1999755609971827, - 2.1950107223967352, - 2.117299914548747, - 5.00603575285462, - 5.847959385762243, - 5.267938304569832, - 4.662332049103166, - 3.892574493618456, - 3.4747459976620494, - 3.0081950968093736, - 6.465784946215708, - 6.236874277846331, - 4.987682619575, - 4.785904847606801, - 3.3421880610378003, - 2.3845460202003204, - 3.2428849561907196, - 3.9108680003589775, - 3.3857594053966227, - 2.568393920321908, - 2.477464083677583, - 2.833917593227109, - 1.5888944621240482, - 0.743942328215907, - 0.34831788380539164, - 1.9995226530269854, - 3.5816545112348526, - 5.933687721609806, - 6.365286826082089, - 7.896007493358436, - 6.835817939461682, - 7.259385161050572, - 8.526286602964367, - 6.415894054866157, - 6.375240416089274, - 11.03472355642975, - 12.520308256527208, - 10.744748714694124, - 9.737314747138585, - 6.814593202399856, - 5.1856876002766645, - 7.338645742003784, - 6.3532926300715085, - 4.665588289005769, - 4.500410674461424, - 3.90128215786251, - 8.534226403578806, - 5.951432321453708, - 3.3259682216071544, - 4.181500574010851, - 4.108921707082205, - 6.725149334772548, - 9.277393535142354, - 8.624265694241236, - 8.619076186698475, - 9.32788078074454, - 6.504895528188722, - 6.129099940989225, - 8.2883441717734, - 7.994908738980894, - 4.2653878110325, - 4.294528461112895, - 3.9512994098252676, - 7.854432815530174, - 7.130709737615948, - 6.80501976539149, - 7.541976099234575, - 7.932691591150878, - 7.585703421876154, - 8.933066445931596, - 7.0852766548693085, - 6.536111878789327, - 5.537912786119433, - 6.801372007952558, - 6.560580421916216, - 4.318188871930379, - 5.018704882230418, - 4.797452586303698, - 5.689660019706746, - 9.16981675028928, - 6.394667918183416, - 2.994018638839229, - 1.4018159698687256, - 0.656337935872321, - 0.3073010261863971, - 0.14388002815912684, - 0.1704355392890731, - 1.7012004341712068, - 4.685225337692624, - 4.048456807782587, - 3.1518220046298495, - 3.136736319613612, - 5.314362144215552, - 4.282341662089433, - 5.468357193380501, - 5.912030198985739, - 7.272017086748786, - 3.876177787595585, - 3.789902889634585, - 4.251790154009509, - 3.794349201993812, - 3.4236833834191867, - 5.052164627982145, - 6.338852689668896, - 4.442897972725005, - 3.5990194474153494, - 5.151082533385694, - 6.567991191564112, - 4.389304815916827, - 4.438566063782334, - 8.888947261258274, - 8.19260947929419, - 4.806518082327858, - 4.6962067408616175, - 4.916064404640828, - 4.220143205376507, - 5.1460954591498576, - 6.617523629773706, - 5.743014131709187, - 7.860615581102499, - 6.750121123035872, - 4.815659923235977, - 4.115085941262763, - 2.941909027601979, - 3.771441225423529, - 5.543118334403973, - 7.590651381209474, - 7.576264655762956, - 8.064515547388936, - 9.051753415556796, - 6.634680247149839, - 4.494767940553649, - 4.05941273943836, - 4.769343084238637, - 11.039278053345104, - 10.638665297459012, - 11.605460383212849, - 8.966248777406387, - 6.392448800473979, - 3.5568832383615434, - 2.790419943380035, - 4.355027955551362, - 5.238509660649239, - 4.175022724983611, - 2.2113089084166018, - 1.7109241227953587, - 1.7693719650860258, - 2.0865572665618566, - 2.465837130137201, - 2.337158533196516, - 2.6343657013449633, - 3.998923605468545, - 2.783469518314507, - 2.0224627528962817, - 2.2545019583675368, - 2.3739440947486883, - 2.136284605728269, - 2.1851487318476677, - 3.390205022948555, - 3.202644256576139, - 1.4994956298660032, - 1.0862931119135344, - 2.1436344321236263, - 2.4568415277336753, - 2.6949319776644916, - 4.603306423560554, - 4.851930214191232, - 3.5010816747664233, - 2.549957533182146, - 3.60986957430469, - 5.220571291251007, - 3.347056964980611, - 2.490887581786086, - 4.297307198308035, - 4.841633089649491, - 6.41904001387031, - 6.19117658378589, - 3.9900398141474183, - 4.2684272643198575, - 4.236158978119787, - 3.533983429044385, - 3.166150586410034, - 7.390003726882308, - 6.409903655060178, - 5.4246270336752485, - 4.626421530514037, - 8.077618547154273, - 7.926198961203305, - 5.795888572018844, - 4.21163517124663, - 4.154340440910453, - 4.609317674545945, - 5.306439816291528, - 5.3809568773786145, - 5.022123739172791, - 6.484392999074764, - 9.58336493624294, - 9.311338585747912, - 6.155151841178671, - 4.852496405045807, - 5.872784306486874, - 5.718858198308528, - 4.558848281165856, - 4.146290265183684, - 1.9812858181668693, - 2.715092342774045, - 6.942818689862597, - 5.51877726157377, - 2.583921823019059, - 1.2098063884481145, - 0.5664379953336827, - 0.26520938029531776, - 0.12417248838540981, - 0.05813824101792883, - 0.027220643740082588, - 0.06899469516773529, - 0.37091445065719286, - 0.4439874183088297, - 0.9288643918351558, - 1.1928220349172278, - 1.6481417120848842, - 1.7003903754278054, - 1.972322812049426, - 1.761923067154717, - 1.6881396494185166, - 1.8944164765770848, - 1.9627117649157513, - 1.8541260834292714, - 2.035747440508196, - 3.2690422418826834, - 3.190391104536869, - 4.38051774815219, - 4.106026777967907, - 4.2898769598839355, - 2.9863910352947367, - 2.930233677515422, - 2.34036127271668, - 1.85161091378956, - 2.134629917644698, - 2.511482142571773, - 3.070247167658354, - 1.7824683423056753, - 2.69437395825879, - 3.5633780162693958, - 4.0600161272852375, - 4.226855426712191, - 3.9816247380988967, - 5.3778359558481466, - 4.997740871132736, - 5.3331103668690085, - 3.064779393870312, - 1.747624596221703, - 2.0288393412580086, - 3.3080385697563317, - 3.2520363090537012, - 2.5139611360862504, - 6.265078973869095, - 6.301728852950004, - 4.997345783610056, - 5.500584103888035, - 6.705050678674395, - 5.629792833773435, - 5.76474816701826, - 3.9851902942050006, - 2.326156047602942, - 2.4603578244963185, - 2.7589312985165857, - 2.732352137663355, - 4.454323231244671, - 3.8893073560204168, - 5.269545106437022, - 4.487201296507738, - 4.931008310675316, - 5.892606446586491, - 9.797691204090146, - 10.075670600750994, - 5.998543173252271, - 5.539130815399567, - 4.117390669990302, - 2.7921972237176376, - 3.3540761478858827, - 4.743122601161419, - 2.3242062458346044, - 1.2207193963022949, - 1.4212837427972578, - 1.3497693207047168, - 3.612773561911386, - 4.2537459501818615, - 2.9753341667888975, - 3.9981255329112675, - 3.748379281746723, - 5.977799520610158, - 7.228970940068987, - 8.572287442146813, - 5.530255161668385, - 4.9727671444758315, - 5.8079594446904075, - 4.5039425898185845, - 6.399510226570829, - 5.3746121954627775, - 4.619193279892777, - 5.019455139524292, - 4.635028512227974, - 5.8129004137404605, - 5.714492986637003, - 4.157616426791189, - 5.114953263327109, - 8.240042916389568, - 15.720961450397255, - 15.670580918949076, - 12.551272934705096, - 6.404722695161807, - 5.233183467215336, - 5.977653180335686, - 5.426394553509376, - 2.540667731737051, - 1.1895545853582095, - 0.8435716068249208, - 0.8973341425379848, - 0.6426081866879025, - 0.3008726822144065, - 0.14087024220694602, - 0.06595622106131324, - 0.030881064932777674, - 0.03618462904940536, - 0.034574054717748826, - 0.016187762299718262, - 0.007579199211993438, - 0.02927335055154347, - 0.01685446571112085, - 0.007891353410750344, - 0.09824051260032367, - 0.07279692567780213, - 1.2257923260117274, - 0.7057639231061783, - 0.33045140954782276, - 0.21903905839777282, - 0.7565792724144602, - 1.1267644999693474, - 1.6658595928110516, - 2.7766448124839114, - 6.379923432841891, - 4.727569102373853, - 4.307857968803485, - 4.222257905928677, - 5.3872560343186775, - 4.533064732463998, - 4.378046000515696, - 5.3137283158628845, - 4.982215120563872, - 4.3611075738619824, - 8.600502756187527, - 8.288337433924738, - 7.355202343764526, - 4.3432257224978335, - 3.4576313408964015, - 2.7182535161173638, - 5.385686705843382, - 4.244764761279427, - 4.235986198992664, - 7.678827958449679, - 6.922248947336597, - 5.049442393393958, - 6.791897929585798, - 6.811763145225131, - 6.116619216352418, - 5.476366059618892, - 5.835482858252201, - 6.4635715772466265, - 6.887017848285797, - 8.80428402974639, - 10.992798010135534, - 8.525760681699873, - 8.77128472879373, - 7.9005453182034335, - 7.574607975886611, - 6.690383122342459, - 4.789807644358806, - 5.085604025958281, - 4.601230600315493, - 3.009186663394672, - 1.852414709622139, - 1.3726526091068665, - 2.1883117092105016, - 4.839284071890708, - 4.399594871085275, - 3.088748914974876, - 3.144292101049155, - 3.2281266861894204, - 1.8586307859680593, - 1.9091850208495191, - 3.419654989935025, - 2.533988917167, - 1.6916086888514725, - 1.3807314251508238, - 1.192499067404282, - 0.558334612569073, - 0.8607287014723618, - 2.6322137345529093, - 3.594998107609004, - 5.423578534102486, - 4.56362801769047, - 2.2840314144932092, - 2.967659306925599, - 3.4244728654392804, - 3.541818216588945, - 4.120694613081717, - 3.0534643147662184, - 1.9594553787656972, - 1.1281787998858386, - 0.5282195100697313, - 0.5835137688356831, - 0.9414148621290618, - 1.2111384960486862, - 2.3252402166268116, - 2.2217439999674853, - 1.2583821712403152, - 1.745077337158389, - 2.460838524604843, - 2.4258388072158006, - 1.9609294034906746, - 1.9094124986159056, - 1.4148883802704282, - 0.6624585102161363, - 1.225864385937693, - 1.7608460301309816, - 1.4816502107265213, - 1.2533774128439448, - 1.338913760912217, - 2.144550945125304, - 2.846542373734379, - 2.8833866759559124, - 2.1366102435140992, - 1.0003726502866308, - 0.4683799689154182, - 0.21929807379115224, - 0.10267656253505203, - 0.04807373047906724, - 0.0225083846314492, - 0.010538549300596904, - 0.02290735075139181, - 0.143628998846848, - 0.4828589214337695, - 0.9049476948380063, - 2.541043257571519, - 3.1406218121167795, - 4.121543250693263, - 3.0189886311339285, - 1.7651448869958957, - 1.1203721094786752, - 1.260806321919271, - 1.9530762687207206, - 2.7090713444678283, - 3.3601341565307123, - 4.746591289818323, - 4.935675950598273, - 5.079171469235607, - 8.652669369373479, - 10.291835059682157, - 11.972034208796698, - 12.34652369729826, - 12.876496776463739, - 10.41229617129423, - 10.010080552332195, - 10.08285706612734, - 10.023755535263199, - 10.58049092759911, - 10.973573002557451, - 7.99438784163924, - 9.48462800397061, - 8.274383122273015, - 5.94265272950598, - 4.531041252124943, - 4.237068986350678, - 5.17650652739814, - 5.375778576700911, - 3.975008560645799, - 5.237757981486338, - 3.6387728785952866, - 4.19625719163036, - 2.8013639577844214, - 3.461246086562646, - 4.8542971855909975, - 3.8651887161097136, - 2.577392737817536, - 2.7877229679688824, - 4.5946368480855, - 5.079040000699524, - 6.914892484201829, - 6.79248415215342, - 4.214074602514154, - 6.27208072050745, - 4.649339091625957, - 4.040497248086842, - 3.7169706421283513, - 4.203629431243245, - 3.7743512372573007, - 3.7743512372573007, - 3.8071862457000707, - 3.665438591408833, - 1.716178479103296, - 1.20486293627836, - 4.6181792381045375, - 4.105711627056856, - 3.9837626001605457, - 4.2502831648805675, - 6.0053485694308915, - 4.930054397415371, - 4.155743230556906, - 3.119920912169989, - 3.4443275453366287, - 2.6159996251767828, - 1.978537082625469, - 3.466310024195761, - 4.036104372629255, - 2.830684415636436, - 3.262631420024894, - 3.9229073943263617, - 4.23060406971175, - 3.7398174606030707, - 4.136137611368534, - 3.733394707759626, - 3.7693303881422646, - 2.4966851396273264, - 2.428523497898552, - 2.263372967412445, - 2.6891068716058153, - 2.020578002373692, - 1.87423127277694, - 1.8002170575089682, - 0.9409099973747911, - 0.4405392282529303, - 0.20626288611149907, - 0.09657341607412742, - 0.04521620378755377, - 0.021170474940932795, - 0.009912132635690928, - 0.004640914937508727, - 0.002172901861667867, - 0.06802877610268067, - 0.331472761454318, - 0.9545411375248787, - 0.8232462630021455, - 0.38544842160988474, - 0.1804690678822605, - 0.08449660871942903, - 0.039561776258202196, - 0.018523040917548278, - 0.008672589486222404, - 0.055198651171821954, - 0.029739537891176192, - 0.41798386841444446, - 0.9855665148994026, - 0.8344856674118991, - 4.805321907181913, - 5.714468856194627, - 7.987507886053459, - 6.569633553209783, - 6.073071187072914, - 6.828480402310751, - 10.118665100825552, - 8.6428072519048, - 7.281124145955381, - 4.244890636954673, - 6.612470144377433, - 6.246639771435715, - 5.949136761349022, - 5.8514144492301945, - 4.675807564463629, - 2.8792056631761946, - 1.8408664515021258, - 3.350498912130598, - 4.564109540297186, - 4.612667904885412, - 3.4499007909211814, - 5.595916004945142, - 5.519312650021172, - 4.384035655469914, - 2.9269018083772074, - 4.139677402726929, - 8.008584876453702, - 7.292627303675566, - 7.1079368985753995, - 6.293125828253279, - 9.437326327735503, - 8.771304060141421, - 5.465380591716443, - 5.155720202566904, - 4.80869628148987, - 8.456203818292325, - 11.881733096643655, - 9.481564465466748, - 9.46789323121957, - 8.856729614567563, - 6.332823032920301, - 4.839905024829962, - 4.265069106116619, - 5.197088841428827, - 5.494670935471486, - 4.502715167126219, - 4.375422657424919, - 4.267957906885149, - 5.425331495975849, - 4.650673985362753, - 3.762544823539937, - 4.867587397010508, - 6.169847863447756, - 8.04669252002195, - 7.92549025789065, - 5.5599717229932, - 10.964098900049702, - 9.715269529563065, - 6.708771280593881, - 3.9189145630558677, - 2.2403246632414295, - 1.5482115372443495, - 0.7312152784605975, - 0.34651003177275314, - 0.220684178029948, - 0.3276007252411146, - 0.620005895905636, - 0.6978636017601929, - 0.9426898887021162, - 1.2721268153095109, - 1.3063140558152968, - 1.0903286894335187, - 1.4246758811918876, - 1.2412607369069641, - 1.254361944543156, - 1.0682610512020485, - 0.7405103954554413, - 0.7350262790524515, - 1.025286062281341, - 1.7778632895259059, - 1.6542069086215367, - 1.6635556400178635, - 2.657849921930938, - 5.112027814452279, - 8.025840446803802, - 8.010628898125441, - 5.881663357737273, - 4.752154154655553, - 4.585084394220624, - 3.2279596672922564, - 4.4557352860963375, - 4.4748113924694675, - 4.13144845813946, - 5.087048594401786, - 4.735341386227605, - 4.1964402259516485, - 3.211514660751228, - 4.300687260880296, - 3.5039323965723903, - 3.6066137371167035, - 3.4168369279360835, - 6.316683655244636, - 5.472909440763784, - 4.009564724655969, - 1.8773002246319195, - 0.8789622753141724, - 0.41153496456697275, - 0.19268293056218358, - 0.0902152063047593, - 0.04223925505421817, - 0.019776651194568878, - 0.03550681963588115, - 0.5459967362424903, - 1.61035814628088, - 1.657470925960078, - 2.6537323782474846, - 3.069769116031024, - 3.5186465116240404, - 7.536293740913928, - 8.773657170142336, - 6.04933560112544, - 4.674160374972452, - 3.768895304781207, - 1.8416587766467132, - 1.750290422124568, - 2.1064149151923317, - 2.2522528490327938, - 3.6513571731137078, - 4.880302423202419, - 4.480443646911503, - 2.9837443063171034, - 2.678176820518056, - 1.9408011624144739, - 2.379173196272612, - 1.8914593059419489, - 1.2299015998391107, - 1.771804477129859, - 3.1077719063979075, - 9.943358341513974, - 10.885668295751008, - 12.432294228302188, - 9.661304791920724, - 5.104667402770709, - 2.4080491831765483, - 1.132702239407448, - 0.5320801529802631, - 0.24912284981201785, - 0.116640686465829, - 0.05461180999449016, - 0.025569549367733112, - 0.01346222413621373, - 0.08391878990940288, - 0.06954921739564011, - 0.1801679184963965, - 0.14294224369178843, - 0.06692634353595817, - 0.03133528160332355, - 0.630255615678528, - 0.47058142216215926, - 0.2203288062916678, - 0.10315915715258107, - 1.0496712246286215, - 0.7389757291008838, - 0.9703191966319474, - 0.6626877865533279, - 0.3102740611486539, - 0.14527201945637724, - 0.14631951051597789, - 0.4433754501630517, - 0.4093502202412619, - 0.2557205681334652, - 0.1197297744186302, - 0.05605813793927698, - 0.28471085055118467, - 1.1673202959323536, - 1.3348107044035693, - 0.7627225774857583, - 0.6148501896277345, - 0.34082676536209217, - 0.16576756536341475, - 0.08072231381425066, - 0.042835918390639105, - 0.02005601224555896, - 0.009390335081082628, - 0.0791526623082572, - 0.2603021046918528, - 0.12828022685305715, - 0.06006150672819995, - 0.2753042302903818, - 0.2727051509059498, - 0.487353603147478, - 0.3228910330681759, - 0.8572848803355199, - 1.1803095557016754, - 3.6756633587818133, - 3.908542028943411, - 2.262383955062729, - 1.2185475843392284, - 2.8734171163937083, - 2.619314446711268, - 1.5195879100793126, - 1.2269895301303935, - 0.5744832366392191, - 0.381947786952901, - 0.9133655065793311, - 0.7137341387026636, - 0.33417424357177467, - 0.20402535390418802, - 0.22767656167384345, - 0.16743456112898664, - 0.0783937810719749, - 0.03670439883690652, - 0.06452370518399946, - 1.0763011906670192, - 1.9350969315054394, - 4.5257939518725205, - 6.3592317931726825, - 3.7742420722352255, - 1.7671208663754323, - 0.8273756946729407, - 0.38738184419700883, - 0.1813743069559178, - 0.08492044662529258, - 0.10302400216683408, - 0.050101773044356285, - 0.023457925298536665, - 0.15017150224471665, - 0.10152778563173583, - 0.159456408291139, - 0.4389881540737363, - 0.6843497946046585, - 0.422673792901595, - 0.32655839854013313, - 0.3148739022014767, - 0.26951078536293815, - 0.23741181318426963, - 0.4478070249301841, - 0.8718247077531214, - 0.6851612023005805, - 0.3207962378256206, - 0.5678182190998887, - 0.3677343690015311, - 0.24553259841262814, - 0.19740568459316496, - 0.4009982419423462, - 0.4009982419423462, - 0.2831497701810315, - 0.8274597207969019, - 0.8994013543496834, - 0.5860640762001844, - 0.8859220260487238, - 0.8497076085352855, - 1.574403347485432, - 4.58356279259004, - 4.34823328131364, - 4.7741362481470215, - 4.714943721236551, - 4.187339094582711, - 3.329077357712256, - 2.6918205727540885, - 4.202988399770669, - 3.8508551573614933, - 4.8729132254853695, - 3.818294100207409, - 4.793991102741148, - 3.716389666597528, - 2.6905730223969, - 3.651854087616866, - 3.2962667119066453, - 4.596299806701395, - 3.64662817072603, - 3.159871036013449, - 3.118185853455137, - 2.3259582527093374, - 2.1800905189674555, - 6.1926196847369255, - 5.610882246440936, - 5.011314932170325, - 3.1788523827200015, - 2.0669040293637586, - 2.7532229879201227, - 5.287063879732232, - 3.85874168544771, - 1.806684049353784, - 0.8458993942245885, - 0.5127061136201386, - 0.2890999764736845, - 0.13535819672338567, - 0.2293186977635995, - 0.21296440731246663, - 0.09971110510520585, - 0.04668528702410734, - 0.20456395046901799, - 0.14649444732015754, - 0.08483966433067855, - 0.6289587215707049, - 0.9971195839056792, - 0.5516806086062005, - 0.8000743807998127, - 0.5495363607907455, - 0.4394500892991262, - 0.7878161085875834, - 1.8949946890554588, - 3.8121049003258043, - 5.807075565256714, - 8.706836413451697, - 9.143489709758367, - 6.409610257030844, - 3.5119573922461575, - 2.8166707239206143, - 5.221394962733333, - 4.668484595767323, - 4.766202918946932, - 6.739960708859846, - 7.029457080064761, - 5.479373573559724, - 7.675358385629617, - 8.312439232363678, - 7.959496936917164, - 11.676394839516563, - 11.676394839516563, - 8.752592216449358, - 8.542780122630464, - 7.039803498648958, - 7.509769943125759, - 7.739530313037413, - 9.319356443643045, - 10.285030805769683, - 6.818339792316257, - 4.816391244211546, - 4.685602140807454, - 5.3728012433316, - 4.942524039961657, - 3.779043028234115, - 6.3619019304551205, - 6.79815034786858, - 7.466223538575184, - 7.366789054559133, - 7.233137294249659, - 9.830382141038978, - 12.51136446060148, - 6.416361121117663, - 3.004175515592214, - 1.4065714753460874, - 0.6585644896540798, - 0.30834351089526024, - 0.14436812522514744, - 0.15560232291591136, - 0.10328845661562752, - 0.22604301709095215, - 0.6871360318267058, - 1.1326378297179658, - 1.0447572367814115, - 1.0020500078599948, - 0.8782657592494572, - 1.6249512887923285, - 2.3653263524320147, - 1.6938819177908477, - 1.3267318222804698, - 2.223992873631234, - 2.141190049536746, - 2.2809599869642514, - 2.1023936998152166, - 1.9267006520553152, - 1.546386505778402, - 1.2245521245308086, - 0.8769732569655109, - 1.0000802899355583, - 0.9646514205172123, - 0.8040353977576108, - 1.698157979466882, - 2.0678429826226155, - 1.8077178999067445, - 3.1134727607673365, - 3.008948213047327, - 2.120584508117865, - 3.2961910647306856, - 4.609219804486436, - 10.38613662180588, - 14.559107677338627, - 14.36494745641994, - 7.012397685137207, - 3.988078225763222, - 3.3180559328937056, - 3.0293669110770027, - 6.069934039734866, - 4.075333327820995, - 2.420875902008269, - 2.7978019734205093, - 4.908010036344682, - 4.918954819930875, - 4.5508505683135025, - 4.298539638638495, - 5.363284164416705, - 9.22204140097633, - 6.370373015878948, - 3.753312979879707, - 3.5038567596078085, - 2.738030031177857, - 4.076440524581654, - 3.880247994043226, - 3.0564296625028238, - 4.138721117476837, - 3.17905014929768, - 3.631631626913948, - 4.363977334353793, - 4.725365020237956, - 4.434349295471597, - 5.255179835602295, - 5.136894868506951, - 3.4651737104818037, - 4.025549395730275, - 5.904719446093342, - 4.309535043610642, - 4.971665159670168, - 4.335815482715498, - 3.706452597863161, - 3.683835032496372, - 2.5027044189370473, - 1.8143132071698218, - 2.395952662392472, - 4.279401994508049, - 5.053852522578067, - 3.5243570803463182, - 3.5401090138025695, - 3.7649489695729805, - 2.808507491377431, - 5.944809658590888, - 7.230814203684389, - 6.216416848002142, - 9.083478787596603, - 7.004493051840092, - 6.035264737256636, - 8.519755146249013, - 10.500961130131952, - 13.190798824515431, - 15.58171536991388, - 14.18449076002622, - 9.06005502432978, - 5.765937253452502, - 5.294556065347819, - 4.960727052294812, - 4.15335287136369, - 3.6183308398560676, - 7.0842505227983645, - 5.437246572505244, - 5.693681001053029, - 6.895614248805215, - 7.961958330699201, - 7.1430527650347795, - 7.523534877882447, - 3.766822652432478, - 3.696470213828133, - 2.244394584547168, - 1.0508378707104125, - 2.196075087255264, - 4.184251330472857, - 3.268877907396793, - 2.7349618852570696, - 3.0262214468451667, - 5.469660211611922, - 5.843675280582978, - 5.06919404847503, - 4.877373819727781, - 3.8010449753492934, - 10.917108639275334, - 12.137474016219993, - 9.68081329684417, - 4.532609952653797, - 2.1221928729473105, - 0.9936223582069948, - 0.4652194450910973, - 0.21781829917899373, - 0.10198372393471039, - 0.04774933964131449, - 0.022356503059657386, - 0.010467437514549692, - 1.054090363168144, - 2.131850617339428, - 3.5739948858726107, - 6.464965887668783, - 5.388538604125142, - 7.596701876125373, - 9.745891813668909, - 9.381631965097753, - 10.455697069901177, - 9.509497202559704, - 8.610112118610763, - 7.851444655148313, - 7.720011838420373, - 7.489166664037163, - 5.422769125847962, - 6.290220446433919, - 7.261183325668025, - 6.084254328629557, - 8.011689273604265, - 12.587737882945571, - 12.165146227218786, - 8.85371334604852, - 8.760797801744225, - 9.910795235847019, - 10.794573553781285, - 8.96197275595402, - 9.829343407495543, - 11.720371167559083, - 8.817694625300334, - 8.031540676319246, - 6.071778875850333, - 8.367032543478498, - 11.294595805954161, - 11.87215998313115, - 9.29495627363252, - 10.06972253242921, - 9.068494441192843, - 10.354120046612238, - 11.09414586994891, - 12.821756924702113, - 13.157015064068993, - 8.408429923150148, - 5.158794971466003, - 7.905275366230224, - 12.020288431450016, - 8.530830958299035, - 8.197647747484641, - 7.222990312520171, - 6.472953166478489, - 10.296756982619286, - 11.498062954364935, - 9.593695834237408, - 8.804434017236881, - 9.208752578997897, - 10.999045643725724, - 10.175944880778307, - 6.27871024249775, - 4.440182679626368, - 3.5852974439047682, - 3.2026772887835584, - 4.837127162233564, - 3.6529540516833894, - 3.6044866815571863, - 6.356130378617964, - 4.5334569081361185, - 4.058777015949988, - 3.92094585741715, - 5.587640404444485, - 9.865155218037456, - 6.931973551173048, - 6.715465502101793, - 4.839008903570752, - 3.9918916755377047, - 5.681227370141395, - 10.745028182939555, - 10.803495484032966, - 6.609550586471836, - 5.763338736159186, - 4.373072170994835, - 7.5606440547104405, - 10.37656730694335, - 9.073535726227094, - 9.906941265615746, - 8.603429649240624, - 10.16330763458539, - 11.14269515600496, - 15.606112747132823, - 11.183862404214821, - 9.169407953417632, - 8.149284537466478, - 4.875228998484407, - 6.459986446800771, - 6.326574269072636, - 5.404362497509357, - 6.387668131577469, - 7.9012384458280644, - 6.094043178565203, - 5.763306788223664, - 6.985101470718309, - 8.428754128787531, - 11.676828929923296, - 11.196487276420248, - 8.288210085127432, - 5.163489946935018, - 2.417574351065622, - 6.0143664353506185, - 8.462598265727443, - 12.404788647628424, - 10.164334558156323, - 8.268634108693938, - 5.416292693780141, - 2.5359379855323625, - 1.1873400922093862, - 0.5559191520497071, - 0.26028440010022463, - 0.1218665856100532, - 0.05705860467447813, - 0.02671515207471118, - 0.01250818092111841, - 0.005856399002255054, - 0.10144947266903018, - 0.09925321799467207, - 1.4770326793531485, - 1.61861494672191, - 1.5822043175379013, - 1.7371750430827424, - 1.7175133800259488, - 1.5190688392243517, - 3.5227492247618826, - 5.810042549689637, - 4.6623610182939785, - 6.356246530326478, - 6.3331456873813625, - 4.3184682707179, - 3.5423770120457982, - 4.7769681916313065, - 6.029259213715688, - 4.7925979546855775, - 6.012260150554375, - 8.513186431284971, - 8.638386479769354, - 7.94658706121519, - 6.323072869665087, - 6.265188294475285, - 4.859165898788318, - 2.9778725946001834, - 2.9729259229164593, - 2.9241638078070658, - 2.692250221900531, - 2.9258402075839074, - 2.647299222988514, - 3.6428265844083816, - 3.657451763347875, - 2.7750650824862433, - 3.7914616535798826, - 3.4222804466762375, - 2.598778731406504, - 2.117323217460522, - 1.7184978204156245, - 2.4557730207470465, - 4.159607772847332, - 3.603014153000938, - 5.927269991732411, - 7.12118407902771, - 5.747123429722342, - 3.360536604683314, - 6.650053293235869, - 8.020577152714583, - 6.73596622204576, - 5.092647128287367, - 9.089963098180089, - 7.266761201030684, - 4.3245855590838405, - 4.2951182905634955, - 5.569626167827712, - 7.3351230187477965, - 5.72517628838524, - 7.403238084020455, - 4.652969646020513, - 4.199373604160314, - 3.0670228559376365, - 2.502327918902751, - 5.524345744146084, - 4.80077778899695, - 5.476098560051699, - 3.48592745320596, - 2.619821722424272, - 2.5405362064703305, - 2.6411582449178646, - 2.0354078239288036, - 3.022945827249144, - 5.921053916981624, - 6.177931220597677, - 5.679141822805676, - 5.634657453234826, - 3.4946242916655548, - 2.5871952927667428, - 1.4098547355862123, - 0.8723542357991914, - 1.2735701033542952, - 2.801613747127847, - 2.1659357922752536, - 1.8697993411174423, - 2.6418163802743004, - 2.1004558415007946, - 2.1992328438416133, - 3.409634303820429, - 4.922416192443958, - 3.8134429353296744, - 2.694499614717216, - 4.044994513240341, - 4.022776891176242, - 7.374054840466068, - 6.948868115931321, - 4.985744737494323, - 3.9963630459757296, - 16.848764291086955, - 10.347215835809516, - 7.649937384556318, - 7.969263628096452, - 8.18001191406538, - 11.828650951632305, - 11.366666893697882, - 9.746407845648065, - 8.437766764105923, - 7.479038916876715, - 6.9262420391041, - 11.88246431375182, - 10.010336744647773, - 12.563438194969935, - 7.9683868443360675, - 6.406645341778896, - 5.861402444333728, - 7.522488087689975, - 7.623076801150281, - 7.565448169171277, - 3.542184382282293, - 1.6584701814775638, - 0.8718315391055448, - 0.6754745042448542, - 0.3162608725965392, - 0.3578941555081848, - 6.304351429697552, - 4.129607398130084, - 5.31087448611161, - 6.620955258216892, - 6.509251228929097, - 3.4673152662948916, - 2.3822361548346245, - 8.7213372675499, - 8.068686156593108, - 6.774548783604811, - 6.460017265412126, - 5.115556710632419, - 3.5643460276909944, - 6.400447385273545, - 7.272316023588376, - 9.772199833749463, - 5.967275193660334, - 2.793911017974704, - 1.3081244827879763, - 0.6124710670670345, - 0.28676231729471574, - 0.13426369185735756, - 0.06879998705407529, - 1.1753129604702262, - 3.0721678806758805, - 3.115802344170145, - 3.0398985210936003, - 2.4902205110337277, - 1.7751219353833747, - 3.960084336468677, - 3.331977726452381, - 4.068510748635529, - 4.560631177459518, - 3.0025432046013814, - 3.407913333516982, - 5.8648232062073795, - 6.649421367267097, - 9.263259135518286, - 4.850772789843294, - 2.2711584606712054, - 3.059900623666177, - 4.230042602242452, - 3.648210252798253, - 3.160491568316933, - 6.712566693375921, - 5.237269703092562, - 5.902968190731711, - 4.683317233535803, - 3.6504263733927074, - 4.562595858557078, - 4.758216801566616, - 5.152855439110597, - 4.646978740198941, - 3.79004191268692, - 3.5936606193776504, - 3.7180428385566615, - 4.419270173505064, - 3.5530477812026997, - 5.023748063345154, - 5.8201551263242735, - 5.112294905725853, - 3.7314165513131567, - 3.7643180371569027, - 3.466872156511711, - 6.89650451877261, - 6.317719320309602, - 6.846644539597005, - 6.6419444818299915, - 4.252709757050409, - 2.6465663331931393, - 2.940792831571515, - 3.4810945016355985, - 2.434018502229952, - 3.225273600594, - 3.099306151554888, - 4.47398131787743, - 3.0316454543145968, - 4.5746276111037965, - 5.718281032006855, - 3.497301593684068, - 2.790315651134777, - 1.7472467057492724, - 4.420049515073112, - 5.423699662428098, - 11.353751166089253, - 8.788437970186846, - 7.512576848708399, - 5.238974285479318, - 6.773333006058732, - 8.316101054655974, - 7.598031573208983, - 5.862207266800707, - 8.748277330706557, - 6.239694197389281, - 5.945714807040194, - 5.518253042265646, - 4.560046520988962, - 4.0947079185498705, - 4.888208347063815, - 5.067734833133855, - 6.933389090323976, - 9.954304191617151, - 6.4711821421996465, - 6.122880986665485, - 6.579281649046248, - 5.51132006415868, - 3.966112961817555, - 9.95903438233113, - 11.43335637786284, - 10.477892504313187, - 5.822087754463087, - 5.624517689873491, - 5.372043371216419, - 4.800514346951582, - 3.9806874584092093, - 5.716328563093304, - 7.45004073260772, - 4.957579510471182, - 6.42736887923699, - 6.697316932874779, - 5.677952022619541, - 5.667190477562928, - 5.958255497579859, - 8.45793180300066, - 7.225697125158723, - 6.5158206592506565, - 4.564445401794984, - 6.869930087902663, - 7.15942199461584, - 8.3263273514896, - 7.530000018758711, - 7.300150496404734, - 4.182998427000379, - 3.040009968580628, - 4.586693462558893, - 3.4291637033902704, - 8.025594733390795, - 5.826811469024227, - 4.884357610149555, - 4.026506840746217, - 3.8233361641225962, - 3.5039139798646612, - 2.414467487875909, - 2.6665407319647603, - 3.2032987011257745, - 3.0315277427739864, - 5.57982179998878, - 6.44704466598436, - 4.4794565061206555, - 4.304505237163581, - 3.956583080363517, - 11.357228080513968, - 9.341352210796364, - 8.539870553056012, - 4.96999264412796, - 3.57846648442118, - 3.0669659684828745, - 4.540360433467352, - 4.712250159775508, - 3.041178153354305, - 4.761121691592095, - 6.153960547695659, - 6.1074380821784615, - 4.4563972651941866, - 4.1072841365530435, - 3.4370801943968132, - 9.107428108863697, - 11.677360906555837, - 8.490397717459011, - 5.162679476793857, - 3.9609914592262623, - 3.2339422775930715, - 2.2722132563329107, - 2.333824142022088, - 3.809198660572374, - 3.653765923067831, - 2.8992960663630893, - 2.6432661942570785, - 2.4508834747561323, - 3.5697878044084606, - 3.2826929025431895, - 3.641028980565135, - 4.303531639222186, - 2.916914560185065, - 2.9596059766058502, - 3.3044834946926236, - 2.55686237128513, - 4.320900302929835, - 4.715828171860383, - 4.595124727482144, - 6.136726914920702, - 10.709074981137384, - 9.236067060757078, - 4.840931528321092, - 5.695949576026545, - 4.204755404536481, - 3.6773741885787468, - 3.291289970370971, - 2.9595607351482696, - 4.030413948665611, - 4.976696593080846, - 5.505546811120418, - 7.591251052411394, - 7.50533189247045, - 3.5140376113720966, - 1.6452917087552141, - 0.770334613988858, - 0.36067489695084265, - 0.16886996758058517, - 0.07906584625587215, - 0.18030014736908043, - 0.13051870408791658, - 0.3422316813684669, - 1.4550859848843603, - 2.1004765608200353, - 1.3568266175094308, - 0.6620365880731773, - 1.5909414134101965, - 4.509841623657059, - 5.948517664941752, - 5.012990120479047, - 2.837752621422915, - 6.505638566518184, - 7.17448740220804, - 7.530131151219727, - 3.941385900748677, - 4.056623146796869, - 7.15671160621437, - 8.219706487723037, - 7.211184491823031, - 6.762820419690739, - 5.7447247961226955, - 7.3630018194556754, - 6.689342771091763, - 6.396149390453921, - 4.703762470026452, - 4.210687187736927, - 6.294994940773939, - 8.448718465553053, - 8.645504961342253, - 6.993832607420772, - 7.250838235785472, - 6.1404805347777485, - 5.056423836398068, - 4.171445533201732, - 4.13735629583106, - 3.341271254953238, - 4.494366059685313, - 4.858285158600884, - 4.758902559011511, - 2.4187790203274497, - 1.1998668777797388, - 0.6753989534118311, - 0.9350854561561958, - 1.2685831817835906, - 1.7358550710789413, - 1.835166110237442, - 3.0404884809546378, - 1.9816189097093566, - 1.3357688289576002, - 0.9924723335485434, - 2.2437255397342932, - 2.6857828544304296, - 4.003635849090936, - 7.800461175178674, - 7.148591452623674, - 11.14500103134936, - 8.913472613804437, - 5.999572097660561, - 4.783362141364073, - 3.743308477240151, - 4.6229289669325455, - 4.0202135080043835, - 2.022991948375168, - 0.9471759405103816, - 0.44347297724160245, - 0.20763648350015834, - 0.09721654191530092, - 0.04551731883844127, - 0.02131145866148358, - 0.6606571200858328, - 3.0650873716751614, - 2.5543677778838747, - 5.185059800027576, - 3.313817920299306, - 7.007558563414561, - 6.631074825697972, - 6.469535718020344, - 6.369798215795095, - 5.749559899308487, - 7.225276842561357, - 7.119456727837561, - 6.742317605349973, - 5.218930658520576, - 4.734470026616182, - 7.008034500711184, - 6.9418733742476535, - 7.515364827818324, - 7.10023193977351, - 9.770639568877108, - 7.285054886761813, - 7.157968727711356, - 7.7669327830254815, - 8.811675842340092, - 5.201191943197966, - 3.724600227567012, - 3.099017585836182, - 5.184819482914799, - 4.93988423118018, - 8.998420103147309, - 8.930394205725088, - 7.836198621632921, - 11.194572938370586, - 10.931899410562966, - 11.592146300932956, - 8.246594639080095, - 11.142757948734163, - 13.399591647240896, - 13.20917117460975, - 8.900788694469666, - 5.633726171270963, - 3.3966861833807758, - 3.7495363757035745, - 7.789948800948151, - 7.745739323652447, - 4.597934494527789, - 6.178886442220281, - 6.654725918874107, - 5.39017095124104, - 10.687644802213738, - 8.44728852103972, - 4.909515814794088, - 4.2850654803296315, - 9.541517877660104, - 6.467198281977342, - 6.150136416487946, - 4.953238880884448, - 7.654153483116021, - 5.830514126266645, - 7.961012969662766, - 6.359416932527493, - 8.24269971503103, - 8.678177206115326, - 8.44674907635256, - 8.091333263501351, - 7.387074339924805, - 6.131028036838018, - 6.5951526945641135, - 10.706809684282955, - 8.382544265772829, - 6.78846546395515, - 6.296284586148154, - 8.493975555011676, - 9.375618476395063, - 6.331226258440967, - 4.5393513744458405, - 3.4372670694163467, - 5.722959944064245, - 7.300644705284903, - 7.580809989052295, - 8.80267876297187, - 4.966779131692526, - 3.6646287036683787, - 2.7850565505219658, - 4.178863619505256, - 5.659431834969439, - 5.103213176076352, - 6.233426195824732, - 9.258908193923162, - 6.900076775501001, - 4.051706749555603, - 3.0339171388246324, - 4.205193590271577, - 4.186176090732468, - 4.825338491281768, - 2.858439281569678, - 2.6617977925489202, - 2.967536206374641, - 3.85159237263366, - 4.838821065308819, - 3.981662730726491, - 5.435761678590875, - 5.0576861423034645, - 3.735355034852952, - 7.9662814935405954, - 6.602200103543673, - 6.954278056084413, - 7.392428261639399, - 6.795598940409118, - 6.273225572685792, - 4.292488654941445, - 4.175390946823866, - 4.363558958254612, - 5.416433869991208, - 3.803441262924939, - 3.0753810556804924, - 3.8745920801715696, - 7.0757738886020425, - 4.123549999178629, - 6.296162332768844, - 8.302017686180792, - 7.651658491609149, - 7.177565612464774, - 7.0057761031054735, - 5.998793929645759, - 5.525224780039207, - 4.610527208482722, - 7.016923318267574, - 5.998271943799628, - 5.188739025561844, - 4.978010148078447, - 4.937277891793366, - 4.773095904909777, - 4.482153979844237, - 6.877555119203022, - 8.163430605386317, - 10.631287661612726, - 9.136882084779705, - 7.093875791397623, - 7.3026722076393105, - 6.667057297129628, - 5.4615203476143135, - 5.390222437186202, - 5.957496315932536, - 6.297367213707183, - 5.738832397816857, - 7.0687730997983, - 7.011233721928794, - 6.750194237744514, - 6.161616996574315, - 6.502803355555141, - 7.891819454966235, - 10.994920872655335, - 11.310771073309557, - 7.480674722519635, - 6.489634963107287, - 5.481621305560271, - 7.0590687197977395, - 6.032536102754693, - 5.583496687744077, - 4.661076255655274, - 3.3353034859561004, - 4.233517784301266, - 3.989936881965928, - 4.2888934003073445, - 7.3110523999394434, - 7.242030556173577, - 5.34550811278736, - 6.163374677195928, - 4.16669180392862, - 5.709128029950236, - 4.16442186661411, - 3.6890276238415582, - 3.104010875601789, - 3.3184668868351843, - 3.8361662176598594, - 3.7073796279930677, - 4.11056462031839, - 4.241512231138185, - 4.917935781186269, - 5.331696285255716, - 6.051755041989482, - 6.571549202939229, - 6.40920955761792, - 4.555131283338113, - 2.1327374836609603, - 0.9985594028541762, - 0.46753099650917984, - 0.218900580247991, - 0.10249045387510752, - 0.09175858940098741, - 0.6130382019860964, - 0.7519148513190173, - 1.9638030423916029, - 3.0618789410468596, - 2.9935147965932694, - 2.2392549522863914, - 2.040766034475845, - 1.9279307578807607, - 2.5407034222377725, - 2.6974803051242766, - 3.2471266906516223, - 3.83859953339989, - 3.4405201179883496, - 3.7724459948878213, - 5.342242418104873, - 5.789655770517656, - 3.2932262555713674, - 3.5116756250614993, - 5.237535918742212, - 5.013855261868917, - 4.263307896471726, - 6.426058866385351, - 8.357400465338392, - 11.48487578864799, - 9.729975522107232, - 8.941442725571985, - 7.977855408476292, - 7.14323217754454, - 7.035606600734754, - 6.3126526855301766, - 5.390783494818952, - 6.747496554483174, - 5.383702068617213, - 4.906507964246052, - 4.016153494437042, - 3.289348983594003, - 4.00506714423979, - 3.8330196683393947, - 3.8309812118479334, - 3.709399195980682, - 3.7435210433006043, - 4.051480519760733, - 4.271273075595229, - 6.044673280297956, - 5.140987291553219, - 4.793619622509494, - 5.0917464047078855, - 4.9395140553941825, - 4.077948908129122, - 9.4133879998631, - 11.87073747867317, - 11.400182953770456, - 6.733946833737919, - 6.402783459162453, - 5.939432069114797, - 7.532109098930025, - 9.006211220640022, - 6.0151092957757655, - 3.6804390681003714, - 3.572449674854692, - 3.6929915060184824, - 4.524995677345577, - 5.073260735551295, - 4.8470157346696965, - 4.669680615112313, - 4.683718378549601, - 4.475246527507538, - 3.4485892171298342, - 4.684487668683494, - 5.53557110715031, - 4.80338645874186, - 7.049013241693801, - 8.735514480073592, - 8.132120896843581, - 7.737382652793603, - 6.72366393930629, - 6.72366393930629, - 7.978401533007467, - 7.633484455485895, - 6.760170869482282, - 7.219155660156593, - 9.067869259411816, - 9.357199943396385, - 7.74934616182064, - 6.832853631176702, - 8.674180579764952, - 7.982304509808864, - 4.539879359437982, - 2.125596449127282, - 1.7136130575842923, - 1.9742650257293746, - 1.0576439178346382, - 0.9423339212883044, - 0.7742187690927732, - 0.6831022544515513, - 0.9237363435746059, - 1.340084230911416, - 2.0483566892771834, - 4.025874257579138, - 4.093814522953816, - 3.215828823537183, - 3.048181866124088, - 1.6022704081955623, - 1.425945893006464, - 0.6676356984070595, - 0.4841220021724052, - 0.490153714864346, - 0.6692627883016206, - 2.3215156375027264, - 3.0281671199037126, - 4.029876148661053, - 11.828994597545439, - 14.292670827094781, - 14.756285580536497, - 13.227357130629, - 12.3679946205266, - 9.899192586505297, - 6.14696650937228, - 4.57549977203965, - 5.69106477528743, - 7.299108865362358, - 4.36742852536325, - 3.2276789911333847, - 2.975027310689689, - 2.010670178351196, - 5.50571696318079, - 4.118659072518986, - 3.4009150108026285, - 5.4221352171702755, - 3.9723664961733296, - 3.310761527193085, - 4.627667922006606, - 10.494962736315735, - 9.24520944981398, - 12.044441940921772, - 9.642135410297612, - 8.988528563138233, - 4.2084784383017215, - 4.049549655285077, - 3.462016886643901, - 2.187709423225011, - 1.7064448382107165, - 1.4119973962353636, - 2.4319537976417935, - 3.1060612628580735, - 3.847195987723136, - 4.686584674342257, - 6.304648470040448, - 4.866035865041033, - 4.157096808253093, - 3.717823243055152, - 4.025928178090714, - 3.2929686354558583, - 2.0415620845291245, - 4.911014842838747, - 6.323074378687274, - 6.995570947675235, - 7.378578570796814, - 6.62231611676016, - 3.986607924769362, - 4.466634474129189, - 4.815361428366188, - 4.230524493424408, - 5.2899836298036185, - 4.99935909149762, - 5.811514225975571, - 3.107416165704299, - 3.6517827309443467, - 3.5632257136773386, - 3.13791697166788, - 1.7129872871900982, - 1.6327105415287568, - 2.275383898397913, - 4.253339027674375, - 5.269190419229733, - 4.879109211926144, - 5.005440570417867, - 2.6261125638248486, - 1.2295603250051288, - 0.5756868969183877, - 0.26953976681228686, - 0.12619999913515748, - 0.05908753268605911, - 0.027665107312615386, - 1.7458530519200017, - 6.42260968396875, - 5.941981172893906, - 6.507767323660555, - 8.576510795420928, - 8.367579070580376, - 8.046465806507891, - 10.190265828332574, - 7.260998016585165, - 5.831828043594728, - 8.052480502615722, - 7.879654695434489, - 10.965425522235641, - 8.732053857431689, - 8.572097759527066, - 12.775703990881198, - 6.93964110089838, - 5.023389704657238, - 3.05497814440052, - 2.0312487564756356, - 1.8535281562140409, - 1.7627864951344934, - 1.8797184196830192, - 6.679601683726043, - 7.050459134917189, - 5.636326829679452, - 3.178509610652751, - 1.9154663479288303, - 0.9711554159768776, - 1.7111578991948109, - 1.6694725122255334, - 6.060654485363727, - 4.909820960143278, - 3.874266909017493, - 3.4282434583170875, - 4.668201556654944, - 5.180768654023592, - 5.122131772233115, - 4.4952482174431845, - 3.623298411018676, - 6.113857414328478, - 4.203991812408706, - 12.009927907538158, - 9.338799918378076, - 14.253273523544102, - 8.349820816092349, - 6.9463715280405784, - 8.090770136893301, - 8.384054861130842, - 14.057592620250158, - 8.063167700530057, - 12.67697010251263, - 12.552496312961402, - 10.582257273511274, - 6.3921309672443005, - 4.474565000183333, - 10.493605516405603, - 7.635197182109573, - 9.4066764962889, - 9.672206549834973, - 12.176249441010867, - 9.478892164846112, - 7.943344723139019, - 10.511118475606308, - 6.191250734635036, - 2.912184795483724, - 3.2733230280165975, - 2.8338170012363677, - 1.326808683314932, - 3.663447254614998, - 5.7010492524659835, - 3.4081699385158695, - 2.1944370455564384, - 2.9071097752202464, - 2.55042013463702, - 1.4272341322496893, - 1.1386527757097138, - 3.501255512785549, - 2.121945233310049, - 1.2379547294153863, - 1.096777461339691, - 1.2900701311385654, - 1.4111461842332313, - 2.7034141807654004, - 2.815728517023704, - 1.7259266078627993, - 0.9626315883889365, - 3.6811140745899418, - 3.3163800605256406, - 2.053832098605211, - 1.1858007420277223, - 1.631243785212933, - 1.0132527150250683, - 0.698356485952828, - 2.1346773678792, - 1.9488778789288126, - 3.878960085447712, - 3.978508705066141, - 4.630420300487009, - 4.957427134131194, - 5.530235560747952, - 5.683461539066765, - 8.73227767516772, - 7.361659915163353, - 8.555430256475542, - 8.347012073035158, - 6.690022850187155, - 5.392788119700082, - 4.745046575908405, - 4.238873567549537, - 2.8799438328920846, - 6.088731979616863, - 6.370492054963188, - 4.55473539406213, - 7.434409771426413, - 9.395307145394744, - 7.893302313132463, - 5.065617111843906, - 6.696010936312592, - 9.298498196436462, - 8.489169236987935, - 3.9746756593144252, - 1.8609649726281001, - 1.1238092825861565, - 1.6287886435689816, - 5.673577832791606, - 10.334804676024653, - 7.870475887395887, - 10.450941850198092, - 5.760339582705504, - 3.524708758941869, - 6.033590185999302, - 4.887895792719207, - 2.288539654497411, - 2.070858871898482, - 3.226647017547625, - 3.6097632636389707, - 4.956288005556104, - 4.465206560511073, - 3.702123322644087, - 6.911780503010231, - 6.770627822857119, - 10.248537247666507, - 5.800818291778406, - 3.95595303183614, - 7.789333236614183, - 6.480091466508723, - 4.961563317297192, - 3.4273332442140916, - 3.24758610179296, - 5.453212895765462, - 11.268243752192285, - 8.887798843135743, - 7.492770490293751, - 7.585939374756386, - 6.156324336806647, - 3.926947727523943, - 2.2046309119735823, - 4.001945964041845, - 3.751961066455411, - 2.127070753677591, - 0.9959062087542555, - 0.9334759113468294, - 5.000927943056844, - 2.9456426424231315, - 4.195144269546767, - 6.734596737463258, - 5.83034872139041, - 7.0859845747922785, - 6.243462235393359, - 7.57070440073617, - 4.518903965124215, - 5.48731976482026, - 11.61873606380842, - 10.193168021639384, - 4.772497248657433, - 6.380942958728354, - 5.903432528480318, - 6.575029447794937, - 4.1721494347906765, - 5.920944767780104, - 6.461328787283138, - 9.78187178832448, - 7.220987075017711, - 3.380905806217673, - 1.5829586664214241, - 0.7411499412348207, - 0.34701047288504483, - 0.16247220918789845, - 0.07607038063989763, - 0.07459447991982379, - 0.2548787467697215, - 0.25496751294195796, - 0.41307143523369283, - 0.3971915466685113, - 0.5447956306199195, - 0.631543141878681, - 0.7216018795855269, - 0.6744737539276957, - 2.489626317431611, - 4.146176391617025, - 5.544675230558134, - 5.00597475606415, - 6.297899159008857, - 6.497688030142695, - 6.028260973664635, - 4.507516382630689, - 4.639659646030511, - 7.622837733790268, - 4.761977152290722, - 4.667884340252724, - 4.460684948417892, - 7.902246964709422, - 4.843754721322168, - 5.422180185598696, - 4.46354033408196, - 3.087522184560627, - 3.288713550079123, - 2.5728166572144002, - 3.804596944286321, - 3.1596420179600466, - 2.166497154174762, - 2.228026535483389, - 3.4512420818627105, - 3.324365053510623, - 3.2301730411474128, - 3.1528364661049233, - 4.938765646092558, - 5.594835014485909, - 5.37718574863643, - 6.282037592562695, - 3.690907294211411, - 2.7039969011832863, - 1.9289341524309178, - 1.2621414910376427, - 1.0796357537484997, - 12.467379249653108, - 6.309456240596095, - 3.185392960512093, - 1.6121148068532567, - 1.5878325367255242, - 1.575539006942138, - 1.477121646779665, - 1.477909935948633, - 1.3189047866807961, - 1.0511318609717086, - 0.9129016183991377, - 0.8510344148543101, - 0.9505650721092465, - 4.561730233332969, - 3.0804071186950774, - 3.871763861097519, - 3.270386739729294, - 2.726247118558747, - 2.895946329146001, - 2.8434809446763962, - 1.8473329713912796, - 1.4185216293643195, - 1.1138113584262266, - 0.9939787915052274, - 0.767169588974847, - 0.7289005973185083, - 0.6052366928354496, - 0.7570066578751649, - 3.5369480159964626, - 2.727427275615614, - 2.8337579178214796, - 2.932016365708038, - 2.983485757802243, - 3.940101047480298, - 3.966702986078827, - 4.328520475269464, - 4.689973570438367, - 4.226516352466671, - 3.1458698688561313, - 6.347309857586102, - 5.391797191051731, - 3.126914384115856, - 3.4142118720095347, - 4.404202414647601, - 3.4091951957826088, - 2.564871173846337, - 2.8621619625213808, - 2.049680962256595, - 0.959671883385853, - 2.004410716065251, - 2.387142789711734, - 4.646676690526291, - 4.721177651206889, - 3.4413998984115386, - 4.739275562045352, - 4.412313179132699, - 3.9589359123163925, - 4.1761782350108785, - 3.9601312588462316, - 4.942637156500558, - 3.1114877327208674, - 2.781843283566829, - 1.9996343517722006, - 0.96876279128493, - 0.45358005932933015, - 0.21236867484177402, - 0.10295599105980797, - 0.27187109532278547, - 0.23806164214995576, - 0.25272132764043265, - 0.21064281757057868, - 0.7432290530540991, - 1.1511456030154787, - 5.089461543202778, - 3.843557154063197, - 7.643319889013554, - 8.47820099790912, - 6.267304877637446, - 6.061914021933485, - 5.847301751048935, - 3.615480316324985, - 3.835816098771851, - 3.8826110340190816, - 4.6525233683151335, - 4.548532743632254, - 2.707452096266353, - 3.0093121822949858, - 6.115698310773588, - 6.25748383241558, - 3.2767767654021824, - 2.5039143970168105, - 4.026821475932367, - 7.279855056433139, - 6.060958439031488, - 2.837774027966295, - 1.3286613849618931, - 5.84028274358223, - 5.241686887002166, - 7.356725380796081, - 6.284925283476692, - 4.605221501023489, - 4.736401425552235, - 11.291634297626953, - 8.740356042249788, - 6.054832606854844, - 4.461211712793627, - 3.6000566292290137, - 6.346066460651244, - 8.79978664832848, - 10.59900745853405, - 9.303482100320329, - 5.415757697428568, - 4.216928186156745, - 2.5555494999485915, - 3.5647444988378916, - 2.1798142213371765, - 3.5604270091507426, - 2.3225142671776706, - 12.28166713565377, - 6.43138401765208, - 6.3393514914202465, - 7.446569484259067, - 4.495654954480579, - 13.375874204112979, - 12.902322991142269, - 6.093044708452025, - 3.0224744687001053, - 2.097751488629987, - 1.3295426437219349, - 0.6224991676449525, - 0.29145752905967176, - 0.329829834558655, - 0.943787487649153, - 3.2223327383818643, - 6.323155365579222, - 4.894475657721163, - 2.2916203834279756, - 1.9968869197794854, - 2.4667206721768986, - 3.462656274796232, - 4.3891759206738135, - 5.20119400871619, - 7.880025345558599, - 7.401821812620845, - 4.22080143355145, - 5.65052718110628, - 5.129808780217109, - 10.062649687921539, - 9.669639212305379, - 5.436561139248484, - 3.8683466603576466, - 4.8999207593141865, - 4.114120856335624, - 4.739687329257986, - 5.168850756421617, - 6.072742179882422, - 4.065116659216326, - 2.7188504516437297, - 3.522061351210206, - 3.5817696519874165, - 3.304792382468706, - 4.206810028216244, - 6.267972353217911, - 5.286630629665498, - 3.071078772158192, - 1.9668825905224756, - 1.9983517754256321, - 2.739381881386786, - 4.683560713144223, - 4.588066192712796, - 3.376457875149432, - 2.953400560811544, - 4.85858522679635, - 4.518831319597393, - 5.502616838587104, - 4.981490322102329, - 6.3227711356999325, - 7.095253667269109, - 5.572987787749673, - 4.497909533261793, - 4.599948667278445, - 2.96561871268303, - 2.7511997716976326, - 5.030539302642055, - 5.752070986580536, - 3.882283928712171, - 1.9331679166908131, - 3.0926997679107453, - 2.5245241319230978, - 1.1819960632645914, - 0.5534170483483226, - 0.2591129014056713, - 0.12131808348738707, - 0.056801792968269676, - 0.026594911423453306, - 0.09633881812318451, - 0.3711892876959176, - 1.0638733106849048, - 3.0604638940132958, - 2.7554058165695374, - 5.467151289405858, - 5.282092953628168, - 6.650415179301691, - 6.790701572206425, - 5.574785170340981, - 4.244267431018847, - 7.828874824004786, - 6.049369656648409, - 3.829553287503112, - 3.1116371530636346, - 10.325835762899008, - 6.792400687401534, - 4.026798415377075, - 5.477059215630037, - 3.3255190307819857, - 3.116860085925002, - 4.984991816208357, - 6.725987121551874, - 5.77192537729539, - 6.352232739785512, - 7.931495425524316, - 6.127784578454103, - 4.296763284205452, - 2.495331318611484, - 7.250708222406704, - 6.112637511428145, - 5.052151024518712, - 5.3180709667030435, - 5.502193931261757, - 6.143480631292004, - 4.709283070929883, - 4.255530612294532, - 6.963250087032726, - 5.889421112140493, - 5.4725620901263445, - 6.201425831474966, - 4.974639657134365, - 5.55398796064466, - 4.03820410118338, - 3.215624909829349, - 2.7348815738100534, - 2.324664905298348, - 3.707334296849805, - 3.899898809962346, - 3.511622121926762, - 5.184571896404622, - 4.986968673812015, - 2.865862091346295, - 1.3418123704961828, - 0.6282439211060514, - 0.2941472541803709, - 0.1377213598653287, - 0.06448189705529163, - 0.1018487783883734, - 0.13865883211361835, - 0.9346540805745707, - 2.5270990013929735, - 6.502287988770243, - 8.712409378448855, - 6.5174879438984314, - 6.445620853094969, - 5.997306209291282, - 5.863567131031927, - 4.2024119143444505, - 10.815587598959107, - 7.760078052250112, - 7.828972928253396, - 6.986670580328691, - 5.196687047219247, - 4.151192710845634, - 3.095308011082601, - 2.96686134922753, - 2.9031700173321653, - 2.680642665201818, - 3.9238383935350836, - 7.064495036560082, - 6.060514852482486, - 5.660421934522424, - 3.8188985583749746, - 4.363243936536071, - 3.8169971190993572, - 3.726384623892641, - 2.521503648275364, - 3.87703100544696, - 2.4821539542230058, - 5.737344946099283, - 8.995775126687299, - 6.225873536680044, - 4.311572531335097, - 7.167467449776865, - 8.019081273540252, - 6.6334926355944575, - 4.502353718424674, - 5.514938149052351, - 4.847466894088994, - 4.602299918872455, - 3.292894228796702, - 5.4376455124223595, - 4.492310427454392, - 4.047201044417715, - 5.872265350032659, - 10.217752960825703, - 6.748189247721151, - 5.216395689150326, - 9.78296459092265, - 8.453362804087002, - 3.957910890781114, - 1.8531156159286175, - 0.8676389086973039, - 0.4062333021289732, - 0.19020066309195752, - 0.08905299504257502, - 0.07338742116163947, - 2.332173996881409, - 1.8597139098872963, - 4.970103724131298, - 4.213911320970243, - 3.888265482136269, - 6.849190910892372, - 10.596369054578235, - 9.58692684572562, - 6.60274272166229, - 4.4942963890708505, - 7.217946553962783, - 5.975405089238146, - 5.711994026021754, - 9.05008519396771, - 14.49708122038821, - 11.327886832850155, - 7.037051363459391, - 10.242044215370733, - 8.426219796504789, - 7.171343750916721, - 4.406978523756026, - 11.134630388196145, - 7.340221980096089, - 6.558095393931902, - 8.969038688562708, - 7.3212908813080455, - 5.664628119641407, - 4.329943779024415, - 9.184692579012719, - 8.196531271627158, - 5.891412095868812, - 4.863701652555906, - 5.509670044254508, - 5.7884121124434085, - 4.255526457074582, - 5.537242695434164, - 8.815302865007062, - 7.4892116548964385, - 4.65630802175886, - 4.538868504044247, - 5.069403970525289, - 4.161696369197034, - 5.188633170132251, - 13.74539243204973, - 8.004932640862204, - 5.323821708723439, - 6.885537212119105, - 8.473602818350521, - 6.894936201638454, - 3.839171312673129, - 4.045789751967389, - 4.068496843764137, - 3.946295753379653, - 9.512191441406435, - 10.45816421606289, - 9.018625995720054, - 21.170231255625698, - 21.62623506149132, - 11.807393330233491, - 5.528286403474047, - 3.6955745399731996, - 1.7302882957279013, - 0.8101304828111184, - 0.3793075412925204, - 0.17759387399192747, - 0.083150427149397, - 0.038931486653877787, - 0.018227935863250156, - 0.4326494005835402, - 0.9185132950832131, - 4.418745564194222, - 9.772635008615897, - 9.229107306351503, - 11.709745506243987, - 8.461739562291125, - 6.737243191010179, - 4.429945592977758, - 4.091817517790337, - 2.6656594065887287, - 3.1598925021687876, - 5.602546885578249, - 5.5469971223561085, - 6.193403971863672, - 6.791407930456535, - 6.6223331999578186, - 7.422815282307068, - 7.338831829395888, - 6.490078327965536, - 11.441110574459177, - 12.030605141643157, - 10.838582613674385, - 9.330669410421763, - 16.455094520816026, - 11.828788329572914, - 8.29264835082776, - 6.530834290721928, - 4.413142825157136, - 4.854586300025792, - 5.861154608426205, - 7.996200271448966, - 8.282194573212138, - 7.26379835595067, - 4.678514467850601, - 5.599769699616833, - 6.226897223806666, - 4.947703807503744, - 4.389281940652503, - 3.9227559112807184, - 3.2982123541211266, - 3.8275593834806365, - 4.675124511594295, - 5.842107991846186, - 7.493246451543587, - 7.163525503130436, - 6.7939680745266555, - 5.4092968328063495, - 4.277717089740332, - 3.9717108662037, - 5.415760867094098, - 5.828183586576019, - 3.5287420201347124, - 2.8150655554122497, - 1.5678191151980565, - 1.2483940171933747, - 0.7950582720514043, - 0.7176420671011253, - 0.762124240241542, - 0.7208376074210932, - 0.8858017821825477, - 0.8342183197183084, - 1.0382424311836882, - 0.9866881134854284, - 1.2261651497590975, - 1.450682214914314, - 2.1775511840195545, - 2.5557567211032732, - 2.415374710607309, - 2.7800326835837392, - 2.5888840322980564, - 3.0565822772927644, - 3.4345698598079286, - 3.269269532710458, - 3.8616071118628623, - 3.5359883218105495, - 4.170099878784896, - 3.818161996804525, - 4.476670898558546, - 4.677859843094147, - 3.108438617140017, - 2.6120325438204253, - 1.950199716974175, - 1.6221088198465992, - 1.5587551527151384, - 1.80010337840505, - 1.5466240091663261, - 1.726759425752919, - 2.4073904695417454, - 2.872139906837792, - 5.329098396657633, - 3.4512676246079086, - 1.6159024562191642, - 0.7565744045455687, - 0.5466712673493772, - 1.9698815496084605, - 3.4147911543508185, - 4.296496253317922, - 4.660521691685368, - 3.6978598961700513, - 2.9171708153961897, - 2.115026890943784, - 1.9458935655951413, - 2.4460413170649185, - 3.640272077458375, - 5.344674777661828, - 6.494952471189956, - 5.476627861279825, - 2.76171194349277, - 1.5806479906718887, - 1.8161474217742581, - 1.4160440399833742, - 3.328357701661732, - 3.7763945908937386, - 2.6788591812724736, - 2.010552021855742, - 1.6332357181945287, - 2.3042652356221147, - 4.207425796899951, - 9.682778697754776, - 9.609579213522522, - 4.499257763624687, - 2.2881540666140117, - 3.686090601880531, - 2.7360924853911706, - 2.2460339357866403, - 3.2759317437570576, - 3.653873403982116, - 3.4518380970667666, - 2.617421729728917, - 2.2076704187712277, - 2.97519274389853, - 3.4870635518192605, - 5.332260208140859, - 6.987294622686084, - 5.6177130342890775, - 4.799102114230912, - 10.097074958463486, - 12.335274092729556, - 8.10447321484897, - 7.3446664856224855, - 9.27182282505106, - 8.88200191495087, - 7.666245119728107, - 4.311564941631555, - 2.8614828205227933, - 4.139840137177375, - 5.802087866470323, - 8.310672764265892, - 12.993864511291267, - 7.653635851216082, - 7.3554603551346815, - 8.99208078740536, - 9.690587845911708, - 9.088023619504833, - 8.350108239144186, - 8.65443606747214, - 7.395942723682777, - 5.294727144282284, - 8.25328473302251, - 4.8613432799814635, - 7.992430569256699, - 14.199816186109114, - 13.567783744036474, - 9.084843203617268, - 13.36306897756532, - 10.383083524373292, - 7.0970475478110835, - 8.940809860327606, - 8.634148876099342, - 7.791116948321379, - 8.442488385197532, - 9.91392561244523, - 8.262019319482564, - 7.215745191654023, - 5.348372326764189, - 5.471705589558405, - 9.65889443140965, - 10.914594504935264, - 8.976991628918082, - 7.464812412407997, - 6.470094101452526, - 6.749226998947659, - 3.983791021296085, - 3.373143791068171, - 6.1902655326401295, - 5.7407693843500915, - 12.029632899537027, - 8.138177798022605, - 4.015408887238572, - 7.069102050471429, - 8.15312597274605, - 13.542234797187742, - 10.30270271937404, - 9.62259075189267, - 5.667890833883053, - 2.653737616506694, - 1.2424945263876856, - 0.5817427610403945, - 0.2723751556530442, - 0.1275275437623687, - 0.05970909637140062, - 0.027956126843722937, - 0.01308921212340887, - 0.027402039528647316, - 0.34248808777104783, - 0.8953075351394544, - 1.7866993757161527, - 2.5556797443519628, - 3.1377147136244234, - 5.177429674139432, - 6.31277580471766, - 6.748395501991128, - 5.446140844201928, - 5.144836839400997, - 3.6673587121590225, - 4.5705556451719325, - 4.2569107282298795, - 4.795935406686385, - 5.226780828149687, - 3.0988237846278825, - 2.145669278284976, - 4.216395099643889, - 5.112386667940207, - 5.555485057370868, - 5.318290827381885, - 2.998145503757634, - 3.004252268152409, - 1.9141525472641283, - 3.3600481280928944, - 4.046125573914917, - 3.9681386372056124, - 3.939163000517432, - 4.074124377502087, - 7.369094619592934, - 5.914495459701001, - 5.1155975471417605, - 5.976629587043734, - 6.472574755082846, - 6.802973319445129, - 4.7272030254306205, - 5.645022580644207, - 4.539836462755381, - 3.054451027249557, - 4.391060678950944, - 4.0021764625507705, - 4.564946384465234, - 4.653453840969879, - 5.645772775363364, - 4.574310146503944, - 5.739220995176391, - 6.306978834303912, - 5.523148359490231, - 4.625376351467428, - 4.499649280960793, - 3.6123977980281095, - 2.049822865908037, - 0.9597383234547938, - 0.44935475392884133, - 0.21039036364786842, - 0.22188350895249198, - 0.21566561444978954, - 1.1012337084266604, - 4.873714901581119, - 5.102203685088504, - 5.257931729174704, - 4.134810813652252, - 3.9133435200135347, - 3.7186563553109266, - 6.856812413053106, - 10.471944976414571, - 8.021534696884189, - 8.711361166641758, - 7.006053265513686, - 5.296404029403874, - 5.63236328946747, - 5.317607858138384, - 6.360095965210029, - 8.744483834882143, - 7.260911153382493, - 4.661535605432587, - 3.1504590769462704, - 8.728123103884297, - 8.899757776692535, - 7.60139322702406, - 6.6138584028239205, - 6.495060860635231, - 8.742759500020533, - 8.281965547115611, - 7.904322493010317, - 5.065320332835166, - 2.5078108974908826, - 1.2525085236099172, - 0.6717261647851408, - 0.3945551340471327, - 0.2585630980473999, - 0.9188734343156533, - 0.5497866470098891, - 0.3318074163338713, - 0.2643342465483875, - 0.21407415003173777, - 0.18002921042366768, - 2.867713223665119, - 2.776338076905369, - 2.051148490430074, - 1.270209054718464, - 0.8556477223595913, - 0.6316524667997241, - 0.5054002202095554, - 2.298703564715143, - 3.780190439946288, - 4.012001198184954, - 3.7797505345760762, - 3.083012009011794, - 1.530921389812859, - 0.7167858025377271, - 0.7179571334205784, - 1.7194610800783392, - 3.1589462465597857, - 5.138833942166386, - 5.9073716950027215, - 5.780761726355308, - 6.800166357679686, - 6.933613251087941, - 8.773273020064913, - 9.060416586979462, - 8.395566383850342, - 7.301049526140901, - 6.606772277456509, - 5.027384348642819, - 8.612388340620278, - 8.753207924298842, - 7.977458630105547, - 6.817572510635909, - 5.8611287337792115, - 5.086342608417968, - 5.770614534575594, - 4.328432982259706, - 6.742395536284282, - 5.86863579577928, - 6.747433957061292, - 6.231654574465124, - 5.481488503951855, - 6.039392901601527, - 4.416196019259399, - 2.067687229986194, - 1.179049557572317, - 1.1590892580437206, - 0.5426919563396309, - 2.5797150349051443, - 2.1036873462224848, - 1.5800212039627386, - 1.4186733763196435, - 1.7772630083066576, - 1.4757359088516009, - 1.0604111597931922, - 3.574659015748659, - 4.5603274234871565, - 2.692758842039691, - 2.3848842266032446, - 1.3991458470169347, - 0.9831413486552786, - 0.7619851777176514, - 2.635822979363699, - 2.4899978818592694, - 1.797816067313211, - 1.7465396557349127, - 1.4499460608068377, - 3.3836645400726466, - 3.7716566330242065, - 4.9129105489234135, - 3.762461757203764, - 1.7616052581801573, - 0.8247932566241672, - 0.38617273251981143, - 0.1808081942282071, - 0.0846553895370847, - 0.03963611830905355, - 0.047645600037376064, - 0.030449512074725696, - 0.12537059837117598, - 0.9001643625860294, - 1.8965901571458597, - 4.625698441407515, - 5.213595460997572, - 5.615415715716047, - 5.7074232949106705, - 4.712208870306062, - 4.150690169144248, - 3.516974964313181, - 2.6901009054270726, - 3.3945385934652865, - 3.999140829309222, - 3.5295572298197597, - 2.728332446444307, - 8.137520490349592, - 12.036294467323001, - 12.295879494295471, - 11.399888916391301, - 11.376865000178283, - 14.723327704672721, - 14.129971547493657, - 13.418196487233068, - 8.617458730086973, - 6.2259855818536805, - 5.946168598688948, - 5.547163313077685, - 4.793248874934795, - 6.792395918660813, - 5.158889491020334, - 5.033982895536705, - 5.4044552110203945, - 4.22549187331593, - 5.5355290742625884, - 5.430602337033958, - 5.511044475330999, - 4.817145916074929, - 6.752457369159364, - 7.227424930135513, - 5.504456487563794, - 4.1571777393236795, - 4.170588706589461, - 4.525438599896344, - 6.023088747665491, - 5.441015725418879, - 3.0572701741288997, - 1.5326056413641795, - 0.7632993417660293, - 5.379271148843867, - 5.592692353556677, - 6.685652081239618, - 7.014714740536592, - 5.582088021562115, - 3.25516739076161, - 2.674890631782116, - 4.80063266933983, - 10.020692750482624, - 10.114349099649834, - 8.918870519570195, - 7.78015823207257, - 3.6427128129213364, - 1.7055381448053697, - 1.4117103954603656, - 1.5371033506951748, - 0.9693781920131748, - 1.4961452844060605, - 1.9256676444026386, - 1.4312281359860957, - 0.9745488569321719, - 6.909202352553568, - 8.858128046967295, - 6.060420411409046, - 5.232121451749242, - 4.481194274212729, - 3.596260729651683, - 8.727861411227405, - 12.098036815590632, - 8.894718585220545, - 6.3889312122116895, - 4.787951153967223, - 3.6590944770234843, - 3.090704717901426, - 2.846479806361907, - 2.72997321755272, - 2.5528648796880153, - 2.3457422011117375, - 2.0705234683393208, - 2.4040486792505273, - 4.487447854832126, - 8.03297858712489, - 7.373885021491081, - 5.946989781320465, - 5.197687753005198, - 5.613360848429772, - 5.228188604928855, - 3.959410741129698, - 7.4459442123112165, - 8.715360387402455, - 5.835654586130571, - 8.605095864233302, - 8.47548272417524, - 6.740054342160438, - 8.228918942733578, - 8.598871365199653, - 7.039740275532258, - 15.76478727256999, - 19.0688677806413, - 13.748544766096407, - 11.673623258527806, - 9.395301995687682, - 11.031158798011507, - 9.35260252428322, - 7.865593459883498, - 6.212743373507243, - 3.3169224894642926, - 5.9798949450234415, - 17.129910370179445, - 18.013670164596697, - 10.466847678760733, - 6.592128733546998, - 5.559575602693249, - 7.531270733944251, - 7.141654156973198, - 4.439291419870019, - 6.087276773058683, - 6.748669837857886, - 7.386512645196548, - 6.796472947105972, - 9.081716051488458, - 6.510561970931745, - 7.414584927504843, - 6.292548679995235, - 5.349291039907644, - 4.5624052233731005, - 3.9799024415467916, - 5.842109138168383, - 4.4794267809143005, - 7.719084117161216, - 8.40562370162672, - 7.978644557791359, - 5.817795040379769, - 7.060601889452155, - 4.746435516737045, - 5.0139146438203355, - 6.2534985922369914, - 5.6444159377202325, - 7.429825771966254, - 6.899488820145729, - 5.121399451401061, - 3.2262232415203305, - 2.4960215582745486, - 2.6639483094337546, - 6.425726057204262, - 6.928005911945835, - 6.074977928069336, - 8.001037803595388, - 10.376389039220289, - 9.423168656767482, - 10.031250375151616, - 7.208101024791174, - 6.983111267586779, - 11.377000635310376, - 10.104916989211684, - 10.556464404638493, - 8.334957815387522, - 6.881335672376566, - 5.7204017872154065, - 3.2131579647687105, - 2.9067113408707907, - 3.4776682166783783, - 6.033586424910295, - 8.970567216915013, - 11.141882011291639, - 10.441317208079504, - 8.808637561675514, - 11.242734748041844, - 9.985538842554892, - 12.083583127936558, - 8.01593510196737, - 6.288273008092422, - 3.3216553418780457, - 2.730119006449107, - 2.7335391102135485, - 2.8529860627564796, - 1.5665508188154191, - 1.0742317736012947, - 2.177327731431946, - 1.6273168496416992, - 0.7648150798984625, - 0.9528727932980195, - 1.4366487074358756, - 1.2366926962851603, - 1.5174279796094448, - 1.2107736127946016, - 0.9629894651317734, - 0.7108797407664498, - 0.3328377987816727, - 0.15583648533630798, - 0.1893737038788773, - 0.11988301780483263, - 0.9873088340060266, - 1.2317437319742015, - 1.2223038113852294, - 0.6635605392281145, - 0.6875588250847022, - 0.3459831087108338, - 1.3911568287260718, - 1.7479233393451432, - 2.030216089062112, - 2.9666099228696456, - 5.992141030070323, - 6.984451942496479, - 5.427844464192299, - 2.541346587881711, - 2.253051825543558, - 4.504804060830176, - 7.122254570458434, - 4.647699341319116, - 3.8853709719866467, - 7.330991732795837, - 10.090810444898878, - 6.74574668303361, - 5.201387845112005, - 4.122536605862069, - 3.5717078869237664, - 3.902031667836047, - 6.7878151582958335, - 8.711310949900309, - 10.128306672660838, - 9.160784962735912, - 7.449491621093703, - 5.821405030423761, - 4.515795068393182, - 4.92994759091894, - 5.080721137662055, - 4.7352609456926205, - 4.38090321108516, - 2.7507104395400828, - 1.535088903914911, - 0.869426306130462, - 0.6152198641210861, - 0.47146335176460735, - 0.40895517501104856, - 2.0240141328361876, - 7.262809502118641, - 8.646115926843454, - 8.400306891114019, - 9.276643195817291, - 7.993755632238971, - 10.2075225234436, - 8.470697598909334, - 13.876157390227362, - 8.050213686646977, - 7.170880075074056, - 14.271545492655425, - 15.828628109859032, - 14.206283504656454, - 11.299903102780567, - 7.4866326274456405, - 7.4753669402192715, - 7.710052458377247, - 5.002719351739326, - 5.061114366996505, - 4.942725318703932, - 5.305685436936958, - 7.527164039502729, - 3.7892198817874476, - 4.211911698377168, - 6.897446333812601, - 8.718096590008818, - 6.971326090864268, - 7.06020407716718, - 6.490488653239531, - 4.131582100780781, - 4.77882437317007, - 7.768024739251549, - 6.73295114377494, - 8.031806994611854, - 10.660052091247255, - 12.194814807569651, - 12.656978572160387, - 9.522721562019846, - 8.112845311595951, - 7.730900937535716, - 8.512244311326317, - 7.022106369320115, - 8.735540816339274, - 13.10215364413201, - 13.984580015362564, - 14.169413150508522, - 11.2631250502119, - 7.862971412799309, - 7.6698455367199205, - 6.183552024332798, - 6.326794909240523, - 6.697232668190422, - 9.757833950071763, - 9.918619968319561, - 14.976071309203702, - 19.14044427012689, - 18.43981111492198, - 14.844340641420775, - 13.410192674807293, - 7.7376885390245835, - 3.622828269392519, - 1.6962280923191724, - 0.7941833085163569, - 0.3718409867057583, - 0.17409799212805316, - 0.08151363606133163, - 0.03816513207718136, - 0.01786912444161803, - 0.008366422200879561, - 0.0350465784987644, - 0.021686861900421604, - 1.1879614408901262, - 2.0125215323014243, - 1.5578041469785555, - 3.2379860933036237, - 3.146728581124152, - 2.9996976898438543, - 4.129890395707063, - 7.055387073352866, - 5.431440654084978, - 6.235394444627183, - 6.228575748957132, - 5.391082060918833, - 4.505631614740512, - 4.84930168291158, - 3.494191900531703, - 2.7898101163080247, - 4.4900591760014965, - 4.844818672738812, - 7.704380275005843, - 7.530968061565456, - 4.863671611084833, - 13.417975851442902, - 10.713191264143392, - 6.634302754008962, - 6.7415195987993455, - 7.497140226671235, - 9.240889614567081, - 5.805720725067507, - 6.514433096028053, - 7.656696713660764, - 6.927293233805072, - 4.96836808725589, - 4.221430182749552, - 8.198444987594833, - 7.070768281362002, - 7.400574979701149, - 6.392399618101216, - 6.007479337352743, - 4.664673660233302, - 7.480595454880679, - 7.310824592047108, - 5.508917179318853, - 6.84810333358805, - 6.204789470751182, - 6.456118677022692, - 4.485191875222181, - 4.008380826272118, - 4.5769133905581265, - 5.310304015512328, - 6.2486562721384065, - 7.621985534278767, - 7.933980329845548, - 11.913127288319648, - 9.92957231397165, - 11.706389259341897, - 13.225868590942339, - 14.625959057429867, - 13.37829112929623, - 7.046899696153236, - 6.95141928077679, - 7.956977759424337, - 10.38671502967484, - 16.84191408568872, - 13.878809076545863, - 9.318185800678396, - 15.472228645109578, - 16.38725704419817, - 13.78893011500829, - 7.024822637908125, - 9.687233589173967, - 10.186227806501428, - 6.364151409344767, - 13.548286349618062, - 19.4818412489903, - 16.455160480905086, - 12.010281428882251, - 8.175383383762135, - 14.010905469991858, - 14.6834851124035, - 14.391675535595263, - 9.757913580494812, - 10.594779883289837, - 12.043548667428066, - 13.626853051371517, - 8.581216493248844, - 10.791481486485274, - 8.775563583227118, - 12.578980367206661, - 7.865842649553896, - 14.452013233051666, - 12.402438183383875, - 16.200258889120057, - 25.90463597678755, - 21.049780243953066, - 20.575986265171966, - 17.75294557335112, - 13.603910014846385, - 20.01058253330788, - 14.356677399568834, - 12.213138872449704, - 6.790110798021051, - 7.048766993302089, - 7.861165406648146, - 7.585799583399401, - 14.757535485357419, - 21.641427502646003, - 14.89278370759348, - 8.890489993298168, - 6.527600205992542, - 5.173828855394174, - 11.224455364737803, - 7.664732565729189, - 8.369257689375837, - 7.906234251099436, - 8.78397082333255, - 11.948805453338393, - 10.589200792783249, - 8.012141277483282, - 5.3448701799761205, - 4.075431922117559, - 6.086229623347569, - 4.8396692598081135, - 5.467173027811844, - 8.699787142853161, - 11.399285830769035, - 10.960508104302674, - 7.3997914215814875, - 9.025283561424743, - 11.834496133301727, - 11.789678293637365, - 10.153373076859362, - 5.671139898105975, - 2.6552588462197413, - 1.2432067744939352, - 0.5820762395154103, - 0.451049869573893, - 0.2111840261024645, - 0.292512321209186, - 0.2193981999327194, - 4.239991091184503, - 5.600333318686121, - 5.787284047542078, - 7.197514632444867, - 7.535801923723204, - 7.896672891233634, - 14.96777463371186, - 8.542724757931948, - 6.783271572332177, - 7.9712111121304385, - 7.15420718387207, - 7.447620139059701, - 9.17609773895202, - 18.84210075524268, - 18.488012852240793, - 11.119603217785324, - 5.950428790272398, - 8.667722122331114, - 7.0876730360200195, - 6.427004919496422, - 9.49165728113616, - 6.230965271188845, - 5.297436287425743, - 4.953861095205107, - 9.07465914320188, - 7.757630022339827, - 4.276195062958077, - 2.623106686498153, - 3.37613978012846, - 3.446291348963886, - 4.578900681686836, - 5.841673440145628, - 7.727029148224267, - 6.908718214414057, - 8.376352958866141, - 9.871803759938018, - 6.1194749348736845, - 5.380616850499539, - 4.467751515078012, - 7.492698645575281, - 7.732173333880713, - 7.735448389277701, - 7.0087769385602465, - 11.077116073956248, - 9.39851296977175, - 9.061001413220724, - 8.958447351410276, - 6.554253011279563, - 8.122518394885079, - 7.503197524796405, - 8.38580316927555, - 8.824416694017211, - 8.906331498297238, - 7.918018531041247, - 7.662935596258041, - 6.890666138031069, - 4.661002366591167, - 2.7609660241127494, - 4.709360539813851, - 8.770703152809613, - 7.011536206275113, - 5.203363724284608, - 5.072687361429671, - 7.630714482786111, - 17.508726010562622, - 14.31924830421589, - 9.906788566936378, - 12.422449947399382, - 11.509503368352345, - 10.29072490466361, - 7.289696509897687, - 4.210602970912911, - 9.59022029730452, - 6.612146544700324, - 6.056033940546781, - 5.99128670727057, - 10.807872712369818, - 7.317022143316556, - 11.75306727517819, - 11.243098728108782, - 9.863619742294762, - 6.545790306144331, - 6.4654756018323205, - 12.475670521048352, - 8.08614409500256, - 6.128295462397164, - 3.5050673256617926, - 7.696393308931674, - 5.384920776083477, - 4.052393352451522, - 11.144725805092015, - 9.5935777019959, - 8.80133674459179, - 8.438395680863335, - 13.959024793088606, - 9.573413216318025, - 11.583114942927478, - 10.364519754618684, - 15.636449592490742, - 8.6259935074312, - 5.657282173753504, - 14.738373708639982, - 15.291481306954756, - 12.1090140477066, - 7.370002223210966, - 10.23339747861016, - 6.7807339541531935, - 5.717299201488383, - 8.43348410686865, - 7.795693722547007, - 9.01176772278475, - 8.814628154876873, - 9.726056267968985, - 8.07595185353482, - 5.648765268594964, - 3.2399046001590968, - 2.382824714131303, - 11.138912788539837, - 10.288903716274683, - 8.827031619477546, - 8.86640984748028, - 6.829586486835395, - 7.8806421156925115, - 6.848451089821957, - 5.271157665217458, - 3.8791960724328796, - 5.199589331921314, - 6.866856091569575, - 6.407090460899894, - 6.637625328718445, - 8.965458013354755, - 7.976169690233495, - 5.512511660798213, - 7.500821669787262, - 9.674852571490696, - 7.734337591125793, - 5.769162314707706, - 5.3417560429443895, - 5.547038346338741, - 4.35482264716697, - 3.030812407043325, - 5.246149742183934, - 5.823952149493668, - 4.5225271396370035, - 3.489938266851892, - 2.8549863883182165, - 2.879427457535086, - 4.048025591495715, - 5.133590878567529, - 3.3197003156952825, - 2.299020338865319, - 4.488785979824449, - 7.012919728022483, - 6.304429075172081, - 3.8832570049397512, - 3.031649725317948, - 3.375772065975263, - 2.7239173851181984, - 3.7182591884555145, - 3.501285286607888, - 3.5045167639611288, - 2.7898631340352154, - 2.763010342176508, - 4.79955077555365, - 4.709355797215367, - 4.0546340699703105, - 3.32587825332355, - 4.2969676876934795, - 4.038402832535106, - 12.766669605401287, - 13.931744978337031, - 12.268843605575533, - 8.35392722435004, - 5.866994812546317, - 5.584527694139094, - 6.823125000633277, - 5.715527645869697, - 9.074237330038889, - 16.325219573619837, - 12.120076440462409, - 10.823005531463087, - 7.504613751452841, - 5.694048819436027, - 4.97994767246016, - 4.707171660144154, - 4.935773950455376, - 4.708670684666485, - 4.170308261108173, - 5.2613423780400606, - 6.219351260957059, - 6.488136147348699, - 6.270318440737279, - 6.046336373601925, - 7.3149315802573, - 5.0107079601422715, - 7.41625507188268, - 7.695162564941768, - 7.1328230354943685, - 4.428056626050443, - 3.359149199071091, - 2.950631242203329, - 3.017685197427567, - 3.326520077173432, - 2.0899336925261744, - 1.9558668010607396, - 3.146834251670416, - 3.347821653910022, - 5.7842179652380725, - 5.152067147343186, - 7.700178692838083, - 7.706847311321632, - 6.4075004354048, - 7.568148291802003, - 5.588590555149487, - 4.4899803531471045, - 3.241803458577716, - 5.80653803069152, - 8.437570841530633, - 6.7580299087637465, - 4.451145645213987, - 2.8982683203374893, - 1.9455120335180955, - 5.124639396573214, - 3.5332730248553936, - 1.951218973614652, - 2.984944377490874, - 3.681087927007936, - 2.6702486247392256, - 6.536982196220235, - 7.0685926229376035, - 6.747116595801415, - 5.825178187134959, - 5.234700908709276, - 4.073466516731495, - 2.755744505614013, - 1.2902547120900387, - 0.6041043422853967, - 0.28284497080186183, - 0.13242956871531825, - 0.06200425137631529, - 0.059177424951728425, - 0.14236306847972569, - 0.6314317025105165, - 1.331285382342056, - 3.9610216324465806, - 3.3626178683980283, - 3.7911439649678136, - 3.1062430347005057, - 3.750281992996868, - 2.961749478864909, - 2.9617938650656823, - 2.944985107783961, - 2.7085087295824097, - 3.729156462086013, - 5.211901733750823, - 7.204251311087458, - 6.070171045694312, - 4.808700221670263, - 3.7719626595686453, - 4.340819666472661, - 3.863499411129445, - 6.004821380314368, - 4.116633974417458, - 2.4404293345805828, - 2.0428308125995356, - 3.6741919230036206, - 3.162809594586517, - 3.395686481678158, - 6.989809479291463, - 7.017093465766374, - 8.275032324161465, - 8.17089127543221, - 5.741460824381693, - 4.094124020100508, - 3.244141101240583, - 2.804514010758085, - 9.294939795573434, - 7.674688833405013, - 6.953270199669946, - 5.297173864261161, - 3.7809911642574576, - 4.241815903455022, - 4.39600373688261, - 4.39600373688261, - 2.624780468343271, - 3.181563341266222, - 5.398982153126327, - 4.709669834458245, - 4.636822821469472, - 3.705978436435708, - 2.923575376248028, - 3.6877989643389335, - 4.909951134804414, - 4.590402130741262, - 4.547065275613107, - 3.8278444229607427, - 4.345427908558204, - 4.786289104011614, - 5.543451646259554, - 6.5593481871307056, - 9.019213618652799, - 12.643162324752314, - 12.539045563559952, - 10.205295358780678, - 8.53172307336387, - 7.577981294921933, - 7.2546683530737415, - 7.333961257663344, - 8.527685977838686, - 7.299123011297445, - 6.500889273456474, - 7.885137276954164, - 9.294601522842594, - 8.75590266243405, - 7.438960961992317, - 7.3335066204397314, - 6.620581721312444, - 7.63467390913277, - 8.04916635984372, - 8.132930120670428, - 6.4447681002262955, - 6.246830243728167, - 5.724185570805432, - 5.551021761213537, - 6.133036533480466, - 4.312113877503552, - 6.606286116918692, - 6.348268623575652, - 6.413686017862716, - 6.194150742170306, - 6.194632965462404, - 6.501180938812451, - 5.276698641945276, - 5.692465926455258, - 6.968202400378439, - 5.114740826012517, - 3.505333055949223, - 2.990970349212502, - 3.2714737692347766, - 2.0947147380572537, - 4.395376541410981, - 5.738155126547278, - 3.6286893086575986, - 4.54026278526222, - 5.002769733108949, - 4.1730454966690775, - 4.5054115920894136, - 9.527946980028895, - 9.295837390918413, - 6.918804750202384, - 6.170820970151927, - 8.032828396921156, - 10.812201317778342, - 15.868472137497077, - 12.549703429323468, - 11.25255716038323, - 8.580146335660558, - 6.365657414893873, - 5.160297800872685, - 3.4711856252087454, - 6.791292175898713, - 6.130012260390069, - 4.170259714843001, - 7.839113295727053, - 10.20011054437271, - 10.808014137900162, - 6.408146128087212, - 10.706263240272849, - 7.62083503443914, - 7.3936551555967345, - 8.338673645359583, - 11.124956068518454, - 9.946898559705664, - 6.029056920891977, - 7.150056458013669, - 9.406928738475477, - 8.038311630460736, - 8.49554560248406, - 11.467711576567954, - 8.1633566066174, - 8.104537332740293, - 7.847558830366493, - 5.005739078962049, - 2.3437145283121823, - 1.0973400138467824, - 0.51378062107949, - 0.24055490847496205, - 0.1126291292766461, - 2.2178245495265125, - 1.5441210935687968, - 3.3536184175072776, - 3.026998574100927, - 3.4817451390074057, - 8.15937968720425, - 7.158259525585837, - 15.294290917500383, - 9.524467251502843, - 13.395854364000554, - 10.271247484798748, - 13.347690038917616, - 8.192208264710391, - 13.512264408886036, - 9.03773247896391, - 6.117952417727795, - 7.834066932335373, - 6.357062980700871, - 4.990795763562834, - 4.042325770513141, - 5.2200756976374265, - 11.066410202414783, - 11.928950766760536, - 12.08375724354504, - 16.50547772533542, - 15.711095611049197, - 12.118315114613422, - 12.822233729543488, - 12.264475780985212, - 10.203045939283863, - 5.617599759472227, - 5.33218650822208, - 9.587822695057952, - 10.900582572839095, - 11.257478167987273, - 9.835302180773908, - 13.88610310950623, - 14.092447630973052, - 12.925511125249429, - 10.756203109098829, - 5.8358152920812465, - 10.825569562948685, - 16.60075289621772, - 9.757419318614446, - 12.91229845535456, - 12.42958946931465, - 12.012307123377147, - 11.38550417020021, - 10.276877852750252, - 5.545461390324332, - 6.901548883580658, - 12.760643632570254, - 10.066627248144211, - 12.268599863195952, - 7.263023107333222, - 10.991788519055078, - 10.888017752773065, - 11.948505341512655, - 12.888763997522595, - 8.021102872146788, - 5.252836935142787, - 5.899100593888273, - 5.675983837949261, - 8.706824345289856, - 8.365935708594453, - 8.565092945470083, - 11.667998785828335, - 11.448729327715872, - 6.526968221138729, - 9.868757234778407, - 10.38153442626815, - 8.885892025137125, - 6.362937210302936, - 11.997000464878695, - 9.554818414900842, - 7.147668471513218, - 5.9278058719111435, - 5.801340888297923, - 6.086552483525434, - 5.565020483587466, - 6.440242224994664, - 9.468738042603565, - 7.469136048968899, - 5.668549789051234, - 10.09732086161152, - 15.405662013566161, - 12.777494919682468, - 7.8939303835114645, - 9.133309517182381, - 14.951920580697863, - 13.911964135525023, - 9.216200983523194, - 7.926118103437881, - 14.03018942635201, - 12.60255398908053, - 10.91056833385701, - 7.826953454424084, - 8.235959385219894, - 7.323413921514967, - 6.526790732877484, - 10.162791047374464, - 6.952644093260135, - 13.77785554652319, - 13.318019180318046, - 13.29277725102684, - 12.310268860047623, - 12.697184382007006, - 12.808275549197386, - 11.151809039058815, - 7.507193491458428, - 7.390812246241106, - 6.677848669159525, - 15.53206515713434, - 13.704122334259091, - 9.501765421260934, - 8.693510874980712, - 6.933018509459729, - 5.02359203061011, - 6.891959133294875, - 7.667317615711542, - 9.55201086733397, - 6.42536615017065, - 5.931574393708545, - 7.811236317265025, - 8.18621295457217, - 12.693565577735352, - 12.9569876887249, - 12.455905867350943, - 12.937971888414975, - 6.635143598634182, - 3.106610673119825, - 1.4545321786748735, - 0.6810199543530217, - 0.3188572827928208, - 0.1492907309692691, - 0.06989874014519609, - 0.13901310104758935, - 1.7919877597607403, - 2.6733673946202123, - 6.3824171320146394, - 14.499176895627919, - 15.868119131379661, - 16.92673974763586, - 16.024503634263905, - 11.7838104617854, - 7.668712866982101, - 6.07503210978301, - 13.489959850681835, - 16.195813585696293, - 18.177955135303414, - 17.486468423742174, - 15.787773503844512, - 16.296235965601092, - 10.809181842858186, - 7.534091572805633, - 4.1256716571265795, - 4.544848491738925, - 3.458410581779539, - 3.0398913059484274, - 3.491379551338448, - 2.1509875977132396, - 2.4256114079316, - 4.8924260702343885, - 14.573774357202252, - 21.128680393006412, - 16.012095534876448, - 10.430564961794968, - 9.160786290409444, - 6.754106701552954, - 4.729956463715972, - 4.103990736043873, - 4.5765361476960384, - 5.20360751255397, - 5.505922750907937, - 7.536525456925197, - 6.6495643555500115, - 4.863905919581111, - 7.537507913007984, - 8.514307239956569, - 7.4838232735001275, - 4.922495730044379, - 4.7730979108608445, - 4.051963755355894, - 5.2435172384899005, - 6.852951499262113, - 5.46223739665517, - 4.739173488862728, - 3.7985321357301567, - 3.370993590512491, - 4.116288372282884, - 3.5745234951099443, - 5.612630999741289, - 5.7069755380327685, - 8.082231126451195, - 3.878632060627362, - 2.657467884308309, - 2.0458883179174663, - 3.363789319927042, - 3.4875197708308887, - 3.1371804579231526, - 8.744994484864575, - 10.141415714699612, - 10.493841531606373, - 8.982019319110746, - 8.89435538955315, - 7.474719511840937, - 6.720842957606072, - 10.757424549891368, - 6.008531263841264, - 9.426777407744552, - 4.958957655810986, - 3.8289581994515927, - 3.5239796651590094, - 5.498603516498604, - 10.553385492036268, - 6.866201068049557, - 8.219242252278693, - 9.137565168665514, - 8.358084865363042, - 10.941601593890008, - 8.437337074542045, - 9.613209273667367, - 6.249440140012238, - 10.909848785271473, - 10.128021461800042, - 10.013390673033639, - 12.631513165611697, - 9.215420745856184, - 12.578204405587243, - 8.838358681002562, - 9.798204853776866, - 8.120439775144897, - 9.020561811462347, - 8.922062077527592, - 8.493511802733298, - 7.981826743037232, - 11.209213734641315, - 10.098472795725696, - 7.102254456512127, - 3.464419341891824, - 1.622060162480785, - 0.7594574764354106, - 0.3555821614110291, - 0.21476359252121063, - 4.32193790018167, - 4.92102671029543, - 4.36666094241112, - 4.065835579946995, - 5.019005700329457, - 6.087877108720818, - 5.371405013423098, - 4.889110533715066, - 5.405016504578281, - 5.826259337761232, - 5.374578715126454, - 7.826162421861463, - 8.534127150552198, - 8.138819006760302, - 6.190070873548705, - 6.550004199723215, - 7.393863745711492, - 5.878117697033138, - 6.777409348831239, - 8.973040871631191, - 9.751336124843972, - 7.177342862615104, - 8.576799748794837, - 8.99000215729502, - 6.191885096614104, - 6.003710065149865, - 7.247888975896941, - 6.562849222604493, - 6.444376970810945, - 6.030372381476928, - 4.515397011533301, - 3.837008752928763, - 6.384752017266077, - 6.192252323327505, - 6.653262589091457, - 6.24373965814432, - 9.754104117831258, - 10.681475066931865, - 8.630639624376348, - 5.08607536286518, - 9.749502782662262, - 13.013668785722928, - 12.027270594445158, - 7.6136427686050006, - 6.034804575504882, - 4.2220458811276975, - 3.301819217859171, - 5.053489943931522, - 3.598419082695334, - 2.056511678224692, - 0.9628700621164399, - 0.4508210511697472, - 0.21107689206897173, - 0.09882736010195908, - 0.046271512760055554, - 0.02166457639761989, - 0.010143473651319313, - 0.004749230071551864, - 0.0022236156022940805, - 0.0010411090371012497, - 0.0004874529689464479, - 0.00022822815715468453, - 0.00010685767660991685, - 0.0000500313510516168, - 17.22331336208759, - 13.54447020285178, - 12.42527486113101, - 6.586430765227481, - 4.627749844391249, - 16.72167531632679, - 12.968089979737949, - 9.357316982671549, - 10.782984377584, - 8.139761497829626, - 10.750554441855627, - 12.701082049970342, - 8.426900832715466, - 16.83790559478701, - 19.13396289520915, - 11.868771208137876, - 13.124244467787335, - 15.93321473909688, - 15.157867552756958, - 10.813900071573984, - 10.606894260408446, - 12.497397069019865, - 9.243109088993373, - 9.274481254466636, - 13.488282840481027, - 9.150903607200982, - 6.376059614756036, - 4.264043700555976, - 9.66001485740897, - 12.814763735500632, - 7.762498126332734, - 3.9997340314223404, - 3.1085133158403466, - 4.502617628119601, - 5.856304021663749, - 6.757164076476402, - 5.557827403873066, - 7.693458759708172, - 17.67616014831856, - 21.719235137113703, - 19.866475055004475, - 17.821300393141644, - 9.901891465406896, - 8.636106720706973, - 6.341232681190391, - 4.767816616776966, - 6.741217720335288, - 19.623156346287438, - 19.08517377469169, - 16.344786855375038, - 15.944127184329764, - 15.32027746964243, - 12.403474537609036, - 13.160206850104723, - 9.366128017381644, - 14.086414794663138, - 12.82080884625336, - 13.780950796234489, - 10.93357820559655, - 11.649598224862837, - 7.272302730461809, - 5.642130070924051, - 4.2476677907894045, - 3.7906703549604552, - 2.7528656685346133, - 4.91655964967881, - 4.888657215688616, - 5.863454119199753, - 6.98847583257583, - 9.637191685751738, - 9.038461282435879, - 8.56432295379456, - 6.045302824040013, - 4.140184465758297, - 4.0947067871980325, - 3.979826846041905, - 4.947950857602167, - 5.028986133598681, - 6.088837650433174, - 5.413174813653508, - 5.452706203323445, - 4.270757069352379, - 4.477659324768453, - 7.6311791643953875, - 7.6311791643953875, - 4.738935455489296, - 7.077245785261624, - 4.863635944209203, - 5.585096694878416, - 4.713186567562948, - 4.34569280143746, - 5.420604726662183, - 5.298596332698892, - 5.896023792609826, - 5.846766072735747, - 5.320965085418325, - 4.034413993203152, - 6.3728444230519194, - 8.353654293941117, - 8.353654293941117, - 5.359188004347818, - 5.778275280566506, - 3.9293854359290843, - 3.703309648309629, - 3.388473017651496, - 3.1358250298664405, - 4.753691423037238, - 4.646694088760297, - 4.839201289072186, - 4.302207422847206, - 4.619503981248675, - 3.735231872529947, - 4.30879534179679, - 6.285124639194923, - 7.0258349489942145, - 5.499042812895577, - 6.732311897469577, - 4.095435946153777, - 4.606427371884551, - 5.012400058887027, - 5.132958147174791, - 9.59910521496368, - 9.38304603525597, - 7.029275292751109, - 5.776556674931379, - 3.324898395382694, - 2.6944355086351406, - 5.325639109714868, - 8.230177896449309, - 6.0800958993978576, - 5.063395716911194, - 4.60719730617245, - 4.487676129312295, - 3.81898575515096, - 12.11972703590661, - 12.574451521784056, - 8.230991494784545, - 7.668994601546823, - 5.99599906698059, - 6.483530102527451, - 8.966520057846019, - 8.02917998798463, - 5.779858008223735, - 7.142296558436212, - 6.204861106227817, - 4.750055719608458, - 6.6932288323193045, - 6.477823988713748, - 6.036597876541405, - 3.3513922219064507, - 3.43685832820593, - 3.6787367027687, - 2.1037529062423506, - 2.578259457478877, - 2.8588635039403654, - 2.3859376711218427, - 2.7434586264881515, - 3.042227846931367, - 8.704350829803733, - 6.2060735749967595, - 3.8531875992555147, - 3.338143670039133, - 2.7053967405028727, - 5.174730775011177, - 5.644042777977832, - 8.79306183200213, - 8.770854567433336, - 4.926861156585473, - 3.586017285869607, - 3.1880860629966827, - 2.6671697630654996, - 1.9980148841704768, - 3.209017258114183, - 4.681064706527118, - 5.19054452105662, - 3.1594039900138577, - 5.681972895736419, - 5.845886903911145, - 4.605445160228076, - 3.2371761671580597, - 7.046292432727093, - 6.987085378461385, - 5.137917862627093, - 5.141398408354364, - 6.6491979846726075, - 6.60096535162304, - 5.337399052134501, - 4.998377978904596, - 5.858204748596844, - 6.101472394280087, - 4.5651688107339785, - 3.916066899868136, - 3.0538231325635383, - 2.8991424383163524, - 3.8414615726305144, - 2.751262664362331, - 2.386597887252022, - 2.579260511137413, - 2.7214398785930305, - 5.294861907985056, - 5.203800311946725, - 4.592448425691892, - 5.356556442263815, - 6.962994058719715, - 13.387551164692937, - 13.392943419978495, - 12.180934196435135, - 9.37597970110819, - 7.861260104803208, - 9.343979231374524, - 7.456673704648924, - 5.947286059617305, - 2.8751642686571217, - 3.237823854946501, - 6.332584465110861, - 8.15509662678273, - 8.936858733044978, - 6.546300745459424, - 6.248018093263955, - 5.9227984792424415, - 6.354088473825844, - 7.867517288035457, - 5.709487529024438, - 5.818585188802766, - 7.011421691747589, - 6.053762663193984, - 4.280860344917821, - 3.549899299940828, - 1.6895257186368076, - 1.4619528491373135, - 0.6844943530178926, - 0.5421704151614521, - 0.8275152489394919, - 0.6085591398389681, - 0.29159679227896723, - 0.19503568910390925, - 0.27797228994432516, - 0.16909758870508623, - 0.28005849019750434, - 0.337366203204154, - 0.4284740436625554, - 0.21561032484749182, - 0.20394924810017262, - 0.4381367925051311, - 0.389517866345965, - 0.1973652821026598, - 0.3881861450854168, - 0.9454269709123684, - 0.6952720508006756, - 0.34432854716174494, - 0.329078878643581, - 0.541218279245917, - 0.32923679551631135, - 0.22818692722925116, - 0.9135251771288002, - 1.7263656649180659, - 1.4804583093140313, - 1.2947816995098167, - 3.0174520523896815, - 2.6826130682332896, - 2.9172321085123047, - 2.3695129405105035, - 4.004072533772473, - 6.2938872958616265, - 4.884232711028688, - 3.447798946766243, - 3.9260829208201398, - 2.712461551753575, - 2.98396890967264, - 3.0884690450697074, - 4.949374609200199, - 6.809665860598367, - 6.656392114038017, - 5.015502219543306, - 7.098781600104196, - 11.332756362538847, - 11.728394783147575, - 10.383824856398915, - 10.438435149907523, - 7.320899802010397, - 4.242838499086907, - 4.39850399605381, - 3.1495274404822915, - 5.5800116861384135, - 5.78130656186032, - 11.98872539731693, - 17.928266154394684, - 17.52473203406213, - 10.886215661084025, - 7.701896874119419, - 7.224100823229865, - 5.8412530338385364, - 4.695571345422581, - 7.614947682604191, - 7.614947682604191, - 7.117561068793756, - 7.883957304649177, - 5.3664339099871565, - 6.1224264307300675, - 4.634226449611595, - 3.1845541352212283, - 2.7309391786197184, - 2.6437514052903213, - 5.08070302121744, - 4.516910321652429, - 3.076606348539395, - 2.3935132729424997, - 2.8591924611026416, - 8.034865794402265, - 8.956571616907217, - 6.219232270602497, - 6.887252663865889, - 4.602094446730052, - 5.27309397051113, - 3.026022294165265, - 2.828341841001566, - 7.453713715728138, - 9.71383074172541, - 14.869227178020058, - 13.219226834340734, - 9.858861730328638, - 7.893349516271061, - 7.202787443908074, - 8.096793749598074, - 13.255962964682666, - 8.866304225594414, - 10.330403514610257, - 9.015605009235781, - 10.704302523263499, - 9.416396945423838, - 12.30651166868049, - 19.58478802993715, - 19.14396848043359, - 17.49922310574636, - 15.557378799185205, - 9.779376163613028, - 7.424476224572736, - 7.263068665261223, - 13.424795537085469, - 11.390526208025971, - 8.607150994943673, - 13.04790641804925, - 11.639317099579623, - 14.094280280545117, - 11.031687702460449, - 12.23571038718168, - 23.685471968567228, - 23.152353148644185, - 14.616770170739201, - 12.994784339434363, - 18.524206437933806, - 14.978276148512334, - 11.940417280870852, - 10.940750226603752, - 13.358337573476174, - 8.934777895063599, - 10.98510738850721, - 7.959660300023976, - 7.890864922734371, - 6.65094815153445, - 9.593068172418649, - 10.329113670610404, - 10.096623268973712, - 12.028642288780235, - 10.693854429743311, - 10.513103907287064, - 8.500670408146979, - 6.984723063377244, - 7.65702983879039, - 6.112510817664335, - 4.088377482348091, - 2.3464246392226387, - 1.116192446224501, - 1.2121644626319723, - 2.5477989670334726, - 5.57058296586066, - 5.413862535047191, - 8.244583990423044, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100 - ] - }, - { - "name": "speed", - "data": [ - -100, - -100, - -100, - -100, - 3.5609756097560976, - 30.030918736687454, - 24.222654344748904, - 32.368060830868565, - 24.21875777551852, - 28.62678878008771, - 27.84494872389507, - 42.85418759506434, - 42.802623365841974, - 30.474909662316037, - 56.141476047429094, - 64.46398110464345, - 59.784657475470816, - 60.854871797708185, - 47.794712340931575, - 51.79293799414086, - 36.0323969394187, - 51.23761809835662, - 45.59001069100157, - 42.27983529538579, - 38.629348256510674, - 27.673018306752265, - 32.12687284125821, - 23.86258037753719, - 44.63417633226418, - 34.04237152609589, - 36.65030175572195, - 66.96908488853698, - 66.39264473095398, - 61.955251420239115, - 50.42731656716004, - 51.80422058070753, - 43.29684101155167, - 29.699803936157004, - 31.20333978884835, - 27.136082186646817, - 20.427753549788182, - 16.39498831586955, - 13.516194991069185, - 11.751804536423453, - 47.55713618606327, - 44.77872843907125, - 36.879433215316006, - 35.65690410701828, - 26.385574401238703, - 22.702389138732386, - 17.720291300241765, - 14.56003279309649, - 12.935271360621035, - 11.687913763437436, - 9.870364532261032, - 26.38630077827915, - 22.883845892442373, - 19.587284151448607, - 16.033701408853567, - 13.812837847852828, - 12.057915405982392, - 11.258276267662552, - 9.512135833744589, - 55.489822877020316, - 77.36601338938864, - 57.81141005651141, - 38.59977570462436, - 23.84697426202825, - 14.732680982540236, - 9.10186284215169, - 5.623138605629236, - 3.4739798134161926, - 2.146227683582543, - 1.3259412884286208, - 0.8191676557936519, - 0.9424336938120644, - 13.365107114430653, - 13.694708676450455, - 45.52292581301296, - 40.0686785603007, - 42.256249095256635, - 43.84871614081806, - 58.2918886140692, - 48.194034544447916, - 36.99516551898306, - 52.75503959179235, - 52.564836398902486, - 54.82588733389152, - 58.826354124899545, - 44.32976487974401, - 31.60320092436065, - 34.59311613950535, - 42.28870293961592, - 56.41809596103062, - 60.13012690547575, - 45.84051285833043, - 33.57088187255437, - 50.954616389303645, - 55.34390636150205, - 46.744494581258365, - 51.30624078099876, - 67.53335891600575, - 66.24487590816612, - 46.898193950686554, - 49.588596457912395, - 57.985867656081055, - 53.42769097041155, - 37.07037163780047, - 27.868175014183546, - 30.91141694426352, - 26.78528936023389, - 47.11851172015147, - 39.57073766818419, - 44.49807420406584, - 36.21837411807159, - 35.13023500359353, - 49.44217223915469, - 76.1252145546321, - 58.270594401456826, - 45.79562034447824, - 57.4390503632843, - 61.18576177027125, - 50.89049192721645, - 56.152795625037236, - 39.12981182187671, - 42.72074991388875, - 41.135367829602664, - 53.524303542141084, - 39.691206976155506, - 47.59009367743824, - 34.23079878907649, - 44.44464193886935, - 50.31771534807937, - 46.09179450941288, - 57.152266862705304, - 53.49031183756858, - 36.992512940826494, - 26.73484459641063, - 16.516809731450063, - 10.204099100749955, - 6.304101103717485, - 3.8946790239396214, - 2.406136013676956, - 1.4865128758305057, - 0.9183689190674961, - 0.5673690993345735, - 0.35052111215456594, - 0.21655224123092592, - 0.13378615882474548, - 0.6344199879307495, - 4.280212731061035, - 34.26722094674595, - 47.19892035436672, - 33.82932368922687, - 27.59975181366226, - 21.58556549153329, - 47.845833864309874, - 53.412247106591536, - 37.095723709448464, - 26.619389650537105, - 24.196316300000404, - 34.109025654034454, - 28.12467760931209, - 21.53991142853078, - 17.41247173422076, - 14.696240267759139, - 57.82089718538547, - 69.58673061072295, - 76.01172844771573, - 53.03222679861524, - 44.71106901494524, - 51.253607988333954, - 36.10494834645291, - 26.386147948489487, - 20.067937524687423, - 28.073967798432562, - 53.12521226684834, - 38.05951641962283, - 25.090674073332988, - 15.686896968440484, - 11.978769418162898, - 8.93819425790994, - 7.257578905020722, - 5.741447281313818, - 41.160278232348155, - 38.73331870780821, - 34.94239530417845, - 53.4265331502749, - 48.579112107662084, - 61.041396259283175, - 55.50307417004251, - 46.09267491924553, - 50.11242926435837, - 58.46965674533672, - 53.16467010762083, - 62.75260395993188, - 82.51784008341276, - 65.66295610828429, - 44.030485959566576, - 31.223885569384585, - 25.539302221811646, - 35.457320069820135, - 32.24025638841562, - 55.67095801926538, - 50.61989897701096, - 49.896067782441584, - 54.160718317998146, - 66.260588092756, - 62.87667014230863, - 68.3764977973436, - 62.17265759474744, - 50.25896045064987, - 58.99664280381594, - 53.64384240843304, - 36.78056262326626, - 27.24122737997416, - 22.452690586729997, - 13.871291342008716, - 11.96491744681296, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0.3330162021858333, - 4.107997147697642, - 28.34297376342947, - 23.917705367155584, - 18.76129593529509, - 30.742556651264085, - 26.73536068772008, - 20.617649357409274, - 61.42724774080785, - 54.986517179905874, - 48.152594796080336, - 34.37269988895758, - 24.919223904257233, - 34.78627815064641, - 34.28543917464978, - 45.403522083005825, - 58.85525518424273, - 94.86499882339693, - 92.83124783142523, - 71.90167631899293, - 49.603747229715545, - 34.46853957820951, - 25.95072286467805, - 21.282395267778263, - 19.42490763186096, - 17.330042506930027, - 14.765982392674244, - 13.439067455949893, - 12.476782117583786, - 13.449537610053683, - 13.09797090323389, - 14.928467315953752, - 37.9773861132154, - 33.669540969694395, - 52.19669029322077, - 36.9023384212496, - 25.673753135330223, - 20.688772442929714, - 15.07362173932891, - 11.248951255143162, - 8.355279544796767, - 7.640016966238679, - 9.068293579192078, - 9.437851600536005, - 14.677763575332497, - 26.76636209000339, - 35.865676219895825, - 67.65060496142463, - 54.3385134252231, - 36.63258761698215, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 8.7948032695316, - 10.3689098191951, - 35.21985586619514, - 40.81997714019354, - 49.652900943772906, - 55.0403501152997, - 54.51275834122756, - 38.1332205602393, - 27.419751305855506, - 45.80282908138645, - 47.588511491522304, - 54.68711362083169, - 45.31264450305303, - 53.15772214524833, - 38.116885955902404, - 42.45626257718766, - 63.548558881644716, - 51.599760206122276, - 49.064620897985556, - 57.64705861823709, - 76.36374696758871, - 75.63175880521277, - 50.88510610083411, - 57.269047197184044, - 47.864224257877275, - 44.12939742464103, - 52.217167975110996, - 40.352016390261426, - 43.071718389895274, - 41.493775952556504, - 29.53175243052933, - 64.86791069961295, - 96.78921413651388, - 75.35986040135651, - 67.62090801920242, - 63.260172021079356, - 82.69048267695796, - 103.44460332553538, - 84.23650038355473, - 85.38105490924515, - 79.40859677154097, - 63.88881819520122, - 69.96402032942025, - 74.51278930015364, - 64.09626802847242, - 58.35098633789219, - 63.745479167802905, - 76.8737755573952, - 79.22786573086813, - 57.44726164929022, - 45.96776437640268, - 33.84831330499378, - 52.24769061185272, - 51.8753671064758, - 42.43936857087351, - 47.90497875517935, - 39.38435391502765, - 41.4046795487276, - 68.09163856094983, - 65.59708551942404, - 44.54377374414391, - 31.343612688371046, - 51.68466358413865, - 92.01585241261844, - 100.65868823871286, - 92.64109363674325, - 90.87451654410208, - 78.3656751086474, - 58.990969425573695, - 73.22555014675427, - 99.01670407927836, - 73.90076446766003, - 49.986593923879, - 57.63055053847074, - 55.51924189369692, - 39.33930476133212, - 42.77234369953169, - 51.85783555704537, - 76.45810094367846, - 96.23727583821646, - 66.90553483825049, - 43.321433578940464, - 26.76401851286906, - 16.534833401852463, - 10.215234139654907, - 6.310980340224065, - 3.8989290221046407, - 2.408761666158215, - 1.9906544048317418, - 8.803492501940873, - 10.05589285243224, - 13.815735424587537, - 25.67518246257901, - 46.234277877579466, - 52.601806999161106, - 37.75120441952013, - 28.20674332989054, - 24.589599135732346, - 35.40902126392149, - 30.86780483303891, - 26.67946543087735, - 24.597102388998582, - 35.560347554255934, - 43.32373384776304, - 32.490609542220156, - 34.58345151311052, - 42.6168212668395, - 31.647879496754463, - 25.161332610740626, - 34.58381936356392, - 62.882301761716334, - 59.99791512534911, - 42.22408822037194, - 32.860705793936056, - 25.073438748602133, - 36.47455948474912, - 44.50441885718136, - 35.44696459637059, - 25.668228685848895, - 32.53202259656726, - 67.85128854112826, - 70.02645167613183, - 59.83380301900307, - 39.78237553509348, - 43.99273112046198, - 32.0493537485859, - 19.80011800601224, - 15.86402964952199, - 13.385277273424684, - 8.358982256473658, - 24.6519449198459, - 45.576740281915804, - 36.30104921436034, - 25.31333663972308, - 18.53120328126779, - 11.448593149204854, - 7.072950585379005, - 4.369674887668423, - 2.699588862304612, - 2.098216339346707, - 15.585841314722792, - 20.354044024149452, - 17.196136225487134, - 20.191426712516563, - 31.14182561596147, - 37.297096081054086, - 45.482762184727, - 38.674165683725455, - 36.54648828870086, - 26.79819112003, - 43.50239639798279, - 37.24447212289852, - 26.913120630264572, - 19.9531562662502, - 44.58070047744128, - 33.4735479410874, - 25.317400798621673, - 17.92068008694515, - 29.476265065869924, - 26.335626128768524, - 24.635128654877317, - 18.99612968096883, - 38.38532566550889, - 34.69312452627587, - 25.08956633332505, - 58.733228384237634, - 70.40863972547547, - 55.74263282482041, - 54.18149716319104, - 40.19546643176622, - 29.37650954828663, - 22.650322549251634, - 43.23453527168264, - 56.86571726900892, - 49.01550169987499, - 45.966232264709404, - 42.40392241842916, - 43.123454851089136, - 77.44254484046635, - 77.65355050126927, - 62.624765020422586, - 58.38580141255916, - 50.23126787634114, - 48.86044192326181, - 35.300373949842395, - 67.0999365478147, - 77.43950934907424, - 82.52919643129799, - 82.51253614779883, - 62.104139993706134, - 65.19527674753743, - 77.91235167886724, - 66.46397611150672, - 47.13739974287555, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0.46087947815451513, - 4.309611838757995, - 18.246007263754567, - 23.07157815004536, - 31.655319454353542, - 23.739888808747075, - 19.349941248700652, - 35.22754161939579, - 28.68935841112061, - 29.753378035916104, - 32.20457410700584, - 37.116218824437816, - 31.73872596619963, - 24.394136418947845, - 45.79195144758273, - 53.57311594147315, - 47.95794253616062, - 60.21622274921996, - 52.25938216665455, - 50.95464935702803, - 32.338708946389204, - 39.82517903339198, - 48.3079296167285, - 44.84658096689934, - 52.43239277059275, - 47.11040798923206, - 47.03176416334211, - 34.95332732948218, - 28.342234137234293, - 48.09640878185831, - 44.85239961403994, - 27.709850631543333, - 20.305582114158753, - 14.029959105684425, - 25.52383505251624, - 59.02877885883553, - 42.43058691594956, - 50.91392285871427, - 33.48688547474668, - 24.77176081305798, - 15.304014900359705, - 13.02255946818495, - 46.21408451391866, - 37.796675647080285, - 27.19614509550845, - 21.910101425756242, - 18.487073830409305, - 16.509636575973566, - 15.29637959449058, - 67.10755932256636, - 62.581285049996666, - 66.11914620420958, - 56.539634934816995, - 38.90999669760383, - 32.233064574253845, - 24.84172830301386, - 21.825054074151915, - 18.58966260524379, - 78.96745002675979, - 76.99591078020136, - 47.56813917022096, - 29.387636839271533, - 18.155707035468158, - 11.216611249164973, - 6.929631970218121, - 4.281132525319887, - 2.644887315534437, - 1.8805721426683015, - 20.174086860349995, - 19.76536995999513, - 16.301011226890544, - 29.105872542610943, - 37.65496368508716, - 35.97102727720443, - 48.50433529232431, - 48.10389332978016, - 74.10123066326909, - 55.84045078890916, - 39.95353122200947, - 45.97549988858474, - 35.83360975590807, - 39.92846781191227, - 42.22992194558751, - 68.90616283983813, - 52.36507286907013, - 56.47285694470682, - 43.02826820273699, - 71.85627074322993, - 65.81039927132471, - 44.95055345771919, - 47.975943064980214, - 46.341927576026634, - 35.296366665365284, - 31.324680164595016, - 24.829675716026074, - 78.58636815018752, - 68.4252137440181, - 89.57189568807608, - 90.32040489034969, - 65.80649588639248, - 73.63304057896626, - 62.538769637567164, - 58.250477111805345, - 40.09253894335869, - 77.54630840086078, - 74.7053813271598, - 46.15304812588218, - 35.00608650965006, - 27.276710530741934, - 33.80507296463493, - 29.934439062983493, - 42.542879971028974, - 33.43883492739553, - 26.24366195079519, - 24.103215309937756, - 52.608482437760735, - 49.83405539666309, - 35.318048442893556, - 43.52000699973548, - 46.13656369953371, - 34.47534241176155, - 40.27657373311178, - 45.989390701246826, - 64.02543345790231, - 57.658332266924575, - 35.62136671680446, - 22.00691065601549, - 13.59588812164741, - 8.399551245773141, - 5.18924990402321, - 3.2059230045124005, - 1.9806219590413938, - 1.8226146574267645, - 18.917121872172057, - 21.832204050703506, - 28.630611387832523, - 25.628652802271194, - 19.777248656827485, - 12.490459659874128, - 13.822266322711549, - 57.11724590501402, - 53.32896681918292, - 49.53655144738769, - 42.52423470190499, - 31.548829530124955, - 23.439587157574227, - 15.528354149209832, - 11.643521756806107, - 37.91644614076037, - 65.03153837649384, - 56.21545104221106, - 43.50688901466698, - 40.28040144785813, - 56.885968231734374, - 49.59032761814215, - 34.28296463146404, - 52.14994769975832, - 50.42121101644397, - 57.96237155415506, - 43.904793052614174, - 30.32052300190414, - 44.28480123827679, - 71.6140994381309, - 57.73022359220285, - 39.081204564525976, - 34.51703782723466, - 49.36924872099779, - 45.11124982425778, - 77.58484061631452, - 66.34415017057653, - 48.53291493249142, - 56.42729491171264, - 51.74185103693076, - 79.45907527647226, - 76.3639716877227, - 67.62370284124763, - 96.22432691509542, - 101.79415201664499, - 64.8882674086331, - 65.39335678190324, - 67.15426224529052, - 65.9626934338926, - 59.474501235770894, - 60.39122185248074, - 78.93960864933045, - 91.12821646957883, - 70.17593096550824, - 50.57021833156935, - 40.61293903108333, - 41.68377693642199, - 69.62915935176389, - 60.33489776640411, - 64.3907735387379, - 64.82974069068207, - 54.20969917987715, - 77.01565771311569, - 84.52439762522543, - 62.21512770073717, - 57.6542571668614, - 38.254621415844284, - 28.741195207367948, - 72.34079683147661, - 80.73855130045197, - 55.99197853198847, - 34.59189196201474, - 21.370900276868724, - 13.20296036844084, - 8.15680014563058, - 5.039278067878962, - 3.113270276581326, - 2.4997719650197476, - 49.363511796362296, - 60.53204985094762, - 62.15038604360513, - 70.69591027285331, - 66.36017228115823, - 64.18634666000129, - 75.29005862813196, - 51.266823685851826, - 36.3471312795385, - 37.84795857085797, - 36.59332348000998, - 28.023956854228484, - 41.765565001783365, - 53.27713625559489, - 76.75259436857854, - 69.70481271635613, - 95.34011234259079, - 86.3373661134167, - 75.53691690646, - 50.12552051641345, - 37.975322357353974, - 65.73136459507116, - 54.67291129349495, - 36.15778128868983, - 64.4316357149325, - 51.62849528697764, - 45.49688407268942, - 35.54606343076964, - 25.068896529202334, - 62.42294623010483, - 81.97706369626658, - 68.35575441102907, - 54.91698384114601, - 60.07435944085373, - 42.98618045648982, - 29.449288424562155, - 19.908410654736954, - 44.546924434589606, - 50.65376502812288, - 40.99743938459138, - 42.659147722842874, - 52.22733455169412, - 38.942547692537595, - 24.913591888111792, - 18.82006596729696, - 68.62687958679567, - 67.56111814763592, - 68.04454901802939, - 90.46943138864275, - 76.34418402064789, - 68.54937935632313, - 42.34986487220461, - 28.86134972469438, - 56.91927981082271, - 57.50500986088416, - 60.71872627870533, - 55.6004573987486, - 44.20181510079677, - 36.83201675550131, - 22.75485127966187, - 32.107898107785765, - 70.41203944829672, - 63.34593961792483, - 49.11346760002355, - 44.00119686158847, - 50.05873613927731, - 38.36398193612421, - 23.701300671290365, - 47.30996503902143, - 69.10907907511562, - 57.65141970155532, - 49.52039480864706, - 39.91696303622507, - 35.31892431638086, - 36.61648693335788, - 48.790108935584904, - 33.03079862765863, - 20.406455487088405, - 12.607125556989246, - 7.788692892318112, - 4.811861093682486, - 2.972771876489277, - 1.8365809938379558, - 1.1346413001290319, - 1.2042171542171385, - 29.96629221144795, - 72.1895079681789, - 91.46118651665279, - 85.18588052392515, - 95.06195225613317, - 75.72734808134557, - 73.76692655763688, - 107.41200720387599, - 108.7558317472753, - 83.64981555341096, - 97.03973919307963, - 107.11022636992688, - 100.7762010463126, - 93.95559880764506, - 98.48584060496736, - 113.16151474230719, - 127.26427837786807, - 90.95432377996129, - 88.76690645448564, - 85.2678411488967, - 76.68711682715434, - 65.18291517005325, - 68.30822982488635, - 71.76527519120991, - 52.52741492336756, - 38.7267924114945, - 62.143622779767384, - 79.48914713399957, - 66.83643824166835, - 69.79498880335817, - 91.23855541692264, - 87.83570027933908, - 63.42388044548168, - 45.03186657200347, - 54.44694682579145, - 45.28695109779213, - 46.56414705999944, - 47.30189133173754, - 55.98952673797659, - 41.82692946601257, - 68.08537177305892, - 84.63407009810153, - 69.55301991984648, - 53.051198124884685, - 47.54591731561331, - 33.45918934634405, - 50.0826610234725, - 46.034760056552045, - 45.4223753033973, - 82.33387749334291, - 63.13508612631079, - 54.82502484415548, - 108.93244022950961, - 105.321401029396, - 88.49695968979134, - 54.67349696898306, - 36.67198260915243, - 22.655982047927708, - 13.996884979649753, - 8.64728744572185, - 5.342301539067861, - 3.3004784348237184, - 2.0390383843134936, - 2.0249113259012166, - 20.24261720745946, - 34.34961440158865, - 38.93496438439546, - 36.35261803789494, - 82.37751494786856, - 94.44317502927532, - 86.89856988807432, - 86.89856988807432, - 66.79591855464417, - 53.34120910460026, - 59.15983012168453, - 51.08309757906052, - 83.66383763068143, - 82.69794314954417, - 66.00848961629194, - 59.74018454950636, - 52.77278927067744, - 36.55523098849609, - 49.957106767232034, - 39.31374426325614, - 31.993405415760865, - 24.449634674645225, - 35.1367037192908, - 83.58288029521522, - 92.88275964136072, - 72.95620775216406, - 76.41258128513263, - 68.89652201097026, - 97.55255041357192, - 81.43419662597135, - 61.55209074593231, - 47.57149037888641, - 32.29005600864327, - 25.27650919989897, - 49.24366934372247, - 69.30881524017077, - 68.89283891359067, - 46.562267025306305, - 32.63138097298174, - 24.839426609575817, - 37.16093782783273, - 73.5417027150546, - 75.32787711399764, - 57.24523920037968, - 38.42288103782837, - 28.93702271777169, - 19.59030203307418, - 15.603929471573846, - 38.83907010715304, - 36.48204113050307, - 26.968436170255178, - 22.85565647993597, - 33.26210290132288, - 63.47894991845279, - 70.85056726664413, - 65.9923335691103, - 56.25061184549298, - 79.87732676436656, - 89.77144819400864, - 57.43150759339967, - 35.48123424057109, - 21.920336693006398, - 13.542402653663405, - 8.366507878159625, - 5.16883568340597, - 3.193311081651399, - 5.879642378660771, - 9.071772295275673, - 26.990816788129052, - 30.660893438698906, - 38.77056423360023, - 53.82482529974876, - 62.75595578558685, - 46.6059817848134, - 36.70641450757391, - 27.867690415542647, - 35.49777181385526, - 28.925280392503236, - 35.82441580331302, - 70.19378427531605, - 68.47238342313098, - 85.07205397841922, - 83.85179686969833, - 71.02705238361365, - 50.5887044790471, - 90.1153852912239, - 114.17862617316013, - 109.20393796259474, - 74.26537971823954, - 57.98185377678379, - 64.52071882906627, - 82.31253913380853, - 73.7222073765335, - 52.94513747507311, - 51.89482113653803, - 47.08948526023702, - 57.9890727498477, - 85.89385337346988, - 98.24007552447755, - 73.39891063678628, - 76.11561823577279, - 83.84979546332916, - 97.98827512382533, - 92.1006795835084, - 70.71844783538495, - 60.053060150568605, - 63.84268597818617, - 66.02982036904191, - 73.39023008778372, - 82.5009397611362, - 85.10423334025462, - 94.36829973156077, - 73.14245455850003, - 77.30998256432308, - 84.24698607206815, - 91.74490573764119, - 69.46719341208832, - 47.00228331521615, - 70.88193451203753, - 71.4166960678638, - 55.3952261123076, - 52.580832114107665, - 36.848862428468394, - 47.06738058827552, - 82.69294939395274, - 78.80491996430293, - 52.070789397038546, - 45.34339317726604, - 33.43687594909787, - 24.89403226794757, - 19.038376975451982, - 14.805093570131447, - 12.986649639708627, - 12.877665548423892, - 12.094863864454078, - 13.276273402625565, - 49.14352111872278, - 64.0128385337167, - 56.207747454674156, - 34.72519418597598, - 21.453254504214506, - 13.253838880142881, - 8.188232933435707, - 5.058697270920674, - 3.1252674767378377, - 1.9307929053793056, - 1.1928454992128594, - 24.43581250982189, - 24.28915411594208, - 21.08523084674962, - 19.02311886354946, - 31.022294068223392, - 28.642234419479614, - 22.003737215027293, - 16.025371585982676, - 44.2379459523547, - 51.53551377788481, - 82.76006470530365, - 75.52348757552967, - 56.90786762537426, - 88.66960699617623, - 69.2762930672756, - 90.1825574173053, - 89.45951133146508, - 65.2560349209112, - 80.84331940217518, - 100.21402429027727, - 85.96144312022534, - 53.10705267567742, - 43.73230886414912, - 72.07512471572727, - 70.0091001524186, - 84.92530711006268, - 59.73264128787958, - 92.16677719582353, - 86.91336580193999, - 74.05317706875998, - 79.38410391976204, - 60.985010321432796, - 74.38448811882022, - 55.52380387766426, - 40.63529404147161, - 46.27798106648103, - 76.12124439273121, - 91.05512317754352, - 100.22795838618366, - 97.67311525919622, - 88.99656647167943, - 62.76801803301927, - 87.27122648240098, - 124.85675647446536, - 115.8760190374004, - 123.83916258512646, - 105.46154568834314, - 83.89714277803918, - 55.07489185767529, - 60.46684723665271, - 108.71154303701879, - 118.22774730051756, - 135.88877037656485, - 134.64302979918966, - 114.72049246735261, - 74.30495182629646, - 60.01336845012963, - 54.3160043286629, - 86.49876881126696, - 87.83185047884196, - 73.56629819319762, - 80.60930654411536, - 69.84938946037589, - 47.11679136641295, - 47.98828481102351, - 36.379104543550305, - 28.68931382820969, - 39.02758884027442, - 38.14494779373378, - 35.96428244770767, - 72.19876219220905, - 60.41484945084552, - 55.894273176952915, - 42.22178262705433, - 42.95480554543311, - 64.3026174938531, - 63.91668726951022, - 44.47955300951692, - 43.18382994221174, - 36.79410842867674, - 54.05676230649372, - 52.80147459750349, - 80.47415142195186, - 55.74146626773997, - 90.25453671765176, - 86.73892645508873, - 78.97786098759408, - 48.79258969413045, - 30.144103414420524, - 18.623052729021023, - 11.505337816150952, - 7.108007488883466, - 4.391333072471739, - 6.213935218573141, - 19.822460823075023, - 13.913334200454214, - 25.641011504214053, - 21.533654242016567, - 33.75326237328647, - 27.01364494707413, - 20.40432653438693, - 28.8906399706393, - 27.006975626373055, - 20.802022664316144, - 23.99140991490835, - 19.3816992493952, - 17.155886368231315, - 14.893941836100494, - 13.434786937917186, - 24.537862480600296, - 18.873357295882222, - 27.12671296449024, - 24.96425089098426, - 33.64392776318886, - 29.506174641737893, - 22.135349939957187, - 17.597878699958148, - 30.793357984120526, - 24.37064918153189, - 27.86417678148181, - 22.05826461478239, - 46.20560607112394, - 51.57297614362495, - 48.650882931511056, - 55.212508041798266, - 67.80974583527883, - 65.63172018542228, - 65.59314951143621, - 52.81243266101633, - 65.12375720016226, - 66.6237342136566, - 60.944700029953665, - 54.50440627149591, - 67.31667727114154, - 68.18510949731613, - 67.83067492870583, - 66.87228760942331, - 64.85339092148035, - 58.4688675732557, - 49.04558275055191, - 45.299134249513024, - 49.57734706368468, - 54.35675844458203, - 47.09079501754532, - 48.27679606992144, - 59.70315651002616, - 63.06649525113481, - 54.008810450751035, - 66.2327344167554, - 67.50482670541415, - 66.74746866519357, - 59.24746926726148, - 53.56163179590567, - 57.0350789814602, - 44.189670005688114, - 27.300415715807365, - 16.86622005006973, - 10.419965092790216, - 6.437463297208537, - 3.9770703005119294, - 2.457037414422663, - 9.976509990137515, - 19.29995110461695, - 18.54817608434713, - 17.25616667023685, - 25.84628511737601, - 37.90844450389091, - 31.221939432101145, - 46.9066113658312, - 61.48420294087792, - 58.39053774500219, - 54.914151826897836, - 39.50655863873801, - 52.68907013779946, - 45.71101262569637, - 33.488728856144306, - 24.65642467058889, - 73.72541695117079, - 67.44103244443103, - 47.12492527573281, - 40.71698694818715, - 65.08027980235683, - 62.77157838671609, - 59.50325791552969, - 63.89812566173627, - 64.8506518698064, - 45.48572387713991, - 47.43771666664705, - 43.76136912105128, - 71.08860189133243, - 101.46587141444869, - 106.89429453517077, - 86.30789821349845, - 64.97769822369207, - 69.2967927986852, - 57.33083403572011, - 47.01488401454655, - 33.92233240358029, - 50.88840967519554, - 39.7355196922038, - 39.3564693138823, - 74.61262028490837, - 74.34062413115826, - 71.31682602216355, - 58.3371716918726, - 42.88834465347735, - 51.30365352084806, - 41.959233251795055, - 44.0782754088019, - 56.97006610722942, - 48.42371365544606, - 38.54732086976081, - 61.80462855479126, - 54.66223295178681, - 48.1619330177732, - 41.30078231173342, - 41.4419008129954, - 46.76425176846396, - 65.61369224896225, - 62.83054725841409, - 80.03736477967777, - 78.69959160295134, - 66.98676320841963, - 59.74691868810105, - 54.48004181402992, - 60.025474971615836, - 65.00309413609322, - 66.44448020740137, - 43.70157658659953, - 26.998871186338082, - 16.679925583279655, - 10.304872212751304, - 27.719004897030157, - 43.15912067336587, - 38.68037019861163, - 30.269906632588956, - 30.6194198791918, - 27.39533864733462, - 22.951628080692927, - 41.42015726222017, - 33.63207946872516, - 50.37122812060878, - 44.88493800097321, - 51.13853898672461, - 46.51874071397168, - 70.0789241275873, - 59.15154439074077, - 42.37795837147592, - 43.78071272393819, - 70.54209854629156, - 55.596335814512464, - 59.7119171983568, - 50.648865725348706, - 55.748547324231446, - 49.15940856592823, - 54.80711883822963, - 71.62564637311625, - 71.1100987490544, - 50.09703194675257, - 36.37779608293699, - 70.83604328021747, - 66.13787030234428, - 59.89800038076226, - 54.20175994238491, - 40.28108866324118, - 49.30765448228616, - 58.390638176458694, - 63.3996128785248, - 91.8013098302733, - 80.88010429313185, - 59.06322211225662, - 50.25166227563338, - 77.21983568068005, - 59.82443134124847, - 47.50340612234942, - 51.00663544787432, - 47.62364022035353, - 36.233535439354306, - 37.795516840830075, - 26.688755998234942, - 16.488336156295667, - 26.64554936274108, - 41.326734274524156, - 59.69592365194052, - 70.0856087360734, - 51.08536573811799, - 52.23528622065931, - 59.34244921120911, - 63.7958592688979, - 61.45868310249488, - 44.778571474545906, - 70.10816392624201, - 64.44171372677982, - 46.47045420051597, - 62.97086535803322, - 93.35147883014831, - 80.59906343358233, - 69.76350568589439, - 71.29540061361021, - 58.803193762858065, - 59.03667859634934, - 50.75780135109417, - 59.68551993335433, - 64.82574269752773, - 68.07511086635397, - 69.48532991318355, - 92.75678474108615, - 106.23751955940479, - 76.109787566427, - 75.62539426061319, - 68.82972713466997, - 64.75774792301911, - 47.89560245881897, - 45.00519870560148, - 50.793548936746724, - 58.034332293421315, - 58.06366035340859, - 57.6457292958151, - 91.8591254153242, - 88.49384495593883, - 59.66548746660067, - 56.08746769176041, - 60.2640492976827, - 66.0892733919635, - 95.85824071022564, - 84.06895922361184, - 63.07057147433617, - 72.15464584709885, - 60.450670717948995, - 50.531726160942114, - 82.81181023351814, - 66.19677496964113, - 40.896423881063846, - 25.265845458886663, - 15.609260814804964, - 9.643414608115078, - 63.17164848814021, - 63.0956373082346, - 42.49527650946884, - 70.09852615620511, - 90.15534185314125, - 76.44308792023908, - 79.78884877117468, - 65.35729110912372, - 45.46038327223776, - 56.196971321437715, - 76.86499964970659, - 55.266231685939225, - 40.02259184720187, - 29.462724387613406, - 71.17881155172762, - 70.24235542473589, - 49.18319517779626, - 35.799070472861516, - 25.594143321513517, - 19.66877359923379, - 30.409620510670067, - 65.64077284992399, - 51.46976427224294, - 35.06592216710803, - 27.45249545512514, - 59.58309810513414, - 69.42795721275165, - 59.00811305818134, - 45.20443338908974, - 33.8242435982401, - 25.78243718709471, - 52.769541507103085, - 51.615971001056415, - 82.2976952061598, - 73.65904847725294, - 54.31584431828484, - 60.01108789848211, - 79.45905456120282, - 57.61489414959946, - 73.87226126912853, - 103.13983552024308, - 108.4492509130976, - 72.69964472930437, - 93.4020330402312, - 87.10224768932007, - 67.04175804068764, - 47.05180820964665, - 33.284153974835675, - 88.90606687554023, - 87.94790308488048, - 79.3568222097555, - 106.17695010368527, - 100.0570583685989, - 71.29972013252132, - 81.64898503901951, - 89.87698015178779, - 61.117855587056795, - 91.90851643664368, - 84.68373436869703, - 56.7701332325879, - 83.86770034424843, - 70.01045868557215, - 49.10702124259774, - 57.92598715135578, - 77.44744195512229, - 56.631570299620016, - 61.463612008344654, - 64.33813010442259, - 48.6999367743186, - 36.77128602345714, - 27.279758065190922, - 28.69557678887454, - 26.123443075059484, - 35.75204618604254, - 68.79100753532303, - 56.737614354180636, - 60.346722878726496, - 79.42391324955699, - 73.79388222595185, - 53.3784521712786, - 71.0891725335412, - 102.16849808434584, - 108.06333649037907, - 75.87964719037997, - 92.1948273707566, - 85.66648586121633, - 105.46011263512253, - 92.43813783632268, - 69.27772234890266, - 77.76695348554584, - 76.74382120107245, - 61.79026737787476, - 44.29633638604204, - 27.366314296316972, - 16.906932249159752, - 10.4451171240165, - 6.453002243493633, - 3.9866702747437843, - 2.549191997878955, - 36.747000949686104, - 27.371508654747526, - 21.503027154876907, - 65.68921794592116, - 65.37362635548253, - 80.79334063078272, - 75.70771061311089, - 93.49941044656462, - 82.49535256764695, - 69.17987509187002, - 56.502987622512805, - 48.806339372320814, - 47.8175473697877, - 44.38714545733456, - 41.88324292461002, - 37.49172787851088, - 47.47580684937425, - 40.015069216731284, - 47.85763559678266, - 43.650706638756226, - 41.13671467023982, - 38.54731671587842, - 32.97804992649512, - 30.153856357162613, - 25.7850884076047, - 41.90843625048821, - 56.7628289964817, - 63.020984774244845, - 66.76209004735423, - 69.29037024996678, - 70.88845428525732, - 71.79371813160797, - 65.30902710742042, - 62.54872844694757, - 52.8317900011611, - 47.46271748837529, - 44.47512198985232, - 60.70054759887401, - 78.58048290848448, - 84.30992443705031, - 107.66032666357535, - 97.10008293962017, - 68.3470021847542, - 42.2248360834739, - 26.08653964743972, - 16.116286382548775, - 9.956655435126631, - 6.151230196627876, - 3.80023524751265, - 2.3651460846055277, - 15.160246752207154, - 19.75574103455118, - 19.629774694902725, - 37.124765753071266, - 37.124765753071266, - 40.38457006005159, - 38.56266235621003, - 30.194689938408345, - 43.97090721122042, - 54.43870501675722, - 60.99173247041416, - 53.555005121580265, - 39.05713914200955, - 28.931866447249128, - 44.54194998557769, - 54.331462850560705, - 43.482933017514114, - 41.22157296838032, - 47.42838846283369, - 37.10311845395438, - 39.3013110874675, - 51.18736764630318, - 58.491722396957684, - 62.98141568845714, - 64.60416025249498, - 47.84476186504174, - 52.845431926195154, - 40.50872952033597, - 42.341280206364075, - 42.341280206364075, - 40.62772318095532, - 41.641093715230724, - 39.39759446998002, - 47.949162242535884, - 43.70381612325156, - 33.65683545358277, - 45.70762596611967, - 39.416184229274265, - 48.82982539395286, - 40.56596807740413, - 31.026975446395788, - 39.43075661438352, - 32.02253317528844, - 27.539491042215793, - 24.413411498237156, - 44.70952333265808, - 65.91064631749418, - 72.41447068491031, - 72.8954359493991, - 73.12912205461124, - 50.93412361719928, - 46.41439436174359, - 56.173743560567395, - 59.50336113470858, - 44.57790507157285, - 49.03641752826079, - 56.31131934642906, - 53.277431636448554, - 56.45565138408579, - 51.457153614661124, - 58.64014672811753, - 66.27769014523882, - 57.154874921570304, - 41.7467871779692, - 53.00412440473336, - 43.245722448012096, - 33.43976709577133, - 28.453166342017614, - 32.22476327401252, - 46.47989416631132, - 51.44199541169756, - 47.83055364829119, - 56.90351700069326, - 60.15113196146367, - 50.59021479614475, - 58.6383065296122, - 61.45022877155098, - 45.853804813228564, - 52.491775878113835, - 81.85821792815116, - 80.96707431073457, - 61.902257347643335, - 44.25823452410861, - 55.55715390414912, - 64.946812060736, - 58.13705038888353, - 42.67556844278603, - 62.528410376557495, - 104.05248129903599, - 125.23430363265369, - 132.6191278617468, - 120.19331350057872, - 91.0292043995954, - 75.94351524753513, - 57.50501294955827, - 35.52664591212714, - 45.59791256470275, - 51.069297779241516, - 35.93182638321799, - 22.198712901992646, - 13.714383712352834, - 8.472757922499444, - 5.234477051171934, - 3.233864374489619, - 1.9978841611793376, - 1.234294534111755, - 0.7625482130249498, - 28.99828716800795, - 35.376185356926044, - 56.65389930343458, - 67.75049600602107, - 64.31254710617186, - 58.84959960795564, - 69.3876111730452, - 87.24074467182051, - 85.67935388882967, - 60.250050403980254, - 82.28794114241319, - 61.563374747416475, - 57.41699371094381, - 35.47226755164482, - 25.32966222056604, - 22.783270622039563, - 17.689213942875483, - 32.832120534691256, - 25.52483617495897, - 21.414293618360755, - 32.699713633041995, - 37.21978044819814, - 30.661283377741274, - 38.661509050813976, - 38.29958622128185, - 38.3216535114588, - 37.954319562471646, - 23.448210908402345, - 32.866203412065175, - 62.336987996831965, - 58.76581392651869, - 40.69516603897486, - 42.5301137764326, - 56.61301203984203, - 50.73811119397788, - 46.242782700343554, - 40.40931986033513, - 43.20429330566561, - 75.9137888491475, - 74.81849061002394, - 60.77076953985009, - 70.70781761682133, - 67.32553408017885, - 53.94735024779447, - 37.18398741869605, - 26.60986650261095, - 23.611020625068043, - 24.983715916468885, - 49.83950606413877, - 46.814892970905575, - 46.26694951186172, - 55.06751940148197, - 40.598079039073475, - 48.29189773332995, - 62.0322088141183, - 60.28993533198395, - 55.73098058461103, - 86.52348720001538, - 107.35874419583452, - 114.34970748925326, - 78.55555060094376, - 89.90736741051691, - 123.26430912851919, - 122.96785244567643, - 107.07465202150716, - 78.030675370247, - 56.575181163925215, - 71.15793883524238, - 80.61655717544606, - 73.75423633657569, - 67.62347202343214, - 60.97192308339302, - 69.83631275787731, - 75.28719264680386, - 84.03234656039136, - 69.76117864340279, - 47.87991649037025, - 33.396251387420804, - 39.24989414436111, - 45.11727099630829, - 59.72807524362092, - 47.57233153328448, - 47.70663160244609, - 37.048806078737684, - 27.126773911757883, - 63.90804562092878, - 67.61500049513488, - 63.130461925292984, - 54.5012224323721, - 39.233797473879406, - 24.641332466208752, - 22.687925868936063, - 31.58127553530071, - 84.6168012655213, - 75.90858514889666, - 66.10060031611151, - 52.0800865941114, - 37.26488345989243, - 47.09453460412426, - 61.97521599883492, - 106.13481470020966, - 105.11745461690349, - 79.86258578489345, - 77.38208224804568, - 73.83259634060677, - 88.87200642193605, - 72.68261649746245, - 52.77227880752592, - 37.262247496290136, - 30.983616232452224, - 31.534256532400313, - 28.224585123668792, - 33.83950488651979, - 28.86715643846891, - 23.26925583653774, - 33.757644538804, - 30.00856831615369, - 32.93127591890466, - 26.387537809773434, - 59.62064843179083, - 92.64592628908915, - 106.12361063966179, - 80.74553982639074, - 53.30953587589358, - 47.39944285710228, - 29.283416113539225, - 18.091319382463986, - 11.176832502372957, - 6.905056626615508, - 4.265949857139204, - 2.63550745021853, - 1.628218744421759, - 30.107055779928455, - 45.07115007512155, - 43.99882362746653, - 39.68469213581858, - 46.0556805355272, - 36.33837349491091, - 31.040505515977504, - 26.95726261478952, - 48.911437716908594, - 60.555702301513584, - 49.76520641811772, - 43.858175226286015, - 43.43777069712276, - 59.044298247257764, - 44.54760282027061, - 48.47517287963471, - 73.69793819820872, - 72.82688889963795, - 85.92136636901024, - 78.01932553826545, - 65.12839561419462, - 46.369983066038756, - 59.639839671480516, - 97.48864633884826, - 94.03026883194565, - 65.26438898826538, - 67.17761239817385, - 70.86887381224322, - 50.40363792722728, - 53.60255186181825, - 58.63467496030264, - 64.06122505209662, - 44.92615302611813, - 64.25101113334294, - 62.873574151860645, - 43.67970842179171, - 34.211392729101185, - 28.24294919483605, - 38.34617064478669, - 52.73440874986125, - 56.77205973100673, - 42.80843808098887, - 68.9498823748767, - 55.64948030923414, - 68.29239839427858, - 66.42723171392592, - 79.9150628894951, - 74.5249474271097, - 56.66498998017366, - 68.32739117147099, - 62.54843877030172, - 44.26161982372818, - 35.45367401225301, - 70.51742856457213, - 71.67180885734992, - 54.21543599359793, - 52.418229723255905, - 45.15830636055923, - 41.80934905034176, - 58.41830215276004, - 51.85419957725087, - 32.035568604317916, - 19.791601532158282, - 12.227268260658683, - 7.554016731550852, - 4.666877961952576, - 8.898237843635904, - 36.68019134791445, - 33.07227118971685, - 71.52944585100208, - 57.315907271662105, - 44.55892837527013, - 34.49312853343691, - 26.922228003988447, - 21.219161440480732, - 17.077782120558584, - 15.198732103907782, - 14.241048242711262, - 13.580644762178729, - 56.921297823053436, - 68.28621864302436, - 51.095931598581494, - 37.147816321006616, - 26.57045243344368, - 34.73995489796127, - 44.14460275281649, - 39.831605092304386, - 48.84905079377567, - 31.402167778843697, - 37.07479188728401, - 32.31993992921438, - 37.85796355839265, - 36.208516798503176, - 41.630467147529146, - 44.52569548321901, - 44.045830490139444, - 46.223261179023964, - 40.63615022389205, - 39.95581798107778, - 49.04208031127086, - 49.341325679271165, - 80.72790826703007, - 82.85484153385259, - 63.041191932275446, - 43.30029810199555, - 33.26176414494155, - 46.434636278002756, - 38.897977734481316, - 48.713628440168804, - 90.64353675174047, - 85.96668455776117, - 65.83132006677269, - 57.75812692652262, - 64.08653520784968, - 58.20539036760138, - 64.51716869970193, - 63.50608782159856, - 71.39386491946638, - 64.3714543226573, - 44.98751769690643, - 50.282474499790425, - 41.0346609503557, - 35.50241459433048, - 52.71282223174415, - 63.33656251975774, - 71.064748180276, - 61.143191551726304, - 65.87341482774723, - 59.26772561094448, - 97.31137171416178, - 117.84690049390261, - 114.94560592989444, - 128.56749850583077, - 104.8512087641993, - 72.08422044347434, - 51.21785449636269, - 41.83586155578559, - 35.653694148903014, - 49.596351700630784, - 72.2680814362765, - 73.45743649671755, - 75.96680139342705, - 74.84322634135901, - 65.92737211444152, - 51.6569457764289, - 97.21221324577793, - 90.65543865531892, - 111.53934708199971, - 132.01522614423456, - 138.323399124739, - 139.85219231303398, - 140.00810272465853, - 130.0612639962497, - 85.82670245849278, - 53.02380978025302, - 32.75815478256497, - 20.238015887687574, - 12.503063429210178, - 7.724403221264348, - 4.772142880222771, - 2.948233930430847, - 32.53116718985995, - 57.27292684333081, - 64.03221862213765, - 66.7340251079404, - 75.9085653204877, - 76.70457657617176, - 57.99385894241464, - 110.5986010362427, - 119.01370907980511, - 95.12604102320785, - 94.81509503511779, - 83.13804570109338, - 82.84396824590236, - 89.86561861175666, - 98.02496976954785, - 70.88257019253521, - 49.61746722356304, - 66.33760281894183, - 59.30192250740622, - 71.91828588466203, - 72.88687228505017, - 74.213489142788, - 53.48842766894717, - 75.77841799865406, - 99.21856360666321, - 92.38685096287651, - 62.377814499224485, - 47.447247589271214, - 60.833364117339435, - 89.24001720774021, - 87.83387639478998, - 84.48974079900304, - 85.14223641569528, - 100.71141744543388, - 95.95367825902265, - 87.23862540045847, - 58.51803342659571, - 52.972598896372624, - 68.63289791664866, - 72.06374196548161, - 53.78451717990265, - 49.3249647682663, - 46.59537848496059, - 59.42212963327923, - 78.28287780033914, - 71.6100134784285, - 68.46431860275395, - 59.6039425211989, - 64.53552495106247, - 48.984605458224955, - 33.528771865577816, - 65.52701004696158, - 75.8255504499043, - 47.813772660538554, - 48.14836212585325, - 64.70188583390245, - 54.863378862078015, - 39.304243907847194, - 27.644227288433743, - 63.35392578502214, - 101.23925533699013, - 108.60911009314547, - 85.95123110424734, - 106.36768666792068, - 126.40707850394776, - 109.00773314915016, - 72.9377618836162, - 48.875612012574784, - 30.195394673371517, - 18.654740512427622, - 11.524914555692142, - 7.120102015223352, - 4.39880508113173, - 2.717585520603436, - 2.27451476948043, - 3.6815780028609666, - 10.529373793116504, - 10.120035692239883, - 22.595529239607707, - 20.400698671058592, - 18.9393162182512, - 31.136356003156955, - 33.03005900506929, - 28.065593628562592, - 26.26533252390708, - 38.31866256725164, - 37.951357288095934, - 42.902810816413044, - 50.817552005837186, - 59.51603175231621, - 55.36830672158044, - 74.84035446677414, - 67.56023358337403, - 53.148093594970675, - 46.49948580022976, - 54.51945561008344, - 54.622555785671786, - 64.65666522586693, - 53.13541366015958, - 49.76954283132603, - 39.7906737614923, - 61.547305781423994, - 48.59859256637953, - 51.1705262477662, - 38.329132013028584, - 44.36408211181854, - 35.4102910248058, - 51.99533708414107, - 51.382627825607194, - 82.6726552501209, - 80.65837037665061, - 60.842825306689164, - 48.3931601904359, - 37.757184061798604, - 40.80092975233928, - 47.564491668847545, - 63.87269223736349, - 65.1621386248146, - 88.1267763602803, - 80.46682213288838, - 96.60970489306315, - 88.5877121545502, - 54.72956391890216, - 36.4239122010714, - 52.09585871093285, - 86.32437431056896, - 118.69764596762515, - 99.08554312305033, - 67.58551398218398, - 56.05255390669137, - 69.1960412575779, - 92.48468582798925, - 90.17566878674353, - 61.68873522615955, - 38.11135309314923, - 24.41956615061924, - 15.086428738339743, - 17.831022762392312, - 15.84652854813508, - 9.789998815578628, - 6.048269595318431, - 3.736626100448743, - 2.308490783109625, - 1.4261875693321573, - 0.8810998934020762, - 0.5443442635786586, - 0.33629634904038685, - 0.20776417047986623, - 0.12835688123989414, - 0.3694651307917359, - 8.237532066765652, - 12.20361149099012, - 16.06319836973411, - 29.559010015895716, - 41.37318442086447, - 35.4245862674065, - 23.924689810697377, - 29.388983023197557, - 27.525332205582572, - 49.92037631676879, - 40.16187072605639, - 45.89113983352676, - 54.30478091107667, - 43.73523646742881, - 27.019666289344414, - 45.790077116367854, - 37.585407283035224, - 53.861227523337206, - 60.33884031036174, - 49.646049098982004, - 91.54182257460874, - 82.83628602518287, - 64.7930877830052, - 48.883628261352925, - 40.96698869828638, - 41.92438100392618, - 52.738047206415665, - 64.1436784849254, - 56.254863964203956, - 69.43446783234589, - 73.46302559954302, - 53.139128611173184, - 43.18788990460481, - 35.47939458883421, - 28.29899299478929, - 48.83780500536271, - 40.294430684608635, - 42.67708856989905, - 84.07264013116551, - 84.07264013116551, - 91.56984742172334, - 136.3069953458063, - 119.44531509948821, - 115.91184191055393, - 89.61357936054672, - 116.6800223797907, - 110.17869774162291, - 77.37500786000724, - 91.40776809475423, - 91.99870534008082, - 69.07749408911752, - 52.35366049154475, - 40.5276099786067, - 65.11383041386806, - 57.4505055311756, - 68.18618294395655, - 71.70150119745723, - 55.18913761362507, - 61.39825405335254, - 47.24091864451029, - 50.901333371882686, - 70.13802358953714, - 92.95307458433216, - 93.78535983938694, - 93.48324072012012, - 71.54493089703827, - 67.91251169550715, - 79.93336927628938, - 96.39556188458725, - 74.73203823693416, - 103.14331990769129, - 101.86084276464659, - 80.01210575650462, - 73.19184134076278, - 62.6103252176784, - 67.2943586364777, - 52.48980019638561, - 43.21299737519459, - 88.87649430273322, - 120.04739735004848, - 106.43019904879978, - 78.67432339844436, - 74.91161697360724, - 100.37994513321185, - 68.86299492227809, - 42.543616835602776, - 26.283482667249462, - 16.237957947700547, - 10.031824231567262, - 6.197669543005027, - 3.828925515204249, - 10.267421172397638, - 24.989286054857764, - 28.438837141036114, - 35.59879652292175, - 40.27780497021092, - 39.342897332983995, - 36.92163482497785, - 35.32762817396979, - 36.210305575324035, - 49.098492897670525, - 80.73108973890805, - 98.2801916490853, - 108.25792455836259, - 92.79641905992612, - 74.66470239373268, - 64.11919786208125, - 58.33060216816786, - 50.19279639484935, - 49.79189565002503, - 80.00974076775296, - 79.16364691379648, - 94.66415527555667, - 101.41520691797689, - 114.11186833349011, - 96.35478553174575, - 77.1584563666744, - 51.98515007948918, - 48.17618969177968, - 43.385239311646956, - 34.058626217569326, - 54.06535702257247, - 51.709764709066214, - 39.95857032494946, - 39.81450356435316, - 51.574944914409635, - 64.05042846070506, - 59.848404383748466, - 62.97759522462284, - 53.98307183230647, - 45.828685337608285, - 46.351191971853204, - 50.734726073302774, - 47.21170545841523, - 65.3545569539481, - 63.01221776879058, - 57.8857544143575, - 53.66995067582985, - 80.68242239481033, - 102.16015063734676, - 118.70384377278336, - 121.33616486428144, - 97.35524854382939, - 74.42555757896548, - 61.30769105379596, - 56.22539028232635, - 47.82281163672311, - 42.516652674079296, - 50.63212719296743, - 39.22616760598582, - 35.58970278699524, - 42.155646930312365, - 46.887609999985166, - 53.90153737143284, - 55.946665728222456, - 48.88907151589289, - 43.84765599803341, - 86.36693515157893, - 80.15470611614845, - 82.59631252188356, - 76.40814764631916, - 61.78292755482691, - 59.19993195917398, - 55.09163083409137, - 72.11192546372665, - 59.98002518841787, - 52.3177009261441, - 35.248806968540116, - 21.7767429266506, - 13.45369030267261, - 8.311701312261679, - 5.13497614037754, - 3.1723926271686103, - 1.9599068633985532, - 1.2108321272405345, - 1.2086188532489288, - 16.639864915402818, - 26.644180005687897, - 26.32531470200522, - 31.72428486669993, - 28.26151775089216, - 33.556326872959, - 53.36280963078476, - 62.39514768356135, - 56.05503249396326, - 47.41291775475705, - 50.29225346297712, - 38.729011099387726, - 33.032649521969915, - 30.348208248597782, - 46.769023291493774, - 80.48013168290113, - 86.32823624146366, - 63.46364974775967, - 56.85025317676498, - 86.9139633573547, - 109.26060795756015, - 109.18689354132266, - 100.154382985918, - 102.92661478002762, - 77.18975617548381, - 60.633655797298616, - 62.10360058525529, - 62.078411987749796, - 59.848586669754944, - 90.46985509191643, - 85.286999599032, - 80.22456798565791, - 75.90230500771514, - 79.67347470931728, - 122.54521921716774, - 117.94643435044404, - 90.82807889000777, - 80.04606320201374, - 68.06667644750537, - 73.03150475050053, - 54.99032087108227, - 53.236109803373516, - 46.241242916895, - 64.50256842019722, - 68.49997237260774, - 60.76810208416609, - 57.41815595260838, - 52.72343165105689, - 105.10283147532874, - 108.45441893409533, - 95.805566036372, - 66.15923793496263, - 75.56187864766416, - 113.93646450602809, - 101.50007880842627, - 85.41211845538042, - 67.34890537665495, - 49.00016322557036, - 51.836036628121654, - 44.27256379764444, - 39.37829151464504, - 33.53750409658609, - 40.4579498177477, - 49.48736619242437, - 47.85711516262253, - 56.281301468518286, - 51.483860455710435, - 38.7459555057251, - 28.75260946018792, - 17.763386580536707, - 10.97423533841333, - 6.779891926398704, - 4.188622998884249, - 2.587734851416912, - 1.5987047922483038, - 0.9876811804571997, - 0.6101902733758834, - 1.0704876990469345, - 31.0047754488857, - 84.93212312092292, - 83.01131324606304, - 68.12530780004332, - 90.81318404121751, - 82.53812447950467, - 58.55508962198555, - 73.70150843928909, - 104.11376635782332, - 134.32376678453303, - 115.97427202414997, - 98.45327076100082, - 111.46703660610333, - 103.69693636717285, - 81.15930761300362, - 77.15872325639278, - 68.15983367828048, - 62.82461716278725, - 51.00289695588206, - 81.43399502901426, - 101.91340545602996, - 97.18262967191411, - 85.74156630232218, - 92.49069584036909, - 98.37899724398018, - 105.07647756661953, - 91.37867627142863, - 88.43960279738691, - 76.8648196289928, - 71.63852657678983, - 70.02395116928602, - 69.51993223918532, - 46.34243292583997, - 42.428204458999325, - 60.67786579304241, - 65.86888925805718, - 62.17730004967731, - 56.19660054804111, - 45.769011654132335, - 63.41068607453083, - 68.93514516746127, - 55.015409156785566, - 40.83071294947508, - 47.46146553090528, - 62.3916837250288, - 49.813651772805805, - 76.21827789489491, - 95.6214889025662, - 72.84251050858899, - 67.66182231465766, - 74.08597021231516, - 89.85823294503086, - 87.70973567727017, - 61.860434496809155, - 55.001609365600665, - 44.87751911034557, - 43.6753422517304, - 28.934220449939236, - 39.1555173841965, - 39.17712735831168, - 24.793547183507588, - 0, - 0, - 4.688451981499529, - 4.462635786927122, - 13.48807219368924, - 46.56812124851215, - 43.900317229582924, - 33.492405004711216, - 35.57570176688906, - 33.21615720496473, - 38.25272210003897, - 35.45855100762127, - 58.08358384764929, - 76.31779889069277, - 70.06505146024308, - 53.78113217783925, - 49.07848588922945, - 34.34765567729157, - 36.673689572574716, - 33.146126993070325, - 39.66025368860575, - 35.63028363212506, - 31.117090568768134, - 29.225293205461384, - 31.63617279842882, - 53.31951486949951, - 52.33506737747425, - 55.09269521744977, - 92.21159143996994, - 80.77349138595669, - 81.61463337397723, - 70.97642155795126, - 47.299221257810814, - 34.343430045806045, - 26.706739993430922, - 16.499446683824342, - 10.193372195158341, - 6.29747401231903, - 3.8905848012368693, - 2.4036065994087825, - 1.4849502015441904, - 0.9174034975642507, - 0.5667726611087127, - 0.9503215446456771, - 4.208722915293803, - 6.083300283841737, - 31.36790524132715, - 25.996592887337112, - 19.389460188957383, - 37.61780833942442, - 32.75385587596314, - 23.57541592811461, - 38.03510398472342, - 34.8348912860446, - 24.860289462356782, - 37.003781890032066, - 46.87735630421884, - 45.872382171849985, - 40.98765078229544, - 50.93999721207624, - 54.039615410153424, - 43.25655616234819, - 51.96799176089582, - 54.71909074065823, - 43.10194675265967, - 50.99419380648823, - 50.78209183282467, - 76.103059455714, - 91.6229878693824, - 85.3582417842817, - 78.30154007979932, - 74.23403828762194, - 70.94704568506239, - 64.46264709641729, - 64.58480984180032, - 50.983355079007566, - 36.93403397897933, - 42.91784588055481, - 50.28599675799005, - 43.052235267479915, - 29.51894615498471, - 36.89841021620547, - 40.256160643935154, - 37.82671079582474, - 53.65810828660861, - 55.08327666905293, - 57.222534171524686, - 51.62301461380525, - 82.03019731608182, - 79.12020317893202, - 68.52200473954062, - 64.30462716231625, - 63.19519932386715, - 56.89940306890418, - 45.10161697462985, - 46.8069932859481, - 47.704548537911585, - 38.92183275824503, - 43.07632270276458, - 39.75778048089542, - 55.01685017174896, - 59.758296077427374, - 50.99593092454376, - 57.81296595731488, - 63.29533684334577, - 64.7608209022402, - 53.42132369525688, - 53.4559023295052, - 52.83559805882875, - 45.52619490696614, - 47.53411669378318, - 48.09206659620317, - 47.384208207389705, - 53.4854142534056, - 55.469746878309415, - 49.685769627712716, - 54.636464702977946, - 56.336150558291415, - 44.173891673553086, - 27.290667848793813, - 16.86019780953754, - 10.416244547467107, - 8.242683236735163, - 9.554681692335134, - 12.645327659700378, - 14.536428691244168, - 15.008725966234273, - 16.2138209037928, - 29.609778454901605, - 32.00657943815071, - 32.61600908049516, - 38.59772657783847, - 50.12483249710022, - 44.70157189014116, - 40.63099994190917, - 33.96460270220893, - 40.93531188175389, - 52.99468205354403, - 47.10992221789821, - 35.32297816877235, - 41.25790944812511, - 33.019490019834336, - 33.167916945344246, - 27.898177676415138, - 28.749764870629342, - 47.742657364526174, - 45.051099570605395, - 38.102187414028975, - 59.05415366367309, - 53.25910452528413, - 47.82558358478668, - 37.452671285390664, - 32.18974659660117, - 52.06437160054629, - 42.185858596823685, - 77.59264447897748, - 99.94407334110541, - 83.44662062928315, - 73.52484612587918, - 56.414020783558406, - 49.40793016401404, - 37.820852536449436, - 44.60927892171794, - 39.21725368146577, - 53.4718688001217, - 69.0631629527386, - 94.84090196526739, - 86.756624933501, - 58.52010464717946, - 64.36229223104552, - 92.85691137151655, - 88.27817101085758, - 58.691706350168175, - 59.67154417239539, - 61.018822398503, - 55.87426107206244, - 62.304020684222316, - 66.7769040436976, - 48.65556051221258, - 39.231039705165, - 46.81636658881525, - 77.46072365863651, - 85.6571141102423, - 56.06736164956603, - 37.56326198312361, - 26.197269830953644, - 19.342605523853656, - 19.55958448714339, - 24.928679462348473, - 26.958319915624877, - 24.3156056702798, - 37.42273444674701, - 23.683266099510202, - 14.631541940491756, - 9.039379055948569, - 5.584536069366273, - 3.450131133678875, - 2.1314939489559186, - 1.316838774644258, - 20.837135418779507, - 67.15352745853093, - 83.41534026794848, - 102.59744652712332, - 119.00290343014129, - 142.39829260789577, - 134.8885973019177, - 95.03117564454261, - 125.13576036152088, - 117.46936075113835, - 128.73394942001232, - 132.13597903037487, - 148.33413140437779, - 133.74375760380556, - 86.23134061516953, - 57.25313524354869, - 59.61719616836699, - 84.35687957003246, - 82.64785142020155, - 58.742413441436156, - 43.62742353485955, - 33.59446052885367, - 44.77116119751412, - 47.990354577632154, - 48.56123847476344, - 62.6946327131252, - 71.98624276937382, - 58.73311010872114, - 42.41486151134914, - 61.42174259428862, - 66.10492212367484, - 58.4425535989718, - 49.96336135907341, - 82.54540636207676, - 64.10447877528156, - 62.3943586726246, - 51.631355399285916, - 39.83909077839629, - 43.52084590542197, - 42.82785972534853, - 79.58921496929092, - 74.79196926545235, - 83.63690444176267, - 88.59768972899556, - 81.24097515832453, - 93.45774582720334, - 93.72772956182557, - 70.375736928688, - 59.07033067478819, - 56.76877023925211, - 60.918928326570935, - 71.76390424528184, - 74.94557797398126, - 58.391755902382556, - 58.00870228553176, - 89.00360092296596, - 84.30979517694621, - 74.694092352328, - 108.82962145562047, - 103.96274219481815, - 85.09896927838804, - 90.50403769950468, - 87.18840119427391, - 74.51574625678747, - 88.11756064857417, - 94.9104222747946, - 115.84227137713418, - 122.74691157760026, - 120.26012059789397, - 129.98702567478082, - 111.5563781590418, - 68.91962531287588, - 42.57860313908205, - 26.30509723529717, - 16.251311446225063, - 10.040074034313763, - 6.202766278158828, - 3.832074282517384, - 2.6413086378534305, - 9.455910980163386, - 13.90945491210433, - 45.81142542683298, - 44.2395113691441, - 64.52523471690259, - 84.10477894875137, - 84.51079044826567, - 82.30170481647228, - 69.27792333466633, - 62.02651917736127, - 52.84810219445591, - 66.74282685966871, - 63.23917733808376, - 61.54363880698077, - 68.8092495092644, - 94.80515165467594, - 71.96025681565372, - 70.10232750977582, - 55.141851564596266, - 47.63906461001648, - 45.064554531963076, - 63.73037873712238, - 60.73392511068079, - 44.12650264891308, - 39.78538432022962, - 48.68214416392794, - 48.76398709335574, - 54.86488566959981, - 52.98232287540605, - 38.1523231693099, - 33.65081196879895, - 43.3625340971151, - 45.44716251433488, - 46.605047169472144, - 48.160865308429, - 66.85699066762274, - 62.70264337942092, - 56.438614446762514, - 48.47441643494119, - 49.371837686035335, - 69.03097983886626, - 66.11209193264165, - 59.38804013722716, - 56.42154743648704, - 44.43899667339359, - 49.23850813040093, - 83.60163722565183, - 71.57534078338377, - 61.80550769838185, - 53.10610580137041, - 56.28216321123459, - 46.15864042178872, - 37.256917176126215, - 46.46071870670789, - 66.09745882217996, - 77.01681671271092, - 63.6752593440581, - 72.30891253418308, - 125.96478934826423, - 132.72744356635332, - 89.31689613496121, - 55.18005440222023, - 34.09028454404772, - 21.06100678739778, - 13.01150790706038, - 8.038520652146508, - 60.735970660937994, - 58.58138217620711, - 40.68352609730596, - 69.58679064942868, - 64.94572034747634, - 51.470339070650134, - 72.23898098044171, - 114.71395081224195, - 130.9386767301633, - 109.23975320267198, - 85.84047899846237, - 87.4927518787664, - 96.22695097705227, - 87.17006156120445, - 71.44838670536741, - 65.68682659453805, - 60.263972006645254, - 95.12018197199298, - 86.93096821706318, - 73.49194648011527, - 59.45838255450834, - 51.64833693985257, - 49.734540094328715, - 77.09378260862344, - 86.90306433876688, - 74.8275168748713, - 68.17645066782075, - 66.5622367277775, - 46.762218618954385, - 47.2119500761934, - 80.52302777871625, - 88.3012187677756, - 74.34668971680412, - 83.0984732597964, - 80.27957695168043, - 79.86766301952161, - 78.45813226031652, - 78.27258577029775, - 77.11277539657968, - 76.87647419989668, - 75.93880640166114, - 75.45328666138506, - 74.83955913337033, - 69.62392389077657, - 74.10807509482504, - 64.92554060006104, - 73.91703386879341, - 64.53486588553682, - 66.6350628300749, - 50.88361671604822, - 46.82651645876166, - 67.93799472010792, - 47.16438989941972, - 46.13452930304693, - 29.9081634681065, - 18.47728882950539, - 11.415284755048171, - 7.052372631137969, - 4.356961810035374, - 2.691734712129585, - 18.21373480128467, - 55.48138683926681, - 45.43070085163789, - 33.7543323857351, - 43.99599258878685, - 40.61356454716251, - 30.56951683790665, - 32.436399934099676, - 49.55037450668443, - 46.35196504080364, - 46.940745151000876, - 75.13787741953813, - 93.58165163583487, - 86.64630306714135, - 62.55464021265457, - 93.78715857813904, - 103.84337514816872, - 117.06154460668841, - 98.37914317936524, - 85.81536463341948, - 78.53804095972623, - 73.68751312791537, - 73.12877197485587, - 70.87108165527204, - 71.59198626292998, - 55.48824843481338, - 52.28504988797621, - 46.71965789523935, - 56.63440722325157, - 46.26978329700445, - 50.40131179367324, - 63.63681198857201, - 69.20595585369554, - 71.87355288170504, - 52.20259979531526, - 41.26462243869651, - 46.54369737954699, - 72.49592107249467, - 141.5204367062088, - 140.2042592752865, - 118.39237209246895, - 104.03004645429868, - 159.75811409533765, - 155.8696390441843, - 103.61393645318358, - 91.82984726135098, - 149.41508235145187, - 145.38624881948044, - 137.784608096773, - 134.83073061961298, - 90.32121754372572, - 67.3295668390706, - 57.367106763058, - 72.75051321583493, - 130.47522378101002, - 122.85253239090248, - 98.58082318356088, - 126.51990446614049, - 152.32557565691408, - 136.95474450029815, - 106.33913936914863, - 127.00179907605148, - 153.41157714891395, - 134.0224692344791, - 133.93066725025264, - 118.45309168279137, - 73.18042079396814, - 45.21092621139463, - 27.9313486683401, - 17.25601096479546, - 10.660778251451225, - 6.586237871457134, - 4.068983359025516, - 2.513821380150609, - 1.6510041527591077, - 4.853402466330362, - 10.247389313620316, - 10.823070750927247, - 37.38589823470591, - 38.095042503644564, - 60.807866571478066, - 69.99967052060705, - 53.13207330780728, - 56.738934669688184, - 62.71931467534465, - 45.04116854323259, - 43.50502492921809, - 51.30593888333449, - 41.09427715565646, - 34.55308323499732, - 36.53494442673544, - 26.41470441429542, - 24.16700811481065, - 22.174676280539405, - 53.61279735587586, - 50.84658657103046, - 36.16739703290641, - 29.187568680403743, - 35.09896393870902, - 30.89364487766952, - 23.952296343215785, - 18.493488794458603, - 16.088279360684087, - 14.047619899334942, - 39.8289540550995, - 60.90797970379959, - 54.542328172096276, - 40.97452775068731, - 41.86145059407132, - 66.19122659615398, - 59.89650658536866, - 48.39109076306588, - 56.09698992302863, - 63.648518570964235, - 57.691857597087115, - 85.22675722556085, - 94.70077232101492, - 69.31509928142769, - 54.01078620116903, - 52.274517316158715, - 77.2743379243259, - 94.20564272848286, - 75.20287263069953, - 83.08234464834, - 75.27241340832187, - 69.0008202970616, - 59.623738734398756, - 72.22797023138946, - 60.33931092928295, - 46.0035252930773, - 73.78524324164076, - 70.004315850238, - 80.66970033861955, - 75.77409339666093, - 68.13701982620216, - 89.91276061613095, - 97.8960768817427, - 77.37029827872794, - 54.84826372012991, - 76.112536219823, - 62.776282573583096, - 44.62332354747223, - 40.613890007879746, - 38.972483427252655, - 60.33318125890884, - 60.056646329699355, - 59.33233167637996, - 52.911390597293206, - 42.708310969417646, - 71.43099695878122, - 71.41643716684982, - 97.25833229655305, - 84.95607270905516, - 62.345318271597016, - 51.975710628397266, - 55.586775323720396, - 54.198969220025724, - 66.5488461818551, - 62.51019236289135, - 43.98515886406132, - 51.20281148971438, - 66.25263472568041, - 69.42756908764821, - 51.389171273892906, - 52.77434317590936, - 87.50062141129371, - 107.51188422569952, - 114.11922761910213, - 76.98233905142224, - 47.559754544637556, - 29.382456810454418, - 18.152506809258984, - 11.214634146690935, - 6.928410514628002, - 4.28037790901738, - 9.665841064906154, - 39.41326318951464, - 45.47171670166033, - 60.67361156654286, - 62.680501472519595, - 47.06383588731371, - 49.93320749198026, - 50.01441056698449, - 54.07222485574235, - 42.58977238897045, - 47.12124337154989, - 72.75825374815034, - 72.35741481325219, - 52.35862452212967, - 42.02148290489429, - 48.83843308372872, - 50.52457094447806, - 66.5466784338958, - 55.95409088787198, - 92.24134498007277, - 101.14293194104972, - 70.03499661969964, - 63.13620525431575, - 69.81829158704659, - 73.01616997958179, - 53.99747376750196, - 49.741702332838024, - 94.61436737763044, - 91.69850231087581, - 63.56515457203474, - 44.52788864215526, - 43.07990040917736, - 39.463014641589766, - 64.64324668624366, - 59.204267499747054, - 48.5310639306098, - 52.48594261510714, - 80.7624931960585, - 69.94745908678647, - 77.1311606029141, - 66.28552112052428, - 63.426312790840456, - 53.84655901948556, - 39.29208046934549, - 30.11225153303514, - 25.49088312464901, - 38.46420360384438, - 55.837521261491254, - 53.63174850649724, - 40.75605491097997, - 39.07147522455253, - 30.489253252996452, - 35.44216491723134, - 34.34989348492512, - 55.00381756368238, - 41.29977556302458, - 52.45464221779647, - 56.08456690095535, - 56.43341883983451, - 42.23932260002382, - 41.567955805987786, - 53.13854226750769, - 63.95261739009475, - 68.27219859971262, - 47.11912698351895, - 29.1102367284119, - 17.98432901103158, - 11.110733759899494, - 6.864220767293967, - 4.240721428516706, - 2.6199213055570696, - 1.6185896109928424, - 0.9999660383909544, - 8.53392991059621, - 55.1348031561036, - 88.24815240049367, - 94.80015040079337, - 76.36858489866347, - 70.19613993794614, - 59.079350542801826, - 55.350421005698266, - 47.869245458539964, - 65.60937064313148, - 83.12882776638503, - 77.2897127367047, - 55.92707977372953, - 38.859511921263945, - 66.59567693823894, - 60.699396681645396, - 52.714102721550795, - 68.20781295609795, - 78.4644360224598, - 60.75521185573274, - 69.4328012678103, - 93.82855545494589, - 89.61629501149315, - 66.89989648385645, - 45.344373666150894, - 49.326120437094914, - 48.439298860599955, - 57.85550901274998, - 60.97945395487208, - 48.12437675215386, - 54.499065479181, - 58.7128499859537, - 56.49802695869615, - 70.30998038526405, - 57.5274152655403, - 50.04616105575523, - 84.27693402536688, - 82.96813043360154, - 70.65718735667079, - 69.47549058849079, - 63.874947338154136, - 47.59341817332819, - 51.60364940295083, - 46.54675061195771, - 46.01537792720255, - 34.73626212200111, - 81.19268659626164, - 70.5245134898107, - 59.64835920585559, - 97.64015513202229, - 91.8251496393752, - 65.48520666390408, - 49.27960835125122, - 54.116462440566885, - 48.43209339184024, - 36.38151482855633, - 42.967949440865, - 44.87859525033904, - 86.72880285462816, - 111.90988296013553, - 122.5411465134464, - 106.96538667540216, - 113.05738538808842, - 90.37399711571712, - 58.57787482965162, - 58.64823611818971, - 40.185652919652426, - 24.826730554368073, - 15.337975253296547, - 9.475814157468523, - 5.854166046302777, - 3.616708762768718, - 2.288057253582192, - 1.7015264956244298, - 15.172863920710622, - 13.701893236451474, - 25.8999247831968, - 20.785230639560993, - 29.183795423484867, - 24.471124037630066, - 18.46291592168344, - 14.196470301319419, - 12.854683122783412, - 26.878563619865442, - 22.545805686158392, - 13.928817929636246, - 24.366356305276728, - 30.509459728542893, - 38.811819194798936, - 36.75091223932587, - 32.231041583771116, - 42.97686554607278, - 31.586357219360906, - 36.778018742872874, - 38.69605706614144, - 36.61122770465152, - 22.618447616250904, - 30.5262179276988, - 50.255830875870764, - 42.154715316944966, - 28.92049031511924, - 25.62374798226464, - 57.23643510360238, - 78.8734291505446, - 87.18439309911058, - 95.27241081893581, - 95.06819825605818, - 120.46906669861647, - 136.53235560440106, - 133.12362330510643, - 120.41977750884429, - 110.55373753732756, - 113.04468116085151, - 97.7196280147852, - 113.40194663532026, - 132.031400777807, - 141.72486720247923, - 144.76228875215875, - 107.65328074435104, - 69.29830142384853, - 53.2320094223747, - 36.32012934612517, - 53.43027755975612, - 42.813205074917384, - 30.7331858085685, - 83.05871441217259, - 114.38133767537329, - 101.89639321000139, - 87.47447130656981, - 73.37380302270905, - 66.7196714957705, - 78.69219035706979, - 96.11345408060033, - 88.67948746931975, - 87.16097511695038, - 74.8544228483045, - 63.7018014775149, - 59.0607923259211, - 69.66323881693333, - 84.73258989367936, - 80.16744799864126, - 58.340444443917825, - 53.760312575525745, - 59.06676427909785, - 49.54534806176999, - 44.770392899370655, - 36.418219942518384, - 61.53627608235944, - 48.61615719699896, - 54.45335477681723, - 44.95920612170089, - 34.11166695429948, - 47.33829898302135, - 37.93175695168702, - 36.85861798656335, - 34.872784420342846, - 28.281280012167752, - 29.646786101570633, - 54.045965493496425, - 45.333889614421736, - 44.66718732939333, - 68.84458547530173, - 87.77762418895955, - 65.27631817195406, - 62.52021121367671, - 54.83106145316001, - 54.2795090662922, - 42.16199498207747, - 56.7398843284551, - 44.11708289372617, - 43.664606122785095, - 40.087147683150526, - 36.29984435642914, - 57.70722741785205, - 48.404965177836296, - 43.95668523126489, - 33.38680716049925, - 56.94337853646498, - 42.34625998911268, - 66.54543084336267, - 58.36123290641152, - 42.803593868080625, - 46.70294265910111, - 56.31905956034845, - 43.78987811708577, - 37.30223743766438, - 34.24605037935517, - 41.86508458627772, - 67.19816188447645, - 56.365984497575084, - 44.42531856476344, - 72.40226333280181, - 93.21516947972965, - 69.31997895400748, - 42.825941959100916, - 26.45790336868316, - 16.34571520540285, - 10.098396757030557, - 6.579480273164678, - 15.56868175283525, - 21.538623803246498, - 27.815392630671305, - 47.34760971473457, - 41.524487002387616, - 39.0448790869086, - 43.89212548658458, - 43.18062879141267, - 49.94474468581134, - 88.21715590975474, - 100.25283488107891, - 81.86475243628819, - 83.59476251607671, - 93.52756000545249, - 82.0249210722635, - 70.05950925903431, - 79.88699874923383, - 81.87621981643183, - 66.27536505155145, - 66.39934435778864, - 44.79014221161822, - 30.287306059100782, - 30.28252549812105, - 48.608599527389075, - 90.73187819677707, - 124.7786741474841, - 109.79578322472989, - 81.91738000517269, - 74.2175578871093, - 98.78129714692624, - 109.177590726919, - 78.000238305313, - 56.513147202577436, - 46.847436212769, - 40.533035568294565, - 30.223332621465588, - 33.25110529938078, - 43.120834554095744, - 64.11325500342356, - 74.76846812572973, - 61.86000081890392, - 58.637764200907775, - 36.22646059869216, - 25.597478602286735, - 35.81527736209531, - 30.078134755742095, - 18.582297235578697, - 19.413686178329584, - 31.714319126160206, - 40.22884474050287, - 55.52251910707119, - 75.61239020762312, - 72.40512907329719, - 52.51797352380925, - 52.431194433290024, - 61.05129092846354, - 49.03779343340933, - 56.068122375961416, - 107.51681925689162, - 115.05552967410635, - 77.61151237529945, - 47.94845835928323, - 29.622598357761305, - 18.300866461441757, - 11.306290865999335, - 6.985036113776951, - 4.3153612523354905, - 2.666033852198518, - 23.118501918710436, - 21.767262048126177, - 35.60493442552348, - 31.301284831974918, - 43.98811547398934, - 50.46628555595436, - 74.1422853287637, - 77.43193692608484, - 91.09709322586869, - 86.97424808957336, - 79.15334836034924, - 73.19700508955515, - 59.45535543454637, - 52.25460432942251, - 55.800988880337876, - 44.19993584863599, - 55.7655867474399, - 62.198851466310785, - 94.09629348253648, - 92.15739494271756, - 110.59067028855333, - 102.79945895140143, - 0, - 32.18950590102656, - 41.8213275932679, - 57.33046561962837, - 57.66563306925743, - 64.8895898544981, - 67.79869943678432, - 67.2791161997879, - 58.12099813152164, - 46.74035548211442, - 47.15053156548409, - 37.69043472106105, - 46.46873494654163, - 44.91085684616919, - 47.79098115715249, - 49.42116084885324, - 49.42116084885324, - 51.67270403283709, - 58.765017219585516, - 61.03740534308, - 75.04598196938679, - 58.14028424418699, - 65.0061219773812, - 49.99961864929331, - 0, - 17.0242499202774, - 17.709623701483935, - 18.01114181931654, - 18.018810579486896, - 18.004281694283797, - 17.531504722728126, - 17.55340539958579, - 27.815216479861082, - 26.475514940531035, - 23.06823755646488, - 35.066755573751614, - 49.47853635232969, - 56.53905173198678, - 47.94177751847343, - 35.66041020249552, - 46.62378139972575, - 40.742256102720745, - 31.335696026856784, - 77.89553870579303, - 67.5077252605455, - 48.05259283602747, - 48.89274851936958, - 54.71680402045889, - 57.7459921138614, - 81.83350382254781, - 75.01875630929005, - 46.34665145638879, - 28.63300069070838, - 17.689492181016924, - 10.928583315537841, - 6.7516880678361035, - 4.171198631074991, - 2.576970062163754, - 1.5920542962915234, - 21.393428473157897, - 26.889633804812533, - 43.2329086459232, - 38.9335499495095, - 27.634817226407982, - 28.976214828281126, - 65.85882379500532, - 64.65090859946858, - 63.68144287262045, - 72.5871354879585, - 82.48387593762844, - 73.96526088348263, - 59.48216132142326, - 57.335689515498515, - 79.93518576177881, - 61.92809127605961, - 51.06916738034938, - 56.87591554116502, - 76.06583345044211, - 94.77130094467998, - 86.68608713753416, - 77.20909495896441, - 71.70987092361437, - 73.05439473985092, - 95.91822056515606, - 103.46047429551889, - 79.80503846850334, - 71.65583341713536, - 73.41444314486618, - 66.27489834559928, - 77.7797577912206, - 85.66997147653419, - 81.0710198767348, - 70.85566043620723, - 66.35814648813947, - 58.86135274795072, - 50.69236518890756, - 62.19908687010645, - 60.781401742160085, - 55.73441434113287, - 50.24054430596478, - 39.18256887280241, - 55.55596298784624, - 48.48924049903949, - 49.41786005316345, - 77.15439979903636, - 64.87332501565635, - 46.29136642174121, - 46.68571760617793, - 60.23636486594249, - 57.31214366480808, - 58.29778069322225, - 60.163741625506894, - 58.591080235465846, - 56.419267008591255, - 53.57271463831652, - 40.00258093163781, - 41.38481747915807, - 56.48431726877771, - 50.989786134300154, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0.3580007855540874, - 0.24977170288458725, - 2.027290858166656, - 14.341190562970676, - 30.065279447265993, - 31.466104616793896, - 42.18553173606512, - 33.75202247502738, - 44.582488201920015, - 43.78457334661777, - 40.433192624581416, - 42.569491062695235, - 44.09893873950326, - 44.14951112363993, - 39.909107678084375, - 43.69382476864844, - 48.61049464331991, - 44.52011123289926, - 48.48719840053249, - 46.29698540800821, - 37.367502878009105, - 69.84848648151211, - 63.23934877367602, - 50.99010891851218, - 54.76629080470123, - 60.29306354302515, - 68.62089749498827, - 58.40590227821392, - 42.47407309278583, - 40.594038732977886, - 39.42512397189978, - 42.006283321624124, - 48.43532205490587, - 51.65074443532381, - 39.65880187403716, - 46.16165745731678, - 54.407398099337584, - 57.985975405500035, - 57.77691257945915, - 49.98440603144152, - 48.32745563912823, - 43.63264654129853, - 44.92097165761791, - 43.53687558640866, - 41.42633068160532, - 36.43180388079972, - 49.07442263168199, - 37.88229384838439, - 34.85196195604425, - 52.254087733487886, - 51.09831037710425, - 41.640616740999356, - 49.411192443618525, - 58.040934918059484, - 54.18463191718423, - 40.92580847175002, - 55.16758396556823, - 68.14781105156612, - 57.92044274421351, - 43.146666886583034, - 41.63445974352549, - 39.95059497846035, - 34.32403534314961, - 41.30263972996238, - 40.038041126981526, - 26.23870408965884, - 16.21029370437786, - 10.014733238512203, - 41.93306795734239, - 78.28727137405454, - 104.38810807598219, - 120.68600568774609, - 104.84397108534883, - 92.760922223815, - 99.61796435129712, - 108.14274932245701, - 86.03414654461344, - 80.14494980190554, - 100.72303766471438, - 86.84215672827726, - 74.83817580402919, - 66.41460960318723, - 70.80627417475188, - 80.23249578798588, - 93.37828968831633, - 102.19676525854621, - 86.40115004525073, - 79.9791892619428, - 100.65998847095628, - 89.07960924060673, - 81.87786528787473, - 86.51664233372878, - 82.05272176074372, - 81.0281117291537, - 69.26018759177316, - 73.9646809597023, - 111.89850721233904, - 107.53981728241507, - 90.72166453786983, - 110.63778449210933, - 119.75101387163423, - 127.41304076367932, - 131.0095989029171, - 124.99082308446008, - 130.63933717873027, - 121.41456173804372, - 128.18450373399455, - 141.03975997307987, - 139.6119633286054, - 146.88200668289926, - 142.86203516968416, - 120.75532050086862, - 126.79366869523065, - 132.80137871832298, - 155.09239959376254, - 140.22719194732517, - 118.65767882716588, - 114.72584679846996, - 113.68915042532903, - 147.6863700357418, - 157.58372989651315, - 171.93197207250364, - 158.00312281114006, - 100.3553161806454, - 108.00795809050047, - 107.48905400944, - 80.26593106837969, - 49.588360485630226, - 30.63573128626579, - 18.92678084640968, - 11.692981305414898, - 7.22393379615417, - 4.462952443706719, - 3.09285208049593, - 32.336836869070666, - 33.623131477449384, - 86.47743440251054, - 82.11434074806338, - 80.28592410285052, - 75.06794213223449, - 76.41286107455275, - 68.71421785332944, - 58.85569088565042, - 60.16638051576483, - 86.40344857684542, - 111.17677368177239, - 92.80732497366871, - 85.36712762891008, - 63.90217172192285, - 55.139855740409445, - 47.76713136458561, - 45.870311926229526, - 75.80977180487513, - 88.76523500019384, - 74.9509689886426, - 72.36779495910382, - 70.9075239776214, - 71.29184772674493, - 69.76346668176458, - 63.91813078406384, - 65.83581001664764, - 99.67862060159557, - 105.39412891859031, - 88.09560392685124, - 76.48036864882513, - 114.03960888256107, - 122.31898273473931, - 98.89091917556772, - 82.55297201243991, - 79.08995592455368, - 61.799829726353856, - 66.98790666165398, - 55.08318871079665, - 52.603553464013764, - 38.83360086107983, - 47.599690939152, - 46.07723464877681, - 70.51338109069314, - 85.66596320761248, - 73.88440844771526, - 65.26080630352968, - 68.07292213000171, - 76.53847465037133, - 75.81307006290615, - 73.74227522683447, - 59.468378627462855, - 60.52715560314965, - 55.02422736637785, - 52.53144466032332, - 55.39971889488686, - 50.373269539272485, - 50.520695819743565, - 53.32874401626976, - 73.52915095005163, - 109.23425116441838, - 106.12305554756658, - 94.87879117284507, - 76.04286793995269, - 84.32080807660626, - 89.63592085555946, - 96.00990313492704, - 97.09312760960752, - 117.16510241347962, - 115.29092148804696, - 125.3918127989909, - 109.57495801527585, - 110.17378892001358, - 96.01892947878903, - 106.74730393978204, - 92.42377026681294, - 120.77598954477433, - 136.09969624814053, - 129.75144997239406, - 111.3885901848511, - 128.4693326607349, - 126.93187071729992, - 117.5035964496276, - 106.83856813961792, - 125.8136408896002, - 131.40196904319117, - 132.09013938621143, - 116.98605662188253, - 116.88457842408039, - 106.6733207159832, - 102.7571914588178, - 95.19381916032746, - 97.35105136356196, - 129.21076968393518, - 118.33918258075086, - 111.3890055365743, - 104.75518077318813, - 110.25768276430728, - 97.29557738412383, - 60.10929046435915, - 37.1355707758847, - 22.942387211647894, - 14.173826333402982, - 8.756601964571145, - 5.409836141792324, - 3.342201369829622, - 2.3213505644484167, - 5.587474010983442, - 28.7361424520636, - 59.49071354327297, - 62.23984809923582, - 82.96075521309312, - 77.94392515537422, - 77.47612279065315, - 91.19019926062396, - 118.38187329806179, - 123.11434597266806, - 85.50770840148417, - 75.44795471842708, - 89.84396805506987, - 110.55763284809122, - 123.14390497334625, - 133.3912614802698, - 137.9215325624523, - 141.83714636905904, - 146.77164074631145, - 156.82051436067002, - 162.49945307150355, - 134.09683922885642, - 105.50899487098981, - 71.64085495920396, - 58.643107629891055, - 55.3761646418844, - 47.04035004773916, - 62.41338827833635, - 44.022847544793656, - 44.32868786381378, - 73.1200868219645, - 69.93429236935748, - 65.56672153543175, - 59.76154342999006, - 44.630040179386214, - 53.744152976567506, - 61.7044225680508, - 66.77308627031476, - 92.13103520334572, - 85.60404861849868, - 60.793013923653824, - 66.38486187987354, - 69.44686876711133, - 71.34288921227692, - 71.90353321878821, - 59.98476866921882, - 44.22691838986762, - 44.10141203126563, - 61.60783905532547, - 65.54884825472455, - 90.65991305623905, - 81.39554581418393, - 70.26197060662217, - 74.41194470237468, - 105.82490198854376, - 101.99445409837114, - 120.53747796790064, - 101.79896795345685, - 121.86743952289319, - 132.62519180908606, - 137.63124273626522, - 140.3370209812433, - 142.83166911803508, - 145.32037188513914, - 149.36811970723534, - 159.02438476859382, - 161.2270475197119, - 122.70973797927644, - 85.27983644743303, - 52.6859554934739, - 32.549428116824984, - 20.109064376057308, - 12.423397075643045, - 7.67518528026897, - 4.741735994412649, - 22.8988410054298, - 21.538046641203554, - 40.80975985499756, - 42.96206267347335, - 42.51136237005479, - 33.956199710177806, - 51.61953327060682, - 48.20617295124514, - 51.56811667421714, - 75.85790253717535, - 74.3210594073209, - 82.4852722114313, - 80.92138642918744, - 72.7810039993442, - 67.446875826695, - 61.67195433632882, - 45.88086840628886, - 35.57665694093807, - 49.65606231964843, - 51.107369660861615, - 45.69152226712619, - 34.62425307512462, - 48.83179575612685, - 43.922734065071126, - 34.314814372107136, - 49.49357574425311, - 47.73780750335287, - 48.04132631243937, - 38.31023431943039, - 30.86600166383448, - 46.327925355329135, - 37.17508187842504, - 30.688418943782374, - 53.81734862364113, - 74.88918643871065, - 71.98168000651887, - 52.888959098039216, - 40.24658568629642, - 46.98634080158959, - 44.94468198685445, - 74.47425830693699, - 71.83230860874603, - 79.78559395130432, - 78.81411890684494, - 64.53661061709697, - 63.11866759543473, - 59.7320767047122, - 57.906815033610016, - 64.18172742995058, - 97.33973422888907, - 94.44104182069762, - 86.71207091496436, - 60.599583450393254, - 44.444456282203255, - 34.59038074814967, - 42.89133629552277, - 87.0201357476338, - 82.62966088314582, - 72.20284267193787, - 80.45320508519164, - 79.54731351614207, - 100.58299929983616, - 127.36537461193956, - 98.08140752043927, - 60.59477699097634, - 37.435504764967824, - 23.12768668521752, - 14.288304505783993, - 8.827326676839535, - 5.767003891913154, - 19.41073191331883, - 34.61968842528028, - 37.74831342482159, - 47.53637006592811, - 43.50762301165295, - 69.61004133557468, - 96.26618067131106, - 87.06315866076976, - 83.23670758518138, - 83.56396409774236, - 69.02773228366465, - 51.74915471885207, - 47.08182726465536, - 64.65083611884126, - 64.67445826810496, - 68.54919230904672, - 62.76411433290416, - 88.90791458253028, - 71.2411193362792, - 54.54157204612753, - 71.94571227027657, - 76.68711705267395, - 57.34094009709208, - 45.010426172997015, - 47.43357325991579, - 47.26255609920429, - 47.130613451402425, - 101.66175882983501, - 91.77257673317825, - 78.29485621932321, - 61.57394321459787, - 57.175009798928926, - 50.958896077054824, - 39.75754923472561, - 48.15836015340544, - 39.01304309099148, - 47.360094517774236, - 51.64107295284887, - 66.15656213303447, - 66.72135736171846, - 63.584274902938546, - 76.4458351275495, - 68.18366609532788, - 80.15749474555264, - 75.70758030056929, - 77.15481752924907, - 89.51869880919645, - 107.25063938856675, - 78.5189159388989, - 62.966438957760545, - 70.45175466733356, - 65.17481344288296, - 55.817763177492466, - 59.425400787318374, - 66.530991128545, - 60.567472550252894, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0.34657778292297314, - 7.2446174060380315, - 54.962890400484106, - 84.54550841401445, - 104.26259210264041, - 84.1899809617984, - 62.49132669939702, - 64.76461038273862, - 68.02225631796274, - 59.8852300355738, - 63.93378419430877, - 65.94230051444144, - 68.20960846110377, - 118.21755645006805, - 110.11013602461296, - 88.78235984837785, - 87.42021118276068, - 110.91693311147638, - 92.79088446673191, - 77.8671270034025, - 70.15812440868255, - 52.15566997170391, - 53.573116188824244, - 42.11992114699338, - 53.51035890630082, - 57.86360521428795, - 80.77691702953572, - 94.94410215818507, - 85.70838239439985, - 60.81237262511121, - 91.97030568904383, - 81.8120904448585, - 71.19629587509333, - 77.85927861995509, - 97.23609295258667, - 79.4914118626606, - 83.86488904903351, - 89.96316779956659, - 98.64625647486513, - 103.70338466133188, - 91.00231117542124, - 127.79685362425248, - 121.2030355024683, - 127.31027370101327, - 117.92710843613764, - 96.93573600713971, - 86.51298584965411, - 73.24025607540537, - 75.60598060998883, - 90.44861988373052, - 102.47900034906017, - 120.29397259269913, - 106.05387902377933, - 81.00460805753181, - 85.71128073396403, - 108.4384856787271, - 118.69689171778091, - 112.57259606094615, - 99.15621737091548, - 85.85180744616018, - 107.47572246997089, - 101.95210386625527, - 74.8610721642016, - 73.69271604708314, - 92.70657822422409, - 79.78020810096315, - 86.35322086079783, - 91.44428479485005, - 80.77780882794627, - 84.83396402926104, - 93.98757210449844, - 65.96056266310856, - 58.16519796397115, - 53.528438812218965, - 57.15937723426702, - 61.52957253581708, - 68.41649992500089, - 71.86870136334905, - 56.89856596170425, - 60.81104900368716, - 68.07863061147779, - 72.12866761804476, - 85.20532146044187, - 70.82823612264164, - 99.8527501468215, - 118.26707860445555, - 81.20102616018322, - 71.39705278166382, - 84.6520621976752, - 95.17930881401053, - 80.1236874793322, - 49.50048227532893, - 30.581440053195305, - 18.89323967644038, - 11.672259542078839, - 7.211131873139896, - 10.140699366398211, - 25.901357934342247, - 32.540880391797636, - 38.06501696476029, - 30.391189764411813, - 18.775702886209242, - 66.03301815630941, - 68.98823699043682, - 59.6082557871551, - 50.567435882591994, - 62.35712971769162, - 68.98865156264226, - 50.9562707987642, - 38.9302704234039, - 89.2214153354404, - 80.34866353725813, - 60.64221792597945, - 48.35959837393661, - 49.67942200937248, - 39.66415522869435, - 24.504548837325228, - 42.48628467782802, - 42.13265810913152, - 35.13504151470997, - 36.93281425149543, - 53.547161399167294, - 61.33617574230119, - 46.08999548012682, - 65.45952457688934, - 124.22147489444706, - 111.86809190227265, - 84.34486587654025, - 71.51946611780362, - 106.95218888924471, - 87.20516773140665, - 78.96046296037272, - 99.8126359575269, - 129.39167548183167, - 98.23615200593306, - 76.12463179522601, - 101.33075502332068, - 74.30352228548068, - 73.31840480905265, - 70.71790047157764, - 111.76956573702866, - 100.6544807358905, - 78.94011951353973, - 66.9365603254138, - 103.55562668510521, - 85.61034685488578, - 71.54446789083569, - 86.22136599774069, - 110.24112705474855, - 103.82577768881566, - 74.0153238070832, - 60.6438010699804, - 58.607350152221244, - 100.76094458674986, - 98.25527553543749, - 91.18793808165141, - 73.42736412748843, - 45.36348801288542, - 30.482138022833393, - 38.26469874192283, - 35.73800928930346, - 38.39668403057904, - 52.17808369908208, - 38.062200602098116, - 37.75186823756471, - 40.39328544886328, - 38.282487140865896, - 40.2981334130621, - 41.92133687875936, - 40.09485159572898, - 86.01041734550809, - 77.45698785444254, - 47.8529929788643, - 32.44775811703104, - 37.589039593799015, - 34.693043531971234, - 36.28770484253161, - 59.74024531888956, - 63.10416359120694, - 56.65486879653175, - 51.31831671157159, - 41.01564669798637, - 48.265330260514055, - 101.47520907146047, - 114.51124754469585, - 150.70659216886926, - 135.71935864834134, - 83.84753521140892, - 51.80107857158944, - 32.0027504018373, - 19.771326418751663, - 12.214742278350718, - 7.5462781690268015, - 4.66209707144305, - 2.880247536165357, - 15.305129893757623, - 39.442843665377275, - 53.76793092439501, - 72.16135102494266, - 55.77102214415623, - 54.99828233042819, - 77.55383096953565, - 77.08836986466564, - 52.84122422119493, - 55.66951117597961, - 68.93987178941799, - 66.150060460258, - 73.75721917937058, - 78.79662243574184, - 86.13464547416464, - 64.96869524426702, - 65.18308832662234, - 49.49853690683693, - 56.37427391961904, - 69.65745086513627, - 64.02742927786382, - 50.245155525261666, - 69.51055646260426, - 57.804946904281245, - 46.13396403624643, - 54.71870288700754, - 61.10583694794036, - 70.77471066917272, - 52.22766923303968, - 50.39574101534734, - 43.78195937475854, - 50.06248088903528, - 60.393242916347475, - 55.61457845818463, - 53.44826981724214, - 36.17544980037312, - 31.00883573236238, - 38.54832401265961, - 37.54068287885419, - 26.438611373038157, - 25.902978342166616, - 20.34559104049431, - 58.24027611451543, - 67.19305532227241, - 61.414300441008685, - 54.18637768279701, - 48.661022878944436, - 44.500823689771, - 54.258473624240416, - 48.510957742499045, - 42.14992012752508, - 39.02545524571403, - 37.0216185706715, - 31.306836401878144, - 28.510448240776157, - 29.07831877323884, - 26.439985104801696, - 24.244539328915266, - 20.29929400897372, - 49.59462522549198, - 44.034719802562726, - 33.46298958511639, - 20.673463428213353, - 55.46290518021358, - 52.03433887037345, - 51.50999700932099, - 56.97938362214961, - 96.41617530563477, - 91.66192894129038, - 67.48003080805121, - 67.4097714128435, - 105.35156915682732, - 101.49198987772924, - 71.18922665952185, - 69.8125826064146, - 114.83863141238386, - 111.97151504008299, - 75.76973003135478, - 71.89433820145202, - 123.21006200084538, - 121.73554059210717, - 81.84219300343737, - 75.97906436498246, - 103.56382928763544, - 103.56382928763544, - 91.64687778487709, - 82.04093473819958, - 102.31436269195743, - 109.06217773878589, - 94.27861789443968, - 83.18752556592544, - 106.47319322881661, - 114.21535049348063, - 96.43584027074968, - 84.62059865788724, - 113.51013509375441, - 122.66569548700214, - 101.51851641837071, - 65.4963953849791, - 40.4637287779396, - 24.99852605614015, - 15.44411066041499, - 9.541384702261615, - 12.00058405557918, - 36.40127532668364, - 80.20582720270608, - 60.15031446299168, - 44.62434406273224, - 61.13362032718053, - 61.096524327803486, - 46.382241585050615, - 47.42905810758427, - 64.53433947909869, - 55.2509196438294, - 59.64321407586094, - 69.23185204088924, - 103.00863833293116, - 114.6774977988664, - 81.67055450304902, - 62.342209364181635, - 120.3464482575937, - 112.36451695533047, - 80.11121100821482, - 77.14652869509658, - 82.72534900395891, - 64.86599757604351, - 57.32536301134528, - 65.33478231098701, - 59.1632735570216, - 46.2512402049137, - 68.84361779753789, - 70.97649454863868, - 63.45806466294465, - 45.751861451715094, - 77.96477308362918, - 70.95709041599378, - 52.366974559232425, - 62.634064836827, - 58.81979075813992, - 60.41026158498053, - 78.86123643278495, - 73.63079564511251, - 68.20624624109345, - 58.39461379308638, - 62.97786924504894, - 92.309535153207, - 91.15585601508887, - 68.14767447023583, - 50.466721308483535, - 89.88625449400105, - 87.74769340084244, - 87.41703822445555, - 72.18542630978826, - 63.681498542949015, - 52.145327918175795, - 38.47117404623834, - 34.801316843493055, - 44.36020143523647, - 36.40699295182145, - 31.35090283792763, - 27.283735209415248, - 26.149094156953172, - 50.99068737916211, - 99.231526912258, - 126.9025232920354, - 99.50588141805288, - 61.4748181765331, - 37.97919495793914, - 23.463578948880365, - 57.65679856114658, - 55.21116222235271, - 76.41993104932865, - 117.24398816823368, - 104.79559608610988, - 78.71768577009249, - 128.6157830776429, - 123.01207736481844, - 98.92292921510598, - 89.98103936722393, - 111.70519181823519, - 107.08169418938728, - 129.69846265667115, - 124.04758530132365, - 90.13798278193383, - 61.016146340185486, - 45.663251086832354, - 45.78538539488531, - 34.512619448514805, - 101.06130664557347, - 90.24731856474044, - 67.73953381724564, - 49.8175153903373, - 32.06051375433126, - 71.27890358105968, - 68.17332828039909, - 63.112215187414854, - 52.620955921142716, - 42.601856488199296, - 81.39223263072604, - 82.53483189497003, - 98.58537488076428, - 78.07474714803575, - 65.6279336041157, - 57.77040715458454, - 48.05072124309626, - 49.379440109925206, - 49.80856935422422, - 50.27785899728457, - 50.23985529408796, - 62.63338198999267, - 55.9313446941815, - 93.38302180057545, - 114.07837839034292, - 132.45848923023686, - 140.17571540280167, - 142.98513565141002, - 121.19998531765273, - 94.52296659778312, - 102.32440196983045, - 121.05020257697682, - 131.6535146190283, - 134.83707393712993, - 97.8055581625949, - 98.63180396887056, - 94.33448065332627, - 110.04477447802975, - 105.25019548738791, - 113.80234410594893, - 94.88477175359856, - 77.51539853049849, - 68.78642217040858, - 64.09172554280273, - 90.01785979606925, - 80.38556732719456, - 94.99986389090232, - 84.21168939111156, - 71.24084716662068, - 89.04816766125546, - 100.05126633669161, - 89.08108086417843, - 104.32536547746142, - 104.36508212325664, - 99.81796362100847, - 76.61960289440405, - 63.97916661124207, - 56.04495323628788, - 49.72033790163481, - 44.44588572669736, - 41.67049775235718, - 34.30027730327514, - 60.051931511191995, - 57.43550805504227, - 46.669454733186235, - 49.37579157368992, - 50.10125850191274, - 51.09089304526933, - 51.4850200884183, - 51.601257346034245, - 51.438046235465116, - 51.41551149205785, - 51.16913186146078, - 50.960210475744624, - 50.75402711184262, - 78.36876568367038, - 73.24978624624212, - 62.49206166662062, - 57.62359099245112, - 85.73455960697187, - 98.63975922866956, - 118.8536684448663, - 95.1880317762557, - 99.26595149609913, - 111.87362183091916, - 99.90267020566456, - 61.719954627015206, - 40.81606790395283, - 27.56838555663329, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 15.990146641834631, - 38.69293442653058, - 59.30795244349086, - 67.46718956143683, - 72.82719058179467, - 76.34830542659398, - 79.38616350558763, - 80.59817112046588, - 81.30382068086374, - 82.1831303079495, - 82.49444945374792, - 82.8705938074614, - 82.98000688836994, - 83.449119053494, - 83.61773830678365, - 83.84607449901041, - 83.8785079795175, - 83.89981432055143, - 83.99635428705794, - 83.89023028002107, - 78.1463455446575, - 79.15160098835618, - 79.94035646589525, - 84.37697440590826, - 80.7979447005783, - 53.878491512884786, - 40.46761362117281, - 48.489089347355964, - 44.92349222868835, - 53.971205141643416, - 85.31297683717592, - 114.59807121558448, - 98.69624562586765, - 68.6608078619729, - 58.557998465580475, - 57.55305388233063, - 111.25251443205373, - 107.04779240054371, - 66.13421719641966, - 46.04338689064983, - 72.61031238190309, - 54.58534286113576, - 33.722871248123475, - 64.5200320946067, - 61.33857289400263, - 37.895022506506024, - 36.389942128902014, - 66.3688841078609, - 49.35836897247793, - 40.27588933629879, - 33.210906342123266, - 62.09032999334532, - 63.5155224396319, - 114.82397806329246, - 131.57209678365084, - 96.67336528688362, - 89.45133689594242, - 81.02334494106115, - 57.63196638361441, - 56.179773828039636, - 44.42691691527354, - 60.420000335820845, - 48.97425683022509, - 63.75363774667535, - 100.28267580178598, - 92.17738882126456, - 68.34326257929182, - 81.11796783317651, - 88.8385279810551, - 66.38381901350229, - 68.53190252709791, - 51.37665115039657, - 39.66613748973026, - 49.15316984789554, - 62.924395982304596, - 61.5992307796063, - 48.46078738882957, - 63.5671395651246, - 63.3572049099194, - 77.2035110357782, - 109.26065748273047, - 86.81484001094246, - 61.303748995005506, - 55.94463276099975, - 73.28251110835639, - 122.91039912565992, - 109.23115149151052, - 74.52658198026194, - 69.66723140414818, - 85.6541024020317, - 109.30792242883358, - 105.7857724617957, - 75.01419435499044, - 66.60986370460238, - 124.2195040156585, - 142.21068295966526, - 112.00138205017744, - 76.54131017601773, - 47.28728653028786, - 29.214125839436754, - 18.048511792187437, - 11.150385936689363, - 6.888717915841598, - 4.255855787725906, - 17.3141472620593, - 30.245076155074653, - 42.38265021037843, - 49.42028923460561, - 47.11966701573388, - 60.19668997914995, - 85.58894969623445, - 111.75968270321891, - 98.40789590606406, - 87.58276737254602, - 71.37223173058992, - 61.326705314178035, - 56.631888981070425, - 97.88578413253308, - 78.16734248202094, - 53.73942253480469, - 49.79733581689895, - 74.48398362734228, - 68.62891632646806, - 62.23670303335753, - 65.6994204285845, - 78.01811930650163, - 74.72776071110054, - 67.37444355361502, - 90.03220673010694, - 98.82593228819667, - 87.38336108528567, - 80.93950424636087, - 106.03738684850575, - 116.22967996096278, - 89.8461887739177, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 2.278930544860779, - 5.8546788750387435, - 15.87215095914201, - 32.963691474891746, - 32.29586358770488, - 38.64575644571028, - 36.799022606205504, - 70.90861279103643, - 66.92691543148143, - 74.89672648455922, - 84.74419853003043, - 70.2223220949109, - 58.25293506605738, - 42.75896863327825, - 0, - 0, - 15.868447434070376, - 15.868447434070376, - 32.87905207953464, - 34.52630815415324, - 54.97330460418258, - 50.75170159902262, - 66.55147253019308, - 64.20927278597193, - 74.2417623633037, - 52.81813321022805, - 44.16716713119252, - 81.30997301705375, - 79.1854934702674, - 55.637372737460566, - 40.397437813305274, - 75.56574641135163, - 84.75121789331084, - 81.19134069026491, - 59.81359127581675, - 61.57560798350762, - 76.77296494265917, - 54.103673021833856, - 47.498669901975106, - 96.77398765405225, - 109.34217489027044, - 100.47695281064004, - 67.04697637813236, - 52.31044141367031, - 67.53717220037585, - 87.01814370932861, - 96.51150337551886, - 89.86800672085404, - 72.20125355669589, - 52.56682695360871, - 59.00752148285375, - 66.04645106240565, - 81.5962715481228, - 70.66975228741988, - 70.2869759194212, - 78.96308644596866, - 65.4333508388324, - 60.871651143006275, - 63.17566883284932, - 64.34854441700342, - 65.53423288508732, - 55.59893751762624, - 78.35812224708475, - 78.01200826495351, - 64.32336642869814, - 66.07203794543413, - 90.95083178827139, - 65.7888496729734, - 74.54502457399207, - 54.247368221155284, - 48.958527418491485, - 67.6819827896671, - 58.110245442270624, - 62.38269134516509, - 66.3541979958047, - 67.26058089742965, - 63.867045743020796, - 79.35928991439512, - 112.72787319704109, - 126.86362108086206, - 107.96842948345288, - 87.40508973647187, - 64.91303777481302, - 40.10332995019402, - 24.775871353815432, - 15.306554395935946, - 9.456402325065588, - 5.842173399733171, - 3.609299695517462, - 2.2298284218433886, - 1.3775898956342356, - 0.8510762092559025, - 8.443271915089285, - 28.977618114876684, - 36.9417387432337, - 32.67260035446238, - 23.479132519895714, - 36.52989792175188, - 50.51052302751232, - 61.13849118726914, - 60.36960375921291, - 63.60299832105784, - 59.37594801986981, - 52.775744224471964, - 62.812772571417916, - 66.10212822631246, - 69.11067180459857, - 71.2965984754992, - 78.35665549080021, - 69.68692882667564, - 65.84116388046267, - 71.46774407634811, - 74.45757118420273, - 66.51547123909027, - 59.60068407833471, - 58.67509761395388, - 58.40837025809607, - 55.52827486884653, - 71.33565233786359, - 60.60801780819302, - 47.21134638213878, - 44.86587341729602, - 33.42607719960247, - 35.36838177557284, - 39.65585853974717, - 33.504591894733835, - 59.39478896084924, - 71.60103375579975, - 55.37436374974984, - 43.576854547271566, - 57.64765651991991, - 55.202407960343635, - 41.03807041433077, - 49.413779362330075, - 114.94409683290303, - 102.5210844385071, - 71.70282788115492, - 78.82460739303104, - 104.28103090617324, - 83.29084246989513, - 75.1718968204745, - 66.58138397751786, - 69.84307929461278, - 58.70517940838903, - 56.282795934937575, - 53.109786473652534, - 66.63792197666746, - 55.409256850266715, - 81.26038135821231, - 78.84214627532762, - 76.87226259597287, - 51.972303156791284, - 67.31881277345155, - 61.53533701295256, - 53.59977084320646, - 47.868937919157396, - 45.85353481878578, - 59.870080713084576, - 56.44023132990622, - 51.58618326049393, - 39.76354970954583, - 53.52183609808207, - 46.9959138763533, - 46.900962272943524, - 62.31770545504556, - 51.895999997876274, - 57.73714972873302, - 63.41967105844037, - 75.43076733927369, - 76.52099884696555, - 60.0383305232311, - 56.66702691557319, - 43.12997714394977, - 34.84802359179073, - 38.870309033788295, - 51.72514583252066, - 56.04065147448119, - 42.370216144630064, - 40.46466533616802, - 65.76553331653888, - 77.10306234791115, - 72.3000221613531, - 44.667015187326676, - 28.578912552214, - 24.07765226237793, - 18.59652798300449, - 29.67112031100212, - 36.809933765218084, - 50.36194496361079, - 42.60125060752794, - 32.35194001986207, - 27.383793153933258, - 60.06872113826861, - 59.27843368159185, - 45.70846750414538, - 46.39260725955169, - 61.76807332978689, - 44.787356536935086, - 30.39387075998929, - 44.31717618618515, - 77.30228884620273, - 100.01947270309142, - 90.38880782380589, - 76.83126370472971, - 78.93091561299535, - 77.89246979009566, - 53.276193326962215, - 47.938165980811114, - 95.51575285175234, - 91.0265174774352, - 65.03977004582372, - 55.18083699654102, - 44.598576979174474, - 27.553038791830186, - 53.71049714149522, - 66.53804418528568, - 42.1598431658576, - 26.04638696765551, - 16.09148002282553, - 9.941330044990128, - 6.141762157566268, - 3.7943858849271836, - 2.3441748270889966, - 1.4482332020542978, - 1.4552026617621883, - 9.091494509550344, - 27.597539980587353, - 57.9580386823967, - 52.89016181800476, - 57.979960390076045, - 57.75476618838169, - 47.003418537644315, - 55.20138019151618, - 62.34808760962231, - 93.10946113362465, - 79.33246340750075, - 76.4961575347037, - 73.20486063582086, - 77.64538318773332, - 58.203875163804625, - 56.52874505173934, - 89.5124700879419, - 91.86544719153656, - 87.52509436853929, - 88.66332687256877, - 65.16693748999927, - 47.303412384469446, - 51.23864995054107, - 71.6241179152639, - 65.78398070136919, - 62.5438450530795, - 74.23391903453575, - 67.7428719014565, - 75.12220526615043, - 73.42325475844876, - 88.90484039042785, - 67.20939842448696, - 61.80475559567614, - 56.400520081270145, - 42.09487119396157, - 35.18720119637297, - 60.53264591323059, - 76.11017295947774, - 91.41632065378437, - 83.42283662635023, - 113.87463096227602, - 90.58995020679454, - 68.44542767066889, - 58.31785857187355, - 51.08279858548812, - 73.40149076166857, - 67.23852076053366, - 75.32089453866352, - 60.42600500211316, - 54.280904308467655, - 77.36426273783418, - 80.3261491839038, - 79.65900716987508, - 102.69952458467087, - 123.00033507743143, - 89.25857588211964, - 92.65810558217606, - 73.63624447057768, - 65.36126077884096, - 63.883062065280704, - 83.66677695440414, - 106.5453256900501, - 77.23930333236866, - 65.49564913044023, - 61.30684649403037, - 58.37901399040347, - 53.274326856505716, - 68.84051515195233, - 96.76251838298114, - 102.3472101744749, - 101.35812680217228, - 101.92436770558643, - 75.70542046908287, - 70.45950658043942, - 78.12567860949225, - 71.29433427588526, - 56.54131227914766, - 55.26258396090351, - 56.26157895173408, - 38.97031344716241, - 27.42697602066015, - 16.944409114055848, - 50.471790618682725, - 63.51437673302036, - 72.0064459871202, - 79.48309608988602, - 82.06685320243955, - 83.122814124736, - 84.57215382369968, - 84.82877719103348, - 72.58527143554744, - 110.75666013418564, - 114.8853461282924, - 112.5484493100564, - 108.59824668712267, - 101.99581112595115, - 76.01211380760515, - 70.94738837304492, - 78.49835180780406, - 71.63442076279965, - 56.630847396905544, - 55.82883533401592, - 54.29136837475908, - 46.25811321958457, - 48.66124876101518, - 44.40628737179773, - 51.059729452272016, - 57.676233493611896, - 62.07749752624803, - 71.14337537271716, - 76.75610940849293, - 79.59818705546749, - 81.36449254385376, - 69.55080401423973, - 76.54378564763513, - 82.77019593854402, - 80.89827982646844, - 57.42133746325193, - 57.46413031154011, - 79.45728847995295, - 84.85027194712413, - 83.8858951312912, - 73.11853551921664, - 79.00079160784271, - 84.06692666739269, - 85.79752141697284, - 86.44134594875271, - 87.18708804761881, - 87.26051502602293, - 79.63041650425185, - 58.676034503712735, - 57.34902768519856, - 48.05125019202661, - 74.11623676790214, - 80.8350806211646, - 84.40945744878893, - 119.16366664355586, - 94.79750262615497, - 58.565977754105006, - 36.1821108707982, - 22.353338871303528, - 13.809911767712908, - 8.531775236353948, - 5.270937997869451, - 39.855644567428065, - 77.00985106770979, - 70.19151562478226, - 55.1284080616191, - 54.38158016674973, - 93.00595862742699, - 72.66422244495111, - 85.91480535617961, - 88.806172501907, - 106.0387486267854, - 87.30381239930186, - 73.55403045748038, - 107.81565361390821, - 100.3018851042639, - 67.46497808014024, - 83.29026584369235, - 105.10763577668568, - 92.32458887963831, - 81.10444903692037, - 92.20677495267981, - 109.04405333471107, - 79.41492922338227, - 88.95819619141099, - 111.20188765151711, - 105.5913575319881, - 97.75387498314741, - 96.9142510074781, - 86.81120964389213, - 70.31279333358239, - 75.85510387839885, - 77.5127287858881, - 116.52242596678305, - 115.16189085178657, - 107.10460454444765, - 91.14577995310027, - 86.6463285984728, - 65.33587365816678, - 76.02941485406348, - 100.06151429018739, - 118.57591525944817, - 112.70153430120149, - 78.64716046122786, - 116.32926262833534, - 82.93923930723237, - 75.7312735822517, - 103.22864036531908, - 136.5182697654946, - 128.76331288445462, - 115.28999669026481, - 126.88234491224419, - 107.7183486351824, - 89.22544134953313, - 120.82027777702496, - 137.51227626752802, - 124.885256873505, - 98.72072744243329, - 73.94759958102243, - 58.218492584765144, - 58.229999557373745, - 68.75862452964473, - 64.89805261724277, - 47.67815379303887, - 51.98287302376271, - 49.88081497457675, - 46.63743674407544, - 37.62254953762249, - 31.370409762897406, - 30.001040565262734, - 39.09983287242968, - 34.410578195997026, - 38.87581205761789, - 66.21987163831595, - 63.87074357895269, - 39.45939970945004, - 43.854073107220124, - 52.32544409804274, - 46.334253425070955, - 46.438195335788734, - 55.45157120905493, - 54.46022284359104, - 43.70330727686423, - 41.050586851365885, - 52.13610195708897, - 56.21355157022504, - 42.51518817385941, - 57.14001615016495, - 60.20604342320548, - 71.56610657121992, - 73.87064612570683, - 66.84580715241236, - 49.57936852070318, - 62.1267993450347, - 59.86278405823692, - 44.251409307360504, - 41.21493967257142, - 94.37915112168696, - 86.48276442203905, - 89.18425032815234, - 98.77095804434875, - 97.99196312312519, - 86.70634774167301, - 71.08466158776088, - 93.18617854261211, - 112.60751444755644, - 100.43132117154948, - 72.66332213324232, - 67.49873965371171, - 72.73755059819682, - 102.15723048184918, - 110.46761855709904, - 100.0876533625393, - 72.12116359744186, - 73.22387138924253, - 85.50366195092515, - 83.24791860768481, - 88.33035868453588, - 108.41180591393572, - 127.22930502273124, - 144.40648775016692, - 161.64893965491908, - 139.73478530658687, - 86.32826921626408, - 53.333678149820464, - 32.94959172484767, - 20.356285793459847, - 12.576130677592818, - 7.769544229463766, - 4.800031033483842, - 2.96546325523629, - 19.222328401885253, - 18.31726358015025, - 23.623765831198174, - 25.132119871199574, - 39.81031170226111, - 34.37196580505559, - 33.288721687687904, - 31.954329900283085, - 47.06354845392514, - 43.73096542600273, - 47.726856837362, - 46.033762365747414, - 48.27708655706602, - 51.37578160328009, - 67.89416534838533, - 65.42116785058089, - 65.12173363132271, - 52.53233359106591, - 38.57920181674733, - 41.52031149427917, - 37.6547926559383, - 49.48910496011483, - 42.7104448422903, - 40.992768740760646, - 37.582724004492036, - 27.71350820093987, - 52.55072849869699, - 48.20288140371598, - 67.9982469201096, - 58.9583867005609, - 58.42122474982863, - 59.1322138819809, - 60.52750662480132, - 60.3083972094562, - 42.43236058086469, - 32.73540635373256, - 56.39042300573852, - 54.65255941166428, - 49.0751674253894, - 50.983972196204675, - 90.69782420576209, - 101.1528517437653, - 83.39900586628279, - 69.37800090878476, - 55.232482878676066, - 60.10637237413608, - 56.65222670939019, - 45.80304376102316, - 49.25954162637562, - 50.52804837989005, - 45.49656937086017, - 41.78344905476894, - 41.47350135458154, - 52.36011656077043, - 73.9977734087768, - 62.36915644700051, - 77.60982759466675, - 74.0022414469909, - 106.6430239021457, - 115.21945402151925, - 81.77154208146524, - 75.56538072455423, - 73.23657527969706, - 50.34285818762517, - 50.826273494098395, - 53.05314393922615, - 33.73717525222129, - 25.879068697358225, - 29.61604472492043, - 30.750205568449022, - 50.63786174805278, - 49.100987039499344, - 41.085960207872844, - 52.10582640975651, - 76.27552318378281, - 98.32313884772252, - 86.28965531833168, - 76.88652370026192, - 68.15983002996948, - 66.75718816592486, - 55.521526718143704, - 57.61858392184462, - 95.06813054311546, - 85.10010761719022, - 65.06658185854845, - 58.328794265220104, - 59.15016953368469, - 83.33663883051979, - 71.88404928369592, - 50.15696913186323, - 88.79793464766932, - 123.21870057455527, - 142.40336820734544, - 145.59639683588523, - 109.6017668326182, - 74.40410865117012, - 69.05492568389711, - 94.80191514129794, - 82.89257803048478, - 0, - 29.47481526291058, - 78.66871658494918, - 60.32290479777473, - 48.804018971462824, - 30.15116443167784, - 18.627415031488464, - 11.50803285032577, - 7.109672483288977, - 4.392361707431653, - 3.545031158259242, - 2.1901232648605373, - 1.353060015878317, - 3.1113563752130666, - 2.191755188045373, - 3.5775069816531513, - 53.83622113419028, - 44.5102185359196, - 28.34654988701117, - 19.968364367707355, - 16.472881302911045, - 28.60149799408197, - 68.30949102547875, - 74.73738824925908, - 73.16213238875667, - 82.42006749956238, - 88.09922518641784, - 75.68833511684173, - 81.94980916854024, - 84.97236023413477, - 78.50224834071605, - 84.7421425520922, - 79.51517617911061, - 71.88988895719524, - 97.28253474533925, - 94.51174634820579, - 145.1559068989042, - 120.01067314411907, - 128.9216213021936, - 98.93081923200614, - 86.34516091050149, - 102.01954499107569, - 101.76634316050944, - 87.71432047118265, - 101.67709646968302, - 101.4055774439698, - 92.79151681042714, - 78.4510512251766, - 121.04781087752038, - 154.57355529333793, - 150.17101156201346, - 148.15903382846457, - 132.42284990372346, - 143.95124705983844, - 141.6331090396285, - 137.59913340151178, - 141.5019475169816, - 116.98968602458552, - 124.83891166302136, - 106.68575180355218, - 91.6336637036955, - 110.40270033849876, - 99.2906595451882, - 89.36432508698464, - 67.60737037676624, - 52.0702485284608, - 39.686606621366174, - 31.440842475522953, - 47.99119194472709, - 67.70640909441184, - 65.77800402950007, - 60.84239830113586, - 56.103544918220564, - 43.9049753170492, - 30.928298088500657, - 48.163642961379395, - 64.13723438150264, - 53.02679605789005, - 43.74735768343287, - 34.66437035983532, - 30.824172182660575, - 19.04319979248406, - 26.954179292752958, - 48.56242069863589, - 56.64546774366214, - 59.72404777772446, - 53.526305489063795, - 36.68824000408559, - 52.21970197603801, - 60.12486149230215, - 65.08670879219837, - 76.17781535976096, - 62.981597478775015, - 47.01794634575253, - 33.121190698537404, - 33.98619654532918, - 76.31466590068797, - 63.09474151739982, - 47.184567839111594, - 55.831642401918224, - 40.73346244609293, - 29.754924476223355, - 39.110338227432905, - 41.25639195972584, - 36.048897103153465, - 30.51034664704077, - 28.18597195110583, - 23.303340107470376, - 14.396823339456882, - 37.92149289539164, - 36.84141790771186, - 29.75002618947124, - 24.9038473837601, - 25.229952023050995, - 60.34712546677577, - 74.89283470736659, - 70.74916675207444, - 57.214354441924606, - 35.3470768388864, - 21.837454136135683, - 13.491197739531472, - 8.33487343865569, - 5.149291899773214, - 3.181236915499776, - 1.965370872252211, - 1.799540997158769, - 22.206148861134036, - 34.975608105205126, - 43.66778149933629, - 49.47973009138165, - 52.6493879852516, - 78.16180272147804, - 104.31332145987435, - 116.59531659155084, - 98.64865415490769, - 84.61610842409864, - 59.721143184274695, - 81.27314647428828, - 84.26059190986024, - 98.8955431103625, - 83.32508824945411, - 93.32192128142854, - 100.4454393704004, - 108.9869663660667, - 114.19757435395924, - 114.88803842926404, - 113.10385063119067, - 115.94867026450842, - 112.10504762423672, - 116.16752017402887, - 110.17373020218501, - 110.90411700730822, - 103.17511074497523, - 113.82309202847783, - 140.9441414137165, - 127.54049333248533, - 103.05777866250259, - 70.25700874832512, - 68.57035112077754, - 83.20536392167773, - 81.73173955875667, - 65.04271187685397, - 63.05505499038656, - 53.236862936741936, - 57.46914720638884, - 49.54306060847093, - 57.98764291493019, - 62.82683644196977, - 64.39754070176235, - 47.430541289996484, - 37.16126842262094, - 75.2843591380369, - 98.93924932875879, - 69.4195152115808, - 69.66859294460026, - 79.51932371311788, - 77.99251704356746, - 60.16390301053079, - 57.0420533407807, - 49.948264347682354, - 54.63578511144149, - 53.191257042343416, - 53.191257042343416, - 51.850428315549635, - 50.61681023586155, - 31.271108416724548, - 68.38669875248877, - 73.96630142062659, - 68.64602920624063, - 60.920075806687464, - 88.56786833365578, - 86.26340160200489, - 71.30411015081953, - 65.5354748284539, - 56.44682072002441, - 60.07926675895629, - 50.45534796038068, - 56.30325296911827, - 62.52036851435034, - 65.77600802430801, - 52.51570342561143, - 65.7530003741332, - 66.55020623150511, - 60.31015790393921, - 43.23248071667664, - 69.54125765696872, - 65.16390298088068, - 50.21127486875316, - 36.276383718853516, - 33.00280312748897, - 56.45822707884337, - 67.62098099320515, - 49.53463959751279, - 38.71290301583735, - 31.448695136954715, - 20.834260959214994, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 14.711505876465761, - 38.4037609704921, - 37.85491765367297, - 34.4344985540183, - 21.27366249553482, - 13.142886784425462, - 8.119686634329248, - 5.016349309029456, - 3.0991048698616472, - 1.9146296245981334, - 2.019149581540808, - 3.6709210061535655, - 28.806747823690163, - 32.94703002447078, - 79.6764526894446, - 85.17089385397965, - 117.90591429116762, - 125.00501805523363, - 142.27008508596109, - 145.73075913830246, - 152.66003751176518, - 153.95686971606017, - 129.12286648266695, - 139.1179645547563, - 142.23625158712923, - 128.84549222699087, - 100.08056022431097, - 77.12232183235412, - 69.23454292260197, - 98.44904915388528, - 118.07762272269882, - 132.1128304912477, - 138.08129152914378, - 117.68763024963407, - 98.62713357275132, - 114.08881507647598, - 120.42085412707306, - 121.21814610786748, - 134.59065498572497, - 142.42196738062117, - 152.67106073534055, - 134.7030202873468, - 104.77293861180573, - 86.90097212058238, - 94.29030497313717, - 95.72338061897547, - 121.52316267492246, - 124.78459231185788, - 108.32973805149582, - 118.9649753172164, - 146.3200396752136, - 141.1293846294659, - 114.81203542979428, - 98.77125996104725, - 104.213709038058, - 87.09955175206841, - 70.6885653784816, - 67.32847521084588, - 81.1851403323053, - 118.05548262961291, - 131.2897897308586, - 140.3885452206683, - 150.86041050926542, - 156.79614276885204, - 157.5449331324055, - 159.6460698981555, - 140.85713224699208, - 101.1020263590134, - 91.58038991758639, - 89.25055049973419, - 122.14927415837704, - 141.8565689716595, - 115.23420986037578, - 114.85718685520985, - 81.08239903195411, - 59.845235824332484, - 51.09458115295242, - 36.278237338746806, - 31.26840891143254, - 27.325438023078085, - 31.309230150095324, - 32.44337130527602, - 31.5646998827932, - 30.45781905037407, - 30.58370241999469, - 27.11947400465215, - 28.597643936247266, - 31.525059942207008, - 32.53615950747678, - 33.823190863139274, - 30.902859717176554, - 31.43790908631687, - 29.923722949144402, - 26.218131953788234, - 74.99290677410579, - 92.20938624572496, - 121.57569712020444, - 140.390738822086, - 145.55799388714885, - 138.91185294708146, - 133.8499660162283, - 128.52256717449563, - 143.20499617475136, - 152.8751725385699, - 132.4690401551192, - 95.23008779661936, - 86.35719244299882, - 114.73991059786191, - 132.11175418586274, - 138.23538870942667, - 106.3694654347367, - 73.93103031459695, - 104.06520838954386, - 91.3765283021562, - 72.10884730506534, - 107.86238144126123, - 135.79748655777544, - 116.60938701154042, - 84.47227772711875, - 52.18704502918062, - 32.241200807627614, - 19.91864128226706, - 12.305753526331756, - 7.602504995440687, - 4.696834052626254, - 2.901708072686485, - 1.9332584704701092, - 68.09031762067335, - 92.9802840706659, - 79.22240010678466, - 78.24751017470518, - 108.46647822077428, - 118.70982275925243, - 99.4851494803484, - 103.17431260183491, - 124.24254782703879, - 128.11026406473397, - 110.20013468397106, - 127.13965579107953, - 139.69189048796687, - 146.38293821883258, - 151.24756020475334, - 153.14486907120775, - 153.6116333871838, - 116.97607446525332, - 87.19746614725217, - 99.19799970724317, - 73.41473382336142, - 52.690996308266655, - 71.31223320221221, - 99.22124622082355, - 119.23970303889921, - 137.25072402614526, - 162.67478823383442, - 175.55981114283173, - 182.50818995679407, - 178.8801166152146, - 166.70012570245095, - 157.7172688055936, - 150.97317287817972, - 126.83910005700447, - 78.36130390042244, - 48.41168020125243, - 29.90877720573129, - 55.706028155220196, - 49.4466869999622, - 30.548205286317238, - 21.950585723430535, - 13.561090530388276, - 11.460490419921834, - 7.080300729347385, - 5.580572526791078, - 30.06613155690324, - 24.977802462087322, - 15.43130760638234, - 9.645883589729355, - 33.828163064675, - 27.073589987677423, - 32.41544661088884, - 25.447983925107103, - 15.721786114156993, - 9.712932833765118, - 6.484611191091887, - 11.44917644335547, - 14.42035301237662, - 10.697984474245665, - 6.609223907545939, - 5.871547996877261, - 20.374296273008348, - 39.57459120858386, - 45.97430006887602, - 32.23041490278005, - 21.25978871024824, - 14.619874824492896, - 12.554726962310141, - 10.819342751274986, - 7.237013425875776, - 4.471033050073834, - 4.9812293658466995, - 10.476895479880762, - 10.96176161871199, - 6.9959481393220475, - 4.322102710998664, - 10.364659685711809, - 10.302453268716002, - 9.880801391068625, - 9.85745145871208, - 20.83258765598694, - 57.4174677430818, - 66.99641583270495, - 88.22278996567894, - 64.82220933975326, - 50.35471528596014, - 58.861468923603525, - 61.664903050504535, - 51.45329036512314, - 45.67180299972614, - 28.216078740178087, - 17.431917445359087, - 37.80615150367396, - 32.32869943157279, - 19.972698006563874, - 12.339149816581212, - 11.104460620421237, - 9.136736739168937, - 5.64468372886909, - 3.4872904088793546, - 3.5767721433310475, - 27.181531842091587, - 44.752498091327205, - 55.61352270270893, - 59.5074871875974, - 42.734630852949444, - 26.401491289636525, - 16.310863774985563, - 10.076865513675267, - 6.225496085402001, - 3.8461167767654496, - 3.3000521953292075, - 2.088463481883489, - 4.131377694936626, - 23.784849025429367, - 20.659679784807583, - 20.25721673437268, - 20.773442549356798, - 17.48740222771108, - 12.879947656037242, - 8.856518077085907, - 11.230861902796995, - 26.076861936882896, - 20.499600287884824, - 34.02680845378065, - 30.422401456498232, - 25.357607181727072, - 15.6659512852253, - 26.305609576465947, - 20.979733995161016, - 16.527644682153454, - 14.390633473482836, - 24.396681091931903, - 24.396681091931903, - 31.126390105059127, - 40.801547529527795, - 75.51068539736318, - 64.02860268595126, - 43.640307852165506, - 55.305175270322884, - 82.74260268514438, - 73.42342956538181, - 76.51503851929671, - 104.47180606439419, - 103.28728973919294, - 96.7795035554386, - 66.78680689589342, - 48.66817016857501, - 60.70726109964774, - 57.37459371823705, - 95.91115810535494, - 73.57998565598585, - 76.16991393112136, - 55.9275726400987, - 44.046801541551844, - 51.72771673680202, - 57.13363875766516, - 72.28810011199381, - 62.41307839397709, - 51.78192051990834, - 51.34734617862702, - 39.181945413691544, - 44.3916997127896, - 86.21109257724532, - 95.66184833761501, - 70.8276480702582, - 52.36820670797329, - 39.63626742542583, - 72.4799353025671, - 76.39393261608534, - 62.554851226343644, - 38.64644029475302, - 23.875803685501115, - 15.241946434759647, - 10.59573407131995, - 6.546053521647571, - 11.936348267231981, - 11.388832631441595, - 7.036030486674513, - 4.346865619285756, - 3.9898812006613804, - 3.2279983608837095, - 4.3973532638223025, - 31.750467274241572, - 41.35812617726398, - 28.406824313554935, - 31.319579690519888, - 24.676634788041834, - 20.061335218399517, - 43.380468739716854, - 58.13758978169484, - 90.19577495302636, - 120.05979242937319, - 114.82886564404347, - 104.80410326062109, - 74.09505209492823, - 50.41135305657861, - 53.26176138243609, - 109.57257765033279, - 107.68470657245548, - 116.07139681421995, - 112.38251224332272, - 133.79505679566532, - 116.197153511263, - 104.55263702839909, - 127.95262003696038, - 134.62859493978354, - 160.4757417620428, - 160.4757417620428, - 154.3503159976779, - 142.21708353525818, - 119.42807469434807, - 115.83908582253729, - 137.04297063647917, - 150.37918031287003, - 161.1978109615918, - 130.63479468432467, - 132.77364334814723, - 113.98701369216285, - 99.45967105264388, - 121.8309925640647, - 121.68409681929701, - 143.27894740150816, - 139.7515987941497, - 145.82827385710897, - 121.84312105453138, - 101.27945350863693, - 140.17466502085955, - 151.29844444157652, - 99.0332757487602, - 61.18284199206109, - 37.79881182282691, - 23.352138094580013, - 14.426970777399193, - 8.912994817388418, - 5.5064557792855, - 3.828239327607191, - 5.849089669048651, - 25.15979394674475, - 35.918919861662445, - 43.93928245601996, - 42.79072335451298, - 40.64191521076826, - 36.07523506982505, - 53.20176783855817, - 43.042689930345254, - 31.918060533530365, - 40.24417663394205, - 53.77459813489794, - 42.67677955077961, - 35.643284516832296, - 46.064602666856864, - 41.63374854497271, - 32.828871106130116, - 26.61477174736401, - 41.296603315447896, - 31.007674084959874, - 25.110368106813073, - 35.78327605364725, - 52.39162215354033, - 32.641529343284795, - 60.6822339019857, - 59.38130568901043, - 59.29548707298328, - 108.11284585035675, - 143.66591403129323, - 154.96644748249935, - 125.36774917307307, - 108.1165072813618, - 76.35809315582804, - 71.46555050981958, - 66.28575746643098, - 59.77301308787417, - 105.15977189841651, - 81.66671729866918, - 84.3006804243632, - 98.55363897770738, - 108.18118111660657, - 100.54039285688503, - 86.68388407996352, - 74.23326877465038, - 77.78829636600406, - 61.470455199205006, - 43.9129430555243, - 63.75147367228293, - 55.678050351046316, - 47.611271794221906, - 73.52908238215365, - 71.26303242958232, - 79.91643068314383, - 91.6466712553011, - 86.08490422106732, - 80.78232203720246, - 124.07118630285545, - 168.4976237627994, - 184.57601701560137, - 184.86262877428396, - 125.97294002785323, - 95.2545439582113, - 89.38010137330205, - 91.72316868923441, - 75.10713187392263, - 74.85283929761542, - 62.47159351694361, - 76.62463072021465, - 56.211813110028295, - 44.17051670626957, - 34.606277211685686, - 49.33334726276517, - 50.18558707386216, - 41.7927972100536, - 33.82306719931563, - 56.418425979181464, - 44.935911768601486, - 38.76398345371324, - 54.274954631843286, - 63.3816385423262, - 87.59189099753142, - 91.24544676611241, - 77.37075126712517, - 78.76452553525277, - 111.85427006810187, - 113.00697540911837, - 146.48283272537864, - 151.4620520059112, - 133.28137761962262, - 126.1005703108504, - 94.23301649489707, - 94.34192827139734, - 90.43397805770694, - 71.08138579613494, - 92.39497588167919, - 90.64540585734888, - 87.42613401045848, - 64.40891509809258, - 113.81097669340484, - 104.61227292669648, - 96.38616177583067, - 110.86313701330799, - 105.97192943325929, - 80.92188723064214, - 58.63471078918286, - 36.224574198331375, - 93.9460641537053, - 92.04276392469183, - 63.60210379624376, - 45.94146463791558, - 67.3949459168287, - 83.9052386086692, - 93.03470924980076, - 90.96059521252285, - 88.61173400596388, - 116.40588800141079, - 116.12592615629727, - 101.5360283273794, - 85.91817229678587, - 53.08031992415176, - 32.793066797531296, - 20.25958456022879, - 12.516388573451751, - 7.732635506710727, - 4.7772287931736575, - 2.9513760117778167, - 1.8233626104205911, - 1.126474971610658, - 1.2040433652631846, - 50.00054451914758, - 79.54300870153028, - 83.87976816783411, - 74.72412906947137, - 95.76922512183411, - 90.3567437708118, - 84.6272748175607, - 144.05691224099064, - 135.6407443831916, - 116.8250907323106, - 108.292508364627, - 95.61605887064478, - 91.61699642490164, - 68.31716696694704, - 120.54718043660999, - 114.42572220834478, - 82.3568120061581, - 123.13509430814524, - 136.16743327668019, - 118.9001828336888, - 116.32748175618721, - 110.09049509040887, - 144.61241442751728, - 157.77613800845947, - 137.05600198194793, - 131.87605262056846, - 113.38208394958093, - 91.6829458574363, - 105.94301797366386, - 102.33735662028147, - 99.40142576151459, - 121.38640206317895, - 115.04305637937162, - 111.78005199063745, - 121.3052563717275, - 129.30106711195253, - 120.47039088788519, - 109.70439531391975, - 137.91387115910177, - 128.63597015103997, - 94.1139517987953, - 72.9993804988058, - 138.1856644627097, - 129.01524147628464, - 105.40399520637745, - 112.7829593678845, - 93.55744810468825, - 82.78351508473467, - 80.02688817553057, - 86.41529158071438, - 79.5308816340067, - 88.49847822455565, - 111.78617605367083, - 107.11327706779771, - 98.31408999655699, - 82.29031537507957, - 67.95337105654595, - 75.78280159905964, - 74.66447769839093, - 90.174326112562, - 88.40197032849598, - 77.06439403159892, - 78.13477689802504, - 86.86281016201418, - 82.47374191535063, - 67.72387325373494, - 77.00579360697111, - 83.88514123401654, - 67.0547570679382, - 72.25733485063905, - 69.0528442410546, - 67.16690865685658, - 120.10845350802333, - 114.69350081034138, - 106.44938895280323, - 80.95709759353677, - 81.04949607456206, - 70.41242998469382, - 89.47920324376778, - 142.06205328253756, - 109.7948667386525, - 95.49975038567638, - 107.20948278477408, - 126.01457126669267, - 142.39277012537727, - 121.17151495540033, - 115.14995041539618, - 93.01647792121797, - 85.82750867468305, - 73.72112556540212, - 81.6447620948782, - 80.57061185221832, - 69.88706539243293, - 85.67999973010738, - 110.41604524855506, - 98.13151026027211, - 76.84758800185374, - 117.8702411069678, - 132.83490215296638, - 110.97419147688409, - 101.42640115250077, - 76.18279276227271, - 59.342310563563174, - 81.69883894718294, - 139.32032346317803, - 151.22089911344744, - 126.71146463391563, - 106.02354698521309, - 89.72347973752811, - 68.59684606514391, - 42.379189845287726, - 26.18189953277659, - 16.175199800819897, - 9.993052195044365, - 6.173716145862952, - 3.814127086075894, - 2.3563709579498924, - 1.4557679820737908, - 0.8993746975539929, - 46.01110732362098, - 120.06890933895735, - 86.85127196293747, - 72.72766757836128, - 83.36558027234835, - 95.9289045032715, - 91.35265398313676, - 79.37961696876658, - 69.00065138185415, - 95.94717328736573, - 84.47028982651516, - 90.73609898564305, - 90.14033670815908, - 130.72698114507799, - 115.3824598436421, - 138.46010075492973, - 128.21495168091175, - 104.1390223468624, - 121.41272754686584, - 128.57904243151376, - 125.01026421266637, - 110.11012068412981, - 91.95872091442635, - 74.8192405506486, - 64.28809749531361, - 64.80824336678097, - 52.18096133302207, - 83.58825771063024, - 170.86456979298072, - 138.79627279495506, - 95.11558739392785, - 98.51050777220992, - 82.17435111362967, - 89.71164270583881, - 89.41411634310825, - 100.34182889440427, - 89.54719406362499, - 78.62869675044686, - 85.43703701729862, - 87.75315796987844, - 119.85106424305587, - 92.18374092442913, - 83.49945147436232, - 109.55913379384, - 91.31630770379893, - 115.50762537371018, - 109.8034894983704, - 97.44285252221293, - 102.00104162326136, - 98.58352899071193, - 109.25640528173035, - 95.05235488725609, - 79.73015052470917, - 71.03689563365232, - 108.48025634018106, - 134.1953162620605, - 121.60571449989767, - 143.09879815660918, - 108.65028742314864, - 118.93372262565633, - 84.07632918326536, - 60.19124815717715, - 114.83631230557059, - 105.04761836922798, - 82.0790416154354, - 65.90754240733958, - 54.621803240821755, - 47.445735774186275, - 46.98554956764537, - 64.77778272086078, - 84.99110514788914, - 88.23814953847408, - 86.1187742258924, - 69.34868853458903, - 93.4729972377113, - 109.64406611766104, - 118.59824400621186, - 123.47990371012817, - 100.84011370297415, - 81.36884412225903, - 65.93063847495205, - 52.26027415066429, - 47.61995497175101, - 50.65730802740789, - 77.33037005495065, - 86.59402751953598, - 89.00530587960584, - 78.99370043319753, - 62.76728006355313, - 54.921696181462984, - 63.89368857048168, - 70.73581433855995, - 73.74266885385626, - 61.70676756269979, - 43.94319018674716, - 71.25752622197957, - 99.88588137168709, - 76.92074188557469, - 81.02392746039084, - 122.39316713726258, - 133.29799646830492, - 92.54576781382836, - 66.12345789475252, - 109.28896928371232, - 99.73269285411692, - 96.98512393547978, - 90.74590368537156, - 82.64607840291664, - 61.837244965471356, - 43.60910331771691, - 70.8948036844527, - 99.29606439017117, - 81.85319804497975, - 106.65244453352344, - 179.69811621792107, - 178.83479014905652, - 110.48428546513173, - 94.68185186688683, - 85.36879897886139, - 56.00513177779577, - 34.60001804846221, - 49.986749342023984, - 73.7347128485882, - 62.185663664215525, - 83.4678345912866, - 84.77718941398655, - 78.21624696798956, - 71.56723858739447, - 110.51073248691728, - 108.6636165296597, - 83.43234410072151, - 58.54800759046751, - 42.891814009909915, - 46.21138138469138, - 79.58445454817387, - 88.30991744187024, - 117.895182775759, - 140.77531719409768, - 102.93854865792076, - 63.59552291703836, - 39.28936815042563, - 24.273005061589142, - 14.995883172876862, - 9.264469379212871, - 20.21749848917677, - 89.1468014677906, - 109.56333880506018, - 93.78860328004936, - 92.33208540526958, - 64.44417512849955, - 67.21795018267848, - 72.47408038996335, - 62.49836092155593, - 62.770544120621125, - 65.87376869327342, - 48.46948703761361, - 46.63277267380068, - 86.07128910900867, - 105.3663739663892, - 89.40129224467795, - 59.29828651772987, - 56.48568631239491, - 54.94297844879822, - 77.78870027639628, - 70.81609470701297, - 96.61396658305873, - 92.82599491123216, - 69.51103079333448, - 78.83450724771535, - 68.06520400147924, - 79.14993859594551, - 66.81700029676223, - 87.53605542109545, - 96.39231320336258, - 85.3605088093173, - 84.77017050159375, - 86.53677111451302, - 84.66304101794367, - 72.06388715871306, - 60.78054181576413, - 97.8990733386828, - 89.03396141861302, - 69.34913947464906, - 51.56520117928214, - 54.76103453758713, - 64.42281855711533, - 72.18450565092418, - 81.795348238621, - 81.55410411493153, - 77.06535354368721, - 76.40518620669081, - 85.88732271783834, - 76.32853872194342, - 68.4002655756071, - 56.892804147672884, - 59.90252481479074, - 62.64246263744985, - 76.96548924768014, - 56.14379991566004, - 74.06106699869743, - 68.38367994495843, - 51.27776283590465, - 49.457892641334965, - 48.48638444874415, - 86.26602081023934, - 113.0705175657123, - 115.73625623837957, - 118.1608171806042, - 97.10559425514681, - 65.99221156646416, - 90.79821917188093, - 84.67405599888606, - 94.70288691425581, - 101.2929363125978, - 80.31055884278257, - 84.3199293455085, - 60.325658888615024, - 44.15128571868021, - 40.6029924303728, - 76.25487015795059, - 105.63577875642302, - 111.58268071426643, - 107.36093562838498, - 105.69364220117721, - 78.90469127981113, - 63.177601091547885, - 55.7314461219346, - 87.36606341012316, - 101.54839561309173, - 120.01694537814127, - 117.44397763720868, - 101.94905277963716, - 69.54692670589588, - 57.22880433502808, - 87.86718948217882, - 87.53569424565562, - 114.01588929966043, - 104.69581706340406, - 94.07832316265097, - 84.29603221641118, - 96.60541097183417, - 85.19049667947661, - 76.60397421228738, - 76.5118006090225, - 77.2088554787076, - 75.96744661793278, - 62.55516026100744, - 46.152300235967516, - 49.41136945087464, - 74.58689543704875, - 110.24354599534036, - 119.90379778788895, - 106.36037348481725, - 76.94695595878488, - 57.299768199815105, - 49.14421595418152, - 55.75025042576335, - 57.19429368711814, - 62.849424267434266, - 67.8794045211259, - 60.68904457421393, - 111.28048462198879, - 93.11785300912071, - 77.2997944988808, - 58.425876104916426, - 64.77214489340801, - 83.43261247169825, - 65.44604597939694, - 67.12227222769614, - 71.874728488312, - 65.20482146554632, - 95.45014092741015, - 116.01458600491132, - 166.06039267163615, - 146.69305384224188, - 120.09395216024967, - 97.08304605046415, - 69.68399633892523, - 73.79869733025934, - 105.05888871204579, - 115.15433345981563, - 121.57552369625651, - 93.48379657900006, - 119.39199673589343, - 114.69931348919273, - 83.29698335739548, - 94.16523624440502, - 122.65875582268436, - 157.6784179003013, - 138.0450258813869, - 112.7657293764407, - 74.97470258973499, - 59.11739631257851, - 47.59057220782925, - 41.285503420931704, - 41.26297057094216, - 70.31474619137865, - 94.90347000946113, - 93.42963848182167, - 65.2973161892726, - 51.225719900692766, - 76.33128154445558, - 73.35808234441778, - 110.03087758797061, - 113.26863568810239, - 88.4951616126802, - 59.25379420702749, - 52.97782236844671, - 49.34972227157044, - 98.72993291606421, - 127.83397117946444, - 131.521836346644, - 90.24219867528566, - 120.03166628174868, - 102.44852950254332, - 74.87541375783155, - 92.99875159822963, - 76.7037363261642, - 70.8573961165008, - 82.03444000860509, - 75.67138113773403, - 101.31160643109867, - 77.8527695492042, - 61.9011172134046, - 126.18493913271587, - 125.27668421487014, - 77.39604206421184, - 47.815340617821256, - 29.5403581038605, - 18.250058362630952, - 11.274901579338316, - 6.965643785779064, - 18.953262454719425, - 72.87644138699915, - 102.02916315387424, - 120.14297599965283, - 129.04820775884215, - 132.8598232838066, - 139.3992234014462, - 144.92706800941573, - 146.19636298076975, - 112.47289159884762, - 105.59468121300469, - 117.96234086197839, - 120.38380612156854, - 103.16924276118885, - 109.63603801958006, - 120.95666477959364, - 117.65315888116285, - 113.72324985172123, - 106.56480871489379, - 91.03664945858486, - 87.87963571441101, - 95.68284018746665, - 88.0246387546527, - 78.84861046093026, - 84.13197107730923, - 86.76541238151927, - 113.16200563862398, - 128.3935613428648, - 123.2351825031743, - 108.5467112359954, - 141.09153337068324, - 159.87225425108565, - 129.64292739456135, - 109.69345510164926, - 86.05248627590473, - 68.83472667873272, - 67.51127504280755, - 64.70022275137003, - 65.24319191103373, - 91.67492168450958, - 108.62177493302552, - 120.73490724851573, - 127.65592200685266, - 134.3397464305105, - 137.00263319180755, - 141.42852997266596, - 142.8040753535038, - 124.33962288352738, - 97.5032410877164, - 84.16956305297612, - 74.23113633701975, - 73.98208025956075, - 90.19530494405879, - 116.80089073011645, - 125.51546572407229, - 102.28325562146416, - 98.45384775940008, - 79.94193771123376, - 57.22427560111185, - 49.72793231488368, - 45.39363735931677, - 43.022700340702016, - 41.28324750621318, - 26.698800334953994, - 16.49454155606408, - 10.19034180305591, - 6.295601833500594, - 3.8894281675704256, - 2.4028920301458587, - 1.484508740045767, - 15.881408174951778, - 27.326503015892563, - 34.164937576062776, - 41.77901228465075, - 41.93798774346371, - 48.23374301151733, - 50.742845526772186, - 49.95481948797676, - 37.93633056033439, - 30.399200275156378, - 44.144193323374985, - 39.42057756693973, - 30.742561796232888, - 26.417552426723866, - 43.222393665382114, - 57.628259260063686, - 88.30114900029498, - 110.83506258070678, - 104.86359648647735, - 96.4078043077409, - 92.95989729858219, - 111.67103699996801, - 104.55196690418539, - 94.62376066491807, - 84.61695368645518, - 96.8994744723467, - 90.20574035019183, - 82.39845961734979, - 109.8726332818764, - 129.54042168554787, - 128.91806890096322, - 112.2322085667212, - 155.26933765628888, - 169.82397591486023, - 141.4710562478373, - 127.76764095663978, - 146.74737768924098, - 144.3905360844664, - 157.1065234514451, - 120.57066087719774, - 121.99173373944303, - 109.90276331519354, - 97.78877842574202, - 88.33394138043205, - 83.9007268813251, - 99.47204108322465, - 96.81100436365341, - 89.63146316951511, - 77.12404028119182, - 76.0577131148974, - 65.5098037789398, - 56.745531611280846, - 73.89809183408163, - 107.18685254999164, - 83.74355161551911, - 74.24677881632043, - 69.34904225021498, - 69.542042403211, - 57.30650642370868, - 60.85716151283208, - 96.38366387840307, - 109.02585321846871, - 117.95341664154323, - 129.95374533723128, - 115.66557496891888, - 99.9616757793924, - 99.0364367352062, - 113.81619223362188, - 100.19086909726265, - 81.63833830040855, - 96.73400161237457, - 104.99873029266138, - 93.34498875314492, - 79.45674191965725, - 60.165255165323664, - 72.23826751434754, - 55.30459231664811, - 84.1910381620293, - 117.80600869469238, - 108.78656981096103, - 99.10312401031806, - 86.1591990057767, - 101.8641504854467, - 92.86433086170952, - 86.43107388161391, - 97.92816061582127, - 105.02622890856664, - 93.45208709663807, - 85.30315822440679, - 68.55318784693148, - 48.034501896667464, - 69.52832060122307, - 73.8459944264944, - 62.31621113506598, - 60.70893959486026, - 56.55724014239743, - 66.68320949409889, - 61.915387389402945, - 57.49324495919016, - 52.74636236966091, - 67.65923669871601, - 69.47985021096416, - 66.37269944160045, - 61.854950869783295, - 95.02615654808314, - 89.11212395300976, - 93.94011703809777, - 88.12849229939324, - 81.4946730690982, - 66.34521918008359, - 57.16350078752213, - 74.18712554959421, - 65.9800214463539, - 65.42019719633083, - 56.336022788330986, - 69.99895940368874, - 75.2713918955681, - 76.79630779819853, - 61.463995863611586, - 100.81556137809365, - 106.61586781498107, - 98.1816211999714, - 94.64108608850066, - 87.35056617977492, - 83.54471383089532, - 80.93390184289957, - 78.37666832451362, - 76.73200478169484, - 75.1439829203397, - 73.3280926336681, - 72.87189683411445, - 72.2980645752783, - 71.7420405884214, - 71.85207844029746, - 97.92210008239815, - 92.49933627576692, - 111.3227684570436, - 103.44483781236909, - 91.91633764872206, - 82.90592491813554, - 79.14385654301913, - 76.69463037072912, - 75.19518190449054, - 74.05238270064305, - 73.25565814243382, - 72.67713343197796, - 72.3537188372878, - 72.16217418295429, - 71.7556886600469, - 71.65210650858889, - 66.53085540576465, - 84.03568763350005, - 120.90594827673766, - 111.64243749124415, - 94.27875461364629, - 82.87431041788375, - 75.68959769817923, - 76.27186309575904, - 66.33870114444817, - 68.04269538126925, - 57.47094698161338, - 52.21459212392794, - 58.67079174458733, - 50.74568266148925, - 67.61316196040023, - 83.23026896291225, - 82.41959577206725, - 61.13859233355391, - 64.52777162778604, - 56.315345724294744, - 61.027624372080794, - 54.881387499348975, - 59.913486089234354, - 52.466188102920604, - 57.682182061732874, - 56.11485722599802, - 63.743611363364934, - 65.80171610833949, - 64.67580963867802, - 69.93589967130856, - 62.077636040973, - 71.64109693936366, - 71.00301958560435, - 72.92786016168424, - 58.71854649199547, - 36.27636796683692, - 22.411570985408268, - 13.845887617337159, - 8.554001146851691, - 5.284669184279591, - 9.467561976438832, - 27.127416923411843, - 53.59766207955183, - 58.85168540961073, - 53.936163911276246, - 48.149216643625145, - 75.05693055153456, - 92.95544472338561, - 64.28978914610269, - 56.17170165145674, - 53.14829396035354, - 64.56299950948637, - 68.65808979835052, - 87.85898921430531, - 105.93852482234192, - 106.44836044271527, - 98.0173042944105, - 99.81078560920955, - 107.59628904126909, - 75.85508659425572, - 121.81407477315008, - 136.88746838154256, - 129.98100950246757, - 110.6534919494541, - 110.67142144724008, - 94.22050400822025, - 85.4953642209767, - 106.32059354833034, - 131.6791198261123, - 130.57401661278254, - 87.37890529324545, - 73.92044173043436, - 98.03065506854095, - 82.42659607648956, - 70.19108987933156, - 57.52461482363332, - 53.83162023293861, - 78.57344643885816, - 80.815343529861, - 66.02553766755416, - 108.08924225674113, - 122.62088574013562, - 97.05775282439468, - 97.48665025728279, - 107.21622972575916, - 106.78573996100391, - 98.13162935887556, - 117.65478138235235, - 92.99390767066242, - 109.2480335559855, - 140.96422647634822, - 117.40851409088833, - 109.09478437337805, - 100.53252452708703, - 109.07482070078267, - 136.0056690497461, - 140.3991595822029, - 120.47927697702696, - 118.81989136831642, - 90.84409558895109, - 78.18604359858747, - 68.51770724488352, - 68.27180942189048, - 72.88356932153371, - 69.01006991749692, - 69.06444067418829, - 63.176267784552145, - 53.47682922667245, - 50.19690943645562, - 59.440962150079194, - 68.08264275742046, - 106.98591300782265, - 105.45132773832971, - 89.1943265333888, - 85.04089190122147, - 75.19131353777969, - 67.67773771610361, - 67.67773771610361, - 69.77747397640552, - 72.36206462883047, - 73.75766819037369, - 74.9793565213046, - 75.81814628130512, - 75.99004415388492, - 76.12196909857884, - 75.06827466150028, - 75.63454175438848, - 75.83676502386109, - 54.6662735545784, - 58.31519547039613, - 102.53719426579602, - 108.6375535161034, - 73.10597434134466, - 91.77212867819611, - 116.99749909842829, - 108.06040261510284, - 66.75980864826752, - 102.2356351486965, - 120.35983791250956, - 94.3756786557916, - 112.7952380701423, - 135.34209455469542, - 138.1635414221499, - 91.86235226212756, - 60.523552710306525, - 37.39150234378896, - 26.45616420612465, - 16.34464074929493, - 17.865494704586784, - 56.24177587523468, - 95.62403617144561, - 127.987252303817, - 152.59521898402713, - 158.3129991274005, - 158.57760388003092, - 154.25496239754716, - 141.51971279617064, - 113.76200583301912, - 77.75428635619733, - 62.506275256863184, - 57.21334996220416, - 73.31181893024588, - 71.39624746467317, - 69.74544218416308, - 64.4518662490982, - 91.42315894561821, - 88.39254097676258, - 82.10999502210336, - 73.14753008912295, - 61.2141000820831, - 168.58767374005137, - 165.57037670878694, - 141.46542704585863, - 157.62065322120455, - 162.87367635936192, - 174.24004331718672, - 121.70300370024644, - 93.35613861027277, - 57.675501839115725, - 41.16627799630855, - 41.907637531238876, - 33.98695662536881, - 166.11856439928943, - 126.53850658981231, - 87.60027827143773, - 72.22780315720439, - 94.82624209020496, - 128.69362753826925, - 121.61348715628509, - 87.44361751448392, - 70.59217046601229, - 90.93646919479299, - 87.26216725471478, - 83.66142139301027, - 90.30428525339909, - 99.46776092293406, - 77.34837378417765, - 83.99324151748424, - 65.37579379331578, - 129.38110310354634, - 173.5605239492949, - 160.32881067913684, - 132.85162230554863, - 93.1561515967293, - 73.62599843891509, - 61.53454866945405, - 57.991002324362704, - 38.977199257686834, - 30.70307670677724, - 42.65586032270009, - 39.350099033542364, - 158.25701481745668, - 134.51612211686958, - 98.40698489340971, - 91.23046615496804, - 149.13974317082324, - 133.98530911377858, - 100.29245725581477, - 66.60234164965168, - 41.14698332093617, - 25.420641293957484, - 15.704893813376005, - 9.702496755974582, - 5.994210748468652, - 3.7032284988842545, - 12.954219677568227, - 58.16133556161897, - 78.96461923253983, - 79.71723517736832, - 87.94620253296358, - 79.81658861180071, - 90.25001183128792, - 82.51551291037632, - 80.6600973802465, - 89.40187095502883, - 88.17251528013006, - 98.48184378596153, - 94.96291258623185, - 102.21863593067111, - 91.01796199654432, - 67.5704093813535, - 50.61808166078181, - 38.4556999156723, - 31.216826980854826, - 28.42311660755525, - 26.520118921428157, - 25.330515367757503, - 24.536956365214465, - 23.634729110753597, - 23.418753512214643, - 23.238585708766593, - 23.117943405744498, - 17.824090855034566, - 13.880173871435671, - 41.02193554072078, - 40.38487325080998, - 53.30113293871662, - 46.63338055185759, - 58.46480779976518, - 54.41467877167751, - 60.441472616755256, - 61.096444231436884, - 60.65668377890201, - 44.94910001350417, - 55.14534366936881, - 65.14389460591748, - 80.54889826126355, - 103.11072563878923, - 79.90118110983106, - 81.93304208557946, - 71.8491668382923, - 63.92967522435166, - 68.1148900105977, - 84.18408229506134, - 63.15307782685352, - 57.71970846032195, - 63.664358132489006, - 63.25041440002366, - 56.755020929463484, - 62.06858684023885, - 49.49606273770191, - 40.49231356745381, - 44.348616569364424, - 54.04688203872438, - 41.55895350240485, - 32.56303793151308, - 28.4957696195783, - 26.602858434431482, - 25.452925799449368, - 18.190914872724, - 14.841712214973708, - 10.349574706070284, - 9.444603257733126, - 8.401065381325418, - 61.62482573587755, - 68.5381961425024, - 53.16155396243945, - 39.52912672320954, - 42.65952162429017, - 39.25882955713138, - 32.56801213574323, - 32.5637741104852, - 43.20269471169766, - 39.260255157455845, - 34.271156000168226, - 62.39494217929607, - 57.90697846042671, - 43.89256744822678, - 66.67311572585318, - 71.51707088475186, - 55.19594033021226, - 42.083649732630406, - 48.601608351788904, - 45.487525329306045, - 37.30230724713888, - 35.96954120724046, - 46.35749508392784, - 34.26710346437753, - 45.26948576893172, - 48.472631533288805, - 45.75077107953056, - 58.634408359711195, - 56.14090391030054, - 62.73000383050312, - 76.6897388776757, - 76.97429315337597, - 91.83705469952898, - 95.17449553375054, - 88.01380514167782, - 105.31495884556004, - 100.15739188513881, - 92.71598874816898, - 68.41973423504201, - 77.31124362247077, - 74.2104016295043, - 53.63145189337054, - 67.63312172560825, - 71.50968024909464, - 64.9455208980929, - 98.95358920095065, - 121.61671064413026, - 104.75282970027098, - 86.19956089924753, - 110.16819992473171, - 106.44436059140425, - 95.90701239254585, - 59.25143383149414, - 36.60558621843581, - 45.758081619605065, - 59.47192183247821, - 104.09468079599198, - 105.02696814180564, - 80.97650338235516, - 59.81227184454098, - 40.98324784801413, - 28.852721823778445, - 27.296034707753144, - 23.881413093918642, - 15.698965555131876, - 18.724851864487324, - 20.48072845904201, - 14.152123986814448, - 16.065890278521433, - 18.485294839128105, - 41.22970298240988, - 55.944389500370924, - 44.60792699659258, - 37.238675760746624, - 25.949596254192386, - 21.142356035976096, - 21.82355139243142, - 19.418075590217217, - 13.515367763093177, - 29.990535893312632, - 72.24266038750986, - 81.4692546217246, - 83.5327605168061, - 72.467927277841, - 65.02595703732125, - 68.9081708241339, - 54.95023038031338, - 43.379163681617946, - 30.742405996284262, - 22.89346872211119, - 23.089207537858517, - 20.893446797413528, - 13.74024714932901, - 17.082908813987412, - 19.1967147821485, - 13.719672433319252, - 15.960685703040722, - 40.48646026354481, - 36.94630604240032, - 53.18942116109702, - 43.13644615693606, - 36.44150181961791, - 26.264748588712063, - 21.00570882953113, - 21.844934631365177, - 20.10352045042915, - 13.308281032856991, - 27.36570658417856, - 25.429499286122184, - 36.8603830360469, - 50.82056677714917, - 62.87006653499673, - 70.55212112076075, - 75.46390611654836, - 62.24130386086092, - 38.45273046566461, - 23.75612958832703, - 14.676557065858098, - 9.067189438688294, - 5.601717347477481, - 3.4607457419098147, - 2.2624113019743044, - 8.385388252052442, - 12.162838633754337, - 14.528807389784292, - 15.99579397793519, - 16.875888880364144, - 17.451069775302592, - 17.807702827402224, - 17.997986408065216, - 39.88484010157682, - 53.17247226447304, - 61.24949664947974, - 65.79449023893196, - 68.6421892710674, - 67.67133930909263, - 68.75415373622091, - 69.1052967703995, - 64.11692083408578, - 86.23307914115645, - 75.84275528595354, - 95.76438862985054, - 79.22197028058311, - 98.49596083228862, - 72.19642699297883, - 98.31160562958623, - 71.54261335989743, - 50.12924998612165, - 38.25156888030789, - 48.30751164509766, - 63.596513480726315, - 57.85788086821534, - 54.01782726279836, - 71.77643358135492, - 79.62387459792505, - 81.11699086490466, - 83.33543001117529, - 84.58445723357887, - 81.586802405609, - 79.58725820607428, - 70.37647828898263, - 86.46639330723315, - 58.25632917729133, - 43.52950223359041, - 34.013583626617475, - 28.301534776964324, - 24.50302655861466, - 22.360019091158282, - 14.513050300023469, - 12.352123673703938, - 23.035029247679038, - 22.814225929365687, - 27.958270859742, - 26.836905114340635, - 29.787929360046114, - 27.71198214745925, - 19.637255313873265, - 19.66406132836988, - 19.632258313708995, - 50.94463454171054, - 56.29059314847769, - 59.25540896884436, - 63.388909845366406, - 90.40767693693056, - 117.43854090033685, - 101.61005650412977, - 71.58104833128229, - 51.57476119651722, - 39.80009906710855, - 31.755565238912446, - 25.785575840638774, - 22.909072513112744, - 21.646462903301074, - 20.80530082072621, - 34.556546867402744, - 51.35240750634918, - 43.54380946071918, - 39.97313627387677, - 64.73639578056941, - 48.21359322623485, - 66.95450581390423, - 72.00211237647802, - 73.4116358106294, - 79.19721660723353, - 73.65372774730331, - 70.97713063380488, - 72.03443396523984, - 64.94901600974381, - 46.255230956844485, - 58.98755435531499, - 62.18254757775171, - 51.19024431492715, - 42.732213593601045, - 61.49208854634026, - 49.74994268049852, - 30.735556903691975, - 32.1190705927804, - 37.09238251910585, - 56.18256857148632, - 52.442480061486435, - 40.157075123269784, - 60.07779773139322, - 55.52178125146117, - 42.07959923265394, - 57.99519011751536, - 54.74511994532595, - 50.07251642614882, - 38.62086030383707, - 31.940361657334567, - 27.466835432607045, - 17.340792629768057, - 10.713156436183812, - 6.618597158536104, - 5.732120086262997, - 5.99617737011568, - 5.511539939150457, - 5.9506729039758595, - 5.30114543518033, - 37.527378420347105, - 36.937773921283544, - 44.14931546793878, - 36.94348997635907, - 53.58357704232913, - 69.01056954333237, - 58.70152742317943, - 66.32873863090909, - 68.65739601648441, - 0, - 30.643093462930572, - 28.036239288690904, - 25.665439042060555, - 24.016923806093278, - 34.186625838956445, - 56.03177386528503, - 61.46569297429528, - 45.962368470989794, - 45.24634378038803, - 56.711290285741704, - 63.48680768616455, - 66.8528110405907, - 66.37161736710827, - 0, - 0, - 11.457716268517503, - 10.69778770011989, - 23.552461794952517, - 21.312646034043826, - 28.353446830116127, - 25.154404667966475, - 22.77831535789812, - 19.361231183551975, - 27.407664207339863, - 24.429917734981323, - 41.54672021032083, - 73.35706305290265, - 78.30628661828275, - 77.94237744053895, - 77.3287313777768, - 0, - 32.20178253864107, - 38.9878293696281, - 48.31787764437583, - 46.3029921266965, - 52.43025019936455, - 48.08378322575227, - 53.56717434361237, - 35.53015367472843, - 39.41098878006919, - 32.06502371726811, - 72.4668633132736, - 72.97382571830524, - 71.32346258248138, - 159.58234928014542, - 126.61436178888856, - 85.17011588147864, - 56.79749684661052, - 35.08954186193588, - 21.67834880832479, - 25.324235061405258, - 44.31347062015322, - 55.92854647946809, - 63.12228504480738, - 53.653008766639246, - 33.146874451530536, - 47.65944144536789, - 57.08982984435685, - 54.410944877400986, - 57.91625945201808, - 72.6127815081246, - 72.68510174676386, - 69.85385914191002, - 52.02815000570484, - 67.74698565151283, - 99.73659374522884, - 107.45733974533111, - 98.3871779097463, - 68.04333418997629, - 62.25886623322864, - 68.74373106868346, - 71.29736448934425, - 75.74321717862365, - 94.80046625691861, - 89.62644707484367, - 65.81222256296022, - 89.26877958347625, - 99.65935951603672, - 84.59203769925115, - 63.508707067599616, - 97.22852310763533, - 93.91173104352978, - 77.41389876549212, - 64.70096091029397, - 56.7313684145813, - 38.52556869796386, - 47.111257084411704, - 53.3357145350705, - 56.28659508516499, - 43.922004936582155, - 54.300998197642755, - 64.24819866273319, - 67.53108414717948, - 56.236342616241906, - 72.44882569406536, - 68.86978808794353, - 67.38802203115006, - 75.17770710270256, - 71.48954827725737, - 65.66477317096013, - 57.38458136201159, - 49.60175715654981, - 64.86109125365796, - 70.04949664482076, - 52.00780569061571, - 66.46798003893576, - 60.948807262182434, - 44.167638466964426, - 0, - 0, - 0, - 0, - 0, - 0, - 36.60335867311987, - 31.14838062117124, - 30.169658409644875, - 46.77100566880459, - 54.072576442529474, - 69.75763144391422, - 84.53653062688466, - 80.18240097335301, - 57.13312305771218, - 54.46896216969759, - 93.12692142535563, - 90.39462196088772, - 70.4541683120131, - 82.67598399649837, - 91.41838536943582, - 87.2233916388076, - 63.20182801713592, - 71.53847458644374, - 67.95256298886916, - 56.84565697802249, - 62.196700590912215, - 99.21790417960456, - 88.23129712815476, - 63.52804028997765, - 90.63708527340137, - 88.81300085590883, - 72.69066006630455, - 82.78299538828703, - 66.99210540865745, - 88.52772314442865, - 79.43651954789276, - 62.0943047380026, - 65.35571981946356, - 63.167475313975785, - 71.02994113057538, - 105.09169579232771, - 112.5944603180547, - 96.86637225077158, - 71.16723994014296, - 74.90085573137505, - 71.5815739379281, - 59.417005977972345, - 99.1424667218326, - 80.98714532223052, - 53.93154321559555, - 42.52878026672858, - 56.77926645242072, - 59.18747734547946, - 63.836886939300776, - 59.658545450672314, - 64.61128859970589, - 64.15327393076603, - 45.13757582412455, - 0, - 0, - 0, - 0, - 0, - 2.350987081150119, - 18.66135382133979, - 38.18833253769223, - 100.41890970819962, - 96.29444335649637, - 73.82739970540027, - 84.01678023109787, - 80.69279328036744, - 77.0841977816449, - 65.51175476583393, - 100.07425291041082, - 112.88782134371186, - 86.54253292392391, - 98.75012979852806, - 91.86814568274701, - 75.6819113063216, - 59.551571581607966, - 68.03116569265208, - 74.56037413908281, - 70.3736211742223, - 51.98948870728951, - 96.66370696828845, - 93.88930974605103, - 74.1622144813929, - 67.36772909069182, - 77.87097519264412, - 78.58308856344883, - 82.36668540529116, - 86.49483306719705, - 84.03129857457768, - 57.90910949126687, - 45.505145993464545, - 94.03658131343539, - 106.311113595976, - 80.01410609399007, - 77.02252355812436, - 78.35066716624254, - 77.8689052722659, - 58.14826287685991, - 46.49384047026852, - 46.56873052247393, - 42.908036799518044, - 46.83842901520385, - 56.708212399254656, - 50.5441871023255, - 47.95320516253742, - 44.88066770679294, - 96.79423184233843, - 92.85659994534782, - 69.92343364566744, - 92.31839164869488, - 120.46975231674354, - 102.45904802795032, - 0, - 0, - 0, - 0, - 0, - 0, - 3.129085482337266, - 9.78330421314661, - 68.4883133272637, - 72.261204785866, - 61.4048153286781, - 56.6200037523673, - 124.73195203267932, - 123.68515219700126, - 100.57178500686601, - 69.37651505118497, - 85.53701798464466, - 85.41546938745492, - 63.27390788223811, - 88.25787967822778, - 116.672128290648, - 99.37467174219502, - 71.6086392268489, - 106.89006682518954, - 104.85068899737566, - 77.03269313082708, - 67.24364381471231, - 99.49245116049075, - 95.76950074237337, - 73.85382261006902, - 61.453216386465, - 65.06481149591336, - 67.0163642300995, - 80.9867661747103, - 95.95277815136748, - 83.24494325059625, - 69.15199609773907, - 49.643196434278664, - 51.70628092238687, - 57.69339734186599, - 47.71236942916777, - 89.03050205231143, - 110.26030886923992, - 94.66640255066787, - 68.5216707162948, - 77.11424140442188, - 78.13799897575255, - 63.0194061146036, - 74.28819161379444, - 79.07608314857308, - 73.62434486319002, - 58.623047520687976, - 84.42458074663922, - 94.57315198868564, - 92.95259637911606, - 67.53295169218606, - 96.77352137717986, - 93.42311980613086, - 97.58476758029833, - 123.53348719882187, - 152.5226688114161, - 158.6775747454553, - 169.2943690866238, - 210.00438987483798, - 217.063062817274, - 147.838520263359, - 91.33476356533075, - 71.6758112222778, - 44.28137713823247, - 27.357072460296372, - 16.901222635005414, - 10.441589719535541, - 6.450823010005001, - 3.985323942440923, - 2.4621365214266726, - 17.156382827047867, - 38.94167708733475, - 96.13277885980126, - 97.05803221227829, - 112.1310925602425, - 132.76167378120593, - 117.10457566695273, - 88.62182556266364, - 79.69048136883711, - 80.0927885941108, - 59.88540714292807, - 94.34467348047262, - 95.80575184348709, - 93.96682244087411, - 90.44012066502255, - 88.88910418887365, - 81.39121978912603, - 81.5874121353746, - 81.65921772839529, - 80.24144921828211, - 115.90421747277775, - 111.16562718261169, - 101.7776211868672, - 107.19353908676736, - 143.7190273714314, - 124.00783571946529, - 101.768553130112, - 89.78453576865957, - 68.98361671649457, - 75.13763082177034, - 146.70840359596454, - 137.63785067773347, - 129.89119158397924, - 118.07574695125871, - 87.14115346976372, - 84.26811488593549, - 96.49483159188311, - 122.36939067383442, - 122.14206932327296, - 112.80531467202022, - 93.36201649009794, - 75.6425466877415, - 119.85040978859452, - 120.29666428622099, - 114.98591232294041, - 110.17500182469536, - 92.54463659944506, - 76.5902123296233, - 104.19097113907135, - 144.7267345282127, - 126.98348487755783, - 106.81725176069456, - 74.86824794072179, - 58.66903471464009, - 43.175689448903725, - 45.362458092361685, - 42.50941228224157, - 39.83360829334465, - 47.20932394346585, - 46.300716693734294, - 53.0781579266501, - 49.50351452011667, - 55.630262551946686, - 51.11860956276817, - 56.76843640625073, - 57.33258265141537, - 59.76037469476696, - 67.14025488592029, - 69.11520343442551, - 71.2526429496884, - 71.67720344693987, - 73.30871814308027, - 74.61629127447229, - 73.31165259184667, - 75.84683347546051, - 75.30292994607196, - 75.17699059405244, - 75.14777902847636, - 74.99466187008727, - 75.01484230516164, - 55.546044089995426, - 47.46148610084552, - 50.242935332681476, - 61.56358988652452, - 45.577386821486684, - 34.46286705744438, - 28.36338159945866, - 44.197463359858745, - 56.167681521987774, - 66.37724304384012, - 68.4331431552872, - 51.94302704239153, - 32.09044628783556, - 32.65879803671164, - 45.8568878344496, - 50.571103534416395, - 60.861975400415965, - 67.2667130023411, - 71.07361158903153, - 63.39206567224919, - 44.66952209090443, - 31.94936570507224, - 52.0722076685737, - 60.67918427355496, - 66.180695646064, - 69.44556216342033, - 71.404200047132, - 101.4372645681021, - 107.19237120037533, - 71.68570660640658, - 60.52604068100249, - 55.52879700240425, - 102.43088617703359, - 85.60950717461402, - 59.415158580306034, - 43.32512235228409, - 35.880041753699224, - 41.37928280838108, - 55.639883107659465, - 67.28003213464135, - 66.95679777426864, - 41.365966616213356, - 54.29610605085004, - 64.64633079620816, - 52.188943428463325, - 48.3039060960287, - 61.55111447199384, - 66.05561639814404, - 50.18202715580708, - 40.772963208440224, - 42.17894140805918, - 49.53821139954381, - 55.248641555394585, - 63.933041303509576, - 69.09292165382926, - 60.15926226959353, - 73.13365875649399, - 120.2940293048818, - 109.01419299070847, - 108.96328788351398, - 94.13238331350122, - 90.18173619605574, - 94.09776080629662, - 66.26840885707139, - 48.04448069424504, - 36.55075191314101, - 49.568446603804716, - 57.25282564784904, - 96.88843572091876, - 94.39410770867704, - 73.45239910381468, - 96.98600778118482, - 104.585038491426, - 113.04133520247922, - 107.89962599165246, - 92.13978851085704, - 89.58295251077107, - 72.04555119815836, - 70.59366022667534, - 53.26880603922771, - 79.39518213901908, - 116.72421867379963, - 133.74834189781822, - 114.32464439746249, - 83.92776295415092, - 88.8070765822283, - 75.66668378819001, - 89.49750409905845, - 119.3180358426648, - 110.28687507979085, - 95.0356223685939, - 90.97005380127628, - 66.33253904625123, - 48.90076709978795, - 68.84988376287606, - 64.43685357322825, - 61.560015458639, - 70.142600443069, - 71.45909123200656, - 53.70081353833202, - 41.93538222683622, - 35.31354923901775, - 58.566058137218995, - 44.683608519796515, - 68.90817437381244, - 74.0386055068963, - 63.08343846699674, - 45.2664879312372, - 34.287084707904164, - 78.97294662204096, - 192.7589310492415, - 235.99497544955284, - 183.2086029583273, - 129.18710502837257, - 108.23347726373943, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 1.075578835446543, - 24.696155988075212, - 36.366843064652414, - 46.08567334049161, - 49.43893586175463, - 50.79744605253025, - 62.74951762047262, - 60.48618270962345, - 66.63399663984562, - 67.09703933911378, - 64.71679404548637, - 60.46408097875963, - 60.44914426512438, - 77.94265357083964, - 82.36678802042958, - 71.86299057230926, - 62.85685437145322, - 54.53219152037698, - 82.1163830186009, - 106.94589388391486, - 95.90708292349343, - 83.62272593051254, - 55.802115325903046, - 62.50883635389747, - 48.77849457157062, - 55.492175241623286, - 74.68640554418555, - 75.8881861438842, - 79.13220281753722, - 68.4683183199509, - 73.39444419246422, - 93.60028245554916, - 81.25274679006111, - 128.47117235585029, - 129.71007443443406, - 116.85688667222036, - 89.16109832725212, - 91.86330264784225, - 83.5680003174431, - 64.93854433432638, - 83.96424693323159, - 79.28507530632234, - 84.36378433710748, - 89.27359426492728, - 90.83416505770475, - 84.28110862476818, - 75.28126649040445, - 63.792163570832976, - 62.5401348316707, - 59.8153019810595, - 55.35962870119369, - 52.46465441487959, - 39.46206153594139, - 24.37969518204814, - 15.061796420043574, - 9.30519063937612, - 13.73899282067182, - 69.83776765540249, - 90.72062137918668, - 76.37801691166536, - 66.6811243094137, - 78.09989443029443, - 121.98753686029175, - 148.23188378991432, - 157.87714153178365, - 142.5922008905716, - 105.88923121229178, - 83.06751551357878, - 89.77844979571238, - 128.98299901476716, - 152.2564881569316, - 160.0909347542891, - 129.5218444017178, - 100.73301069931442, - 89.70525820843669, - 106.32548014763934, - 137.0545496326967, - 154.34425252108468, - 157.48438440299543, - 124.70022722386041, - 93.63343318570423, - 78.07955493646413, - 76.22619872492717, - 78.74413193759236, - 80.40501424038591, - 101.15534390911841, - 126.9009928565466, - 147.22687304054372, - 159.7743771962986, - 165.94511985052011, - 170.72807698209573, - 173.1813650829928, - 159.166242504254, - 165.43638018389933, - 170.7177762131289, - 173.58906495423656, - 175.09437346832777, - 176.1875530475969, - 176.73071567224991, - 163.43939069636383, - 168.79574657108463, - 172.75879988419882, - 174.9213185094717, - 176.59119492550266, - 177.26602954930118, - 177.3096892983271, - 168.2469774088461, - 174.1594716058607, - 178.77866234219476, - 179.84083320459732, - 115.33099768875712, - 71.25158846890237, - 44.01929196036708, - 54.32571064177856, - 65.8139215263468, - 76.28983785459889, - 80.45134896999484, - 81.87840169107476, - 78.38162874059708, - 99.26906579235809, - 99.38292200595357, - 90.57940171960892, - 84.93116617982623, - 77.757467212685, - 65.44869502905748, - 59.67103728381345, - 70.87276364765529, - 76.93983622623017, - 82.48173930024932, - 84.59929768618149, - 85.9717205232008, - 87.03156352441107, - 87.42269123325732, - 81.34397503865551, - 125.1390927198242, - 98.47820674334963, - 116.86639858989649, - 146.91208480199802, - 165.9606644089412, - 173.4943529848687, - 142.23626863007064, - 87.87368774119254, - 57.16858032257573, - 40.01926794377907, - 24.723937774751874, - 44.483156502821664, - 37.70868154229007, - 33.57097407258198, - 30.606495211849577, - 39.04607344831463, - 34.700461428174556, - 26.618481122341496, - 80.4862163172886, - 97.06910975051478, - 64.3067432468595, - 43.46910487914468, - 26.855249967739617, - 20.2009937047222, - 21.224960962071513, - 41.12982108015655, - 39.67075427157518, - 32.08464163297971, - 29.560820992373348, - 31.40226639305429, - 36.61754981728473, - 41.30856474625658, - 45.99736841419559, - 39.90554934507553, - 24.65368232774749, - 15.23106591170117, - 9.409765475297295, - 5.813361114278536, - 3.591499441056798, - 2.2188314094972745, - 1.8518275518895595, - 1.3938022377684403, - 10.188596026186541, - 21.171937859006416, - 35.39700820929753, - 55.66363172214912, - 63.33656963774212, - 68.24638456823881, - 71.53094463808155, - 72.60926189574842, - 63.55707330392038, - 54.58088506305186, - 49.1491332631841, - 52.534144230159626, - 61.11730502801481, - 66.74636134649118, - 71.53979072081736, - 121.47416243106184, - 112.61189402164575, - 129.19913477292522, - 118.16281193761596, - 145.77480815922556, - 132.36464280396785, - 140.79007718545577, - 115.18201012946295, - 88.41162728473373, - 78.58440550284767, - 71.54251423738577, - 63.357725016592916, - 62.41859875925588, - 60.784973054047676, - 69.0930343587331, - 78.65485043972538, - 75.24760813894635, - 81.0227714538352, - 72.95036823916821, - 77.49056923067143, - 72.60643580781785, - 71.04987213650453, - 71.64634094595957, - 65.8650823834677, - 52.6606373879565, - 60.68708313457328, - 65.13683903229982, - 58.2750058987269, - 65.28047430951047, - 85.05142889610927, - 109.81315210623497, - 128.75134766026164, - 137.39771547715085, - 127.51492785720173, - 110.495488250285, - 98.77527049424917, - 98.67991235785165, - 119.4587699438245, - 132.08163535368394, - 142.8087868208464, - 143.81773626017682, - 121.87044359603325, - 105.76307686690159, - 88.18272600277604, - 78.90879730808444, - 48.74992209418606, - 55.817402495895195, - 66.85496011657273, - 52.04450173568758, - 37.28003977740642, - 38.97212219533765, - 78.2929664187065, - 115.93263570849885, - 132.4696662156033, - 149.1779041556526, - 151.41622327185064, - 114.16872970617236, - 100.2005704844611, - 124.11961180974009, - 135.54572331239896, - 136.55981551260598, - 131.49784964276472, - 135.13699321009364, - 103.25023223342522, - 85.50587376353837, - 82.95336114233027, - 80.86339024162889, - 79.88337166377731, - 79.05641088536463, - 77.8263151358461, - 77.52213651193733, - 72.9256428444847, - 68.61300439316521, - 89.06329038228805, - 113.45273904522575, - 95.7126922511344, - 82.41242777692922, - 85.5808092121251, - 86.85020848656245, - 74.22674238896555, - 98.08431880651455, - 133.8990692278696, - 125.5321674587344, - 97.94775383465976, - 147.17120066424576, - 145.76048444081837, - 140.9919398927244, - 128.5087273217452, - 138.4930169034682, - 148.40012944608281, - 173.53494811239443, - 183.2395818794773, - 155.38939422325566, - 127.22922695484353, - 128.22909773432897, - 133.82208472930594, - 109.63063244158005, - 105.80326162864137, - 95.39628973440303, - 115.15278665317615, - 150.25437235870606, - 187.3471329524169, - 205.297097134248, - 150.66173729865088, - 107.00345265381424, - 123.39409695433221, - 131.6851456086349, - 89.58785449523359, - 110.1846159180574, - 116.0789128994406, - 99.26110265693272, - 75.65596378969164, - 114.456480415578, - 108.93477337880105, - 81.57898807419977, - 82.54948788105968, - 103.62927309403595, - 83.12557485892202, - 86.384612029802, - 79.21166050087037, - 82.87522384032194, - 78.36950480345513, - 92.50633103620494, - 89.6554323133342, - 85.56895711421818, - 66.42202293377376, - 69.82573709287448, - 83.24579039282882, - 81.95300025130938, - 83.74847428208997, - 84.56894026081224, - 104.9318203025382, - 87.59420897364018, - 122.32318311529055, - 98.92783824878705, - 106.9254095360877, - 134.58904098930904, - 138.34132482045004, - 118.8938502889, - 125.93801934299904, - 149.64275545016423, - 135.3350107384954, - 115.76201369696449, - 141.52078417057376, - 150.2157945848376, - 154.04659305240034, - 155.0875722667915, - 121.88165612165487, - 114.74267700966756, - 136.9711494301844, - 131.63582562127462, - 88.35085129008255, - 62.239395577903096, - 55.15658024033996, - 104.97968077251251, - 118.22360874922055, - 105.21091165549667, - 121.33502334587486, - 144.03706942257588, - 153.9391206793292, - 166.2275384169466, - 173.09970986067955, - 157.7189127088742, - 116.9059080948553, - 106.54858127842621, - 127.86542595273751, - 147.51074466051043, - 157.16388115334584, - 163.80117786788273, - 111.96630257031192, - 69.17287696282689, - 65.98723749141169, - 50.091873220375994, - 31.021409887717425, - 56.17917974958711, - 52.390003410564496, - 38.9787961831016, - 30.682227825221954, - 26.2131645512579, - 22.17375824288341, - 17.853545160685723, - 11.029935385915339, - 6.814303463122092, - 5.189950970936763, - 3.882839843951501, - 19.196682587300664, - 30.036553925246587, - 26.331860401667615, - 17.86958999464385, - 14.220282201365077, - 9.365852156299152, - 32.22925806956923, - 46.67866518748508, - 55.80578606122345, - 59.01638394132407, - 61.21063002260935, - 64.95942533056595, - 55.950659475778366, - 34.5663650139435, - 40.3588862071526, - 45.725474207552494, - 51.41905975111206, - 40.029903976095845, - 55.96175188556558, - 90.59762536333632, - 106.31623849842207, - 74.73087263606317, - 73.15677900927385, - 72.79244054878798, - 72.02584753770122, - 66.98327683870639, - 86.14481960357793, - 78.55809401158056, - 96.62066112023706, - 88.49205739139539, - 79.39719860340224, - 74.0685261670315, - 69.98762418513587, - 78.98371454121164, - 78.98371454121164, - 70.31021980205358, - 81.88166782103792, - 105.39134486554569, - 122.746022571729, - 129.4904982664175, - 135.40045060074038, - 138.0340159859104, - 139.66225779224766, - 141.0552511436327, - 138.8646918705749, - 123.12649698894667, - 143.40754158026735, - 140.0814172502154, - 137.07629904362855, - 121.1760843979847, - 116.60923939005163, - 100.94696840769417, - 74.20058732283867, - 112.60703699099547, - 140.00662743481905, - 117.6265398028847, - 110.00225722019603, - 106.06027284691501, - 105.3764129078633, - 111.91414296550788, - 104.68314032663216, - 72.12426171492925, - 52.122521104412286, - 41.175103750647445, - 69.42519413197279, - 64.51611167573147, - 46.37631674755353, - 87.11056812747869, - 90.80293475162682, - 90.33520904238648, - 66.1563457759468, - 46.843803788487854, - 44.392161772067325, - 45.625201369643484, - 74.95828205047303, - 64.4788377363016, - 60.87058785708572, - 94.22415789794275, - 122.00243028617301, - 111.21735430977864, - 106.43714849622579, - 103.86210356597907, - 95.97898709843123, - 103.36621636775061, - 87.49353794236302, - 98.10970059717047, - 92.3838579509758, - 143.87912331920987, - 138.98214587228392, - 127.0509398767425, - 101.53763229061245, - 83.85457687724545, - 70.38208875573179, - 57.99766668645838, - 87.17249127237167, - 114.20806361801057, - 151.5974611705424, - 164.94229765458505, - 184.0198405273003, - 232.5337934553344, - 238.2441728064588, - 183.31190236709082, - 144.5567453732587, - 101.29976237321043, - 62.58307935644611, - 38.66387965754025, - 23.886577738664418, - 14.757148044091487, - 9.11697861358894, - 5.632477142080149, - 3.4797491691786213, - 2.1497919964797974, - 1.3281433239682336, - 1.3107103120179802, - 0.9665367992380811, - 11.663202928478798, - 50.04696657125048, - 48.61538609302173, - 47.208160529342365, - 53.24434908220698, - 58.934305171114254, - 62.735813565967646, - 73.09461496175727, - 78.55330092951282, - 96.75609451945739, - 92.42914544553267, - 64.59375786388482, - 98.83443930871246, - 112.75797810190666, - 84.0593095226695, - 69.24553100172491, - 86.64562661380324, - 68.43233607003789, - 117.34897766589079, - 145.50076899737311, - 131.82240523913728, - 108.49713294061874, - 75.74744797123756, - 83.9582073819466, - 130.1091858833623, - 114.79647957643198, - 77.54069882922451, - 85.68227699980947, - 107.55841943294563, - 77.37181419231867, - 66.16716246855317, - 69.223472532647, - 74.18477525860669, - 79.42498685644952, - 84.92875495526332, - 91.03483866079436, - 93.79759511269904, - 71.46899730275628, - 117.67565766159431, - 147.80315018541043, - 120.44653305681038, - 82.27589443082239, - 68.37814043512003, - 64.22847212611136, - 48.20142782651652, - 40.37713604464108, - 54.11402518378744, - 62.48246707885925, - 73.60875403582045, - 83.34373736108677, - 87.08221965703272, - 88.45855247983624, - 65.81744692529678, - 54.5942948528579, - 97.89779682792856, - 84.30827509242187, - 79.22123011884034, - 72.8830384748472, - 81.36067808792053, - 80.20230291817826, - 83.29939015493292, - 99.40791645673838, - 107.2551596882133, - 90.61814537078499, - 126.42828840946098, - 136.12454526202407, - 120.94832860911697, - 82.19187991877384, - 59.89743190063891, - 66.62183743026571, - 53.31432970683216, - 77.43675677554262, - 77.30244045097942, - 66.63139482454066, - 59.8608247703812, - 45.00726827018721, - 113.82739056256263, - 167.12255081055227, - 130.57045362343547, - 90.11366888895975, - 103.52359731142492, - 93.2285444841876, - 81.26142204709768, - 63.20245041234184, - 82.82803857729357, - 86.71667038394835, - 76.05167977736383, - 77.20703845153753, - 91.84699485749736, - 116.39656553169628, - 114.85368135794927, - 152.94280425359682, - 137.92787647964582, - 101.04468432914608, - 75.58996128765669, - 73.58616349156179, - 61.206241704959986, - 48.13644132720376, - 60.15180778462205, - 57.73920590691548, - 70.67826822344095, - 78.71408211132433, - 84.08129021668793, - 135.38269048074534, - 200.18331658205886, - 182.21668348320145, - 207.1560855225878, - 249.12072072644426, - 174.4433258534527, - 260.115709238551, - 226.61434223015996, - 271.1731738539595, - 273.47762693572116, - 184.65500155406093, - 278.39099123853623, - 236.72850595233479, - 154.84424135278013, - 236.91488266372008, - 199.6541253632476, - 133.263320784483, - 114.6054141711908, - 92.49839583478548, - 95.4497683590281, - 97.11084341034172, - 97.32300156096092, - 95.51060294175613, - 78.7449123093578, - 83.29787542936464, - 88.24481334377215, - 89.8928646841752, - 90.67068013710865, - 62.65317709940366, - 38.70718610276228, - 23.913332497357636, - 14.773677156768883, - 10.319490093488382, - 17.514236900226024, - 191.30862679992907, - 251.20647518479814, - 213.56745087544692, - 186.55477195866752, - 142.5823702586194, - 126.86970123041417, - 107.29316183559138, - 134.07046282718264, - 123.24319728155803, - 89.74135833863215, - 101.47310543586234, - 91.21368854016453, - 100.77727119000816, - 97.20054826091483, - 131.61100246788175, - 141.65277656882643, - 130.20415961436575, - 87.64800189254274, - 83.76088568317812, - 83.9695522614184, - 63.41373852608646, - 80.07692496644283, - 80.07931899914591, - 59.351095737414234, - 79.88742236879382, - 87.08457391397988, - 83.96670943762557, - 104.74424145606187, - 98.15099435960184, - 65.21155471414966, - 42.567031383150834, - 45.47285691046656, - 74.74089061078276, - 76.06843823639527, - 71.84907842973475, - 87.21839384880013, - 80.73388764057908, - 74.84240194589553, - 54.17532005994601, - 69.27979270579745, - 83.17389915638284, - 82.56988685017112, - 89.1240466748052, - 104.6531390827928, - 100.22106485531896, - 91.85995208876375, - 66.78292279509536, - 84.93215770646175, - 76.90762099610627, - 78.48588556266641, - 79.61389337545349, - 78.30343656400876, - 79.04742709641201, - 90.38849092232934, - 98.86666075318043, - 91.34939984037386, - 79.681236128382, - 91.64829808732388, - 63.71387588898888, - 265.0108591295068, - 249.82886303237686, - 206.45382615546183, - 145.25024421329937, - 105.51081431573137, - 88.78625760570283, - 116.43283948332454, - 138.68591164944053, - 113.1870053425008, - 109.10651231082802, - 138.06240088636625, - 114.08007885715871, - 90.78570732736985, - 87.16632909508627, - 81.40130462651257, - 82.97596731308084, - 65.53421323768684, - 67.05391692009464, - 65.55900506424592, - 68.09297272957843, - 88.9789866112014, - 89.57553636540686, - 85.87933270665262, - 60.293665113989825, - 85.24001098099602, - 125.17387920176837, - 118.98938652380953, - 110.14800888067143, - 93.57749564235013, - 65.14113219528578, - 48.454223138427025, - 49.33636085395659, - 105.45796333249774, - 105.9271709522752, - 96.67655917795614, - 104.63599737105972, - 127.10992701036999, - 117.88338620920297, - 101.07718978575538, - 122.41507003949398, - 128.9690270138463, - 115.49851422719111, - 100.286858245211, - 122.4265700033602, - 114.582251346481, - 99.5196314030526, - 92.91668378278253, - 85.12922482391754, - 83.35866782487996, - 79.96070008146962, - 80.17603967328681, - 74.44375098469025, - 55.35997071246635, - 92.4180691720851, - 89.13956871424517, - 78.77544419570845, - 90.75611496957899, - 77.4204876034741, - 197.25296342670697, - 288.44613473836273, - 236.9072635962044, - 186.05740441155191, - 156.17686659999455, - 133.30945383990078, - 93.93025251376592, - 88.79956827004904, - 82.01436787172773, - 70.18343897801131, - 73.3482253238052, - 102.80263395688353, - 90.07445178347764, - 77.58864964091475, - 105.8168047233143, - 118.39220701030682, - 101.03235427284906, - 97.07466289792805, - 128.7520004099702, - 126.37649707549733, - 109.63939272986008, - 98.86954466992066, - 91.32761583554245, - 86.78960361320385, - 63.922905018729054, - 66.11949249441155, - 62.97624465370923, - 74.58774925252149, - 72.37615935458255, - 58.38842600401659, - 37.24881042054169, - 51.21061920026582, - 85.73629184016549, - 115.77756849778922, - 109.40801117215258, - 86.50963669943614, - 96.66626531895835, - 88.572344503569, - 88.46576997885977, - 110.15502331521441, - 101.37378762192796, - 92.75528200660493, - 78.6510024027892, - 78.86364826741597, - 76.70976507546528, - 63.067649313035275, - 48.29311305652955, - 53.95988178121668, - 66.24686649238818, - 65.45405443370926, - 47.6565561443573, - 42.92327999972402, - 66.60030216068238, - 125.75806498011066, - 168.46017591913187, - 181.99353351097494, - 145.4521948471913, - 124.14379251227699, - 110.26937517790323, - 125.5188980824544, - 122.53257015716308, - 99.40804430277223, - 139.57498064276996, - 161.64164931614098, - 133.80160103676337, - 98.85651589995042, - 74.99414835850246, - 91.146195369138, - 66.747189555593, - 69.561923680297, - 67.28502768595388, - 54.2563770696174, - 69.80676444406913, - 66.5758624556435, - 69.58784559809773, - 76.50311296947315, - 73.16802479220381, - 63.39040554737363, - 63.183376863643815, - 85.36220131203754, - 95.23208855066613, - 91.94416612371845, - 78.48610202797639, - 55.31277743384349, - 51.800260425190345, - 50.069327808174705, - 59.07355953498113, - 54.033571890631144, - 40.05699764337369, - 32.60904495743982, - 53.362161860029154, - 94.88648958503761, - 124.8203615930906, - 117.66962728441617, - 104.7195104778134, - 127.59325576884197, - 121.32458170283972, - 114.6307054111733, - 104.74837260705708, - 134.27169973951482, - 137.40856347446038, - 118.13539461662829, - 82.45353275439373, - 65.20339103007532, - 46.04730446792674, - 50.63191741744121, - 72.34056816456635, - 79.47049609323868, - 62.765600760378675, - 71.79672580680915, - 77.35143517016517, - 141.81223820254306, - 158.98655398812582, - 146.19149046692223, - 162.0710116918984, - 168.45520518993274, - 148.80856348326273, - 180.0434858603827, - 285.5048031176751, - 214.77415002386883, - 132.68765256463908, - 81.97454461422727, - 50.64394338754587, - 31.287871300913686, - 19.329673502148193, - 11.941888730817517, - 12.342703635793482, - 35.93982476224808, - 50.13215408679304, - 58.92625043611181, - 53.066244824774365, - 51.57402956322042, - 49.02725846966479, - 59.125660652820805, - 48.88337296516416, - 44.38760828437018, - 50.69639216353362, - 48.90893049380434, - 59.13204217583252, - 65.40557117963651, - 68.36477838167357, - 69.54055192272641, - 57.93390727873131, - 49.6597284637374, - 57.46869471803246, - 61.43268946197572, - 53.95090173522721, - 42.456661140792946, - 49.39647189313046, - 46.84780702162446, - 54.55180299571066, - 49.60228555256891, - 68.47054046383747, - 95.24686527808045, - 107.67758638737367, - 95.91258072559295, - 82.447714281795, - 64.53032019029395, - 45.28441417859549, - 40.43012014254348, - 171.94369102844252, - 158.80941578100746, - 135.67637090898194, - 106.79154810175059, - 85.76557557725201, - 67.07377468699886, - 69.6278065798849, - 60.501696368490165, - 60.501696368490165, - 44.85880837005567, - 53.17560477608265, - 61.29668391877624, - 56.20691003078402, - 54.48862306800562, - 51.17260980746113, - 44.02280625719967, - 54.47202361913637, - 62.29767898343166, - 50.31833155763333, - 50.01633195414202, - 58.382813670573206, - 71.94597184597126, - 70.14438628073904, - 72.60573651351598, - 82.60895912059405, - 130.69352864588032, - 152.85995804344708, - 132.21300420947074, - 116.11477386441511, - 100.40884823739059, - 93.28212983983619, - 90.57739776924979, - 102.12181212173743, - 103.56436508290489, - 93.82839552235717, - 93.83531657548947, - 77.46537640116573, - 76.20270068982178, - 73.666930533283, - 81.66127549985353, - 73.0903475251591, - 76.86653003118505, - 91.59699963680508, - 108.56230112748557, - 93.206141708691, - 65.03245184406624, - 73.64034770064073, - 68.00114022433442, - 80.41608835707247, - 93.24415337945739, - 77.1536537128141, - 76.87548367649441, - 74.27893097596514, - 69.55266853102623, - 96.87959348256116, - 91.93969685878542, - 90.3839008547678, - 79.17251099472111, - 107.1879100780538, - 96.26383324588564, - 76.79540003818765, - 53.19214098316349, - 61.46705135237299, - 61.91132262078266, - 60.70553290569813, - 93.31026069347185, - 83.17157759561535, - 59.54920021578558, - 69.27773892328736, - 65.1328111940406, - 59.68035230181829, - 98.36474088289704, - 167.5592335477467, - 164.95707283512834, - 108.65159376148205, - 109.21432598100247, - 120.7798630970375, - 152.16130446952528, - 136.39529574276585, - 116.27187422941115, - 102.00568416091818, - 81.20971513237103, - 70.7238787981327, - 71.64242274128902, - 60.19799212529718, - 61.946114113662404, - 55.56367928661837, - 56.78189587756726, - 98.80905339575347, - 109.33895141778991, - 76.05853437649846, - 100.60651781695698, - 94.67604207367621, - 99.51265886809846, - 131.59693093830452, - 128.00282359116295, - 115.58252788620081, - 106.47494795420955, - 93.85453338147049, - 80.95996763484905, - 134.7623563905095, - 122.37109485755103, - 100.77338536931227, - 91.32113132202824, - 94.81591292678189, - 89.19762561807444, - 81.07503337386467, - 60.94875988019315, - 0, - 0, - 0, - 0, - 0, - 12.378161466633653, - 46.911693383836806, - 54.76287967912641, - 91.0122025595389, - 113.94544063689344, - 239.76512612361532, - 220.6517528052038, - 151.44704825811993, - 106.04463573588879, - 96.55119023536909, - 78.70475647359852, - 71.22786290734132, - 63.971369003923414, - 67.2066316843208, - 57.830604560727814, - 64.68682148935446, - 69.11268129447393, - 71.30810683458733, - 71.90039225394572, - 72.36516884473514, - 72.53355448195757, - 72.33138456848836, - 59.770954825932456, - 53.377481480382194, - 52.865829209080424, - 40.038513122249704, - 25.293239896405684, - 33.28181319632392, - 30.26213454395118, - 25.644543583461406, - 43.0792016293565, - 53.89726541865368, - 75.6849338368033, - 114.25492961081046, - 127.28509276201612, - 108.69639977673815, - 95.44314481470899, - 102.33319441807728, - 109.92700887265354, - 88.1512684115918, - 192.74971395070546, - 168.34313448430234, - 147.4330256534918, - 105.16228151345454, - 87.08755110243192, - 62.00952187916459, - 46.00577864110161, - 47.47233910754351, - 44.48413796510387, - 55.13613329012171, - 63.67885742149118, - 68.76385817265539, - 59.15621691413113, - 58.547075176372125, - 53.39099321196532, - 62.93653063655658, - 60.38651343094222, - 54.32598759189155, - 41.986746080556095, - 43.76060748554319, - 55.267979842748524, - 62.694287496330475, - 92.72231164802588, - 92.99326914960766, - 90.78645980891116, - 178.1117457717921, - 184.24738017796932, - 121.95052899300524, - 116.37649458223709, - 126.22282539867848, - 107.33358235115792, - 72.504579803274, - 92.03106276312604, - 80.59757734043956, - 68.04097029681492, - 77.51256588094444, - 71.92654016256536, - 88.7762262810272, - 87.18735422376382, - 81.34107135735906, - 80.02556757024992, - 78.00957120999333, - 56.36994224165937, - 75.51535250499956, - 131.3753616957389, - 145.7695849158653, - 98.94603891299408, - 88.59763879851987, - 154.9014427808693, - 151.03409903749755, - 130.54624761413947, - 141.44464628840942, - 145.61798422893014, - 195.69237786588607, - 171.41832551645942, - 208.16716257107342, - 294.7258764120952, - 237.43450526030728, - 161.50666456232972, - 127.09766674437711, - 89.41655535200522, - 224.90105085132134, - 208.9757445441953, - 170.580673723129, - 131.76911645955235, - 101.68791849820938, - 71.87617370932952, - 53.66946918439311, - 45.35143026768567, - 79.98784138379428, - 78.74564652571893, - 203.56955862563692, - 191.90742427121577, - 135.86934310282976, - 122.07083196525406, - 104.58343537189481, - 110.28958710733899, - 87.55114064282911, - 106.22614965906419, - 112.94732939057943, - 124.57232925866914, - 108.51352493545626, - 114.85036136942307, - 133.96741935385916, - 122.9201369694035, - 169.588242874176, - 215.31487790680637, - 251.58455896351163, - 187.1675134293074, - 122.51158322921113, - 75.68776032336692, - 46.75996270531849, - 28.88834473184622, - 17.84724394681921, - 11.026042490629003, - 6.811898429103024, - 35.238252013842164, - 69.70336756351267, - 89.70739279847376, - 111.48417208200041, - 123.14576238906496, - 137.38088592077696, - 141.36101772011878, - 137.49095590081618, - 134.75624423305652, - 135.2941584809394, - 134.34170262748776, - 140.70721087169682, - 144.89253330518264, - 149.02491015877843, - 252.59303951817895, - 194.2631069434471, - 153.51384826190463, - 117.50952187984791, - 88.63917747688755, - 71.95454844996864, - 77.66779241660333, - 60.20681570602871, - 78.1362792952255, - 80.07130922664494, - 57.2260486423517, - 92.20425005228705, - 125.60491292216734, - 178.47169103930082, - 214.9920902920395, - 179.90218078167777, - 146.07216330454136, - 116.88314713904438, - 100.3789393400317, - 73.27780766867608, - 70.11434448302529, - 91.45641318515206, - 80.30512461517755, - 72.10737327478213, - 73.06562304424834, - 67.48435397616869, - 92.66035472111875, - 91.91239867237157, - 132.46636368507896, - 122.05339385308538, - 124.22014886524602, - 91.57884275232072, - 92.57452991205605, - 96.7236952036986, - 91.43922520503172, - 67.88568709237042, - 62.97923438727421, - 58.920773747238826, - 51.11739921831763, - 63.97481836555635, - 77.95039281013808, - 88.34517130730771, - 89.17815331924947, - 84.77089868419834, - 54.541736001886704, - 50.556753119060595, - 56.361879071949936, - 54.88348425695354, - 53.00535348482958, - 51.77959868209178, - 50.60664392872801, - 72.9697781583432, - 69.79053255609394, - 50.893619554917706, - 53.70937965472604, - 86.02790430660406, - 87.96086626709553, - 81.79082697975427, - 83.86278312244366, - 76.65525020566338, - 50.14448384384122, - 54.05304539646431, - 61.84190082120626, - 72.90477131807081, - 75.63577179743383, - 84.8723494373775, - 87.57233686515185, - 70.59462630099189, - 90.43590438542063, - 86.61897630381091, - 88.4436307570204, - 109.86158816218123, - 102.55556140094212, - 100.07666456023583, - 102.13865617490802, - 112.76239541196685, - 112.26480903883241, - 92.67133590489826, - 91.91053780385305, - 100.18894271476988, - 99.5498706480915, - 88.87165720518597, - 108.07994140508124, - 102.79498666010079, - 110.41720197426412, - 106.82759332589717, - 92.46664091697231, - 133.5095003237728, - 218.6229558032821, - 0, - 0, - 0, - 25.97336216814984, - 40.25562241873429, - 64.71204366972667, - 73.33936037859331, - 68.72876196747902, - 81.4584932360194, - 83.3544927264469, - 88.52292628954176, - 81.11208395755281, - 85.93030573232554, - 85.80414637627813, - 81.17943907111916, - 103.49160677492931, - 117.1958803360178, - 84.01274160421477, - 80.44680648176568, - 70.86054941262375, - 98.3138200950622, - 96.91758809628406, - 73.74908485574694, - 79.39541956336085, - 82.5365652761737, - 83.36037094868723, - 88.56007356199746, - 85.48893336233303, - 85.87613641518142, - 87.32977434671633, - 86.86897284971812, - 102.02751677968865, - 97.72787109997881, - 73.79859312697796, - 65.42093542401864, - 66.64416907650389, - 67.48704581074786, - 124.58960030935384, - 121.91058126198708, - 109.6520243379068, - 103.08141723510317, - 100.60542629443195, - 97.02755710942678, - 128.5116567108582, - 146.71744736417804, - 182.81717974722687, - 198.8883528889232, - 257.51554724715004, - 223.41334173118557, - 268.84060453442373, - 258.59516306657105, - 209.46905059360785, - 159.37924366187923, - 128.48027755352038, - 82.48865594008451, - 50.96156180194681, - 31.484096227486464, - 19.450901428687384, - 12.016783446945952, - 7.423979034607604, - 4.5865405621752116, - 2.8335686604737815, - 1.7505811285818647, - 1.081510510225136, - 0.6681581131146842, - 0.41278865059576925, - 0.2550211794426403, - 0.1575523015723677, - 0.09733594592026222, - 7.757335297570142, - 43.26512262449592, - 52.180131946572665, - 48.60213271319252, - 120.36466159354194, - 167.08752529827825, - 135.10534363682333, - 111.56675613684057, - 86.64923592788938, - 100.32456978969404, - 94.1659184261471, - 77.85450780785952, - 198.39000650331695, - 171.28864929760053, - 210.4699925874091, - 225.39608057256459, - 158.54437045079067, - 139.52899483653354, - 107.59766163273535, - 158.44615486094176, - 201.0888585049681, - 151.08944919194477, - 124.7660475825396, - 110.3205918742669, - 103.90584840790201, - 78.39463932986014, - 62.270905710034455, - 211.36562356622852, - 186.25206963719754, - 127.36118799757634, - 303.24453297445115, - 299.97638782504987, - 226.797575059934, - 181.08281878035024, - 137.77039199284974, - 145.73682703610507, - 145.11211115265453, - 161.83206197138153, - 197.2898652744306, - 191.46959084378577, - 174.2402171361459, - 126.14253028419158, - 117.89483320904085, - 205.3778686741376, - 174.93047425066368, - 171.5336826656603, - 178.61585927998715, - 188.96940529977968, - 195.5604572022541, - 186.9855634394774, - 165.32258088287807, - 136.61836316232342, - 109.98242028045397, - 107.89876889882807, - 135.25811992250595, - 144.2295068299706, - 120.68593264465191, - 104.14876273604902, - 78.99047328764723, - 61.625862022586624, - 69.34443644377083, - 68.19745160315348, - 72.29130463804225, - 76.66771097042717, - 91.88745679935653, - 122.9780404781838, - 122.5346550474215, - 129.19794798380892, - 145.97394190054914, - 128.94925137942926, - 95.13894607727269, - 80.22063161855402, - 63.47920102072584, - 51.68684432402917, - 49.532393803202005, - 51.46642762591758, - 55.85904560521993, - 64.3072672971525, - 76.69142705258346, - 71.17514111435369, - 67.32439907978222, - 58.831519600561585, - 86.54567257332188, - 85.860482760785, - 85.860482760785, - 66.54165750547149, - 69.61780528818713, - 58.89926534805854, - 71.25016233079707, - 115.39982955500238, - 137.1800108217989, - 153.5331624449178, - 151.33091242112812, - 123.42148408903462, - 113.38021517128483, - 109.03730710483777, - 95.83624088359169, - 111.84989331916667, - 103.67923431978596, - 92.91028696593737, - 68.85313100112502, - 69.47302716849408, - 68.63358028774904, - 80.72874520291873, - 77.0608755632414, - 73.75202204398084, - 91.22318682762827, - 89.91469905754545, - 69.15945403750166, - 64.18493030695299, - 61.821458153257566, - 54.022767032329746, - 80.99349804577132, - 80.52365198195649, - 74.42927094907722, - 60.14937632511894, - 63.544867799547276, - 54.19668248509721, - 74.01204256902756, - 118.17218553415792, - 135.28982729989426, - 167.34438971174177, - 164.94403411198027, - 128.95965778486052, - 102.84148963485252, - 86.55557729342556, - 108.68471325361392, - 102.3850070590812, - 87.74457430892097, - 84.3460409166495, - 65.34530783761691, - 67.60472656755873, - 69.92137098956711, - 111.26907283929171, - 148.74659853353745, - 157.96479502592237, - 156.8303821894573, - 153.1783085795568, - 118.76093808092934, - 134.0372525891569, - 120.70772548557319, - 88.45483686989623, - 110.5914595639856, - 104.84410808268406, - 97.87305754732242, - 87.28469896651258, - 92.10625625738122, - 113.49443361100613, - 229.95407552026975, - 264.12393241591735, - 226.5425680848674, - 168.7270653161703, - 109.3332977340159, - 93.47117479800045, - 93.14472843575024, - 110.41545953976012, - 100.77199373617752, - 108.4518241186911, - 100.94283397338829, - 87.69428102032116, - 67.93928590595195, - 89.95854366648064, - 123.44445774187992, - 151.1597731766338, - 155.7917627687898, - 122.11541076439046, - 97.99365580200171, - 65.27127818162657, - 55.50049183433518, - 49.84865096248887, - 49.83307319329232, - 43.54670019190435, - 57.463456572800034, - 75.87930064490783, - 75.93566648054295, - 63.45092352595779, - 70.23619598351002, - 103.06517806494274, - 111.22621339587454, - 96.85259855262717, - 121.03953834674441, - 129.8085169672217, - 84.80301242890668, - 107.0891381426438, - 101.44076658704387, - 91.04226776095557, - 70.71859766611772, - 62.590175467539346, - 66.95213882162429, - 61.600205295572074, - 67.71608243076169, - 92.91784680200536, - 125.13523277259567, - 129.21491733541464, - 88.75125143980769, - 59.9480458800406, - 41.971766392837026, - 34.31369459944619, - 36.65186393443728, - 42.048494823983255, - 58.70433085545248, - 96.132413392706, - 124.77158707060879, - 150.29573167139318, - 150.50368883957665, - 131.1830973347049, - 107.53049440396298, - 94.59895297070257, - 80.3111469529921, - 77.25833554310707, - 70.5088632330885, - 268.20604336124643, - 264.35894768519177, - 196.78089462411566, - 184.49498715133547, - 146.4378416303503, - 152.14402472567386, - 119.32468512236949, - 105.45434457999303, - 103.10396139355512, - 128.86520247840366, - 142.8047154483384, - 124.89334116142177, - 128.10214404371047, - 111.37669680804593, - 127.58811070753214, - 172.9600789107591, - 170.47917294992126, - 105.32217805249027, - 87.35661515212698, - 53.96899114367411, - 50.956232286462836, - 45.83508153443411, - 37.71304953149374, - 23.299154078047764, - 16.944093743523094, - 12.62791356200674, - 9.211648744231507, - 22.17492454194176, - 19.07665859824079, - 29.453494351865615, - 19.04823414749058, - 15.1109191910346, - 22.465063811073875, - 20.849189385924724, - 12.88064693626535, - 25.439631525206995, - 29.473125354563965, - 24.250451818429777, - 14.981949760069956, - 10.974535717458329, - 22.637124205247595, - 16.513039603443744, - 42.93559183109342, - 51.2296573610961, - 47.32975675002196, - 133.9531437503306, - 113.03626666755258, - 79.63890972168267, - 81.72644914011636, - 82.57276669907607, - 67.07103329147947, - 90.0844588759912, - 88.94376653628625, - 71.01289064624062, - 55.367542553163126, - 60.51041192392742, - 99.33387150158329, - 107.25005170915036, - 98.73927661984115, - 84.98344414145913, - 82.90398916176733, - 72.90928332029284, - 60.2580344649857, - 110.73937191236011, - 145.34272009804803, - 127.00793773315783, - 96.36117938465576, - 84.96426751621722, - 65.7217305910712, - 51.82336011133916, - 56.576475169555195, - 98.38906317734326, - 132.85105954954136, - 143.98146536230738, - 160.66630455741532, - 183.2225107105397, - 180.5944024103811, - 118.93865855209366, - 96.66472377360257, - 110.92596385484046, - 91.84030157383197, - 78.69125053183222, - 100.40872707507589, - 118.12324200255807, - 91.5134786120213, - 84.28048473907279, - 105.52845228707659, - 101.33004291292563, - 74.0670000212268, - 51.284476772058895, - 257.56592926627775, - 253.87145333142837, - 177.7588984713199, - 131.11997943834282, - 88.93528369529557, - 73.02349923896796, - 66.12301523998995, - 69.4141340237625, - 70.75797007464413, - 59.80341917051169, - 63.519248150974875, - 109.1241201749674, - 118.25791608799489, - 81.22543636528522, - 55.12526400542629, - 174.0973302271269, - 171.60011175309225, - 150.0892943872575, - 114.22556091192172, - 110.02942898715439, - 88.57171542025347, - 130.66034908967904, - 119.70579039420262, - 105.01896690451066, - 87.26186465909926, - 80.21494822403076, - 89.15171049283438, - 83.37517309335182, - 91.98026523536666, - 138.90509167751742, - 154.032667955343, - 125.46891234382542, - 133.24210978784373, - 123.65822792711376, - 108.09724190305856, - 102.66747563118763, - 91.35660665113785, - 81.35930613925893, - 64.2234266211648, - 79.02420070648249, - 76.30232215626712, - 101.9892686616906, - 121.96552745185359, - 110.65643988167055, - 125.70882816476735, - 165.24104605434272, - 162.87086040969567, - 130.89283307902264, - 113.64918969803209, - 142.2367690797051, - 138.97553587220503, - 119.45588873905047, - 101.54010016523483, - 93.958091643295, - 78.77638771333324, - 78.32855200193792, - 85.94023981298977, - 95.45238691233989, - 142.27342957467934, - 111.28999420329515, - 222.9974347828809, - 183.2693431843545, - 137.16132720134163, - 114.86364805696766, - 110.01362932073266, - 92.48603939700968, - 87.94298041657989, - 84.21996962903887, - 75.3949091997889, - 77.39841916107835, - 146.01320835181755, - 159.2211420624563, - 204.65882736120943, - 148.2041923060825, - 123.69075430413763, - 135.0705372750336, - 118.88730445997297, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100, - -100 - ] - } - ], - "xaxis": [ - 0, - 400, - 800, - 1200, - 1912, - 2312, - 2712, - 3112, - 3512, - 3912, - 4312, - 4712, - 5112, - 5512, - 5912, - 6312, - 6712, - 7112, - 7512, - 7912, - 8312, - 8712, - 9112, - 9512, - 9912, - 10312, - 10712, - 11112, - 11512, - 11912, - 12312, - 12712, - 13112, - 13512, - 13912, - 14312, - 14712, - 15112, - 15512, - 15912, - 16312, - 16712, - 17112, - 17512, - 17912, - 18312, - 18712, - 19112, - 19512, - 19912, - 20312, - 20712, - 21112, - 21512, - 21912, - 22312, - 22712, - 23112, - 23512, - 23912, - 24312, - 24712, - 25112, - 25512, - 25912, - 26312, - 26712, - 27112, - 27512, - 27912, - 28312, - 28712, - 29112, - 29512, - 29912, - 30312, - 30712, - 31112, - 31512, - 31912, - 32312, - 32712, - 33112, - 33512, - 33912, - 34312, - 34712, - 35112, - 35512, - 35912, - 36312, - 36712, - 37112, - 37512, - 37912, - 38312, - 38712, - 39112, - 39512, - 39912, - 40312, - 40712, - 41112, - 41512, - 41912, - 42312, - 42712, - 43112, - 43512, - 43912, - 44312, - 44712, - 45112, - 45512, - 45912, - 46312, - 46712, - 47112, - 47512, - 47912, - 48312, - 48712, - 49112, - 49512, - 49912, - 50312, - 50712, - 51112, - 51512, - 51912, - 52312, - 52712, - 53112, - 53512, - 53912, - 54312, - 54712, - 55112, - 55512, - 55912, - 56312, - 56712, - 57112, - 57512, - 57912, - 58312, - 58712, - 59112, - 59512, - 59912, - 60312, - 60712, - 61112, - 61512, - 61912, - 62312, - 62712, - 63112, - 63512, - 63912, - 64312, - 64712, - 65112, - 65512, - 65912, - 66312, - 66712, - 67112, - 67512, - 67912, - 68312, - 68712, - 69112, - 69512, - 69912, - 70312, - 70712, - 71112, - 71512, - 71912, - 72312, - 72712, - 73112, - 73512, - 73912, - 74312, - 74712, - 75112, - 75512, - 75912, - 76312, - 76712, - 77112, - 77512, - 77912, - 78312, - 78712, - 79112, - 79512, - 79912, - 80312, - 80712, - 81112, - 81512, - 81912, - 82312, - 82712, - 83112, - 83512, - 83912, - 84312, - 84712, - 85112, - 85512, - 85912, - 86312, - 86712, - 87112, - 87512, - 87912, - 88312, - 88712, - 89112, - 89512, - 89912, - 90312, - 90712, - 91112, - 91512, - 91912, - 92312, - 92712, - 93112, - 93512, - 93912, - 94312, - 94712, - 95112, - 95512, - 95912, - 96312, - 96712, - 97112, - 97512, - 97912, - 98312, - 98712, - 99112, - 99512, - 99912, - 100312, - 100712, - 101112, - 101512, - 101912, - 102312, - 102712, - 103112, - 103512, - 103912, - 104312, - 104712, - 105112, - 105512, - 105912, - 106312, - 106712, - 107112, - 107512, - 107912, - 108312, - 108712, - 109112, - 109512, - 109912, - 110312, - 110712, - 111112, - 111512, - 111912, - 112312, - 112712, - 113112, - 113512, - 113912, - 114312, - 114712, - 115112, - 115512, - 115912, - 116312, - 116712, - 117112, - 117512, - 117912, - 118312, - 118712, - 119112, - 119512, - 119912, - 120312, - 120712, - 121112, - 121512, - 121912, - 122312, - 122712, - 123112, - 123512, - 123912, - 124312, - 124712, - 125112, - 125512, - 125912, - 126312, - 126712, - 127112, - 127512, - 127912, - 128312, - 128712, - 129112, - 129512, - 129912, - 130312, - 130712, - 131112, - 131512, - 131912, - 132312, - 132712, - 133112, - 133512, - 133912, - 134312, - 134712, - 135112, - 135512, - 135912, - 136312, - 136712, - 137112, - 137512, - 137912, - 138312, - 138712, - 139112, - 139512, - 139912, - 140312, - 140712, - 141112, - 141512, - 141912, - 142312, - 142712, - 143112, - 143512, - 143912, - 144312, - 144712, - 145112, - 145512, - 145912, - 146312, - 146712, - 147112, - 147512, - 147912, - 148312, - 148712, - 149112, - 149512, - 149912, - 150312, - 150712, - 151112, - 151512, - 151912, - 152312, - 152712, - 153112, - 153512, - 153912, - 154312, - 154712, - 155112, - 155512, - 155912, - 156312, - 156712, - 157112, - 157512, - 157912, - 158312, - 158712, - 159112, - 159512, - 159912, - 160312, - 160712, - 161112, - 161512, - 161912, - 162312, - 162712, - 163112, - 163512, - 163912, - 164312, - 164712, - 165112, - 165512, - 165912, - 166312, - 166712, - 167112, - 167512, - 167912, - 168312, - 168712, - 169112, - 169512, - 169912, - 170312, - 170712, - 171112, - 171512, - 171912, - 172312, - 172712, - 173112, - 173512, - 173912, - 174312, - 174712, - 175112, - 175512, - 175912, - 176312, - 176712, - 177112, - 177512, - 177912, - 178312, - 178712, - 179112, - 179512, - 179912, - 180312, - 180712, - 181112, - 181512, - 181912, - 182312, - 182712, - 183112, - 183512, - 183912, - 184312, - 184712, - 185112, - 185512, - 185912, - 186312, - 186712, - 187112, - 187512, - 187912, - 188312, - 188712, - 189112, - 189512, - 189912, - 190312, - 190712, - 191112, - 191512, - 191912, - 192312, - 192712, - 193112, - 193512, - 193912, - 194312, - 194712, - 195112, - 195512, - 195912, - 196312, - 196712, - 197112, - 197512, - 197912, - 198312, - 198712, - 199112, - 199512, - 199912, - 200312, - 200712, - 201112, - 201512, - 201912, - 202312, - 202712, - 203112, - 203512, - 203912, - 204312, - 204712, - 205112, - 205512, - 205912, - 206312, - 206712, - 207112, - 207512, - 207912, - 208312, - 208712, - 209112, - 209512, - 209912, - 210312, - 210712, - 211112, - 211512, - 211912, - 212312, - 212712, - 213112, - 213512, - 213912, - 214312, - 214712, - 215112, - 215512, - 215912, - 216312, - 216712, - 217112, - 217512, - 217912, - 218312, - 218712, - 219112, - 219512, - 219912, - 220312, - 220712, - 221112, - 221512, - 221912, - 222312, - 222712, - 223112, - 223512, - 223912, - 224312, - 224712, - 225112, - 225512, - 225912, - 226312, - 226712, - 227112, - 227512, - 227912, - 228312, - 228712, - 229112, - 229512, - 229912, - 230312, - 230712, - 231112, - 231512, - 231912, - 232312, - 232712, - 233112, - 233512, - 233912, - 234312, - 234712, - 235112, - 235512, - 235912, - 236312, - 236712, - 237112, - 237512, - 237912, - 238312, - 238712, - 239112, - 239512, - 239912, - 240312, - 240712, - 241112, - 241512, - 241912, - 242312, - 242712, - 243112, - 243512, - 243912, - 244312, - 244712, - 245112, - 245512, - 245912, - 246312, - 246712, - 247112, - 247512, - 247912, - 248312, - 248712, - 249112, - 249512, - 249912, - 250312, - 250712, - 251112, - 251512, - 251912, - 252312, - 252712, - 253112, - 253512, - 253912, - 254312, - 254712, - 255112, - 255512, - 255912, - 256312, - 256712, - 257112, - 257512, - 257912, - 258312, - 258712, - 259112, - 259512, - 259912, - 260312, - 260712, - 261112, - 261512, - 261912, - 262312, - 262712, - 263112, - 263512, - 263912, - 264312, - 264712, - 265112, - 265512, - 265912, - 266312, - 266712, - 267112, - 267512, - 267912, - 268312, - 268712, - 269112, - 269512, - 269912, - 270312, - 270712, - 271112, - 271512, - 271912, - 272312, - 272712, - 273112, - 273512, - 273912, - 274312, - 274712, - 275112, - 275512, - 275912, - 276312, - 276712, - 277112, - 277512, - 277912, - 278312, - 278712, - 279112, - 279512, - 279912, - 280312, - 280712, - 281112, - 281512, - 281912, - 282312, - 282712, - 283112, - 283512, - 283912, - 284312, - 284712, - 285112, - 285512, - 285912, - 286312, - 286712, - 287112, - 287512, - 287912, - 288312, - 288712, - 289112, - 289512, - 289912, - 290312, - 290712, - 291112, - 291512, - 291912, - 292312, - 292712, - 293112, - 293512, - 293912, - 294312, - 294712, - 295112, - 295512, - 295912, - 296312, - 296712, - 297112, - 297512, - 297912, - 298312, - 298712, - 299112, - 299512, - 299912, - 300312, - 300712, - 301112, - 301512, - 301912, - 302312, - 302712, - 303112, - 303512, - 303912, - 304312, - 304712, - 305112, - 305512, - 305912, - 306312, - 306712, - 307112, - 307512, - 307912, - 308312, - 308712, - 309112, - 309512, - 309912, - 310312, - 310712, - 311112, - 311512, - 311912, - 312312, - 312712, - 313112, - 313512, - 313912, - 314312, - 314712, - 315112, - 315512, - 315912, - 316312, - 316712, - 317112, - 317512, - 317912, - 318312, - 318712, - 319112, - 319512, - 319912, - 320312, - 320712, - 321112, - 321512, - 321912, - 322312, - 322712, - 323112, - 323512, - 323912, - 324312, - 324712, - 325112, - 325512, - 325912, - 326312, - 326712, - 327112, - 327512, - 327912, - 328312, - 328712, - 329112, - 329512, - 329912, - 330312, - 330712, - 331112, - 331512, - 331912, - 332312, - 332712, - 333112, - 333512, - 333912, - 334312, - 334712, - 335112, - 335512, - 335912, - 336312, - 336712, - 337112, - 337512, - 337912, - 338312, - 338712, - 339112, - 339512, - 339912, - 340312, - 340712, - 341112, - 341512, - 341912, - 342312, - 342712, - 343112, - 343512, - 343912, - 344312, - 344712, - 345112, - 345512, - 345912, - 346312, - 346712, - 347112, - 347512, - 347912, - 348312, - 348712, - 349112, - 349512, - 349912, - 350312, - 350712, - 351112, - 351512, - 351912, - 352312, - 352712, - 353112, - 353512, - 353912, - 354312, - 354712, - 355112, - 355512, - 355912, - 356312, - 356712, - 357112, - 357512, - 357912, - 358312, - 358712, - 359112, - 359512, - 359912, - 360312, - 360712, - 361112, - 361512, - 361912, - 362312, - 362712, - 363112, - 363512, - 363912, - 364312, - 364712, - 365112, - 365512, - 365912, - 366312, - 366712, - 367112, - 367512, - 367912, - 368312, - 368712, - 369112, - 369512, - 369912, - 370312, - 370712, - 371112, - 371512, - 371912, - 372312, - 372712, - 373112, - 373512, - 373912, - 374312, - 374712, - 375112, - 375512, - 375912, - 376312, - 376712, - 377112, - 377512, - 377912, - 378312, - 378712, - 379112, - 379512, - 379912, - 380312, - 380712, - 381112, - 381512, - 381912, - 382312, - 382712, - 383112, - 383512, - 383912, - 384312, - 384712, - 385112, - 385512, - 385912, - 386312, - 386712, - 387112, - 387512, - 387912, - 388312, - 388712, - 389112, - 389512, - 389912, - 390312, - 390712, - 391112, - 391512, - 391912, - 392312, - 392712, - 393112, - 393512, - 393912, - 394312, - 394712, - 395112, - 395512, - 395912, - 396312, - 396712, - 397112, - 397512, - 397912, - 398312, - 398712, - 399112, - 399512, - 399912, - 400312, - 400712, - 401112, - 401512, - 401912, - 402312, - 402712, - 403112, - 403512, - 403912, - 404312, - 404712, - 405112, - 405512, - 405912, - 406312, - 406712, - 407112, - 407512, - 407912, - 408312, - 408712, - 409112, - 409512, - 409912, - 410312, - 410712, - 411112, - 411512, - 411912, - 412312, - 412712, - 413112, - 413512, - 413912, - 414312, - 414712, - 415112, - 415512, - 415912, - 416312, - 416712, - 417112, - 417512, - 417912, - 418312, - 418712, - 419112, - 419512, - 419912, - 420312, - 420712, - 421112, - 421512, - 421912, - 422312, - 422712, - 423112, - 423512, - 423912, - 424312, - 424712, - 425112, - 425512, - 425912, - 426312, - 426712, - 427112, - 427512, - 427912, - 428312, - 428712, - 429112, - 429512, - 429912, - 430312, - 430712, - 431112, - 431512, - 431912, - 432312, - 432712, - 433112, - 433512, - 433912, - 434312, - 434712, - 435112, - 435512, - 435912, - 436312, - 436712, - 437112, - 437512, - 437912, - 438312, - 438712, - 439112, - 439512, - 439912, - 440312, - 440712, - 441112, - 441512, - 441912, - 442312, - 442712, - 443112, - 443512, - 443912, - 444312, - 444712, - 445112, - 445512, - 445912, - 446312, - 446712, - 447112, - 447512, - 447912, - 448312, - 448712, - 449112, - 449512, - 449912, - 450312, - 450712, - 451112, - 451512, - 451912, - 452312, - 452712, - 453112, - 453512, - 453912, - 454312, - 454712, - 455112, - 455512, - 455912, - 456312, - 456712, - 457112, - 457512, - 457912, - 458312, - 458712, - 459112, - 459512, - 459912, - 460312, - 460712, - 461112, - 461512, - 461912, - 462312, - 462712, - 463112, - 463512, - 463912, - 464312, - 464712, - 465112, - 465512, - 465912, - 466312, - 466712, - 467112, - 467512, - 467912, - 468312, - 468712, - 469112, - 469512, - 469912, - 470312, - 470712, - 471112, - 471512, - 471912, - 472312, - 472712, - 473112, - 473512, - 473912, - 474312, - 474712, - 475112, - 475512, - 475912, - 476312, - 476712, - 477112, - 477512, - 477912, - 478312, - 478712, - 479112, - 479512, - 479912, - 480312, - 480712, - 481112, - 481512, - 481912, - 482312, - 482712, - 483112, - 483512, - 483912, - 484312, - 484712, - 485112, - 485512, - 485912, - 486312, - 486712, - 487112, - 487512, - 487912, - 488312, - 488712, - 489112, - 489512, - 489912, - 490312, - 490712, - 491112, - 491512, - 491912, - 492312, - 492712, - 493112, - 493512, - 493912, - 494312, - 494712, - 495112, - 495512, - 495912, - 496312, - 496712, - 497112, - 497512, - 497912, - 498312, - 498712, - 499112, - 499512, - 499912, - 500312, - 500712, - 501112, - 501512, - 501912, - 502312, - 502712, - 503112, - 503512, - 503912, - 504312, - 504712, - 505112, - 505512, - 505912, - 506312, - 506712, - 507112, - 507512, - 507912, - 508312, - 508712, - 509112, - 509512, - 509912, - 510312, - 510712, - 511112, - 511512, - 511912, - 512312, - 512712, - 513112, - 513512, - 513912, - 514312, - 514712, - 515112, - 515512, - 515912, - 516312, - 516712, - 517112, - 517512, - 517912, - 518312, - 518712, - 519112, - 519512, - 519912, - 520312, - 520712, - 521112, - 521512, - 521912, - 522312, - 522712, - 523112, - 523512, - 523912, - 524312, - 524712, - 525112, - 525512, - 525912, - 526312, - 526712, - 527112, - 527512, - 527912, - 528312, - 528712, - 529112, - 529512, - 529912, - 530312, - 530712, - 531112, - 531512, - 531912, - 532312, - 532712, - 533112, - 533512, - 533912, - 534312, - 534712, - 535112, - 535512, - 535912, - 536312, - 536712, - 537112, - 537512, - 537912, - 538312, - 538712, - 539112, - 539512, - 539912, - 540312, - 540712, - 541112, - 541512, - 541912, - 542312, - 542712, - 543112, - 543512, - 543912, - 544312, - 544712, - 545112, - 545512, - 545912, - 546312, - 546712, - 547112, - 547512, - 547912, - 548312, - 548712, - 549112, - 549512, - 549912, - 550312, - 550712, - 551112, - 551512, - 551912, - 552312, - 552712, - 553112, - 553512, - 553912, - 554312, - 554712, - 555112, - 555512, - 555912, - 556312, - 556712, - 557112, - 557512, - 557912, - 558312, - 558712, - 559112, - 559512, - 559912, - 560312, - 560712, - 561112, - 561512, - 561912, - 562312, - 562712, - 563112, - 563512, - 563912, - 564312, - 564712, - 565112, - 565512, - 565912, - 566312, - 566712, - 567112, - 567512, - 567912, - 568312, - 568712, - 569112, - 569512, - 569912, - 570312, - 570712, - 571112, - 571512, - 571912, - 572312, - 572712, - 573112, - 573512, - 573912, - 574312, - 574712, - 575112, - 575512, - 575912, - 576312, - 576712, - 577112, - 577512, - 577912, - 578312, - 578712, - 579112, - 579512, - 579912, - 580312, - 580712, - 581112, - 581512, - 581912, - 582312, - 582712, - 583112, - 583512, - 583912, - 584312, - 584712, - 585112, - 585512, - 585912, - 586312, - 586712, - 587112, - 587512, - 587912, - 588312, - 588712, - 589112, - 589512, - 589912, - 590312, - 590712, - 591112, - 591512, - 591912, - 592312, - 592712, - 593112, - 593512, - 593912, - 594312, - 594712, - 595112, - 595512, - 595912, - 596312, - 596712, - 597112, - 597512, - 597912, - 598312, - 598712, - 599112, - 599512, - 599912, - 600312, - 600712, - 601112, - 601512, - 601912, - 602312, - 602712, - 603112, - 603512, - 603912, - 604312, - 604712, - 605112, - 605512, - 605912, - 606312, - 606712, - 607112, - 607512, - 607912, - 608312, - 608712, - 609112, - 609512, - 609912, - 610312, - 610712, - 611112, - 611512, - 611912, - 612312, - 612712, - 613112, - 613512, - 613912, - 614312, - 614712, - 615112, - 615512, - 615912, - 616312, - 616712, - 617112, - 617512, - 617912, - 618312, - 618712, - 619112, - 619512, - 619912, - 620312, - 620712, - 621112, - 621512, - 621912, - 622312, - 622712, - 623112, - 623512, - 623912, - 624312, - 624712, - 625112, - 625512, - 625912, - 626312, - 626712, - 627112, - 627512, - 627912, - 628312, - 628712, - 629112, - 629512, - 629912, - 630312, - 630712, - 631112, - 631512, - 631912, - 632312, - 632712, - 633112, - 633512, - 633912, - 634312, - 634712, - 635112, - 635512, - 635912, - 636312, - 636712, - 637112, - 637512, - 637912, - 638312, - 638712, - 639112, - 639512, - 639912, - 640312, - 640712, - 641112, - 641512, - 641912, - 642312, - 642712, - 643112, - 643512, - 643912, - 644312, - 644712, - 645112, - 645512, - 645912, - 646312, - 646712, - 647112, - 647512, - 647912, - 648312, - 648712, - 649112, - 649512, - 649912, - 650312, - 650712, - 651112, - 651512, - 651912, - 652312, - 652712, - 653112, - 653512, - 653912, - 654312, - 654712, - 655112, - 655512, - 655912, - 656312, - 656712, - 657112, - 657512, - 657912, - 658312, - 658712, - 659112, - 659512, - 659912, - 660312, - 660712, - 661112, - 661512, - 661912, - 662312, - 662712, - 663112, - 663512, - 663912, - 664312, - 664712, - 665112, - 665512, - 665912, - 666312, - 666712, - 667112, - 667512, - 667912, - 668312, - 668712, - 669112, - 669512, - 669912, - 670312, - 670712, - 671112, - 671512, - 671912, - 672312, - 672712, - 673112, - 673512, - 673912, - 674312, - 674712, - 675112, - 675512, - 675912, - 676312, - 676712, - 677112, - 677512, - 677912, - 678312, - 678712, - 679112, - 679512, - 679912, - 680312, - 680712, - 681112, - 681512, - 681912, - 682312, - 682712, - 683112, - 683512, - 683912, - 684312, - 684712, - 685112, - 685512, - 685912, - 686312, - 686712, - 687112, - 687512, - 687912, - 688312, - 688712, - 689112, - 689512, - 689912, - 690312, - 690712, - 691112, - 691512, - 691912, - 692312, - 692712, - 693112, - 693512, - 693912, - 694312, - 694712, - 695112, - 695512, - 695912, - 696312, - 696712, - 697112, - 697512, - 697912, - 698312, - 698712, - 699112, - 699512, - 699912, - 700312, - 700712, - 701112, - 701512, - 701912, - 702312, - 702712, - 703112, - 703512, - 703912, - 704312, - 704712, - 705112, - 705512, - 705912, - 706312, - 706712, - 707112, - 707512, - 707912, - 708312, - 708712, - 709112, - 709512, - 709912, - 710312, - 710712, - 711112, - 711512, - 711912, - 712312, - 712712, - 713112, - 713512, - 713912, - 714312, - 714712, - 715112, - 715512, - 715912, - 716312, - 716712, - 717112, - 717512, - 717912, - 718312, - 718712, - 719112, - 719512, - 719912, - 720312, - 720712, - 721112, - 721512, - 721912, - 722312, - 722712, - 723112, - 723512, - 723912, - 724312, - 724712, - 725112, - 725512, - 725912, - 726312, - 726712, - 727112, - 727512, - 727912, - 728312, - 728712, - 729112, - 729512, - 729912, - 730312, - 730712, - 731112, - 731512, - 731912, - 732312, - 732712, - 733112, - 733512, - 733912, - 734312, - 734712, - 735112, - 735512, - 735912, - 736312, - 736712, - 737112, - 737512, - 737912, - 738312, - 738712, - 739112, - 739512, - 739912, - 740312, - 740712, - 741112, - 741512, - 741912, - 742312, - 742712, - 743112, - 743512, - 743912, - 744312, - 744712, - 745112, - 745512, - 745912, - 746312, - 746712, - 747112, - 747512, - 747912, - 748312, - 748712, - 749112, - 749512, - 749912, - 750312, - 750712, - 751112, - 751512, - 751912, - 752312, - 752712, - 753112, - 753512, - 753912, - 754312, - 754712, - 755112, - 755512, - 755912, - 756312, - 756712, - 757112, - 757512, - 757912, - 758312, - 758712, - 759112, - 759512, - 759912, - 760312, - 760712, - 761112, - 761512, - 761912, - 762312, - 762712, - 763112, - 763512, - 763912, - 764312, - 764712, - 765112, - 765512, - 765912, - 766312, - 766712, - 767112, - 767512, - 767912, - 768312, - 768712, - 769112, - 769512, - 769912, - 770312, - 770712, - 771112, - 771512, - 771912, - 772312, - 772712, - 773112, - 773512, - 773912, - 774312, - 774712, - 775112, - 775512, - 775912, - 776312, - 776712, - 777112, - 777512, - 777912, - 778312, - 778712, - 779112, - 779512, - 779912, - 780312, - 780712, - 781112, - 781512, - 781912, - 782312, - 782712, - 783112, - 783512, - 783912, - 784312, - 784712, - 785112, - 785512, - 785912, - 786312, - 786712, - 787112, - 787512, - 787912, - 788312, - 788712, - 789112, - 789512, - 789912, - 790312, - 790712, - 791112, - 791512, - 791912, - 792312, - 792712, - 793112, - 793512, - 793912, - 794312, - 794712, - 795112, - 795512, - 795912, - 796312, - 796712, - 797112, - 797512, - 797912, - 798312, - 798712, - 799112, - 799512, - 799912, - 800312, - 800712, - 801112, - 801512, - 801912, - 802312, - 802712, - 803112, - 803512, - 803912, - 804312, - 804712, - 805112, - 805512, - 805912, - 806312, - 806712, - 807112, - 807512, - 807912, - 808312, - 808712, - 809112, - 809512, - 809912, - 810312, - 810712, - 811112, - 811512, - 811912, - 812312, - 812712, - 813112, - 813512, - 813912, - 814312, - 814712, - 815112, - 815512, - 815912, - 816312, - 816712, - 817112, - 817512, - 817912, - 818312, - 818712, - 819112, - 819512, - 819912, - 820312, - 820712, - 821112, - 821512, - 821912, - 822312, - 822712, - 823112, - 823512, - 823912, - 824312, - 824712, - 825112, - 825512, - 825912, - 826312, - 826712, - 827112, - 827512, - 827912, - 828312, - 828712, - 829112, - 829512, - 829912, - 830312, - 830712, - 831112, - 831512, - 831912, - 832312, - 832712, - 833112, - 833512, - 833912, - 834312, - 834712, - 835112, - 835512, - 835912, - 836312, - 836712, - 837112, - 837512, - 837912, - 838312, - 838712, - 839112, - 839512, - 839912, - 840312, - 840712, - 841112, - 841512, - 841912, - 842312, - 842712, - 843112, - 843512, - 843912, - 844312, - 844712, - 845112, - 845512, - 845912, - 846312, - 846712, - 847112, - 847512, - 847912, - 848312, - 848712, - 849112, - 849512, - 849912, - 850312, - 850712, - 851112, - 851512, - 851912, - 852312, - 852712, - 853112, - 853512, - 853912, - 854312, - 854712, - 855112, - 855512, - 855912, - 856312, - 856712, - 857112, - 857512, - 857912, - 858312, - 858712, - 859112, - 859512, - 859912, - 860312, - 860712, - 861112, - 861512, - 861912, - 862312, - 862712, - 863112, - 863512, - 863912, - 864312, - 864712, - 865112, - 865512, - 865912, - 866312, - 866712, - 867112, - 867512, - 867912, - 868312, - 868712, - 869112, - 869512, - 869912, - 870312, - 870712, - 871112, - 871512, - 871912, - 872312, - 872712, - 873112, - 873512, - 873912, - 874312, - 874712, - 875112, - 875512, - 875912, - 876312, - 876712, - 877112, - 877512, - 877912, - 878312, - 878712, - 879112, - 879512, - 879912, - 880312, - 880712, - 881112, - 881512, - 881912, - 882312, - 882712, - 883112, - 883512, - 883912, - 884312, - 884712, - 885112, - 885512, - 885912, - 886312, - 886712, - 887112, - 887512, - 887912, - 888312, - 888712, - 889112, - 889512, - 889912, - 890312, - 890712, - 891112, - 891512, - 891912, - 892312, - 892712, - 893112, - 893512, - 893912, - 894312, - 894712, - 895112, - 895512, - 895912, - 896312, - 896712, - 897112, - 897512, - 897912, - 898312, - 898712, - 899112, - 899512, - 899912, - 900312, - 900712, - 901112, - 901512, - 901912, - 902312, - 902712, - 903112, - 903512, - 903912, - 904312, - 904712, - 905112, - 905512, - 905912, - 906312, - 906712, - 907112, - 907512, - 907912, - 908312, - 908712, - 909112, - 909512, - 909912, - 910312, - 910712, - 911112, - 911512, - 911912, - 912312, - 912712, - 913112, - 913512, - 913912, - 914312, - 914712, - 915112, - 915512, - 915912, - 916312, - 916712, - 917112, - 917512, - 917912, - 918312, - 918712, - 919112, - 919512, - 919912, - 920312, - 920712, - 921112, - 921512, - 921912, - 922312, - 922712, - 923112, - 923512, - 923912, - 924312, - 924712, - 925112, - 925512, - 925912, - 926312, - 926712, - 927112, - 927512, - 927912, - 928312, - 928712, - 929112, - 929512, - 929912, - 930312, - 930712, - 931112, - 931512, - 931912, - 932312, - 932712, - 933112, - 933512, - 933912, - 934312, - 934712, - 935112, - 935512, - 935912, - 936312, - 936712, - 937112, - 937512, - 937912, - 938312, - 938712, - 939112, - 939512, - 939912, - 940312, - 940712, - 941112, - 941512, - 941912, - 942312, - 942712, - 943112, - 943512, - 943912, - 944312, - 944712, - 945112, - 945512, - 945912, - 946312, - 946712, - 947112, - 947512, - 947912, - 948312, - 948712, - 949112, - 949512, - 949912, - 950312, - 950712, - 951112, - 951512, - 951912, - 952312, - 952712, - 953112, - 953512, - 953912, - 954312, - 954712, - 955112, - 955512, - 955912, - 956312, - 956712, - 957112, - 957512, - 957912, - 958312, - 958712, - 959112, - 959512, - 959912, - 960312, - 960712, - 961112, - 961512, - 961912, - 962312, - 962712, - 963112, - 963512, - 963912, - 964312, - 964712, - 965112, - 965512, - 965912, - 966312, - 966712, - 967112, - 967512, - 967912, - 968312, - 968712, - 969112, - 969512, - 969912, - 970312, - 970712, - 971112, - 971512, - 971912, - 972312, - 972712, - 973112, - 973512, - 973912, - 974312, - 974712, - 975112, - 975512, - 975912, - 976312, - 976712, - 977112, - 977512, - 977912, - 978312, - 978712, - 979112, - 979512, - 979912, - 980312, - 980712, - 981112, - 981512, - 981912, - 982312, - 982712, - 983112, - 983512, - 983912, - 984312, - 984712, - 985112, - 985512, - 985912, - 986312, - 986712, - 987112, - 987512, - 987912, - 988312, - 988712, - 989112, - 989512, - 989912, - 990312, - 990712, - 991112, - 991512, - 991912, - 992312, - 992712, - 993112, - 993512, - 993912, - 994312, - 994712, - 995112, - 995512, - 995912, - 996312, - 996712, - 997112, - 997512, - 997912, - 998312, - 998712, - 999112, - 999512, - 999912, - 1000312, - 1000712, - 1001112, - 1001512, - 1001912, - 1002312, - 1002712, - 1003112, - 1003512, - 1003912, - 1004312, - 1004712, - 1005112, - 1005512, - 1005912, - 1006312, - 1006712, - 1007112, - 1007512, - 1007912, - 1008312, - 1008712, - 1009112, - 1009512, - 1009912, - 1010312, - 1010712, - 1011112, - 1011512, - 1011912, - 1012312, - 1012712, - 1013112, - 1013512, - 1013912, - 1014312, - 1014712, - 1015112, - 1015512, - 1015912, - 1016312, - 1016712, - 1017112, - 1017512, - 1017912, - 1018312, - 1018712, - 1019112, - 1019512, - 1019912, - 1020312, - 1020712, - 1021112, - 1021512, - 1021912, - 1022312, - 1022712, - 1023112, - 1023512, - 1023912, - 1024312, - 1024712, - 1025112, - 1025512, - 1025912, - 1026312, - 1026712, - 1027112, - 1027512, - 1027912, - 1028312, - 1028712, - 1029112, - 1029512, - 1029912, - 1030312, - 1030712, - 1031112, - 1031512, - 1031912, - 1032312, - 1032712, - 1033112, - 1033512, - 1033912, - 1034312, - 1034712, - 1035112, - 1035512, - 1035912, - 1036312, - 1036712, - 1037112, - 1037512, - 1037912, - 1038312, - 1038712, - 1039112, - 1039512, - 1039912, - 1040312, - 1040712, - 1041112, - 1041512, - 1041912, - 1042312, - 1042712, - 1043112, - 1043512, - 1043912, - 1044312, - 1044712, - 1045112, - 1045512, - 1045912, - 1046312, - 1046712, - 1047112, - 1047512, - 1047912, - 1048312, - 1048712, - 1049112, - 1049512, - 1049912, - 1050312, - 1050712, - 1051112, - 1051512, - 1051912, - 1052312, - 1052712, - 1053112, - 1053512, - 1053912, - 1054312, - 1054712, - 1055112, - 1055512, - 1055912, - 1056312, - 1056712, - 1057112, - 1057512, - 1057912, - 1058312, - 1058712, - 1059112, - 1059512, - 1059912, - 1060312, - 1060712, - 1061112, - 1061512, - 1061912, - 1062312, - 1062712, - 1063112, - 1063512, - 1063912, - 1064312, - 1064712, - 1065112, - 1065512, - 1065912, - 1066312, - 1066712, - 1067112, - 1067512, - 1067912, - 1068312, - 1068712, - 1069112, - 1069512, - 1069912, - 1070312, - 1070712, - 1071112, - 1071512, - 1071912, - 1072312, - 1072712, - 1073112, - 1073512, - 1073912, - 1074312, - 1074712, - 1075112, - 1075512, - 1075912, - 1076312, - 1076712, - 1077112, - 1077512, - 1077912, - 1078312, - 1078712, - 1079112, - 1079512, - 1079912, - 1080312, - 1080712, - 1081112, - 1081512, - 1081912, - 1082312, - 1082712, - 1083112, - 1083512, - 1083912, - 1084312, - 1084712, - 1085112, - 1085512, - 1085912, - 1086312, - 1086712, - 1087112, - 1087512, - 1087912, - 1088312, - 1088712, - 1089112, - 1089512, - 1089912, - 1090312, - 1090712, - 1091112, - 1091512, - 1091912, - 1092312, - 1092712, - 1093112, - 1093512, - 1093912, - 1094312, - 1094712, - 1095112, - 1095512, - 1095912, - 1096312, - 1096712, - 1097112, - 1097512, - 1097912, - 1098312, - 1098712, - 1099112, - 1099512, - 1099912, - 1100312, - 1100712, - 1101112, - 1101512, - 1101912, - 1102312, - 1102712, - 1103112, - 1103512, - 1103912, - 1104312, - 1104712, - 1105112, - 1105512, - 1105912, - 1106312, - 1106712, - 1107112, - 1107512, - 1107912, - 1108312, - 1108712, - 1109112, - 1109512, - 1109912, - 1110312, - 1110712, - 1111112, - 1111512, - 1111912, - 1112312, - 1112712, - 1113112, - 1113512, - 1113912, - 1114312, - 1114712, - 1115112, - 1115512, - 1115912, - 1116312, - 1116712, - 1117112, - 1117512, - 1117912, - 1118312, - 1118712, - 1119112, - 1119512, - 1119912, - 1120312, - 1120712, - 1121112, - 1121512, - 1121912, - 1122312, - 1122712, - 1123112, - 1123512, - 1123912, - 1124312, - 1124712, - 1125112, - 1125512, - 1125912, - 1126312, - 1126712, - 1127112, - 1127512, - 1127912, - 1128312, - 1128712, - 1129112, - 1129512, - 1129912, - 1130312, - 1130712, - 1131112, - 1131512, - 1131912, - 1132312, - 1132712, - 1133112, - 1133512, - 1133912, - 1134312, - 1134712, - 1135112, - 1135512, - 1135912, - 1136312, - 1136712, - 1137112, - 1137512, - 1137912, - 1138312, - 1138712, - 1139112, - 1139512, - 1139912, - 1140312, - 1140712, - 1141112, - 1141512, - 1141912, - 1142312, - 1142712, - 1143112, - 1143512, - 1143912, - 1144312, - 1144712, - 1145112, - 1145512, - 1145912, - 1146312, - 1146712, - 1147112, - 1147512, - 1147912, - 1148312, - 1148712, - 1149112, - 1149512, - 1149912, - 1150312, - 1150712, - 1151112, - 1151512, - 1151912, - 1152312, - 1152712, - 1153112, - 1153512, - 1153912, - 1154312, - 1154712, - 1155112, - 1155512, - 1155912, - 1156312, - 1156712, - 1157112, - 1157512, - 1157912, - 1158312, - 1158712, - 1159112, - 1159512, - 1159912, - 1160312, - 1160712, - 1161112, - 1161512, - 1161912, - 1162312, - 1162712, - 1163112, - 1163512, - 1163912, - 1164312, - 1164712, - 1165112, - 1165512, - 1165912, - 1166312, - 1166712, - 1167112, - 1167512, - 1167912, - 1168312, - 1168712, - 1169112, - 1169512, - 1169912, - 1170312, - 1170712, - 1171112, - 1171512, - 1171912, - 1172312, - 1172712, - 1173112, - 1173512, - 1173912, - 1174312, - 1174712, - 1175112, - 1175512, - 1175912, - 1176312, - 1176712, - 1177112, - 1177512, - 1177912, - 1178312, - 1178712, - 1179112, - 1179512, - 1179912, - 1180312, - 1180712, - 1181112, - 1181512, - 1181912, - 1182312, - 1182712, - 1183112, - 1183512, - 1183912, - 1184312, - 1184712, - 1185112, - 1185512, - 1185912, - 1186312, - 1186712, - 1187112, - 1187512, - 1187912, - 1188312, - 1188712, - 1189112, - 1189512, - 1189912, - 1190312, - 1190712, - 1191112, - 1191512, - 1191912, - 1192312, - 1192712, - 1193112, - 1193512, - 1193912, - 1194312, - 1194712, - 1195112, - 1195512, - 1195912, - 1196312, - 1196712, - 1197112, - 1197512, - 1197912, - 1198312, - 1198712, - 1199112, - 1199512, - 1199912, - 1200312, - 1200712, - 1201112, - 1201512, - 1201912, - 1202312, - 1202712, - 1203112, - 1203512, - 1203912, - 1204312, - 1204712, - 1205112, - 1205512, - 1205912, - 1206312, - 1206712, - 1207112, - 1207512, - 1207912, - 1208312, - 1208712, - 1209112, - 1209512, - 1209912, - 1210312, - 1210712, - 1211112, - 1211512, - 1211912, - 1212312, - 1212712, - 1213112, - 1213512, - 1213912, - 1214312, - 1214712, - 1215112, - 1215512, - 1215912, - 1216312, - 1216712, - 1217112, - 1217512, - 1217912, - 1218312, - 1218712, - 1219112, - 1219512, - 1219912, - 1220312, - 1220712, - 1221112, - 1221512, - 1221912, - 1222312, - 1222712, - 1223112, - 1223512, - 1223912, - 1224312, - 1224712, - 1225112, - 1225512, - 1225912, - 1226312, - 1226712, - 1227112, - 1227512, - 1227912, - 1228312, - 1228712, - 1229112, - 1229512, - 1229912, - 1230312, - 1230712, - 1231112, - 1231512, - 1231912, - 1232312, - 1232712, - 1233112, - 1233512, - 1233912, - 1234312, - 1234712, - 1235112, - 1235512, - 1235912, - 1236312, - 1236712, - 1237112, - 1237512, - 1237912, - 1238312, - 1238712, - 1239112, - 1239512, - 1239912, - 1240312, - 1240712, - 1241112, - 1241512, - 1241912, - 1242312, - 1242712, - 1243112, - 1243512, - 1243912, - 1244312, - 1244712, - 1245112, - 1245512, - 1245912, - 1246312, - 1246712, - 1247112, - 1247512, - 1247912, - 1248312, - 1248712, - 1249112, - 1249512, - 1249912, - 1250312, - 1250712, - 1251112, - 1251512, - 1251912, - 1252312, - 1252712, - 1253112, - 1253512, - 1253912, - 1254312, - 1254712, - 1255112, - 1255512, - 1255912, - 1256312, - 1256712, - 1257112, - 1257512, - 1257912, - 1258312, - 1258712, - 1259112, - 1259512, - 1259912, - 1260312, - 1260712, - 1261112, - 1261512, - 1261912, - 1262312, - 1262712, - 1263112, - 1263512, - 1263912, - 1264312, - 1264712, - 1265112, - 1265512, - 1265912, - 1266312, - 1266712, - 1267112, - 1267512, - 1267912, - 1268312, - 1268712, - 1269112, - 1269512, - 1269912, - 1270312, - 1270712, - 1271112, - 1271512, - 1271912, - 1272312, - 1272712, - 1273112, - 1273512, - 1273912, - 1274312, - 1274712, - 1275112, - 1275512, - 1275912, - 1276312, - 1276712, - 1277112, - 1277512, - 1277912, - 1278312, - 1278712, - 1279112, - 1279512, - 1279912, - 1280312, - 1280712, - 1281112, - 1281512, - 1281912, - 1282312, - 1282712, - 1283112, - 1283512, - 1283912, - 1284312, - 1284712, - 1285112, - 1285512, - 1285912, - 1286312, - 1286712, - 1287112, - 1287512, - 1287912, - 1288312, - 1288712, - 1289112, - 1289512, - 1289912, - 1290312, - 1290712, - 1291112, - 1291512, - 1291912, - 1292312, - 1292712, - 1293112, - 1293512, - 1293912, - 1294312, - 1294712, - 1295112, - 1295512, - 1295912, - 1296312, - 1296712, - 1297112, - 1297512, - 1297912, - 1298312, - 1298712, - 1299112, - 1299512, - 1299912, - 1300312, - 1300712, - 1301112, - 1301512, - 1301912, - 1302312, - 1302712, - 1303112, - 1303512, - 1303912, - 1304312, - 1304712, - 1305112, - 1305512, - 1305912, - 1306312, - 1306712, - 1307112, - 1307512, - 1307912, - 1308312, - 1308712, - 1309112, - 1309512, - 1309912, - 1310312, - 1310712, - 1311112, - 1311512, - 1311912, - 1312312, - 1312712, - 1313112, - 1313512, - 1313912, - 1314312, - 1314712, - 1315112, - 1315512, - 1315912, - 1316312, - 1316712, - 1317112, - 1317512, - 1317912, - 1318312, - 1318712, - 1319112, - 1319512, - 1319912, - 1320312, - 1320712, - 1321112, - 1321512, - 1321912, - 1322312, - 1322712, - 1323112, - 1323512, - 1323912, - 1324312, - 1324712, - 1325112, - 1325512, - 1325912, - 1326312, - 1326712, - 1327112, - 1327512, - 1327912, - 1328312, - 1328712, - 1329112, - 1329512, - 1329912, - 1330312, - 1330712, - 1331112, - 1331512, - 1331912, - 1332312, - 1332712, - 1333112, - 1333512, - 1333912, - 1334312, - 1334712, - 1335112, - 1335512, - 1335912, - 1336312, - 1336712, - 1337112, - 1337512, - 1337912, - 1338312, - 1338712, - 1339112, - 1339512, - 1339912, - 1340312, - 1340712, - 1341112, - 1341512, - 1341912, - 1342312, - 1342712, - 1343112, - 1343512, - 1343912, - 1344312, - 1344712, - 1345112, - 1345512, - 1345912, - 1346312, - 1346712, - 1347112, - 1347512, - 1347912, - 1348312, - 1348712, - 1349112, - 1349512, - 1349912, - 1350312, - 1350712, - 1351112, - 1351512, - 1351912, - 1352312, - 1352712, - 1353112, - 1353512, - 1353912, - 1354312, - 1354712, - 1355112, - 1355512, - 1355912, - 1356312, - 1356712, - 1357112, - 1357512, - 1357912, - 1358312, - 1358712, - 1359112, - 1359512, - 1359912, - 1360312, - 1360712, - 1361112, - 1361512, - 1361912, - 1362312, - 1362712, - 1363112, - 1363512, - 1363912, - 1364312, - 1364712, - 1365112, - 1365512, - 1365912, - 1366312, - 1366712, - 1367112, - 1367512, - 1367912, - 1368312, - 1368712, - 1369112, - 1369512, - 1369912, - 1370312, - 1370712, - 1371112, - 1371512, - 1371912, - 1372312, - 1372712, - 1373112, - 1373512, - 1373912, - 1374312, - 1374712, - 1375112, - 1375512, - 1375912, - 1376312, - 1376712, - 1377112, - 1377512, - 1377912, - 1378312, - 1378712, - 1379112, - 1379512, - 1379912, - 1380312, - 1380712, - 1381112, - 1381512, - 1381912, - 1382312, - 1382712, - 1383112, - 1383512, - 1383912, - 1384312, - 1384712, - 1385112, - 1385512, - 1385912, - 1386312, - 1386712, - 1387112, - 1387512, - 1387912, - 1388312, - 1388712, - 1389112, - 1389512, - 1389912, - 1390312, - 1390712, - 1391112, - 1391512, - 1391912, - 1392312, - 1392712, - 1393112, - 1393512, - 1393912, - 1394312, - 1394712, - 1395112, - 1395512, - 1395912, - 1396312, - 1396712, - 1397112, - 1397512, - 1397912, - 1398312, - 1398712, - 1399112, - 1399512, - 1399912, - 1400312, - 1400712, - 1401112, - 1401512, - 1401912, - 1402312, - 1402712, - 1403112, - 1403512, - 1403912, - 1404312, - 1404712, - 1405112, - 1405512, - 1405912, - 1406312, - 1406712, - 1407112, - 1407512, - 1407912, - 1408312, - 1408712, - 1409112, - 1409512, - 1409912, - 1410312, - 1410712, - 1411112, - 1411512, - 1411912, - 1412312, - 1412712, - 1413112, - 1413512, - 1413912, - 1414312, - 1414712, - 1415112, - 1415512, - 1415912, - 1416312, - 1416712, - 1417112, - 1417512, - 1417912, - 1418312, - 1418712, - 1419112, - 1419512, - 1419912, - 1420312, - 1420712, - 1421112, - 1421512, - 1421912, - 1422312, - 1422712, - 1423112, - 1423512, - 1423912, - 1424312, - 1424712, - 1425112, - 1425512, - 1425912, - 1426312, - 1426712, - 1427112, - 1427512, - 1427912, - 1428312, - 1428712, - 1429112, - 1429512, - 1429912, - 1430312, - 1430712, - 1431112, - 1431512, - 1431912, - 1432312, - 1432712, - 1433112, - 1433512, - 1433912, - 1434312, - 1434712, - 1435112, - 1435512, - 1435912, - 1436312, - 1436712, - 1437112, - 1437512, - 1437912, - 1438312, - 1438712, - 1439112, - 1439512, - 1439912, - 1440312, - 1440712, - 1441112, - 1441512, - 1441912, - 1442312, - 1442712, - 1443112, - 1443512, - 1443912, - 1444312, - 1444712, - 1445112, - 1445512, - 1445912, - 1446312, - 1446712, - 1447112, - 1447512, - 1447912, - 1448312, - 1448712, - 1449112, - 1449512, - 1449912, - 1450312, - 1450712, - 1451112, - 1451512, - 1451912, - 1452312, - 1452712, - 1453112, - 1453512, - 1453912, - 1454312, - 1454712, - 1455112, - 1455512, - 1455912, - 1456312, - 1456712, - 1457112, - 1457512, - 1457912, - 1458312, - 1458712, - 1459112, - 1459512, - 1459912, - 1460312, - 1460712, - 1461112, - 1461512, - 1461912, - 1462312, - 1462712, - 1463112, - 1463512, - 1463912, - 1464312, - 1464712, - 1465112, - 1465512, - 1465912, - 1466312, - 1466712, - 1467112, - 1467512, - 1467912, - 1468312, - 1468712, - 1469112, - 1469512, - 1469912, - 1470312, - 1470712, - 1471112, - 1471512, - 1471912, - 1472312, - 1472712, - 1473112, - 1473512, - 1473912, - 1474312, - 1474712, - 1475112, - 1475512, - 1475912, - 1476312, - 1476712, - 1477112, - 1477512, - 1477912, - 1478312, - 1478712, - 1479112, - 1479512, - 1479912, - 1480312, - 1480712, - 1481112, - 1481512, - 1481912, - 1482312, - 1482712, - 1483112, - 1483512, - 1483912, - 1484312, - 1484712, - 1485112, - 1485512, - 1485912, - 1486312, - 1486712, - 1487112, - 1487512, - 1487912, - 1488312, - 1488712, - 1489112, - 1489512, - 1489912, - 1490312, - 1490712, - 1491112, - 1491512, - 1491912, - 1492312, - 1492712, - 1493112, - 1493512, - 1493912, - 1494312, - 1494712, - 1495112, - 1495512, - 1495912, - 1496312, - 1496712, - 1497112, - 1497512, - 1497912, - 1498312, - 1498712, - 1499112, - 1499512, - 1499912, - 1500312, - 1500712, - 1501112, - 1501512, - 1501912, - 1502312, - 1502712, - 1503112, - 1503512, - 1503912, - 1504312, - 1504712, - 1505112, - 1505512, - 1505912, - 1506312, - 1506712, - 1507112, - 1507512, - 1507912, - 1508312, - 1508712, - 1509112, - 1509512, - 1509912, - 1510312, - 1510712, - 1511112, - 1511512, - 1511912, - 1512312, - 1512712, - 1513112, - 1513512, - 1513912, - 1514312, - 1514712, - 1515112, - 1515512, - 1515912, - 1516312, - 1516712, - 1517112, - 1517512, - 1517912, - 1518312, - 1518712, - 1519112, - 1519512, - 1519912, - 1520312, - 1520712, - 1521112, - 1521512, - 1521912, - 1522312, - 1522712, - 1523112, - 1523512, - 1523912, - 1524312, - 1524712, - 1525112, - 1525512, - 1525912, - 1526312, - 1526712, - 1527112, - 1527512, - 1527912, - 1528312, - 1528712, - 1529112, - 1529512, - 1529912, - 1530312, - 1530712, - 1531112, - 1531512, - 1531912, - 1532312, - 1532712, - 1533112, - 1533512, - 1533912, - 1534312, - 1534712, - 1535112, - 1535512, - 1535912, - 1536312, - 1536712, - 1537112, - 1537512, - 1537912, - 1538312, - 1538712, - 1539112, - 1539512, - 1539912, - 1540312, - 1540712, - 1541112, - 1541512, - 1541912, - 1542312, - 1542712, - 1543112, - 1543512, - 1543912, - 1544312, - 1544712, - 1545112, - 1545512, - 1545912, - 1546312, - 1546712, - 1547112, - 1547512, - 1547912, - 1548312, - 1548712, - 1549112, - 1549512, - 1549912, - 1550312, - 1550712, - 1551112, - 1551512, - 1551912, - 1552312, - 1552712, - 1553112, - 1553512, - 1553912, - 1554312, - 1554712, - 1555112, - 1555512, - 1555912, - 1556312, - 1556712, - 1557112, - 1557512, - 1557912, - 1558312, - 1558712, - 1559112, - 1559512, - 1559912, - 1560312, - 1560712, - 1561112, - 1561512, - 1561912, - 1562312, - 1562712, - 1563112, - 1563512, - 1563912, - 1564312, - 1564712, - 1565112, - 1565512, - 1565912, - 1566312, - 1566712, - 1567112, - 1567512, - 1567912, - 1568312, - 1568712, - 1569112, - 1569512, - 1569912, - 1570312, - 1570712, - 1571112, - 1571512, - 1571912, - 1572312, - 1572712, - 1573112, - 1573512, - 1573912, - 1574312, - 1574712, - 1575112, - 1575512, - 1575912, - 1576312, - 1576712, - 1577112, - 1577512, - 1577912, - 1578312, - 1578712, - 1579112, - 1579512, - 1579912, - 1580312, - 1580712, - 1581112, - 1581512, - 1581912, - 1582312, - 1582712, - 1583112, - 1583512, - 1583912, - 1584312, - 1584712, - 1585112, - 1585512, - 1585912, - 1586312, - 1586712, - 1587112, - 1587512, - 1587912, - 1588312, - 1588712, - 1589112, - 1589512, - 1589912, - 1590312, - 1590712, - 1591112, - 1591512, - 1591912, - 1592312, - 1592712, - 1593112, - 1593512, - 1593912, - 1594312, - 1594712, - 1595112, - 1595512, - 1595912, - 1596312, - 1596712, - 1597112, - 1597512, - 1597912, - 1598312, - 1598712, - 1599112, - 1599512, - 1599912, - 1600312, - 1600712, - 1601112, - 1601512, - 1601912, - 1602312, - 1602712, - 1603112, - 1603512, - 1603912, - 1604312, - 1604712, - 1605112, - 1605512, - 1605912, - 1606312, - 1606712, - 1607112, - 1607512, - 1607912, - 1608312, - 1608712, - 1609112, - 1609512, - 1609912, - 1610312, - 1610712, - 1611112, - 1611512, - 1611912, - 1612312, - 1612712, - 1613112, - 1613512, - 1613912, - 1614312, - 1614712, - 1615112, - 1615512, - 1615912, - 1616312, - 1616712, - 1617112, - 1617512, - 1617912, - 1618312, - 1618712, - 1619112, - 1619512, - 1619912, - 1620312, - 1620712, - 1621112, - 1621512, - 1621912, - 1622312, - 1622712, - 1623112, - 1623512, - 1623912, - 1624312, - 1624712, - 1625112, - 1625512, - 1625912, - 1626312, - 1626712, - 1627112, - 1627512, - 1627912, - 1628312, - 1628712, - 1629112, - 1629512, - 1629912, - 1630312, - 1630712, - 1631112, - 1631512, - 1631912, - 1632312, - 1632712, - 1633112, - 1633512, - 1633912, - 1634312, - 1634712, - 1635112, - 1635512, - 1635912, - 1636312, - 1636712, - 1637112, - 1637512, - 1637912, - 1638312, - 1638712, - 1639112, - 1639512, - 1639912, - 1640312, - 1640712, - 1641112, - 1641512, - 1641912, - 1642312, - 1642712, - 1643112, - 1643512, - 1643912, - 1644312, - 1644712, - 1645112, - 1645512, - 1645912, - 1646312, - 1646712, - 1647112, - 1647512, - 1647912, - 1648312, - 1648712, - 1649112, - 1649512, - 1649912, - 1650312, - 1650712, - 1651112, - 1651512, - 1651912, - 1652312, - 1652712, - 1653112, - 1653512, - 1653912, - 1654312, - 1654712, - 1655112, - 1655512, - 1655912, - 1656312, - 1656712, - 1657112, - 1657512, - 1657912, - 1658312, - 1658712, - 1659112, - 1659512, - 1659912, - 1660312, - 1660712, - 1661112, - 1661512, - 1661912, - 1662312, - 1662712, - 1663112, - 1663512, - 1663912, - 1664312, - 1664712, - 1665112, - 1665512, - 1665912, - 1666312, - 1666712, - 1667112, - 1667512, - 1667912, - 1668312, - 1668712, - 1669112, - 1669512, - 1669912, - 1670312, - 1670712, - 1671112, - 1671512, - 1671912, - 1672312, - 1672712, - 1673112, - 1673512, - 1673912, - 1674312, - 1674712, - 1675112, - 1675512, - 1675912, - 1676312, - 1676712, - 1677112, - 1677512, - 1677912, - 1678312, - 1678712, - 1679112, - 1679512, - 1679912, - 1680312, - 1680712, - 1681112, - 1681512, - 1681912, - 1682312, - 1682712, - 1683112, - 1683512, - 1683912, - 1684312, - 1684712, - 1685112, - 1685512, - 1685912, - 1686312, - 1686712, - 1687112, - 1687512, - 1687912, - 1688312, - 1688712, - 1689112, - 1689512, - 1689912, - 1690312, - 1690712, - 1691112, - 1691512, - 1691912, - 1692312, - 1692712, - 1693112, - 1693512, - 1693912, - 1694312, - 1694712, - 1695112, - 1695512, - 1695912, - 1696312, - 1696712, - 1697112, - 1697512, - 1697912, - 1698312, - 1698712, - 1699112, - 1699512, - 1699912, - 1700312, - 1700712, - 1701112, - 1701512, - 1701912, - 1702312, - 1702712, - 1703112, - 1703512, - 1703912, - 1704312, - 1704712, - 1705112, - 1705512, - 1705912, - 1706312, - 1706712, - 1707112, - 1707512, - 1707912, - 1708312, - 1708712, - 1709112, - 1709512, - 1709912, - 1710312, - 1710712, - 1711112, - 1711512, - 1711912, - 1712312, - 1712712, - 1713112, - 1713512, - 1713912, - 1714312, - 1714712, - 1715112, - 1715512, - 1715912, - 1716312, - 1716712, - 1717112, - 1717512, - 1717912, - 1718312, - 1718712, - 1719112, - 1719512, - 1719912, - 1720312, - 1720712, - 1721112, - 1721512, - 1721912, - 1722312, - 1722712, - 1723112, - 1723512, - 1723912, - 1724312, - 1724712, - 1725112, - 1725512, - 1725912, - 1726312, - 1726712, - 1727112, - 1727512, - 1727912, - 1728312, - 1728712, - 1729112, - 1729512, - 1729912, - 1730312, - 1730712, - 1731112, - 1731512, - 1731912, - 1732312, - 1732712, - 1733112, - 1733512, - 1733912, - 1734312, - 1734712, - 1735112, - 1735512, - 1735912, - 1736312, - 1736712, - 1737112, - 1737512, - 1737912, - 1738312, - 1738712, - 1739112, - 1739512, - 1739912, - 1740312, - 1740712, - 1741112, - 1741512, - 1741912, - 1742312, - 1742712, - 1743112, - 1743512, - 1743912, - 1744312, - 1744712, - 1745112, - 1745512, - 1745912, - 1746312, - 1746712, - 1747112, - 1747512, - 1747912, - 1748312, - 1748712, - 1749112, - 1749512, - 1749912, - 1750312, - 1750712, - 1751112, - 1751512, - 1751912, - 1752312, - 1752712, - 1753112, - 1753512, - 1753912, - 1754312, - 1754712, - 1755112, - 1755512, - 1755912, - 1756312, - 1756712, - 1757112, - 1757512, - 1757912, - 1758312, - 1758712, - 1759112, - 1759512, - 1759912, - 1760312, - 1760712, - 1761112, - 1761512, - 1761912, - 1762312, - 1762712, - 1763112, - 1763512, - 1763912, - 1764312, - 1764712, - 1765112, - 1765512, - 1765912, - 1766312, - 1766712, - 1767112, - 1767512, - 1767912, - 1768312, - 1768712, - 1769112, - 1769512, - 1769912, - 1770312, - 1770712, - 1771112, - 1771512, - 1771912, - 1772312, - 1772712, - 1773112, - 1773512, - 1773912, - 1774312, - 1774712, - 1775112, - 1775512, - 1775912, - 1776312, - 1776712, - 1777112, - 1777512, - 1777912, - 1778312, - 1778712, - 1779112, - 1779512, - 1779912, - 1780312, - 1780712, - 1781112, - 1781512, - 1781912, - 1782312, - 1782712, - 1783112, - 1783512, - 1783912, - 1784312, - 1784712, - 1785112, - 1785512, - 1785912, - 1786312, - 1786712, - 1787112, - 1787512, - 1787912, - 1788312, - 1788712, - 1789112, - 1789512, - 1789912, - 1790312, - 1790712, - 1791112, - 1791512, - 1791912, - 1792312, - 1792712, - 1793112, - 1793512, - 1793912, - 1794312, - 1794712, - 1795112, - 1795512, - 1795912, - 1796312, - 1796712, - 1797112, - 1797512, - 1797912, - 1798312, - 1798712, - 1799112, - 1799512, - 1799912, - 1800312, - 1800712, - 1801112, - 1801512, - 1801912, - 1802312, - 1802712, - 1803112, - 1803512, - 1803912, - 1804312, - 1804712, - 1805112, - 1805512, - 1805912, - 1806312, - 1806712, - 1807112, - 1807512, - 1807912, - 1808312, - 1808712, - 1809112, - 1809512, - 1809912, - 1810312, - 1810712, - 1811112, - 1811512, - 1811912, - 1812312, - 1812712, - 1813112, - 1813512, - 1813912, - 1814312, - 1814712, - 1815112, - 1815512, - 1815912, - 1816312, - 1816712, - 1817112, - 1817512, - 1817912, - 1818312, - 1818712, - 1819112, - 1819512, - 1819912, - 1820312, - 1820712, - 1821112, - 1821512, - 1821912, - 1822312, - 1822712, - 1823112, - 1823512, - 1823912, - 1824312, - 1824712, - 1825112, - 1825512, - 1825912, - 1826312, - 1826712, - 1827112, - 1827512, - 1827912, - 1828312, - 1828712, - 1829112, - 1829512, - 1829912, - 1830312, - 1830712, - 1831112, - 1831512, - 1831912, - 1832312, - 1832712, - 1833112, - 1833512, - 1833912, - 1834312, - 1834712, - 1835112, - 1835512, - 1835912, - 1836312, - 1836712, - 1837112, - 1837512, - 1837912, - 1838312, - 1838712, - 1839112, - 1839512, - 1839912, - 1840312, - 1840712, - 1841112, - 1841512, - 1841912, - 1842312, - 1842712, - 1843112, - 1843512, - 1843912, - 1844312, - 1844712, - 1845112, - 1845512, - 1845912, - 1846312, - 1846712, - 1847112, - 1847512, - 1847912, - 1848312, - 1848712, - 1849112, - 1849512, - 1849912, - 1850312, - 1850712, - 1851112, - 1851512, - 1851912, - 1852312, - 1852712, - 1853112, - 1853512, - 1853912, - 1854312, - 1854712, - 1855112, - 1855512, - 1855912, - 1856312, - 1856712, - 1857112, - 1857512, - 1857912, - 1858312, - 1858712, - 1859112, - 1859512, - 1859912, - 1860312, - 1860712, - 1861112, - 1861512, - 1861912, - 1862312, - 1862712, - 1863112, - 1863512, - 1863912, - 1864312, - 1864712, - 1865112, - 1865512, - 1865912, - 1866312, - 1866712, - 1867112, - 1867512, - 1867912, - 1868312, - 1868712, - 1869112, - 1869512, - 1869912, - 1870312, - 1870712, - 1871112, - 1871512, - 1871912, - 1872312, - 1872712, - 1873112, - 1873512, - 1873912, - 1874312, - 1874712, - 1875112, - 1875512, - 1875912, - 1876312, - 1876712, - 1877112, - 1877512, - 1877912, - 1878312, - 1878712, - 1879112, - 1879512, - 1879912, - 1880312, - 1880712, - 1881112, - 1881512, - 1881912, - 1882312, - 1882712, - 1883112, - 1883512, - 1883912, - 1884312, - 1884712, - 1885112, - 1885512, - 1885912, - 1886312, - 1886712, - 1887112, - 1887512, - 1887912, - 1888312, - 1888712, - 1889112, - 1889512, - 1889912, - 1890312, - 1890712, - 1891112, - 1891512, - 1891912, - 1892312, - 1892712, - 1893112, - 1893512, - 1893912, - 1894312, - 1894712, - 1895112, - 1895512, - 1895912, - 1896312, - 1896712, - 1897112, - 1897512, - 1897912, - 1898312, - 1898712, - 1899112, - 1899512, - 1899912, - 1900312, - 1900712, - 1901112, - 1901512, - 1901912, - 1902312, - 1902712, - 1903112, - 1903512, - 1903912, - 1904312, - 1904712, - 1905112, - 1905512, - 1905912, - 1906312, - 1906712, - 1907112, - 1907512, - 1907912, - 1908312, - 1908712, - 1909112, - 1909512, - 1909912, - 1910312, - 1910712, - 1911112, - 1911512, - 1911912, - 1912312, - 1912712, - 1913112, - 1913512, - 1913912, - 1914312, - 1914712, - 1915112, - 1915512, - 1915912, - 1916312, - 1916712, - 1917112, - 1917512, - 1917912, - 1918312, - 1918712, - 1919112, - 1919512, - 1919912, - 1920312, - 1920712, - 1921112, - 1921512, - 1921912, - 1922312, - 1922712, - 1923112, - 1923512, - 1923912, - 1924312, - 1924712, - 1925112, - 1925512, - 1925912, - 1926312, - 1926712, - 1927112, - 1927512, - 1927912, - 1928312, - 1928712, - 1929112, - 1929512, - 1929912, - 1930312, - 1930712, - 1931112, - 1931512, - 1931912, - 1932312, - 1932712, - 1933112, - 1933512, - 1933912, - 1934312, - 1934712, - 1935112, - 1935512, - 1935912, - 1936312, - 1936712, - 1937112, - 1937512, - 1937912, - 1938312, - 1938712, - 1939112, - 1939512, - 1939912, - 1940312, - 1940712, - 1941112, - 1941512, - 1941912, - 1942312, - 1942712, - 1943112, - 1943512, - 1943912, - 1944312, - 1944712, - 1945112, - 1945512, - 1945912, - 1946312, - 1946712, - 1947112, - 1947512, - 1947912, - 1948312, - 1948712, - 1949112, - 1949512, - 1949912, - 1950312, - 1950712, - 1951112, - 1951512, - 1951912, - 1952312, - 1952712, - 1953112, - 1953512, - 1953912, - 1954312, - 1954712, - 1955112, - 1955512, - 1955912, - 1956312, - 1956712, - 1957112, - 1957512, - 1957912, - 1958312, - 1958712, - 1959112, - 1959512, - 1959912, - 1960312, - 1960712, - 1961112, - 1961512, - 1961912, - 1962312, - 1962712, - 1963112, - 1963512, - 1963912, - 1964312, - 1964712, - 1965112, - 1965512, - 1965912, - 1966312, - 1966712, - 1967112, - 1967512, - 1967912, - 1968312, - 1968712, - 1969112, - 1969512, - 1969912, - 1970312, - 1970712, - 1971112, - 1971512, - 1971912, - 1972312, - 1972712, - 1973112, - 1973512, - 1973912, - 1974312, - 1974712, - 1975112, - 1975512, - 1975912, - 1976312, - 1976712, - 1977112, - 1977512, - 1977912, - 1978312, - 1978712, - 1979112, - 1979512, - 1979912, - 1980312, - 1980712, - 1981112, - 1981512, - 1981912, - 1982312, - 1982712, - 1983112, - 1983512, - 1983912, - 1984312, - 1984712, - 1985112, - 1985512, - 1985912, - 1986312, - 1986712, - 1987112, - 1987512, - 1987912, - 1988312, - 1988712, - 1989112, - 1989512, - 1989912, - 1990312, - 1990712, - 1991112, - 1991512, - 1991912, - 1992312, - 1992712, - 1993112, - 1993512, - 1993912, - 1994312, - 1994712, - 1995112, - 1995512, - 1995912, - 1996312, - 1996712, - 1997112, - 1997512, - 1997912, - 1998312, - 1998712, - 1999112, - 1999512, - 1999912, - 2000312, - 2000712, - 2001112, - 2001512, - 2001912, - 2002312, - 2002712, - 2003112, - 2003512, - 2003912, - 2004312, - 2004712, - 2005112, - 2005512, - 2005912, - 2006312, - 2006712, - 2007112, - 2007512, - 2007912, - 2008312, - 2008712, - 2009112, - 2009512, - 2009912, - 2010312, - 2010712, - 2011112, - 2011512, - 2011912, - 2012312, - 2012712, - 2013112, - 2013512, - 2013912, - 2014312, - 2014712, - 2015112, - 2015512, - 2015912, - 2016312, - 2016712, - 2017112, - 2017512, - 2017912, - 2018312, - 2018712, - 2019112, - 2019512, - 2019912, - 2020312, - 2020712, - 2021112, - 2021512, - 2021912, - 2022312, - 2022712, - 2023112, - 2023512, - 2023912, - 2024312, - 2024712, - 2025112, - 2025512, - 2025912, - 2026312, - 2026712, - 2027112, - 2027512, - 2027912, - 2028312, - 2028712, - 2029112, - 2029512, - 2029912, - 2030312, - 2030712, - 2031112, - 2031512, - 2031912, - 2032312, - 2032712, - 2033112, - 2033512, - 2033912, - 2034312, - 2034712, - 2035112, - 2035512, - 2035912, - 2036312, - 2036712, - 2037112, - 2037512, - 2037912, - 2038312, - 2038712, - 2039112, - 2039512, - 2039912, - 2040312, - 2040712, - 2041112, - 2041512, - 2041912, - 2042312, - 2042712, - 2043112, - 2043512, - 2043912, - 2044312, - 2044712, - 2045112, - 2045512, - 2045912, - 2046312, - 2046712, - 2047112, - 2047512, - 2047912, - 2048312, - 2048712, - 2049112, - 2049512, - 2049912, - 2050312, - 2050712, - 2051112, - 2051512, - 2051912, - 2052312, - 2052712, - 2053112, - 2053512, - 2053912, - 2054312, - 2054712, - 2055112, - 2055512, - 2055912, - 2056312, - 2056712, - 2057112, - 2057512, - 2057912, - 2058312, - 2058712, - 2059112, - 2059512, - 2059912, - 2060312, - 2060712, - 2061112, - 2061512, - 2061912, - 2062312, - 2062712, - 2063112, - 2063512, - 2063912, - 2064312, - 2064712, - 2065112, - 2065512, - 2065912, - 2066312, - 2066712, - 2067112, - 2067512, - 2067912, - 2068312, - 2068712, - 2069112, - 2069512, - 2069912, - 2070312, - 2070712, - 2071112, - 2071512, - 2071912, - 2072312, - 2072712, - 2073112, - 2073512, - 2073912, - 2074312, - 2074712, - 2075112, - 2075512, - 2075912, - 2076312, - 2076712, - 2077112, - 2077512, - 2077912, - 2078312, - 2078712, - 2079112, - 2079512, - 2079912, - 2080312, - 2080712, - 2081112, - 2081512, - 2081912, - 2082312, - 2082712, - 2083112, - 2083512, - 2083912, - 2084312, - 2084712, - 2085112, - 2085512, - 2085912, - 2086312, - 2086712, - 2087112, - 2087512, - 2087912, - 2088312, - 2088712, - 2089112, - 2089512, - 2089912, - 2090312, - 2090712, - 2091112, - 2091512, - 2091912, - 2092312, - 2092712, - 2093112, - 2093512, - 2093912, - 2094312, - 2094712, - 2095112, - 2095512, - 2095912, - 2096312, - 2096712, - 2097112, - 2097512, - 2097912, - 2098312, - 2098712, - 2099112, - 2099512, - 2099912, - 2100312, - 2100712, - 2101112, - 2101512, - 2101912, - 2102312, - 2102712, - 2103112, - 2103512, - 2103912, - 2104312, - 2104712, - 2105112, - 2105512, - 2105912, - 2106312, - 2106712, - 2107112, - 2107512, - 2107912, - 2108312, - 2108712, - 2109112, - 2109512, - 2109912, - 2110312, - 2110712, - 2111112, - 2111512, - 2111912, - 2112312, - 2112712, - 2113112, - 2113512, - 2113912, - 2114312, - 2114712, - 2115112, - 2115512, - 2115912, - 2116312, - 2116712, - 2117112, - 2117512, - 2117912, - 2118312, - 2118712, - 2119112, - 2119512, - 2119912, - 2120312, - 2120712, - 2121112, - 2121512, - 2121912, - 2122312, - 2122712, - 2123112, - 2123512, - 2123912, - 2124312, - 2124712, - 2125112, - 2125512, - 2125912, - 2126312, - 2126712, - 2127112, - 2127512, - 2127912, - 2128312, - 2128712, - 2129112, - 2129512, - 2129912, - 2130312, - 2130712, - 2131112, - 2131512, - 2131912, - 2132312, - 2132712, - 2133112, - 2133512, - 2133912, - 2134312, - 2134712, - 2135112, - 2135512, - 2135912, - 2136312, - 2136712, - 2137112, - 2137512, - 2137912, - 2138312, - 2138712, - 2139112, - 2139512, - 2139912, - 2140312, - 2140712, - 2141112, - 2141512, - 2141912, - 2142312, - 2142712, - 2143112, - 2143512, - 2143912, - 2144312, - 2144712, - 2145112, - 2145512, - 2145912, - 2146312, - 2146712, - 2147112, - 2147512, - 2147912, - 2148312, - 2148712, - 2149112, - 2149512, - 2149912, - 2150312, - 2150712, - 2151112, - 2151512, - 2151912, - 2152312, - 2152712, - 2153112, - 2153512, - 2153912, - 2154312, - 2154712, - 2155112, - 2155512, - 2155912, - 2156312, - 2156712, - 2157112, - 2157512, - 2157912, - 2158312, - 2158712, - 2159112, - 2159512, - 2159912, - 2160312, - 2160712, - 2161112, - 2161512, - 2161912, - 2162312, - 2162712, - 2163112, - 2163512, - 2163912, - 2164312, - 2164712, - 2165112, - 2165512, - 2165912, - 2166312, - 2166712, - 2167112, - 2167512, - 2167912, - 2168312, - 2168712, - 2169112, - 2169512, - 2169912, - 2170312, - 2170712, - 2171112, - 2171512, - 2171912, - 2172312, - 2172712, - 2173112, - 2173512, - 2173912, - 2174312, - 2174712, - 2175112, - 2175512, - 2175912, - 2176312, - 2176712, - 2177112, - 2177512, - 2177912, - 2178312, - 2178712, - 2179112, - 2179512, - 2179912, - 2180312, - 2180712, - 2181112, - 2181512, - 2181912, - 2182312, - 2182712, - 2183112, - 2183512, - 2183912, - 2184312, - 2184712, - 2185112, - 2185512, - 2185912, - 2186312, - 2186712, - 2187112, - 2187512, - 2187912, - 2188312, - 2188712, - 2189112, - 2189512, - 2189912, - 2190312, - 2190712, - 2191112, - 2191512, - 2191912, - 2192312, - 2192712, - 2193112, - 2193512, - 2193912, - 2194312, - 2194712, - 2195112, - 2195512, - 2195912, - 2196312, - 2196712, - 2197112, - 2197512, - 2197912, - 2198312, - 2198712, - 2199112, - 2199512, - 2199912, - 2200312, - 2200712, - 2201112, - 2201512, - 2201912, - 2202312, - 2202712, - 2203112, - 2203512, - 2203912, - 2204312, - 2204712, - 2205112, - 2205512, - 2205912, - 2206312, - 2206712, - 2207112, - 2207512, - 2207912, - 2208312, - 2208712, - 2209112, - 2209512, - 2209912, - 2210312, - 2210712, - 2211112, - 2211512, - 2211912, - 2212312, - 2212712, - 2213112, - 2213512, - 2213912, - 2214312, - 2214712, - 2215112, - 2215512, - 2215912, - 2216312, - 2216712, - 2217112, - 2217512, - 2217912, - 2218312, - 2218712, - 2219112, - 2219512, - 2219912, - 2220312, - 2220712, - 2221112, - 2221512, - 2221912, - 2222312, - 2222712, - 2223112, - 2223512, - 2223912, - 2224312, - 2224712, - 2225112, - 2225512, - 2225912, - 2226312, - 2226712, - 2227112, - 2227512, - 2227912, - 2228312, - 2228712, - 2229112, - 2229512, - 2229912, - 2230312, - 2230712, - 2231112, - 2231512, - 2231912, - 2232312, - 2232712, - 2233112, - 2233512, - 2233912, - 2234312, - 2234712, - 2235112, - 2235512, - 2235912, - 2236312, - 2236712, - 2237112, - 2237512, - 2237912, - 2238312, - 2238712, - 2239112, - 2239512, - 2239912, - 2240312, - 2240712, - 2241112, - 2241512, - 2241912, - 2242312, - 2242712, - 2243112, - 2243512, - 2243912, - 2244312, - 2244712, - 2245112, - 2245512, - 2245912, - 2246312, - 2246712, - 2247112, - 2247512, - 2247912, - 2248312, - 2248712, - 2249112, - 2249512, - 2249912, - 2250312, - 2250712, - 2251112, - 2251512, - 2251912, - 2252312, - 2252712, - 2253112, - 2253512, - 2253912, - 2254312, - 2254712, - 2255112, - 2255512, - 2255912, - 2256312, - 2256712, - 2257112, - 2257512, - 2257912, - 2258312, - 2258712, - 2259112, - 2259512, - 2259912, - 2260312, - 2260712, - 2261112, - 2261512, - 2261912, - 2262312, - 2262712, - 2263112, - 2263512, - 2263912, - 2264312, - 2264712, - 2265112, - 2265512, - 2265912, - 2266312, - 2266712, - 2267112, - 2267512, - 2267912, - 2268312, - 2268712, - 2269112, - 2269512, - 2269912, - 2270312, - 2270712, - 2271112, - 2271512, - 2271912, - 2272312, - 2272712, - 2273112, - 2273512, - 2273912, - 2274312, - 2274712, - 2275112, - 2275512, - 2275912, - 2276312, - 2276712, - 2277112, - 2277512, - 2277912, - 2278312, - 2278712, - 2279112, - 2279512, - 2279912, - 2280312, - 2280712, - 2281112, - 2281512, - 2281912, - 2282312, - 2282712, - 2283112, - 2283512, - 2283912, - 2284312, - 2284712, - 2285112, - 2285512, - 2285912, - 2286312, - 2286712, - 2287112, - 2287512, - 2287912, - 2288312, - 2288712, - 2289112, - 2289512, - 2289912, - 2290312, - 2290712, - 2291112, - 2291512, - 2291912, - 2292312, - 2292712, - 2293112, - 2293512, - 2293912, - 2294312, - 2294712, - 2295112, - 2295512, - 2295912, - 2296312, - 2296712, - 2297112, - 2297512, - 2297912, - 2298312, - 2298712, - 2299112, - 2299512, - 2299912, - 2300312, - 2300712, - 2301112, - 2301512, - 2301912, - 2302312, - 2302712, - 2303112, - 2303512, - 2303912, - 2304312, - 2304712, - 2305112, - 2305512, - 2305912, - 2306312, - 2306712, - 2307112, - 2307512, - 2307912, - 2308312, - 2308712, - 2309112, - 2309512, - 2309912, - 2310312, - 2310712, - 2311112, - 2311512, - 2311912, - 2312312, - 2312712, - 2313112, - 2313512, - 2313912, - 2314312, - 2314712, - 2315112, - 2315512, - 2315912, - 2316312, - 2316712, - 2317112, - 2317512, - 2317912, - 2318312, - 2318712, - 2319112, - 2319512, - 2319912, - 2320312, - 2320712, - 2321112, - 2321512, - 2321912, - 2322312, - 2322712, - 2323112, - 2323512, - 2323912, - 2324312, - 2324712, - 2325112, - 2325512, - 2325912, - 2326312, - 2326712, - 2327112, - 2327512, - 2327912, - 2328312, - 2328712, - 2329112, - 2329512, - 2329912, - 2330312, - 2330712, - 2331112, - 2331512, - 2331912, - 2332312, - 2332712, - 2333112, - 2333512, - 2333912, - 2334312, - 2334712, - 2335112, - 2335512, - 2335912, - 2336312, - 2336712, - 2337112, - 2337512, - 2337912, - 2338312, - 2338712, - 2339112, - 2339512, - 2339912, - 2340312, - 2340712, - 2341112, - 2341512, - 2341912, - 2342312, - 2342712, - 2343112, - 2343512, - 2343912, - 2344312, - 2344712, - 2345112, - 2345512, - 2345912, - 2346312, - 2346712, - 2347112, - 2347512, - 2347912, - 2348312, - 2348712, - 2349112, - 2349512, - 2349912, - 2350312, - 2350712, - 2351112, - 2351512, - 2351912, - 2352312, - 2352712, - 2353112, - 2353512, - 2353912, - 2354312, - 2354712, - 2355112, - 2355512, - 2355912, - 2356312, - 2356712, - 2357112, - 2357512, - 2357912, - 2358312, - 2358712, - 2359112, - 2359512, - 2359912, - 2360312, - 2360712, - 2361112, - 2361512, - 2361912, - 2362312, - 2362712, - 2363112, - 2363512, - 2363912, - 2364312, - 2364712, - 2365112, - 2365512, - 2365912, - 2366312, - 2366712, - 2367112, - 2367512, - 2367912, - 2368312, - 2368712, - 2369112, - 2369512, - 2369912, - 2370312, - 2370712, - 2371112, - 2371512, - 2371912, - 2372312, - 2372712, - 2373112, - 2373512, - 2373912, - 2374312, - 2374712, - 2375112, - 2375512, - 2375912, - 2376312, - 2376712, - 2377112, - 2377512, - 2377912, - 2378312, - 2378712, - 2379112, - 2379512, - 2379912, - 2380312, - 2380712, - 2381112, - 2381512, - 2381912, - 2382312, - 2382712, - 2383112, - 2383512, - 2383912, - 2384312, - 2384712, - 2385112, - 2385512, - 2385912, - 2386312, - 2386712, - 2387112, - 2387512, - 2387912, - 2388312, - 2388712, - 2389112, - 2389512, - 2389912, - 2390312, - 2390712, - 2391112, - 2391512, - 2391912, - 2392312, - 2392712, - 2393112, - 2393512, - 2393912, - 2394312, - 2394712, - 2395112, - 2395512, - 2395912, - 2396312, - 2396712, - 2397112, - 2397512, - 2397912, - 2398312, - 2398712, - 2399112, - 2399512, - 2399912, - 2400312, - 2400712, - 2401112, - 2401512, - 2401912, - 2402312, - 2402712, - 2403112, - 2403512, - 2403912, - 2404312, - 2404712, - 2405112, - 2405512, - 2405912, - 2406312, - 2406712, - 2407112, - 2407512, - 2407912, - 2408312, - 2408712, - 2409112, - 2409512, - 2409912, - 2410312, - 2410712, - 2411112, - 2411512, - 2411912, - 2412312, - 2412712, - 2413112, - 2413512, - 2413912, - 2414312, - 2414712, - 2415112, - 2415512, - 2415912, - 2416312, - 2416712, - 2417112, - 2417512, - 2417912, - 2418312, - 2418712, - 2419112, - 2419512, - 2419912, - 2420312, - 2420712, - 2421112, - 2421512, - 2421912, - 2422312, - 2422712, - 2423112, - 2423512, - 2423912, - 2424312, - 2424712, - 2425112, - 2425512, - 2425912, - 2426312, - 2426712, - 2427112, - 2427512, - 2427912, - 2428312, - 2428712, - 2429112, - 2429512, - 2429912, - 2430312, - 2430712, - 2431112, - 2431512, - 2431912, - 2432312, - 2432712, - 2433112, - 2433512, - 2433912, - 2434312, - 2434712, - 2435112, - 2435512, - 2435912, - 2436312, - 2436712, - 2437112, - 2437512, - 2437912, - 2438312, - 2438712, - 2439112, - 2439512, - 2439912, - 2440312, - 2440712, - 2441112, - 2441512, - 2441912, - 2442312, - 2442712, - 2443112, - 2443512, - 2443912, - 2444312, - 2444712, - 2445112, - 2445512, - 2445912, - 2446312, - 2446712, - 2447112, - 2447512, - 2447912, - 2448312, - 2448712, - 2449112, - 2449512, - 2449912, - 2450312, - 2450712, - 2451112, - 2451512, - 2451912, - 2452312, - 2452712, - 2453112, - 2453512, - 2453912, - 2454312, - 2454712, - 2455112, - 2455512, - 2455912, - 2456312, - 2456712, - 2457112, - 2457512, - 2457912, - 2458312, - 2458712, - 2459112, - 2459512, - 2459912, - 2460312, - 2460712, - 2461112, - 2461512, - 2461912, - 2462312, - 2462712, - 2463112, - 2463512, - 2463912, - 2464312, - 2464712, - 2465112, - 2465512, - 2465912, - 2466312, - 2466712, - 2467112, - 2467512, - 2467912, - 2468312, - 2468712, - 2469112, - 2469512, - 2469912, - 2470312, - 2470712, - 2471112, - 2471512, - 2471912, - 2472312, - 2472712, - 2473112, - 2473512, - 2473912, - 2474312, - 2474712, - 2475112, - 2475512, - 2475912, - 2476312, - 2476712, - 2477112, - 2477512, - 2477912, - 2478312, - 2478712, - 2479112, - 2479512, - 2479912, - 2480312, - 2480712, - 2481112, - 2481512, - 2481912, - 2482312, - 2482712, - 2483112, - 2483512, - 2483912, - 2484312, - 2484712, - 2485112, - 2485512, - 2485912, - 2486312, - 2486712, - 2487112, - 2487512, - 2487912, - 2488312, - 2488712, - 2489112, - 2489512, - 2489912, - 2490312, - 2490712, - 2491112, - 2491512, - 2491912, - 2492312, - 2492712, - 2493112, - 2493512, - 2493912, - 2494312, - 2494712, - 2495112, - 2495512, - 2495912, - 2496312, - 2496712, - 2497112, - 2497512, - 2497912, - 2498312, - 2498712, - 2499112, - 2499512, - 2499912, - 2500312, - 2500712, - 2501112, - 2501512, - 2501912, - 2502312, - 2502712, - 2503112, - 2503512, - 2503912, - 2504312, - 2504712, - 2505112, - 2505512, - 2505912, - 2506312, - 2506712, - 2507112, - 2507512, - 2507912, - 2508312, - 2508712, - 2509112, - 2509512, - 2509912, - 2510312, - 2510712, - 2511112, - 2511512, - 2511912, - 2512312, - 2512712, - 2513112, - 2513512, - 2513912, - 2514312, - 2514712, - 2515112, - 2515512, - 2515912, - 2516312, - 2516712, - 2517112, - 2517512, - 2517912, - 2518312, - 2518712, - 2519112, - 2519512, - 2519912, - 2520312, - 2520712, - 2521112, - 2521512, - 2521912, - 2522312, - 2522712, - 2523112, - 2523512, - 2523912, - 2524312, - 2524712, - 2525112, - 2525512, - 2525912, - 2526312, - 2526712, - 2527112, - 2527512, - 2527912, - 2528312, - 2528712, - 2529112, - 2529512, - 2529912, - 2530312, - 2530712, - 2531112, - 2531512, - 2531912, - 2532312, - 2532712, - 2533112, - 2533512, - 2533912, - 2534312, - 2534712, - 2535112, - 2535512, - 2535912, - 2536312, - 2536712, - 2537112, - 2537512, - 2537912, - 2538312, - 2538712, - 2539112, - 2539512, - 2539912, - 2540312, - 2540712, - 2541112, - 2541512, - 2541912, - 2542312, - 2542712, - 2543112, - 2543512, - 2543912, - 2544312, - 2544712, - 2545112, - 2545512, - 2545912, - 2546312, - 2546712, - 2547112, - 2547512, - 2547912, - 2548312, - 2548712, - 2549112, - 2549512, - 2549912, - 2550312, - 2550712, - 2551112, - 2551512, - 2551912, - 2552312, - 2552712, - 2553112, - 2553512, - 2553912, - 2554312, - 2554712, - 2555112, - 2555512, - 2555912, - 2556312, - 2556712, - 2557112, - 2557512, - 2557912, - 2558312, - 2558712, - 2559112, - 2559512, - 2559912, - 2560312, - 2560712, - 2561112, - 2561512, - 2561912, - 2562312, - 2562712, - 2563112, - 2563512, - 2563912, - 2564312, - 2564712, - 2565112, - 2565512, - 2565912, - 2566312, - 2566712, - 2567112, - 2567512, - 2567912, - 2568312, - 2568712, - 2569112, - 2569512, - 2569912, - 2570312, - 2570712, - 2571112, - 2571512, - 2571912, - 2572312, - 2572712, - 2573112, - 2573512, - 2573912, - 2574312, - 2574712, - 2575112, - 2575512, - 2575912, - 2576312, - 2576712, - 2577112, - 2577512, - 2577912, - 2578312, - 2578712, - 2579112, - 2579512, - 2579912, - 2580312, - 2580712, - 2581112, - 2581512, - 2581912, - 2582312, - 2582712, - 2583112, - 2583512, - 2583912, - 2584312, - 2584712, - 2585112, - 2585512, - 2585912, - 2586312, - 2586712, - 2587112, - 2587512, - 2587912, - 2588312, - 2588712, - 2589112, - 2589512, - 2589912, - 2590312, - 2590712, - 2591112, - 2591512, - 2591912, - 2592312, - 2592712, - 2593112, - 2593512, - 2593912, - 2594312, - 2594712, - 2595112, - 2595512, - 2595912, - 2596312, - 2596712, - 2597112, - 2597512, - 2597912, - 2598312, - 2598712, - 2599112, - 2599512, - 2599912, - 2600312, - 2600712, - 2601112, - 2601512, - 2601912, - 2602312, - 2602712, - 2603112, - 2603512, - 2603912, - 2604312, - 2604712, - 2605112, - 2605512, - 2605912, - 2606312, - 2606712, - 2607112, - 2607512, - 2607912, - 2608312, - 2608712, - 2609112, - 2609512, - 2609912, - 2610312, - 2610712, - 2611112, - 2611512, - 2611912, - 2612312, - 2612712, - 2613112, - 2613512, - 2613912, - 2614312, - 2614712, - 2615112, - 2615512, - 2615912, - 2616312, - 2616712, - 2617112, - 2617512, - 2617912, - 2618312, - 2618712, - 2619112, - 2619512, - 2619912, - 2620312, - 2620712, - 2621112, - 2621512, - 2621912, - 2622312, - 2622712, - 2623112, - 2623512, - 2623912, - 2624312, - 2624712, - 2625112, - 2625512, - 2625912, - 2626312, - 2626712, - 2627112, - 2627512, - 2627912, - 2628312, - 2628712, - 2629112, - 2629512, - 2629912, - 2630312, - 2630712, - 2631112, - 2631512, - 2631912, - 2632312, - 2632712, - 2633112, - 2633512, - 2633912, - 2634312, - 2634712, - 2635112, - 2635512, - 2635912, - 2636312, - 2636712, - 2637112, - 2637512, - 2637912, - 2638312, - 2638712, - 2639112, - 2639512, - 2639912, - 2640312, - 2640712, - 2641112, - 2641512, - 2641912, - 2642312, - 2642712, - 2643112, - 2643512, - 2643912, - 2644312, - 2644712, - 2645112, - 2645512, - 2645912, - 2646312, - 2646712, - 2647112, - 2647512, - 2647912, - 2648312, - 2648712, - 2649112, - 2649512, - 2649912, - 2650312, - 2650712, - 2651112, - 2651512, - 2651912, - 2652312, - 2652712, - 2653112, - 2653512, - 2653912, - 2654312, - 2654712, - 2655112, - 2655512, - 2655912, - 2656312, - 2656712, - 2657112, - 2657512, - 2657912, - 2658312, - 2658712, - 2659112, - 2659512, - 2659912, - 2660312, - 2660712, - 2661112, - 2661512, - 2661912, - 2662312, - 2662712, - 2663112, - 2663512, - 2663912, - 2664312, - 2664712, - 2665112, - 2665512, - 2665912, - 2666312, - 2666712, - 2667112, - 2667512, - 2667912, - 2668312, - 2668712, - 2669112, - 2669512, - 2669912, - 2670312, - 2670712, - 2671112, - 2671512, - 2671912, - 2672312, - 2672712, - 2673112, - 2673512, - 2673912, - 2674312, - 2674712, - 2675112, - 2675512, - 2675912, - 2676312, - 2676712, - 2677112, - 2677512, - 2677912, - 2678312, - 2678712, - 2679112, - 2679512, - 2679912, - 2680312, - 2680712, - 2681112, - 2681512, - 2681912, - 2682312, - 2682712, - 2683112, - 2683512, - 2683912, - 2684312, - 2684712, - 2685112, - 2685512, - 2685912, - 2686312, - 2686712, - 2687112, - 2687512, - 2687912, - 2688312, - 2688712, - 2689112, - 2689512, - 2689912, - 2690312, - 2690712, - 2691112, - 2691512, - 2691912, - 2692312, - 2692712, - 2693112, - 2693512, - 2693912, - 2694312, - 2694712, - 2695112, - 2695512, - 2695912, - 2696312, - 2696712, - 2697112, - 2697512, - 2697912, - 2698312, - 2698712, - 2699112, - 2699512, - 2699912, - 2700312, - 2700712, - 2701112, - 2701512, - 2701912, - 2702312, - 2702712, - 2703112, - 2703512, - 2703912, - 2704312, - 2704712, - 2705112, - 2705512, - 2705912, - 2706312, - 2706712, - 2707112, - 2707512, - 2707912, - 2708312, - 2708712, - 2709112, - 2709512, - 2709912, - 2710312, - 2710712, - 2711112, - 2711512, - 2711912, - 2712312, - 2712712, - 2713112, - 2713512, - 2713912, - 2714312, - 2714712, - 2715112, - 2715512, - 2715912, - 2716312, - 2716712, - 2717112, - 2717512, - 2717912, - 2718312, - 2718712, - 2719112, - 2719512, - 2719912, - 2720312, - 2720712, - 2721112, - 2721512, - 2721912, - 2722312, - 2722712, - 2723112, - 2723512, - 2723912, - 2724312, - 2724712, - 2725112, - 2725512, - 2725912, - 2726312, - 2726712, - 2727112, - 2727512, - 2727912, - 2728312, - 2728712, - 2729112, - 2729512, - 2729912, - 2730312, - 2730712, - 2731112, - 2731512, - 2731912, - 2732312, - 2732712, - 2733112, - 2733512, - 2733912, - 2734312, - 2734712, - 2735112, - 2735512, - 2735912, - 2736312, - 2736712, - 2737112, - 2737512, - 2737912, - 2738312, - 2738712, - 2739112, - 2739512, - 2739912, - 2740312, - 2740712, - 2741112, - 2741512, - 2741912, - 2742312, - 2742712, - 2743112, - 2743512, - 2743912, - 2744312, - 2744712, - 2745112, - 2745512, - 2745912, - 2746312, - 2746712, - 2747112, - 2747512, - 2747912, - 2748312, - 2748712, - 2749112, - 2749512, - 2749912, - 2750312, - 2750712, - 2751112, - 2751512, - 2751912, - 2752312, - 2752712, - 2753112, - 2753512, - 2753912, - 2754312, - 2754712, - 2755112, - 2755512, - 2755912, - 2756312, - 2756712, - 2757112, - 2757512, - 2757912, - 2758312, - 2758712, - 2759112, - 2759512, - 2759912, - 2760312, - 2760712, - 2761112, - 2761512, - 2761912, - 2762312, - 2762712, - 2763112, - 2763512, - 2763912, - 2764312, - 2764712, - 2765112, - 2765512, - 2765912, - 2766312, - 2766712, - 2767112, - 2767512, - 2767912, - 2768312, - 2768712, - 2769112, - 2769512, - 2769912, - 2770312, - 2770712, - 2771112, - 2771512, - 2771912, - 2772312, - 2772712, - 2773112, - 2773512, - 2773912, - 2774312, - 2774712, - 2775112, - 2775512, - 2775912, - 2776312, - 2776712, - 2777112, - 2777512, - 2777912, - 2778312, - 2778712, - 2779112, - 2779512, - 2779912, - 2780312, - 2780712, - 2781112, - 2781512, - 2781912, - 2782312, - 2782712, - 2783112, - 2783512, - 2783912, - 2784312, - 2784712, - 2785112, - 2785512, - 2785912, - 2786312, - 2786712, - 2787112, - 2787512, - 2787912, - 2788312, - 2788712, - 2789112, - 2789512, - 2789912, - 2790312, - 2790712, - 2791112, - 2791512, - 2791912, - 2792312, - 2792712, - 2793112, - 2793512, - 2793912, - 2794312, - 2794712, - 2795112, - 2795512, - 2795912, - 2796312, - 2796712, - 2797112, - 2797512, - 2797912, - 2798312, - 2798712, - 2799112, - 2799512, - 2799912, - 2800312, - 2800712, - 2801112, - 2801512, - 2801912, - 2802312, - 2802712, - 2803112, - 2803512, - 2803912, - 2804312, - 2804712, - 2805112, - 2805512, - 2805912, - 2806312, - 2806712, - 2807112, - 2807512, - 2807912, - 2808312, - 2808712, - 2809112, - 2809512, - 2809912, - 2810312, - 2810712, - 2811112, - 2811512, - 2811912, - 2812312, - 2812712, - 2813112, - 2813512, - 2813912, - 2814312, - 2814712, - 2815112, - 2815512, - 2815912, - 2816312, - 2816712, - 2817112, - 2817512, - 2817912, - 2818312, - 2818712, - 2819112, - 2819512, - 2819912, - 2820312, - 2820712, - 2821112, - 2821512, - 2821912, - 2822312, - 2822712, - 2823112, - 2823512, - 2823912, - 2824312, - 2824712, - 2825112, - 2825512, - 2825912, - 2826312, - 2826712, - 2827112, - 2827512, - 2827912, - 2828312, - 2828712, - 2829112, - 2829512, - 2829912, - 2830312, - 2830712, - 2831112, - 2831512, - 2831912, - 2832312, - 2832712, - 2833112, - 2833512, - 2833912, - 2834312, - 2834712, - 2835112, - 2835512, - 2835912, - 2836312, - 2836712, - 2837112, - 2837512, - 2837912, - 2838312, - 2838712, - 2839112, - 2839512, - 2839912, - 2840312, - 2840712, - 2841112, - 2841512, - 2841912, - 2842312, - 2842712, - 2843112, - 2843512, - 2843912, - 2844312, - 2844712, - 2845112, - 2845512, - 2845912, - 2846312, - 2846712, - 2847112, - 2847512, - 2847912, - 2848312, - 2848712, - 2849112, - 2849512, - 2849912, - 2850312, - 2850712, - 2851112, - 2851512, - 2851912, - 2852312, - 2852712, - 2853112, - 2853512, - 2853912, - 2854312, - 2854712, - 2855112, - 2855512, - 2855912, - 2856312, - 2856712, - 2857112, - 2857512, - 2857912, - 2858312, - 2858712, - 2859112, - 2859512, - 2859912, - 2860312, - 2860712, - 2861112, - 2861512, - 2861912, - 2862312, - 2862712, - 2863112, - 2863512, - 2863912, - 2864312, - 2864712, - 2865112, - 2865512, - 2865912, - 2866312, - 2866712, - 2867112, - 2867512, - 2867912, - 2868312, - 2868712, - 2869112, - 2869512, - 2869912, - 2870312, - 2870712, - 2871112, - 2871512, - 2871912, - 2872312, - 2872712, - 2873112, - 2873512, - 2873912, - 2874312, - 2874712, - 2875112, - 2875512, - 2875912, - 2876312, - 2876712, - 2877112, - 2877512, - 2877912, - 2878312, - 2878712, - 2879112, - 2879512, - 2879912, - 2880312, - 2880712, - 2881112, - 2881512, - 2881912, - 2882312, - 2882712, - 2883112, - 2883512, - 2883912, - 2884312, - 2884712, - 2885112, - 2885512, - 2885912, - 2886312, - 2886712, - 2887112, - 2887512, - 2887912, - 2888312, - 2888712, - 2889112, - 2889512, - 2889912, - 2890312, - 2890712, - 2891112, - 2891512, - 2891912, - 2892312, - 2892712, - 2893112, - 2893512, - 2893912, - 2894312, - 2894712, - 2895112, - 2895512, - 2895912, - 2896312, - 2896712, - 2897112, - 2897512, - 2897912, - 2898312, - 2898712, - 2899112, - 2899512, - 2899912, - 2900312, - 2900712, - 2901112, - 2901512, - 2901912, - 2902312, - 2902712, - 2903112, - 2903512, - 2903912, - 2904312, - 2904712, - 2905112, - 2905512, - 2905912, - 2906312, - 2906712, - 2907112, - 2907512, - 2907912, - 2908312, - 2908712, - 2909112, - 2909512, - 2909912, - 2910312, - 2910712, - 2911112, - 2911512, - 2911912, - 2912312, - 2912712, - 2913112, - 2913512, - 2913912, - 2914312, - 2914712, - 2915112, - 2915512, - 2915912, - 2916312, - 2916712, - 2917112, - 2917512, - 2917912, - 2918312, - 2918712, - 2919112, - 2919512, - 2919912, - 2920312, - 2920712, - 2921112, - 2921512, - 2921912, - 2922312, - 2922712, - 2923112, - 2923512, - 2923912, - 2924312, - 2924712, - 2925112, - 2925512, - 2925912, - 2926312, - 2926712, - 2927112, - 2927512, - 2927912, - 2928312, - 2928712, - 2929112, - 2929512, - 2929912, - 2930312, - 2930712, - 2931112, - 2931512, - 2931912, - 2932312, - 2932712, - 2933112, - 2933512, - 2933912, - 2934312, - 2934712, - 2935112, - 2935512, - 2935912, - 2936312, - 2936712, - 2937112, - 2937512, - 2937912, - 2938312, - 2938712, - 2939112, - 2939512, - 2939912, - 2940312, - 2940712, - 2941112, - 2941512, - 2941912, - 2942312, - 2942712, - 2943112, - 2943512, - 2943912, - 2944312, - 2944712, - 2945112, - 2945512, - 2945912, - 2946312, - 2946712, - 2947112, - 2947512, - 2947912, - 2948312, - 2948712, - 2949112, - 2949512, - 2949912, - 2950312, - 2950712, - 2951112, - 2951512, - 2951912, - 2952312, - 2952712, - 2953112, - 2953512, - 2953912, - 2954312, - 2954712, - 2955112, - 2955512, - 2955912, - 2956312, - 2956712, - 2957112, - 2957512, - 2957912, - 2958312, - 2958712, - 2959112, - 2959512, - 2959912, - 2960312, - 2960712, - 2961112, - 2961512, - 2961912, - 2962312, - 2962712, - 2963112, - 2963512, - 2963912, - 2964312, - 2964712, - 2965112, - 2965512, - 2965912, - 2966312, - 2966712, - 2967112, - 2967512, - 2967912, - 2968312, - 2968712, - 2969112, - 2969512, - 2969912, - 2970312, - 2970712, - 2971112, - 2971512, - 2971912, - 2972312, - 2972712, - 2973112, - 2973512, - 2973912, - 2974312, - 2974712, - 2975112, - 2975512, - 2975912, - 2976312, - 2976712, - 2977112, - 2977512, - 2977912, - 2978312, - 2978712, - 2979112, - 2979512, - 2979912, - 2980312, - 2980712, - 2981112, - 2981512, - 2981912, - 2982312, - 2982712, - 2983112, - 2983512, - 2983912, - 2984312, - 2984712, - 2985112, - 2985512, - 2985912, - 2986312, - 2986712, - 2987112, - 2987512, - 2987912, - 2988312, - 2988712, - 2989112, - 2989512, - 2989912, - 2990312, - 2990712, - 2991112, - 2991512, - 2991912, - 2992312, - 2992712, - 2993112, - 2993512, - 2993912, - 2994312, - 2994712, - 2995112, - 2995512, - 2995912, - 2996312, - 2996712, - 2997112, - 2997512, - 2997912, - 2998312, - 2998712, - 2999112, - 2999512, - 2999912, - 3000312, - 3000712, - 3001112, - 3001512, - 3001912, - 3002312, - 3002712, - 3003112, - 3003512, - 3003912, - 3004312, - 3004712, - 3005112, - 3005512, - 3005912, - 3006312, - 3006712, - 3007112, - 3007512, - 3007912, - 3008312, - 3008712, - 3009112, - 3009512, - 3009912, - 3010312, - 3010712, - 3011112, - 3011512, - 3011912, - 3012312, - 3012712, - 3013112, - 3013512, - 3013912, - 3014312, - 3014712, - 3015112, - 3015512, - 3015912, - 3016312, - 3016712, - 3017112, - 3017512, - 3017912, - 3018312, - 3018712, - 3019112, - 3019512, - 3019912, - 3020312, - 3020712, - 3021112, - 3021512, - 3021912, - 3022312, - 3022712, - 3023112, - 3023512, - 3023912, - 3024312, - 3024712, - 3025112, - 3025512, - 3025912, - 3026312, - 3026712, - 3027112, - 3027512, - 3027912, - 3028312, - 3028712, - 3029112, - 3029512, - 3029912, - 3030312, - 3030712, - 3031112, - 3031512, - 3031912, - 3032312, - 3032712, - 3033112, - 3033512, - 3033912, - 3034312, - 3034712, - 3035112, - 3035512, - 3035912, - 3036312, - 3036712, - 3037112, - 3037512, - 3037912, - 3038312, - 3038712, - 3039112, - 3039512, - 3039912, - 3040312, - 3040712, - 3041112, - 3041512, - 3041912, - 3042312, - 3042712, - 3043112, - 3043512, - 3043912, - 3044312, - 3044712, - 3045112, - 3045512, - 3045912, - 3046312, - 3046712, - 3047112, - 3047512, - 3047912, - 3048312, - 3048712, - 3049112, - 3049512, - 3049912, - 3050312, - 3050712, - 3051112, - 3051512, - 3051912, - 3052312, - 3052712, - 3053112, - 3053512, - 3053912, - 3054312, - 3054712, - 3055112, - 3055512, - 3055912, - 3056312, - 3056712, - 3057112, - 3057512, - 3057912, - 3058312, - 3058712, - 3059112, - 3059512, - 3059912, - 3060312, - 3060712, - 3061112, - 3061512, - 3061912, - 3062312, - 3062712, - 3063112, - 3063512, - 3063912, - 3064312, - 3064712, - 3065112, - 3065512, - 3065912, - 3066312, - 3066712, - 3067112, - 3067512, - 3067912, - 3068312, - 3068712, - 3069112, - 3069512, - 3069912, - 3070312, - 3070712, - 3071112, - 3071512, - 3071912, - 3072312, - 3072712, - 3073112, - 3073512, - 3073912, - 3074312, - 3074712, - 3075112, - 3075512, - 3075912, - 3076312, - 3076712, - 3077112, - 3077512, - 3077912, - 3078312, - 3078712, - 3079112, - 3079512, - 3079912, - 3080312, - 3080712, - 3081112, - 3081512, - 3081912, - 3082312, - 3082712, - 3083112, - 3083512, - 3083912, - 3084312, - 3084712, - 3085112, - 3085512, - 3085912, - 3086312, - 3086712, - 3087112, - 3087512, - 3087912, - 3088312, - 3088712, - 3089112, - 3089512, - 3089912, - 3090312, - 3090712, - 3091112, - 3091512, - 3091912, - 3092312, - 3092712, - 3093112, - 3093512, - 3093912, - 3094312, - 3094712, - 3095112, - 3095512, - 3095912, - 3096312, - 3096712, - 3097112, - 3097512, - 3097912, - 3098312, - 3098712, - 3099112, - 3099512, - 3099912, - 3100312, - 3100712, - 3101112, - 3101512, - 3101912, - 3102312, - 3102712, - 3103112, - 3103512, - 3103912, - 3104312, - 3104712, - 3105112, - 3105512, - 3105912, - 3106312, - 3106712, - 3107112, - 3107512, - 3107912, - 3108312, - 3108712, - 3109112, - 3109512, - 3109912, - 3110312, - 3110712, - 3111112, - 3111512, - 3111912, - 3112312, - 3112712, - 3113112, - 3113512, - 3113912, - 3114312, - 3114712, - 3115112, - 3115512, - 3115912, - 3116312, - 3116712, - 3117112, - 3117512, - 3117912, - 3118312, - 3118712, - 3119112, - 3119512, - 3119912, - 3120312, - 3120712, - 3121112, - 3121512, - 3121912, - 3122312, - 3122712, - 3123112, - 3123512, - 3123912, - 3124312, - 3124712, - 3125112, - 3125512, - 3125912, - 3126312, - 3126712, - 3127112, - 3127512, - 3127912, - 3128312, - 3128712, - 3129112, - 3129512, - 3129912, - 3130312, - 3130712, - 3131112, - 3131512, - 3131912, - 3132312, - 3132712, - 3133112, - 3133512, - 3133912, - 3134312, - 3134712, - 3135112, - 3135512, - 3135912, - 3136312, - 3136712, - 3137112, - 3137512, - 3137912, - 3138312, - 3138712, - 3139112, - 3139512, - 3139912, - 3140312, - 3140712, - 3141112, - 3141512, - 3141912, - 3142312, - 3142712, - 3143112, - 3143512, - 3143912, - 3144312, - 3144712, - 3145112, - 3145512, - 3145912, - 3146312, - 3146712, - 3147112, - 3147512, - 3147912, - 3148312, - 3148712, - 3149112, - 3149512, - 3149912, - 3150312, - 3150712, - 3151112, - 3151512, - 3151912, - 3152312, - 3152712, - 3153112, - 3153512, - 3153912, - 3154312, - 3154712, - 3155112, - 3155512, - 3155912, - 3156312, - 3156712, - 3157112, - 3157512, - 3157912, - 3158312, - 3158712, - 3159112, - 3159512, - 3159912, - 3160312, - 3160712, - 3161112, - 3161512, - 3161912, - 3162312, - 3162712, - 3163112, - 3163512, - 3163912, - 3164312, - 3164712, - 3165112, - 3165512, - 3165912, - 3166312, - 3166712, - 3167112, - 3167512, - 3167912, - 3168312, - 3168712, - 3169112, - 3169512, - 3169912, - 3170312, - 3170712, - 3171112, - 3171512, - 3171912, - 3172312, - 3172712, - 3173112, - 3173512, - 3173912, - 3174312, - 3174712, - 3175112, - 3175512, - 3175912, - 3176312, - 3176712, - 3177112, - 3177512, - 3177912, - 3178312, - 3178712, - 3179112, - 3179512, - 3179912, - 3180312, - 3180712, - 3181112, - 3181512, - 3181912, - 3182312, - 3182712, - 3183112, - 3183512, - 3183912, - 3184312, - 3184712, - 3185112, - 3185512, - 3185912, - 3186312, - 3186712, - 3187112, - 3187512, - 3187912, - 3188312, - 3188712, - 3189112, - 3189512, - 3189912, - 3190312, - 3190712, - 3191112, - 3191512, - 3191912, - 3192312, - 3192712, - 3193112, - 3193512, - 3193912, - 3194312, - 3194712, - 3195112, - 3195512, - 3195912, - 3196312, - 3196712, - 3197112, - 3197512, - 3197912, - 3198312, - 3198712, - 3199112, - 3199512, - 3199912, - 3200312, - 3200712, - 3201112, - 3201512, - 3201912, - 3202312, - 3202712, - 3203112, - 3203512, - 3203912, - 3204312, - 3204712, - 3205112, - 3205512, - 3205912, - 3206312, - 3206712, - 3207112, - 3207512, - 3207912, - 3208312, - 3208712, - 3209112, - 3209512, - 3209912, - 3210312, - 3210712, - 3211112, - 3211512, - 3211912, - 3212312, - 3212712, - 3213112, - 3213512, - 3213912, - 3214312, - 3214712, - 3215112, - 3215512, - 3215912, - 3216312, - 3216712, - 3217112, - 3217512, - 3217912, - 3218312, - 3218712, - 3219112, - 3219512, - 3219912, - 3220312, - 3220712, - 3221112, - 3221512, - 3221912, - 3222312, - 3222712, - 3223112, - 3223512, - 3223912, - 3224312, - 3224712, - 3225112, - 3225512, - 3225912, - 3226312, - 3226712, - 3227112, - 3227512, - 3227912, - 3228312, - 3228712, - 3229112, - 3229512, - 3229912, - 3230312, - 3230712, - 3231112, - 3231512, - 3231912, - 3232312, - 3232712, - 3233112, - 3233512, - 3233912, - 3234312, - 3234712, - 3235112, - 3235512, - 3235912, - 3236312, - 3236712, - 3237112, - 3237512, - 3237912, - 3238312, - 3238712, - 3239112, - 3239512, - 3239912, - 3240312, - 3240712, - 3241112, - 3241512, - 3241912, - 3242312, - 3242712, - 3243112, - 3243512, - 3243912, - 3244312, - 3244712, - 3245112, - 3245512, - 3245912, - 3246312, - 3246712, - 3247112, - 3247512, - 3247912, - 3248312, - 3248712, - 3249112, - 3249512, - 3249912, - 3250312, - 3250712, - 3251112, - 3251512, - 3251912, - 3252312, - 3252712, - 3253112, - 3253512, - 3253912, - 3254312, - 3254712, - 3255112, - 3255512, - 3255912, - 3256312, - 3256712, - 3257112, - 3257512, - 3257912, - 3258312, - 3258712, - 3259112, - 3259512, - 3259912, - 3260312, - 3260712, - 3261112, - 3261512, - 3261912, - 3262312, - 3262712, - 3263112, - 3263512, - 3263912, - 3264312, - 3264712, - 3265112, - 3265512, - 3265912, - 3266312, - 3266712, - 3267112, - 3267512, - 3267912, - 3268312, - 3268712, - 3269112, - 3269512, - 3269912, - 3270312, - 3270712, - 3271112, - 3271512, - 3271912, - 3272312, - 3272712, - 3273112, - 3273512, - 3273912, - 3274312, - 3274712, - 3275112, - 3275512, - 3275912, - 3276312, - 3276712, - 3277112, - 3277512, - 3277912, - 3278312, - 3278712, - 3279112, - 3279512, - 3279912, - 3280312, - 3280712, - 3281112, - 3281512, - 3281912, - 3282312, - 3282712, - 3283112, - 3283512, - 3283912, - 3284312, - 3284712, - 3285112, - 3285512, - 3285912, - 3286312, - 3286712, - 3287112, - 3287512, - 3287912, - 3288312, - 3288712, - 3289112, - 3289512, - 3289912, - 3290312, - 3290712, - 3291112, - 3291512, - 3291912, - 3292312, - 3292712, - 3293112, - 3293512, - 3293912, - 3294312, - 3294712, - 3295112, - 3295512, - 3295912, - 3296312, - 3296712, - 3297112, - 3297512, - 3297912, - 3298312, - 3298712, - 3299112, - 3299512, - 3299912, - 3300312, - 3300712, - 3301112, - 3301512, - 3301912, - 3302312, - 3302712, - 3303112, - 3303512, - 3303912, - 3304312, - 3304712, - 3305112, - 3305512, - 3305912, - 3306312, - 3306712, - 3307112, - 3307512, - 3307912, - 3308312, - 3308712, - 3309112, - 3309512, - 3309912, - 3310312, - 3310712, - 3311112, - 3311512, - 3311912, - 3312312, - 3312712, - 3313112, - 3313512, - 3313912, - 3314312, - 3314712, - 3315112, - 3315512, - 3315912, - 3316312, - 3316712, - 3317112, - 3317512, - 3317912, - 3318312, - 3318712, - 3319112, - 3319512, - 3319912, - 3320312, - 3320712, - 3321112, - 3321512, - 3321912, - 3322312, - 3322712, - 3323112, - 3323512, - 3323912, - 3324312, - 3324712, - 3325112, - 3325512, - 3325912, - 3326312, - 3326712, - 3327112, - 3327512, - 3327912, - 3328312, - 3328712, - 3329112, - 3329512, - 3329912, - 3330312, - 3330712, - 3331112, - 3331512, - 3331912, - 3332312, - 3332712, - 3333112, - 3333512, - 3333912, - 3334312, - 3334712, - 3335112, - 3335512, - 3335912, - 3336312, - 3336712, - 3337112, - 3337512, - 3337912, - 3338312, - 3338712, - 3339112, - 3339512, - 3339912, - 3340312, - 3340712, - 3341112, - 3341512, - 3341912, - 3342312, - 3342712, - 3343112, - 3343512, - 3343912, - 3344312, - 3344712, - 3345112, - 3345512, - 3345912, - 3346312, - 3346712, - 3347112, - 3347512, - 3347912, - 3348312, - 3348712, - 3349112, - 3349512, - 3349912, - 3350312, - 3350712, - 3351112, - 3351512, - 3351912, - 3352312, - 3352712, - 3353112, - 3353512, - 3353912, - 3354312, - 3354712, - 3355112, - 3355512, - 3355912, - 3356312, - 3356712, - 3357112, - 3357512, - 3357912, - 3358312, - 3358712, - 3359112, - 3359512, - 3359912, - 3360312, - 3360712, - 3361112, - 3361512, - 3361912, - 3362312, - 3362712, - 3363112, - 3363512, - 3363912, - 3364312, - 3364712, - 3365112, - 3365512, - 3365912, - 3366312, - 3366712, - 3367112, - 3367512, - 3367912, - 3368312, - 3368712, - 3369112, - 3369512, - 3369912, - 3370312, - 3370712, - 3371112, - 3371512, - 3371912, - 3372312, - 3372712, - 3373112, - 3373512, - 3373912, - 3374312, - 3374712, - 3375112, - 3375512, - 3375912, - 3376312, - 3376712, - 3377112, - 3377512, - 3377912, - 3378312, - 3378712, - 3379112, - 3379512, - 3379912, - 3380312, - 3380712, - 3381112, - 3381512, - 3381912, - 3382312, - 3382712, - 3383112, - 3383512, - 3383912, - 3384312, - 3384712, - 3385112, - 3385512, - 3385912, - 3386312, - 3386712, - 3387112, - 3387512, - 3387912, - 3388312, - 3388712, - 3389112, - 3389512, - 3389912, - 3390312, - 3390712, - 3391112, - 3391512, - 3391912, - 3392312, - 3392712, - 3393112, - 3393512, - 3393912, - 3394312, - 3394712, - 3395112, - 3395512, - 3395912, - 3396312, - 3396712, - 3397112, - 3397512, - 3397912, - 3398312, - 3398712, - 3399112, - 3399512, - 3399912, - 3400312, - 3400712, - 3401112, - 3401512, - 3401912, - 3402312, - 3402712, - 3403112, - 3403512, - 3403912, - 3404312, - 3404712, - 3405112, - 3405512, - 3405912, - 3406312, - 3406712, - 3407112, - 3407512, - 3407912, - 3408312, - 3408712, - 3409112, - 3409512, - 3409912, - 3410312, - 3410712, - 3411112, - 3411512, - 3411912, - 3412312, - 3412712, - 3413112, - 3413512, - 3413912, - 3414312, - 3414712, - 3415112, - 3415512, - 3415912, - 3416312, - 3416712, - 3417112, - 3417512, - 3417912, - 3418312, - 3418712, - 3419112, - 3419512, - 3419912, - 3420312, - 3420712, - 3421112, - 3421512, - 3421912, - 3422312, - 3422712, - 3423112, - 3423512, - 3423912, - 3424312, - 3424712, - 3425112, - 3425512, - 3425912, - 3426312, - 3426712, - 3427112, - 3427512, - 3427912, - 3428312, - 3428712, - 3429112, - 3429512, - 3429912, - 3430312, - 3430712, - 3431112, - 3431512, - 3431912, - 3432312, - 3432712, - 3433112, - 3433512, - 3433912, - 3434312, - 3434712, - 3435112, - 3435512, - 3435912, - 3436312, - 3436712, - 3437112, - 3437512, - 3437912, - 3438312, - 3438712, - 3439112, - 3439512, - 3439912, - 3440312, - 3440712, - 3441112, - 3441512, - 3441912, - 3442312, - 3442712, - 3443112, - 3443512, - 3443912, - 3444312, - 3444712, - 3445112, - 3445512, - 3445912, - 3446312, - 3446712, - 3447112, - 3447512, - 3447912, - 3448312, - 3448712, - 3449112, - 3449512, - 3449912, - 3450312, - 3450712, - 3451112, - 3451512, - 3451912, - 3452312, - 3452712, - 3453112, - 3453512, - 3453912, - 3454312, - 3454712, - 3455112, - 3455512, - 3455912, - 3456312, - 3456712, - 3457112, - 3457512, - 3457912, - 3458312, - 3458712, - 3459112, - 3459512, - 3459912, - 3460312, - 3460712, - 3461112, - 3461512, - 3461912, - 3462312, - 3462712, - 3463112, - 3463512, - 3463912, - 3464312, - 3464712, - 3465112, - 3465512, - 3465912, - 3466312, - 3466712, - 3467112, - 3467512, - 3467912, - 3468312, - 3468712, - 3469112, - 3469512, - 3469912, - 3470312, - 3470712, - 3471112, - 3471512, - 3471912, - 3472312, - 3472712, - 3473112, - 3473512, - 3473912, - 3474312, - 3474712, - 3475112, - 3475512, - 3475912, - 3476312, - 3476712, - 3477112, - 3477512, - 3477912, - 3478312, - 3478712, - 3479112, - 3479512, - 3479912, - 3480312, - 3480712, - 3481112, - 3481512, - 3481912, - 3482312, - 3482712, - 3483112, - 3483512, - 3483912, - 3484312, - 3484712, - 3485112, - 3485512, - 3485912, - 3486312, - 3486712, - 3487112, - 3487512, - 3487912, - 3488312, - 3488712, - 3489112, - 3489512, - 3489912, - 3490312, - 3490712, - 3491112, - 3491512, - 3491912, - 3492312, - 3492712, - 3493112, - 3493512, - 3493912, - 3494312, - 3494712, - 3495112, - 3495512, - 3495912, - 3496312, - 3496712, - 3497112, - 3497512, - 3497912, - 3498312, - 3498712, - 3499112, - 3499512, - 3499912, - 3500312, - 3500712, - 3501112, - 3501512, - 3501912, - 3502312, - 3502712, - 3503112, - 3503512, - 3503912, - 3504312, - 3504712, - 3505112, - 3505512, - 3505912, - 3506312, - 3506712, - 3507112, - 3507512, - 3507912, - 3508312, - 3508712, - 3509112, - 3509512, - 3509912, - 3510312, - 3510712, - 3511112, - 3511512, - 3511912, - 3512312, - 3512712, - 3513112, - 3513512, - 3513912, - 3514312, - 3514712, - 3515112, - 3515512, - 3515912, - 3516312, - 3516712, - 3517112, - 3517512, - 3517912, - 3518312, - 3518712, - 3519112, - 3519512, - 3519912, - 3520312, - 3520712, - 3521112, - 3521512, - 3521912, - 3522312, - 3522712, - 3523112, - 3523512, - 3523912, - 3524312, - 3524712, - 3525112, - 3525512, - 3525912, - 3526312, - 3526712, - 3527112, - 3527512, - 3527912, - 3528312, - 3528712, - 3529112, - 3529512, - 3529912, - 3530312, - 3530712, - 3531112, - 3531512, - 3531912, - 3532312, - 3532712, - 3533112, - 3533512, - 3533912, - 3534312, - 3534712, - 3535112, - 3535512, - 3535912, - 3536312, - 3536712, - 3537112, - 3537512, - 3537912, - 3538312, - 3538712, - 3539112, - 3539512, - 3539912, - 3540312, - 3540712, - 3541112, - 3541512, - 3541912, - 3542312, - 3542712, - 3543112, - 3543512, - 3543912, - 3544312, - 3544712, - 3545112, - 3545512, - 3545912, - 3546312, - 3546712, - 3547112, - 3547512, - 3547912, - 3548312, - 3548712, - 3549112, - 3549512, - 3549912, - 3550312, - 3550712, - 3551112, - 3551512, - 3551912, - 3552312, - 3552712, - 3553112, - 3553512, - 3553912, - 3554312, - 3554712, - 3555112, - 3555512, - 3555912, - 3556312, - 3556712, - 3557112, - 3557512, - 3557912, - 3558312, - 3558712, - 3559112, - 3559512, - 3559912, - 3560312, - 3560712, - 3561112, - 3561512, - 3561912, - 3562312, - 3562712, - 3563112, - 3563512, - 3563912, - 3564312, - 3564712, - 3565112, - 3565512, - 3565912, - 3566312, - 3566712, - 3567112, - 3567512, - 3567912, - 3568312, - 3568712, - 3569112, - 3569512, - 3569912, - 3570312, - 3570712, - 3571112, - 3571512, - 3571912, - 3572312, - 3572712, - 3573112, - 3573512, - 3573912, - 3574312, - 3574712, - 3575112, - 3575512, - 3575912, - 3576312, - 3576712, - 3577112, - 3577512, - 3577912, - 3578312, - 3578712, - 3579112, - 3579512, - 3579912, - 3580312, - 3580712, - 3581112, - 3581512, - 3581912, - 3582312, - 3582712, - 3583112, - 3583512, - 3583912, - 3584312, - 3584712, - 3585112, - 3585512, - 3585912, - 3586312, - 3586712, - 3587112, - 3587512, - 3587912, - 3588312, - 3588712, - 3589112, - 3589512, - 3589912, - 3590312, - 3590712, - 3591112, - 3591512, - 3591912, - 3592312, - 3592712, - 3593112, - 3593512, - 3593912, - 3594312, - 3594712, - 3595112, - 3595512, - 3595912, - 3596312, - 3596712, - 3597112, - 3597512, - 3597912, - 3598312, - 3598712, - 3599112, - 3599512, - 3599912, - 3600312, - 3600712, - 3601112, - 3601512, - 3601912, - 3602312, - 3602712, - 3603112, - 3603512, - 3603912, - 3604312, - 3604712, - 3605112, - 3605512, - 3605912, - 3606312, - 3606712, - 3607112, - 3607512, - 3607912, - 3608312, - 3608712, - 3609112, - 3609512, - 3609912, - 3610312, - 3610712, - 3611112, - 3611512, - 3611912, - 3612312, - 3612712, - 3613112, - 3613512, - 3613912, - 3614312, - 3614712, - 3615112, - 3615512, - 3615912, - 3616312, - 3616712, - 3617112, - 3617512, - 3617912, - 3618312, - 3618712, - 3619112, - 3619512, - 3619912, - 3620312, - 3620712, - 3621112, - 3621512, - 3621912, - 3622312, - 3622712, - 3623112, - 3623512, - 3623912, - 3624312, - 3624712, - 3625112, - 3625512, - 3625912, - 3626312, - 3626712, - 3627112, - 3627512, - 3627912, - 3628312, - 3628712, - 3629112, - 3629512, - 3629912, - 3630312, - 3630712, - 3631112, - 3631512, - 3631912, - 3632312, - 3632712, - 3633112, - 3633512, - 3633912, - 3634312, - 3634712, - 3635112, - 3635512, - 3635912, - 3636312, - 3636712, - 3637112, - 3637512, - 3637912, - 3638312, - 3638712, - 3639112, - 3639512, - 3639912, - 3640312, - 3640712, - 3641112, - 3641512, - 3641912, - 3642312, - 3642712, - 3643112, - 3643512, - 3643912, - 3644312, - 3644712, - 3645112, - 3645512, - 3645912, - 3646312, - 3646712, - 3647112, - 3647512, - 3647912, - 3648312, - 3648712, - 3649112, - 3649512, - 3649912, - 3650312, - 3650712, - 3651112, - 3651512, - 3651912, - 3652312, - 3652712, - 3653112, - 3653512, - 3653912, - 3654312, - 3654712, - 3655112, - 3655512, - 3655912, - 3656312, - 3656712, - 3657112, - 3657512, - 3657912, - 3658312, - 3658712, - 3659112, - 3659512, - 3659912, - 3660312, - 3660712, - 3661112, - 3661512, - 3661912, - 3662312, - 3662712, - 3663112, - 3663512, - 3663912, - 3664312, - 3664712, - 3665112, - 3665512, - 3665912, - 3666312, - 3666712, - 3667112, - 3667512, - 3667912, - 3668312, - 3668712, - 3669112, - 3669512, - 3669912, - 3670312, - 3670712, - 3671112, - 3671512, - 3671912, - 3672312, - 3672712, - 3673112, - 3673512, - 3673912, - 3674312, - 3674712, - 3675112, - 3675512, - 3675912, - 3676312, - 3676712, - 3677112, - 3677512, - 3677912, - 3678312, - 3678712, - 3679112, - 3679512, - 3679912, - 3680312, - 3680712, - 3681112, - 3681512, - 3681912, - 3682312, - 3682712, - 3683112, - 3683512, - 3683912, - 3684312, - 3684712, - 3685112, - 3685512, - 3685912, - 3686312, - 3686712, - 3687112, - 3687512, - 3687912, - 3688312, - 3688712, - 3689112, - 3689512, - 3689912, - 3690312, - 3690712, - 3691112, - 3691512, - 3691912, - 3692312, - 3692712, - 3693112, - 3693512, - 3693912, - 3694312, - 3694712, - 3695112, - 3695512, - 3695912, - 3696312, - 3696712, - 3697112, - 3697512, - 3697912, - 3698312, - 3698712, - 3699112, - 3699512, - 3699912, - 3700312, - 3700712, - 3701112, - 3701512, - 3701912, - 3702312, - 3702712, - 3703112, - 3703512, - 3703912, - 3704312, - 3704712 - ] - } - }, - "resultsScreen": { - "scoreId": 0, - "playerName": "", - "mode": { - "number": 0, - "name": "osu" - }, - "score": 0, - "accuracy": 0, - "name": "", - "hits": { - "0": 0, - "50": 0, - "100": 0, - "300": 0, - "geki": 0, - "katu": 0, - "sliderEndHits": 0, - "smallTickHits": 0, - "largeTickHits": 0 - }, - "mods": { - "checksum": "", - "number": 0, - "name": "", - "array": [], - "rate": 1 - }, - "maxCombo": 0, - "rank": "", - "pp": { - "current": 0, - "fc": 0 - }, - "createdAt": "" - }, - "folders": { - "game": "E:\\Users\\Fareo\\AppData\\Local\\osu!", - "skin": "Nebula_mixed - Copie", - "songs": "E:\\Users\\Fareo\\AppData\\Local\\osu!\\Songs", - "beatmap": "ZUN - Touhou Compilation" - }, - "files": { - "beatmap": "ZUN - Touhou Compilation (Kenterz) [Marathon].osu", - "background": "Touhou BG.jpg", - "audio": "Touhou Compilation.mp3" - }, - "directPath": { - "beatmapFile": "ZUN - Touhou Compilation\\ZUN - Touhou Compilation (Kenterz) [Marathon].osu", - "beatmapBackground": "ZUN - Touhou Compilation\\Touhou BG.jpg", - "beatmapAudio": "ZUN - Touhou Compilation\\Touhou Compilation.mp3", - "beatmapFolder": "ZUN - Touhou Compilation", - "skinFolder": "Nebula_mixed - Copie" - }, - "tourney": { - "scoreVisible": false, - "starsVisible": false, - "ipcState": 0, - "bestOF": 0, - "team": { - "left": "", - "right": "" - }, - "points": { - "left": 0, - "right": 0 - }, - "chat": [], - "totalScore": { - "left": 0, - "right": 0 - }, - "clients": [] - } -} \ No newline at end of file